summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* Removed the initialization of args2 in xlog_backend. ItSteve Dickson2008-06-061-1/+1
* Cleaned up warnings in rmtab.c and xlog.cSteve Dickson2008-06-062-4/+4
* Fixed arguments to the hosts_ctl() call in the good_client() routineSten Spans2008-05-051-2/+2
* Stop the kernel export table from being flushedNeil Brown2008-03-041-1/+1
* Stop segfaults on amd64 during warnings messages by creatingSteve Dickson2008-01-171-2/+7
* Automatically set 'nohide' on referral exports.Steve Dickson2008-01-091-0/+6
* Cleanup xlog logging code to be safe and usable for allKevin Coffman2007-10-152-21/+48
* Copy new cacheio functions used by svcgssd to nfslibKevin Coffman2007-10-152-7/+45
* rpc.mountd: create client_resolve and change client_compose to take a hostent...Jeff Layton2007-09-282-9/+16
* rpc.mountd: make exportent->e_hostname a dynamically-allocated stringJeff Layton2007-09-285-24/+15
* rpc.mountd: Change nfs_client->m_hostname to be a dynamically-allocated stringJeff Layton2007-09-282-9/+8
* mount.nfs: add EX_SUCCESS exit codeChuck Lever2007-09-251-0/+1
* nfs-utils: specify a create mode with open(...O_CREAT) call in xflockJeff Layton2007-08-091-1/+1
* libnfs.a: eliminate another dependency on a global variableChuck Lever2007-07-303-32/+1
* libnfs.a: eliminate conn.c and conn.hChuck Lever2007-07-304-55/+1
* libnfs.a: move get_socket() function to utils/mount/network.cChuck Lever2007-07-302-80/+0
* libnfs.a: move clnt_ping() to utils/mountChuck Lever2007-07-302-77/+0
* libnfs.a: move more mount-only functions out of libnfs.aChuck Lever2007-07-302-20/+0
* libnfs.a: move mnt_{open, close}clnt calls to utils/mount/network.cChuck Lever2007-07-302-53/+0
* Add -Wstrict-prototypes to compiler args, and fix warnings caused.Neil Brown2007-07-295-29/+19
* Use __fpurge to ensure single-line writes to cache filesJ. Bruce Fields2007-07-271-0/+12
* fix broken compile due to missing pseudoflavors.hJ. Bruce Fields2007-07-211-0/+17
* rpcdebug: Update 'rpcdebug' tool with recently added debugging flagsChuck Lever2007-07-201-1/+3
* Support sec= option to specify export securityJ. Bruce Fields2007-07-102-8/+141
* move pseudoflavor information to common codeJ. Bruce Fields2007-07-101-0/+19
* mount.nfs: Fix retry= to handle lack of reserved port situationFlavio Leitner2007-07-101-0/+8
* Memory leak in mountdSteinar H. Gunderson2007-05-111-0/+1
* nfs-utils: have mountd hold open etab file to force inode number to changeJeff Layton2007-05-111-0/+6
* Be more cautious about use for privilege ports (<1024).Neil Brown2007-04-161-3/+0
* Never set SO_REUSEADDR on a UDP socket.Neil Brown2007-03-222-3/+6
* Add --with-rpcgen= for configure so that the system rpcgen can be used.Neil Brown2007-03-201-1/+5
* Handle -o remount betterNeil Brown2007-03-201-2/+11
* Make warning about host matching multiple exports more helpful.Neil Brown2007-03-192-1/+5
* Fix another warning: error -> nfs_errorNeil Brown2007-03-161-2/+2
* Remove nfs_mntent_t in favour of struct mntentNeil Brown2007-03-164-18/+10
* Correctly handle "user" and "users" mount options.Neil Brown2007-03-162-0/+65
* Make mtab_head staticNeil Brown2007-03-162-2/+1
* Fix memory leak in mountd.Steinar H. Gunderson2007-03-161-0/+1
* Remove "maptype" supportJ. Bruce Fields2007-03-153-50/+0
* Restore use of un-connected socket for UDP mount requests.Neil Brown2007-03-132-28/+36
* Merge branch 'branch-1-0'Neil Brown2007-02-272-0/+6
|\
| * Extend the exportfs/mountd interface to pass fslocations info into the kernelFred Isaman2007-02-272-0/+6
* | Remove rpc.lockdNeil Brown2007-02-224-30/+1
* | Change default from subtree_check to no_subtree_checkNeil Brown2007-02-221-3/+3
|/
* Extend the exportfs interface to pass fslocations info into the kernel.Fred Isaman2007-02-223-1/+45
* Support group-id looks for kernels that ask for them.Neil Brown2007-02-121-0/+1
* Use UUIDs to identify filesystems if kernel supports it.Neil Brown2007-02-123-7/+30
* Correct spelling errorNeil Brown2007-02-121-2/+2
* Make UDP sockets not blockingNeil Brown2007-02-051-4/+15
* Use memset instead of __bzero.Steinar H. Gunderson2007-02-051-1/+1