summaryrefslogtreecommitdiff
path: root/sbin/mountd
AgeCommit message (Expand)Author
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2010-03-22report why getgrouplist() failed and for which user, helps with debugging;Otto Moerbeek
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-12-30use the same argument name in synopsis and usage; lowercase "usage:"Igor Sobrado
2007-06-01remove crufty adosfs. everytime we try to change a vfs layer interface,Theo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-05-29revert vfs.nfs.privport sysctl, broke a few architecturesAnil Madhavapeddy
2006-05-28Add support for NFS mounts to be from non-reserved ports:Anil Madhavapeddy
2005-09-20if we must un-export, only un-export when we do the first call forTheo de Raadt
2005-09-13Only DELEXPORT filesystems which are not exported. Removes NFS race whenDale Rahn
2005-04-08Sync with recent realpath(3) changes: on failure, don't use the secondJared Yanovich
2004-09-15make examples match format specified in man page;Jason McIntyre
2003-10-16Check for signals in local svc_run before doing anything else. FixesTodd C. Miller
2003-10-09Remove errant semicolon introduced in rev 1.60; joshua steinTodd C. Miller
2003-09-26check strdup failure; ok anil millertTheo de Raadt
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-06-11ansificationTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-16Use len+1 as the size parameter to strlcpy() since len does not includeTodd C. Miller
2003-03-14tweak; millert okTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-03-09if fopen fails, do not bork; rob@animoid-row.orgTheo de Raadt
2003-03-06.Xr typos;Jason McIntyre
2003-01-05spellingTheo de Raadt
2002-07-18fix warningTheo de Raadt
2002-07-18de-lint a bit. use inet_aton(); millert okTheo de Raadt
2002-07-11malloc() failure tests; rimshot@pandora.beTheo de Raadt
2002-06-29ansiTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-04-23In mount.h, rename field export -> export_info, to avoid collision with C++.Marc Espie
2002-04-04Add more debugging info in -d mode. Some from NetBSD (via Brett Eldridge).Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-02remove some };Theo de Raadt
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-11-05kill more registers;Mike Pechkin
2001-10-03Remove all traces of Kerberised NFS; it never worked in OpenBSD, but itHans Insulander
2001-06-14a typo i madeMichael Shalayeff
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2001-01-17make send_umntall() handler safe alsoTheo de Raadt
2001-01-16use a private svc_run(), which looks at a global touched by SIGHUP handlerTheo de Raadt
2000-12-30Don't do a getnetbyname() if the address is in dot notation already;Angelos D. Keromytis
2000-07-05remove SYSLOG(), unused functionTheo de Raadt
2000-05-03Fix behavior when a host is unresolvable. Mark it as type GT_IGNORETodd C. Miller
2000-05-01Remove trailing '/' in exports pathnames so mount requests will matchTodd C. Miller
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
2000-03-04Try to standardize the options list introduction; it should read "The optionsAaron Campbell