summaryrefslogtreecommitdiff
path: root/usr.sbin/mountd
AgeCommit message (Expand)Author
1999-11-14After some light testing, it worked for me, so...sommerfeld
1999-09-10Add ntfs to the list of exportable filesystem types, now that's it's actuallyjdolecek
1999-08-25Reorder arguments to error message so the message actually makesmjl
1999-08-16Spell "privilege" correctly (correct spelling from Jonathan Stone).simonb
1999-08-09Add nullfs, umapfs, unionfs to the list of exportable filesystem types, nowperseant
1999-06-06Use pidfile(3).thorpej
1999-01-12iPr/6121: Mycroft, diagnostics messages were not helpful.christos
1998-11-07PR/6409: Martin Husemann: /etc/exports parsing breaks if file has empty lines.christos
1998-11-02free line returned by fparseln().christos
1998-11-01Initialize struct statfs properly while parsing each line.christos
1998-10-29fix the size_t printf and initialize lineno.christos
1998-10-29- KNF, remove extraneous castschristos
1998-10-29Fix two ancient bugs involving netgroups where mountd may try to free(3)ross
1998-10-07Explain what happens when there is no host set specified in the exportschristos
1998-10-07Explains what happens when we get SIGTERM...christos
1998-10-07- Add some MIT KRB/NFS pieces, someday I'll commit the rest.christos
1998-07-15Clarify -n comment.fvdl
1998-07-13- standardise some option processingmrg
1998-04-28Principally, change foo(N) to .Xr foo Nfair
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-21When getting an unmount request from a non-reserved port, don't loopfvdl
1998-02-06macroize BSD, NetBSD, FreeBSD and misc cleanupperry
1997-10-19Add a warning about exporting a filesystem using WebNFS and also exportingfvdl
1997-10-18enable WARNS=1 by default, but disable in unclean 3rd party codelukem
1997-09-14- use .Nm instead of .Xrlukem
1997-08-28update for WARNS?=1lukem
1997-08-28Prevent info gathering attacks by returning EACCES when a directorylukem
1997-08-13Add MOUNT_EXT2FS to the list of filesystem which need to be deleted frombouyer
1997-06-24Document new options.fvdl
1997-06-24Enable exporting filesystems the WebNFS way. Add the -public, -webnfsfvdl
1997-03-30Split handling reserved port handling for NFS rpcs and mount rpcs up;fvdl
1997-03-23Checking for the use reserved ports by clients (both for mount/umountfvdl
1997-03-08alternate -> alternative, per PR 2643mouse
1996-10-07u_long -> u_int32_t when dealing with address lists returned by the resolver.cgd
1996-09-28Correct spelling of `successful'.thorpej
1996-09-19declare the variable "bad", used to hold errors, as a long, so it cancgd
1996-05-22make some errors more verbose. inspired from pr#1509mrg
1996-02-18Bring in NFSv3 code by Rick Macklem (from Lite2)fvdl
1995-11-28merge in changes from 1.1 release branchjtc
1995-11-16Clear the mount argument list before filling it in. This is the patchthorpej
1995-11-06Don't require compiling with -DDEBUG to enable debugging messages. Instead,thorpej
1995-08-19add adosfs.chopps
1995-06-22Allow exporting regular files.mycroft
1995-06-18don't assume f_fstypename is larger than MFSNAMELEN or is nul-terminatedcgd
1995-06-09Fix def_anon initializer.mycroft
1995-06-07typeof(timeval.tv_sec) != time_tcgd
1995-06-02Set cr_gid properly, and adjust for getgrouplist() change.mycroft
1995-05-28<sys/syslog.h> -> <syslog.h>jtc
1995-05-11don't build netgroup(5) here.cgd
1995-03-21Use POSIX signals.mycroft