summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Add --with-rpcgen= for configure so that the system rpcgen can be used.Neil Brown2007-03-202-4/+10
* Handle -o remount betterNeil Brown2007-03-201-0/+5
* statd - delay drop-privs until sockets have been setup.Neil Brown2007-03-201-1/+5
* Allow rpc.statd to *not* run sm-notify.Neil Brown2007-03-203-22/+47
* Remove notify functionality from statd in favour of sm-notifyNeil Brown2007-03-209-392/+84
* sm-notify - compile and installNeil Brown2007-03-203-4/+8
* sm-notify - drop privileges before receiving packets from network.Neil Brown2007-03-202-0/+47
* Prevent sm-notify from being run multiple times per reboot.Neil Brown2007-03-202-4/+62
* sm-notify - make the manpage a little more up-to-dateNeil Brown2007-03-201-18/+29
* sm-notify: remove addr_parseNeil Brown2007-03-201-22/+2
* sm-notify: Allow base path to be set by command line option.Neil Brown2007-03-201-4/+26
* Add sm-notify from SuSENeil Brown2007-03-202-0/+792
* Correctly handle -f (fake) mount option.Karel Zak2007-03-201-9/+9
* When finding an export for an fsid, check submounts too.Neil Brown2007-03-191-10/+63
* Handle 'crossmnt' when kernel asked for export options for a directory.Neil Brown2007-03-191-1/+26
* Allow exporting of a subfilesystem when 'crossmnt' is set.Neil Brown2007-03-192-10/+50
* Work around svc_getreqset in glibc 3Neil Brown2007-03-191-0/+26
* Clean up of some error messages.Amit Gud2007-03-192-5/+5
* Make warning about host matching multiple exports more helpful.Neil Brown2007-03-192-3/+7
* Create two separate paths for pipefs_dir and pipefs_nfsdir.Kevin Coffman2007-03-194-21/+23
* Allow any credential to be used for machine credentialsKevin Coffman2007-03-192-18/+16
* Add option to allow root to use credentials other than machine credentialsKevin Coffman2007-03-194-54/+69
* Don't leak keytab entriesKevin Coffman2007-03-191-0/+5
* Fix a 'const' misuse warning.Neil Brown2007-03-161-1/+1
* Support unmount by not privileged usersNeil Brown2007-03-161-0/+31
* Remove nfs_mntent_t in favour of struct mntentNeil Brown2007-03-161-1/+1
* Correctly handle "user" and "users" mount options.Neil Brown2007-03-161-6/+57
* Remove some incorrect version matching code.Neil Brown2007-03-163-8/+4
* Return the correct exit status on failed mountsSteve Dickson2007-03-161-10/+16
* Support -s option to ignore unknown options (sloppy)Neil Brown2007-03-163-6/+25
* On "umount --lazy", don't tell the server we have unmounted.Neil Brown2007-03-161-6/+7
* Return correct exit status for umount.nfs.Neil Brown2007-03-161-1/+1
* Update the nfs.5 manpageNeil Brown2007-03-161-20/+16
* Add nfs.5 man pageNeil Brown2007-03-162-1/+468
* 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
* 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
* Automatically start statd when mounting an nfs filesystem.Neil Brown2007-03-163-7/+31
* Make --enable-secure-statd the default.Neil Brown2007-03-152-6/+38
* Remove uid-mapping text from exports.manNeil Brown2007-03-151-99/+0
* Remove "maptype" supportJ. Bruce Fields2007-03-152-10/+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-131-1/+1