aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mountd/mountd.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-131-7/+2
* Remove unused variables.Stefan Farfeleder2005-04-091-2/+0
* Also do not send junk mount arguments when removing exports.Poul-Henning Kamp2004-12-111-0/+1
* Pass an array of gid_t rather than an array of int to getgroups().Stefan Farfeleder2004-10-021-2/+3
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-071-4/+0
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-1/+1
* Add a new option to mountd(8), -p <port>. This allows the user to specifyBruce M Simpson2004-03-041-7/+60
* Rename the 'log' variable rather than -fno-builtin-logPeter Wemm2003-10-301-7/+7
* Use -fno-builtin-log. Fix svc_sendreply() missing required casts.Peter Wemm2003-10-261-12/+15
* When reporting errors binding IPv6 TCP sockets, don't call them UDPRobert Watson2003-07-171-3/+3
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-161-2/+7
* s/rpc.mountd/mountd/Philippe Charnier2002-10-161-5/+6
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-2/+3
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-221-2/+2
* Try to give a more descriptive error message for the pilot error ofJoerg Wunsch2002-07-181-3/+15
* If an RPC fails, try a shorter reply in case the fault lies with theAlfred Perlstein2002-07-151-10/+39
* Remove old pre-TIRPC code for getting transport handles. The code thatAlfred Perlstein2002-06-251-5/+0
* more file system > filesystemTom Rhodes2002-05-161-3/+3
* Use fgetln to remove the static limit on the length of lines inIan Dowse2002-05-141-14/+15
* o __P removedWarner Losh2002-03-211-41/+41
* Remove 'register' keyword.David E. O'Brien2002-03-201-1/+1
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-271-1/+2
* Deal with module name changes and autoloading.Peter Wemm2001-09-201-15/+8
* Userland part of nfs client/server split and cleanup.Peter Wemm2001-09-181-22/+5
* Silence non-constant format string warnings by marking functionsKris Kennaway2001-08-191-1/+1
* Correct handling of continuation lines. Instead of treating theDima Dorfman2001-07-021-0/+4
* - VFS_SET(msdos) -> VFS_SET(msdosfs)Ruslan Ermilov2001-06-011-1/+1
* Remove MFSPoul-Henning Kamp2001-05-291-4/+1
* Since the netexport struct was centralised to 'struct mount',Ian Dowse2001-05-291-3/+4
* - sys/n[tw]fs moved to sys/fs/n[tw]fsRuslan Ermilov2001-05-261-1/+1
* - sys/msdosfs moved to sys/fs/msdosfsRuslan Ermilov2001-05-251-1/+1
* Reinstate one more old bugfix that got lost in the tirpc commit:Ian Dowse2001-04-231-15/+20
* When exporting a directory that is not a mountpoint, mountd repeatedlyIan Dowse2001-04-221-0/+8
* The introduction of IPv6 support from NetBSD's mountd invalidatedIan Dowse2001-04-211-243/+207
* Fix a long-standing bug relating to the handling of SIGHUP: mountdIan Dowse2001-04-211-4/+30
* A few more mountd cleanups:Ian Dowse2001-04-181-37/+17
* Various bugfixes and cleanups, mainly from Martin Blapp:Ian Dowse2001-04-171-68/+47
* give the "netgrent" functions a home in netdb.hAlfred Perlstein2001-03-271-5/+0
* Replace pmap_unset() with rpcb_unset() which fixes the unregistering.Alfred Perlstein2001-03-251-2/+2
* Deal with lack of IPv6 support gracefully.Alfred Perlstein2001-03-251-4/+8
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-252/+624
* Switch to using a struct xucred instead of a struct xucred when notBrian Feldman2001-02-181-12/+12
* Added ntfs filesystem to be exported.Semen Ustimenko1999-12-031-0/+4
* (1) Remove ISO support, it's dead in the kernel anyway.Bill Fumerola1999-11-121-94/+6
* Put the umount request through the same translation as the mountAlfred Perlstein1999-10-061-2/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Typo fix in diagnostic: -alldir --> -alldirsAlexander Langer1999-04-211-2/+2
* Here is a patch to make mountd work.Doug Rabson1998-12-291-21/+21
* Fixed printf format errors.Bruce Evans1998-08-021-2/+2