Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre | |
2010-03-22 | report why getgrouplist() failed and for which user, helps with debugging; | Otto Moerbeek | |
ok deraadt@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2007-12-30 | use the same argument name in synopsis and usage; lowercase "usage:" | Igor Sobrado | |
ok jmc@ | |||
2007-06-01 | remove crufty adosfs. everytime we try to change a vfs layer interface, | Theo de Raadt | |
adosfs has the issue and in an entirely different way. noone uses this code so this is hte best way to handle the problem diff from pedro who went to sleep but we need to move ahead; ok thib | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-05-29 | revert vfs.nfs.privport sysctl, broke a few architectures | Anil Madhavapeddy | |
requested by deraadt@ | |||
2006-05-28 | Add support for NFS mounts to be from non-reserved ports: | Anil Madhavapeddy | |
- new sysctl vfs.nfs.privport to require NFS mount requests to be on reserved ports when set to 1 (the default). - mountd now automatically sets the sysctl depending on the -n flag. - add mountd_flags to rc.conf to enable the -n flag at boot. deraadt@ ok | |||
2005-09-20 | if we must un-export, only un-export when we do the first call for | Theo de Raadt | |
each filesystem; ok drahn, specific issue found by otto | |||
2005-09-13 | Only DELEXPORT filesystems which are not exported. Removes NFS race when | Dale Rahn | |
mounting filesystems on nfs servers. Improvements and ok otto@ | |||
2005-04-08 | Sync with recent realpath(3) changes: on failure, don't use the second | Jared Yanovich | |
argument "resolved", since it is undefined. ok and help millert, otto | |||
2004-09-15 | make examples match format specified in man page; | Jason McIntyre | |
from arto selonen (netbsd pr #26891); | |||
2003-10-16 | Check for signals in local svc_run before doing anything else. Fixes | Todd C. Miller | |
the bug where signals would not be handled until the next mount request. | |||
2003-10-09 | Remove errant semicolon introduced in rev 1.60; joshua stein | Todd C. Miller | |
2003-09-26 | check strdup failure; ok anil millert | Theo de Raadt | |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-06-11 | ansification | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-16 | Use len+1 as the size parameter to strlcpy() since len does not include | Todd C. Miller | |
the trailing NUL. From krw@; deraadt@ OK | |||
2003-03-14 | tweak; millert ok | Theo de Raadt | |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2003-03-09 | if fopen fails, do not bork; rob@animoid-row.org | Theo de Raadt | |
2003-03-06 | .Xr typos; | Jason McIntyre | |
ok deraadt@ | |||
2003-01-05 | spelling | Theo de Raadt | |
2002-07-18 | fix warning | Theo de Raadt | |
2002-07-18 | de-lint a bit. use inet_aton(); millert ok | Theo de Raadt | |
2002-07-11 | malloc() failure tests; rimshot@pandora.be | Theo de Raadt | |
2002-06-29 | ansi | Theo de Raadt | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie | |
Synch files that use that field. (This argument is an internal interface specific to OpenBSD, so it won't cause compatibility problems.) (No bump, not an ABI change). ok art, millert... | |||
2002-04-04 | Add more debugging info in -d mode. Some from NetBSD (via Brett Eldridge). | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-02 | remove some }; | Theo de Raadt | |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt | |
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-10-03 | Remove all traces of Kerberised NFS; it never worked in OpenBSD, but it | Hans Insulander | |
has been in the userland tools and the manpages for ages. Spotted by Lars Hansson <lars@unet.net.ph> Ok deraadt@ Ok millert@ | |||
2001-06-14 | a typo i made | Michael Shalayeff | |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff | |
2001-01-17 | make send_umntall() handler safe also | Theo de Raadt | |
2001-01-16 | use a private svc_run(), which looks at a global touched by SIGHUP handler | Theo de Raadt | |
2000-12-30 | Don't do a getnetbyname() if the address is in dot notation already; | Angelos D. Keromytis | |
solves a DNS-related deadlock. Patch by gluk@ptci.ru (PR 1582) | |||
2000-07-05 | remove SYSLOG(), unused function | Theo de Raadt | |
2000-05-03 | Fix behavior when a host is unresolvable. Mark it as type GT_IGNORE | Todd C. Miller | |
so we don't get an error that inadvertainly causes the entry to get exported to the world. Also keep a count of unresolved hosts and error out sanely on lines w/ no resolvable hosts. Work by myself and provos@ | |||
2000-05-01 | Remove trailing '/' in exports pathnames so mount requests will match | Todd C. Miller | |
properly. | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
2000-03-04 | Try to standardize the options list introduction; it should read "The options | Aaron Campbell | |
are as follows:", except in special cases. |