Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-11 | - check existing pid file and don't start up if there is already | Todd 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-02 | discourage use of -n | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-10 | 64 bit & -Wall cleanup | Theo de Raadt | |
1996-12-05 | Stop 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-28 | Correct spelling, from NetBSD PR#2783, seebs@taniemarie.solon.com. | Jason Downs | |
1996-09-19 | bad is long for xdr_long(); from cgd@netbsd | Theo de Raadt | |
1996-09-11 | correct kill(1) usage. | Michael Shalayeff | |
1996-08-29 | bogus exports entry crash; from candy@fct.kgc.co.jp | Theo de Raadt | |
1996-07-02 | permit -alldirs, but document it | Theo de Raadt | |
1996-06-25 | from wpaul@freebsd, more than a year ago: only put each host to export to | Theo de Raadt | |
onto the export list once. from jeorg@freebsd/grog@lemis.de, also, strdup() to avoid a later crash in free(). | |||
1996-06-23 | update rcsid | Theo de Raadt | |
1996-03-21 | From NetBSD: Merge of 960317 | Niklas Hallqvist | |
1995-12-27 | If mountd is unable to export a filesystem due to a hostname being invalid | David Krause | |
or specified on two (conflicting) lines it now logs the offending hostname | |||
1995-12-14 | from 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-13 | fix mounting two filesystems on the same point; from ↵ | Theo de Raadt | |
osymh@gemini.oscs.montana.edu; netbsd pr#1722 | |||
1995-11-06 | complete ufs -> ffs change (From John Kohl; PR #1403) | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |