summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove tools/getiversionNeil Brown2007-03-164-63/+2
* Use AC_SYS_LARGEFILE to enable largefile supportNeil Brown2007-03-161-1/+4
* Look in lib64 for gss libs aswell.Neil Brown2007-03-161-0/+2
* Allow 'make install' to be run as non-root.Neil Brown2007-03-161-1/+1
* Use lstat rather than stat in gssd_find_existing_krb5_ccacheNeil Brown2007-03-161-1/+1
* Further tidyup of nfs_umount.Neil Brown2007-03-161-65/+16
* Make mtab_head staticNeil Brown2007-03-162-2/+1
* Rename add_mtab2() to del_mtab()Wei Yongjun2007-03-161-3/+3
* Use correct UMNT protocol to do umountWei Yongjun2007-03-161-25/+29
* Fix nfs4 umount to not used umount procedureWei Yongjun2007-03-161-27/+13
* Use correct UMNT version to do umountWei Yongjun2007-03-161-3/+10
* Don't complain if two exports of different types match the same IP address.Neil Brown2007-03-161-2/+4
* Install mount.nfs* in /sbin instead of /usr/sbinNeil Brown2007-03-161-3/+7
* Fix memory leak in mountd.Steinar H. Gunderson2007-03-161-0/+1
* Automatically start statd when mounting an nfs filesystem.Neil Brown2007-03-164-7/+40
* Make --enable-secure-statd the default.Neil Brown2007-03-153-7/+39
* Remove uid-mapping text from exports.manNeil Brown2007-03-151-99/+0
* Remove "maptype" supportJ. Bruce Fields2007-03-155-60/+0
* If -o sec= is not specified for mount, allow either AUTH_SYS or AUTH_NONE.Neil Brown2007-03-151-2/+10
* Use very long timeout for information in the filehandle->path cache.Simon Peter2007-03-131-1/+9
* nfs-utils patch for mount-reserved-portTalpey, Thomas2007-03-131-18/+18
* Restore use of un-connected socket for UDP mount requests.Neil Brown2007-03-133-29/+37
* Add support for "mount -o sec=none"Neil Brown2007-03-131-1/+3
* Remove unused variable from add_mtabNeil Brown2007-03-131-1/+0
* Merge branch 'branch-1-0'Neil Brown2007-02-278-3/+263
|\
| * Fix silly bug with tcp-wrappers checkNeil Brown2007-02-271-1/+1
| * Fix silly bug with gid lookupNeil Brown2007-02-271-1/+1
| * Extend the exportfs/mountd interface to pass fslocations info into the kernelFred Isaman2007-02-275-8/+34
| * Fix reference error when writing fsloc data to cacheKevin Coffman2007-02-271-1/+1
| * Add missing fsloc.[ch] files - oops.Neil Brown2007-02-262-0/+234
* | Remove rpc.lockdNeil Brown2007-02-229-165/+1
* | Change default from subtree_check to no_subtree_checkNeil Brown2007-02-221-3/+3
|/
* Update version to 1.0.11Neil Brown2007-02-221-1/+1
* Extend the exportfs interface to pass fslocations info into the kernel.Fred Isaman2007-02-227-3/+98
* Fix showmount bugs.Neil Brown2007-02-221-3/+6
* Support group-id looks for kernels that ask for them.Neil Brown2007-02-124-4/+78
* Use UUIDs to identify filesystems if kernel supports it.Neil Brown2007-02-128-35/+216
* Correct spelling errorNeil Brown2007-02-121-2/+2
* Add option to svcgssd to enable libnfsidmap debugging.Kevin Coffman2007-02-092-4/+20
* Remove duplicated code.Kevin Coffman2007-02-091-17/+20
* Share handling of lucid_sec_context for Heimdal and MITKevin Coffman2007-02-095-170/+234
* Use owner rather than filename format in choosing cred cache filesKevin Coffman2007-02-091-56/+50
* Various minor manpage fixes.Kevin Coffman2007-02-091-3/+3
* Use the gssglue version of gssapi.h for svcgssd_mech2file.cKevin Coffman2007-02-091-5/+1
* Stop using storage after freeKevin Coffman2007-02-091-2/+5
* Fix memory leak in idmapd.Kevin Coffman2007-02-091-3/+8
* Treat GSSAPI error codes as unsigned.Kevin Coffman2007-02-093-2/+14
* Add AM_MAINTAINER_MODE to configure.inKevin Coffman2007-02-091-0/+1
* Touch up some of the autotools filesKevin Coffman2007-02-093-2/+12
* Make UDP sockets not blockingNeil Brown2007-02-051-4/+15