summaryrefslogtreecommitdiff
path: root/sbin/mountd
AgeCommit message (Collapse)Author
1997-04-11 - check existing pid file and don't start up if there is alreadyTodd C. Miller
a mountd running - if there is a problem with an entry in an exports line don't throw away the whole line unless it is obviously bogus.
1997-02-02discourage use of -nTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-1064 bit & -Wall cleanupTheo de Raadt
1996-12-05Stop info gathering attack pointed out by Alan Cox <alan@cymru.net>Todd C. Miller
Only return ENOENT if the dir trying to be mounted is really exported to the client. Return EACCESS if not exported.
1996-09-28Correct spelling, from NetBSD PR#2783, seebs@taniemarie.solon.com.Jason Downs
1996-09-19bad is long for xdr_long(); from cgd@netbsdTheo de Raadt
1996-09-11correct kill(1) usage.Michael Shalayeff
1996-08-29bogus exports entry crash; from candy@fct.kgc.co.jpTheo de Raadt
1996-07-02permit -alldirs, but document itTheo de Raadt
1996-06-25from wpaul@freebsd, more than a year ago: only put each host to export toTheo de Raadt
onto the export list once. from jeorg@freebsd/grog@lemis.de, also, strdup() to avoid a later crash in free().
1996-06-23update rcsidTheo de Raadt
1996-03-21From NetBSD: Merge of 960317Niklas Hallqvist
1995-12-27If mountd is unable to export a filesystem due to a hostname being invalidDavid Krause
or specified on two (conflicting) lines it now logs the offending hostname
1995-12-14from netbsd:Theo de Raadt
Don't require compiling with -DDEBUG to enable debugging messages. Instead, add a new option flag "-d", which enables debugging output. Compile all of the code that used to be enabled with -DDEBUG unconditionally. The amount of extra code is negligable, and all of the tests to check if debugging is enabled were done regardless of -DDEBUG anyway. Adjust SYSLOG() to DTRT if debugging is not enabled.
1995-11-13fix mounting two filesystems on the same point; from ↵Theo de Raadt
osymh@gemini.oscs.montana.edu; netbsd pr#1722
1995-11-06complete ufs -> ffs change (From John Kohl; PR #1403)Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt