summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mountd/mountd.c
Commit message (Expand)AuthorAgeFilesLines
...
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-221-2/+2
* Try to give a more descriptive error message for the pilot error ofjoerg2002-07-181-3/+15
* If an RPC fails, try a shorter reply in case the fault lies with thealfred2002-07-151-10/+39
* Remove old pre-TIRPC code for getting transport handles. The code thatalfred2002-06-251-5/+0
* more file system > filesystemtrhodes2002-05-161-3/+3
* Use fgetln to remove the static limit on the length of lines iniedowse2002-05-141-14/+15
* o __P removedimp2002-03-211-41/+41
* Remove 'register' keyword.obrien2002-03-201-1/+1
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-271-1/+2
* Deal with module name changes and autoloading.peter2001-09-201-15/+8
* Userland part of nfs client/server split and cleanup.peter2001-09-181-22/+5
* Silence non-constant format string warnings by marking functionskris2001-08-191-1/+1
* Correct handling of continuation lines. Instead of treating thedd2001-07-021-0/+4
* - VFS_SET(msdos) -> VFS_SET(msdosfs)ru2001-06-011-1/+1
* Remove MFSphk2001-05-291-4/+1
* Since the netexport struct was centralised to 'struct mount',iedowse2001-05-291-3/+4
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-1/+1
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-1/+1
* Reinstate one more old bugfix that got lost in the tirpc commit:iedowse2001-04-231-15/+20
* When exporting a directory that is not a mountpoint, mountd repeatedlyiedowse2001-04-221-0/+8
* The introduction of IPv6 support from NetBSD's mountd invalidatediedowse2001-04-211-243/+207
* Fix a long-standing bug relating to the handling of SIGHUP: mountdiedowse2001-04-211-4/+30
* A few more mountd cleanups:iedowse2001-04-181-37/+17
* Various bugfixes and cleanups, mainly from Martin Blapp:iedowse2001-04-171-68/+47
* give the "netgrent" functions a home in netdb.halfred2001-03-271-5/+0
* Replace pmap_unset() with rpcb_unset() which fixes the unregistering.alfred2001-03-251-2/+2
* Deal with lack of IPv6 support gracefully.alfred2001-03-251-4/+8
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-252/+624
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-181-12/+12
* Added ntfs filesystem to be exported.semenu1999-12-031-0/+4
* (1) Remove ISO support, it's dead in the kernel anyway.billf1999-11-121-94/+6
* Put the umount request through the same translation as the mountalfred1999-10-061-2/+11
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Typo fix in diagnostic: -alldir --> -alldirsalex1999-04-211-2/+2
* Here is a patch to make mountd work.dfr1998-12-291-21/+21
* Fixed printf format errors.bde1998-08-021-2/+2
* Correct improper use of .Sm. Document -d flag. Correct use of .Nm. Removecharnier1998-07-151-84/+90
* A long time ago I hacked mountd so that it would deal intelligentlywpaul1998-06-251-3/+5
* Oops, the previous commit missed one line of code.joerg1998-06-151-1/+2
* Watch out for null hostnames in netgroup entries, to avoid dumping core.joerg1998-06-151-2/+4
* Converted to Lite2 mount interface - use vfc_typenum from thebde1998-01-201-9/+3
* Oops..The default behaviour should be *not* to log all succeededguido1997-12-131-2/+2
* Fix some style bugs.guido1997-12-101-3/+4
* Log all failed mount attempts.guido1997-12-091-7/+53
* If a host in an export line in /etc/exports (or within a netgroup onjlemon1997-09-121-7/+18
* Plug info agthering attack as pointed out on Bugtraq recently.guido1997-08-291-9/+14
* Merge WebNFS support from NetBSD.dfr1997-07-161-1/+12
* Back out msmith's recent commit which breaks using symbolic names for netmasks.pst1997-04-301-6/+5
* Don't call getnetbyname() on a netmask. On a system with a slow netmsmith1997-04-231-2/+2
* Add a -2 flag to mountd to allow an admin to disable NFSv3 services.dfr1997-04-221-5/+13
OpenPOWER on IntegriCloud