Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-19 | make mountd abort if getfh() not supported. reported by newsham@secnet.com, ↵ | Theo de Raadt | |
fixed by me | |||
1997-09-29 | Don't ignore a line w/ a bogus hostname, just ignore the bogus hostname... | Todd C. Miller | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-14 | fix extra .Xr uses | Theo de Raadt | |
1997-09-13 | annoying indentation botch | Theo de Raadt | |
1997-08-13 | handle ext2fs specially | Theo de Raadt | |
1997-08-09 | struct statfs uses a signed short f_flags field. This field is used in | Niklas Hallqvist | |
the long (the type) expression that makes up the mount flags field passed to mount(2). If we are dealing with a noatime mount this means sign extension will occur and the flag field will get messed up. I.e. noatime mounts (at least rw ones) ended up not exportable. I fixed this by casting to u_short in the expressions, but I would like to change struct statfs instead, but that is an API issue it is not for me to decide on. I also added error decoding in two syslog calls. This was made possible by the arglist heuristics printout of OpenBSD/alpha DDB :-) | |||
1997-08-06 | do not clobber errno in signal handlers | Theo de Raadt | |
1997-06-24 | in_addr_t all over | Theo de Raadt | |
1997-05-04 | Fix writing of pid file. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr> | Todd C. Miller | |
Closes OpenBSD PR#178 | |||
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 | |