summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* statd - check for 'priv' when looking for duplicate registrations.Neil Brown2007-03-291-1/+2
* statd - remove a pointless ifNeil Brown2007-03-291-19/+17
* mount.nfs - nordirplus optionSteve Dickson2007-03-293-0/+11
* mount.nfs.man - Use nolocks for /, /usr, /varNeil Brown2007-03-291-5/+12
* mount.nfs - require statd to be running to mount without nolocksNeil Brown2007-03-292-9/+48
* statd - only unregister/register once.Neil Brown2007-03-291-16/+13
* mountd - better response to failed attempts to export filesystemsNeil Brown2007-03-291-3/+6
* sm-notify - fix bugs related to run-only-once.Neil Brown2007-03-291-2/+2
* statd - keep persistent state in sm/* files.Neil Brown2007-03-293-1/+83
* statd - fix bug so statd can talk to kernel again.Neil Brown2007-03-231-0/+2
* sm-notify - Fix typos in Usage message.Neil Brown2007-03-221-1/+1
* mount.nfs: Fix issue with -o user,execNeil Brown2007-03-221-4/+2
* Fix errors in statd calling sm-notify.Neil Brown2007-03-221-4/+5
* Never set SO_REUSEADDR on a UDP socket.Neil Brown2007-03-222-3/+6
* Fix a couple of problems that crept into mountKevin Coffman2007-03-211-2/+2
* statd - remove try_to_resolveNeil Brown2007-03-201-60/+2
* umount should succeed even if we cannot contact the server.Neil Brown2007-03-201-4/+3
* Add support for quoted mount optionsKarel Zak2007-03-202-15/+53
* Build mount.nfs by default, and install setuidNeil Brown2007-03-204-6/+19
* mount.nfs - make sure program name in error message is correct.Neil Brown2007-03-202-1/+3
* umount.nfs - more strict checks on command line args.Neil Brown2007-03-201-0/+11
* mount.nfs - Tidy up option parsing.Neil Brown2007-03-201-14/+38
* sm-notify - use state directory provided via ./configureNeil Brown2007-03-201-1/+5
* Allow disabling of libblkid usage.Neil Brown2007-03-202-2/+19
* Add --with-rpcgen= for configure so that the system rpcgen can be used.Neil Brown2007-03-205-7/+32
* Handle -o remount betterNeil Brown2007-03-202-2/+16
* 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-194-4/+12
* 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 another warning: error -> nfs_errorNeil Brown2007-03-161-2/+2
* Fix a 'const' misuse warning.Neil Brown2007-03-161-1/+1
* Support unmount by not privileged usersNeil Brown2007-03-161-0/+31