summaryrefslogtreecommitdiff
path: root/usr.sbin/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-34/+81
* Previous revision was broken on SPARC, fix it by using more appropriate type.Xin LI2005-12-211-1/+1
* Use size_t for length.Xin LI2005-12-211-1/+2
* Bump the default maximum on nfsd processes from 20 to 256. Real-worldRobert Watson2005-01-231-1/+1
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* ANSI'fy nfsd(8) and some minor changes to make it WARNS=6 clean.Xin LI2004-11-062-10/+6
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-072-8/+0
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+8
* Add a cross reference to exports(5). While exports is not directlySimon L. B. Nielsen2004-03-301-0/+1
* Problem:Robert Watson2004-01-111-0/+8
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
* Update manpage to match the code, vfsload() is not usedMaxime Henrion2002-08-111-4/+2
* Bah, I forgot to commit this part of the nfssvc() cleanup. Sorry folks.Peter Wemm2002-07-251-4/+1
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-221-3/+2
* Initialize sockbits variable with FD_ZERO, to avoid passing a fd_setAlexander Kabaev2002-07-221-0/+1
* The .Nm utilityPhilippe Charnier2002-07-061-7/+13
* Fix spelling nit in error message.Gordon Tetlow2002-06-051-1/+1
* Make this compile and not segfault on ia64. ptr = strdup("foo"); isPeter Wemm2002-05-011-3/+4
* Fix problem in macro definition breaking compiles with -DDEBUG.Pierre Beyssac2002-03-261-1/+1
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* When nfsd was started with only UDP servers, the master nfsd wouldIan Dowse2001-10-161-76/+106
* Deal with nfs server module changes for autoloading.Peter Wemm2001-09-201-9/+4
* Userland part of nfs client/server split and cleanup.Peter Wemm2001-09-182-157/+5
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-4/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-2/+2
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Don't call daemon() and setup our signal handlers until after we checkAlfred Perlstein2001-03-251-41/+34
* Disable ipv6 when getnetconfigent("udp6"/"tcp6") fails.Alfred Perlstein2001-03-251-1/+2
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* mdoc(7) police: fixes to the previous revision:Ruslan Ermilov2001-03-201-2/+8
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-192-287/+560
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-7/+7
* Don't use libutil now that setproctitle() is in libcBrian Somers2000-09-022-3/+0
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* Use libcrypto instead of libdes.Mark Murray2000-02-241-5/+5
* Thresh-out the nfs manual page references a bitMatthew Dillon2000-01-131-0/+1
* Give nfsd the ability to bind to specific IP addresses through the -hMatthew Dillon1999-11-112-25/+93
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Add $Id$ to these manpages.Nik Clayton1999-07-121-0/+1
* Update refs for KLD's and kldload.Guy Helmer1999-04-011-3/+3
* Do not dot terminate syslog() string. Remove unused #includes. Add rcsid. -Wall.Philippe Charnier1998-07-151-24/+22
* Don't give examples or use the depreciated usage to nfsdPeter Wemm1998-05-011-1/+1
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowBruce Evans1998-01-201-1/+0
* Fix two missing arguments detected by "-Wformat".John Polstra1997-11-181-2/+4
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2 (use new getvfsbyname() interface)Peter Wemm1997-03-113-11/+12
* Use the .Bx macro where appropriate.Mike Pritchard1996-08-231-1/+2
* Default to udp if neither udp nor tcp is specified. The previous revisionBruce Evans1996-05-011-1/+2
* default to udp if no flags specified...closes PR#bin/759Marc G. Fournier1996-04-131-0/+1