summaryrefslogtreecommitdiff
path: root/usr.sbin/mountd
AgeCommit message (Expand)Author
2009-10-11make this compatible with bool.h. no functional change intended.pooka
2009-04-17Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)lukem
2008-08-29No empty structure initialisation.gmcgarry
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-02-27The ISO stuff has never worked, remove it.ad
2008-02-09Fix typo in error messagedholland
2008-01-19Improve an error message. Was buried in PR 6594 from Greg A. Woods.dholland
2008-01-13Bail out cleanly if kernel nfs server support is missing, instead ofdholland
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-01-16 * Don't include headers twicehubertf
2006-10-09Fix a typo.wiz
2006-10-08Document the -network=netname/prefixlength syntax. Requested inapb
2006-09-18Improve CAVEATS section. Based on mail by yamt@. Bump date.wiz
2006-09-10Drop trailing space.wiz
2006-09-08- discourage nfs re-exporting.yamt
2006-09-02deal with variable-sized filehandles.yamt
2006-08-26Programs that had their own efuns, use libutil's now.christos
2006-07-31Make filehandles opaque to userlandmartin
2006-07-13mntsrv: wrap a long line.yamt
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-05-25Coverity CID 601: Remove unused code.christos
2006-05-25Coverity CID 3308: Free the head of the group list, not the tail.christos
2006-05-14Another uninitialized var XXX: GCCchristos
2006-05-11pass an array of gid_t, not int, to getgrouplist().mrg
2006-03-23Remove last Kerberos 4 support in non-3RDPARTY code.wiz
2006-01-05mention /var/db/mountdtab.yamt
2006-01-05do_nfssvc: remove code to go up the path, as it's nonsense andyamt
2005-12-04Don't log an error if a delete exports request is not supported. Also fixchristos
2005-11-18make -noresvmnt in DEFSET work.yamt
2005-10-18New sentence, new line. Use more, and more appropriate, mdoc macros.wiz
2005-10-18mountd's -r option always was a dummy, don't advertize using it.hubertf
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-09-19Sync usage with man page.wiz
2005-09-19Sort options.wiz
2005-09-19Allow setting the reserved port we bind, witb -p. I've had this patch forchristos
2005-06-02appease gcc -Wuninitializedlukem
2005-04-27Allow exports of LFS filesystems.perseant
2005-03-15If -d (debug mode) is specified on the command line, includebriggs
2005-01-17Add -n and -N to usage.wiz
2005-01-17Add -N to SYNOPSIS; bump date for new -N flag; sort options.wiz
2005-01-14Don't exit if we can't read the exports file; we can still reload itthorpej
2005-01-14Add a -N option that causes all exports to have "-noresvport -noresvmnt"thorpej
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardization process.itojun
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-09-07Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-27Sm off -> Sm on (Sm off...Sm off is not too smart).wiz
2003-05-16blank lineitojun