summaryrefslogtreecommitdiff
path: root/sbin/mountd
AgeCommit message (Expand)Author
2020-08-06Avoid reading one byte before the path buffer.Christian Weisgerber
2020-05-16list example files in FILES with a short description: generally, "ExampleJason McIntyre
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
2020-01-24simplify, no need to make a copy of the filename, pointer is fineMarc Espie
2019-12-19Spell "mount point" as other man pages do, with a space.Anthony J. Bentley
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-04-28Ignore SIGPIPE in case a TCP client resets the connectPhilip Guenther
2018-03-16improve markup quality in the cases found by the new "--" style messageIngo Schwarze
2016-01-08Zap extraneous SYNOPSIS sections.Vadim Zhukov
2015-12-23Remove unnecessary SIGSYS/ENOSYS handling for getfh(2).Tim van der Molen
2015-12-23Add privilege separation and pledge().Tim van der Molen
2015-12-15Include RFC number in reference. While here, improve formatting of anotherTim van der Molen
2015-12-15Document /var/db/mountdtabTim van der Molen
2015-12-15When (re)reading /etc/exports, handle the case where the mount point of anTim van der Molen
2015-12-10Remove NULL-checks before free(). ok tb@mmcc
2015-11-29Include RFC number in referenceTim van der Molen
2015-08-20Two reallocarray() conversions that were missed earlier.Todd C. Miller
2015-08-20<stdlib.h> is included, so do not need to cast result fromTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-20remove sys/file.h includes in favor of fcntl.h where needed.Ted Unangst
2014-10-22Use svc_getreq_poll() instead of svc_getreqset2() for mountd'sTodd C. Miller
2014-08-24Remove imaginary non-reserved port support from mountd.Doug Hogan
2014-05-16Zero out grp before re-using it (new ones are already cleared byTodd C. Miller
2014-05-09my previous attempt to fix the renaming of the inet(3) pages was wrong;Jason McIntyre
2014-05-08inet(3) -> inet_net(3);Jason McIntyre
2014-04-22malloc/memset -> calloc. from peter maloneTed Unangst
2014-03-24Split the API: struct ucred remains the kernel internal structure whilePhilip Guenther
2014-02-13mark up argument placeholders with .Ar; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-19Usually, you don't want macros in the .Nd line, so remove instances of .TnIngo Schwarze
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
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