summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* nfs-utils: Provide type-checked version of svc_getcaller()Chuck Lever2009-03-051-0/+9
* nfs-utils: Replace getservbyname(3)Chuck Lever2009-03-053-94/+63
* Have sizeof using the correct value in nfs_getlocalport()Ben Greear2009-03-041-1/+1
* nfs-utils: Remove fprintf() call from support/nfs/getport.cChuck Lever2009-03-041-3/+0
* General clean up. Removed unused routines. Reworked syslogSteve Dickson2009-03-041-130/+5
* Converted good_client() to correctly use the tcp wrapperSteve Dickson2009-03-041-50/+7
* Only hash on IP address and Program number. Including the ProcedureSteve Dickson2009-03-041-12/+11
* Exportfs and rpc.mountd optimalizationTomas Richter2009-02-184-31/+104
* mount: getport: don't use getaddrinfo(3) on old systemsChuck Lever2009-01-061-10/+59
* Now that the TCP wrapper actually works, mounts willSteve Dickson2009-01-031-4/+16
* To ensure the hash table of clients has validSteve Dickson2008-12-191-3/+42
* Clients IP address and host names are check onSteve Dickson2008-12-191-0/+79
* When clients are define as IP addresses in /etc/hosts.deny,Steve Dickson2008-12-191-44/+45
* Added support/nfs/getport.cSteve Dickson2008-11-181-0/+965
* Introduce rpcbind client utility functionsChuck Lever2008-11-172-1/+72
* Add AF_INET6-capable API to acquire an RPC CLIENT *Chuck Lever2008-11-173-1/+599
* nfs-utils: make makesock() staticChuck Lever2008-10-081-42/+40
* nfs-utils: Clean up support/nfs/rpcmisc.c:closedown()Chuck Lever2008-10-081-23/+25
* nfs-utils: whitespace clean ups in support/nfs/rpcmisc.cChuck Lever2008-09-261-7/+6
* nfs-utils: Remove excess log reportingChuck Lever2008-09-261-8/+4
* nfs-utils: make makesock() staticChuck Lever2008-09-262-17/+22
* nfs-utils: remove disabled code from support/nfs/rpcmisc.cChuck Lever2008-09-261-16/+0
* nfs-utils: Remove unused function rpc_svcrun()Chuck Lever2008-09-262-52/+0
* nfs-utils: remove unused function rpc_logcall()Chuck Lever2008-09-262-61/+0
* Remove redundant m_path fieldJ. Bruce Fields2008-08-284-25/+2
* Fix handling of explicit uuidDavid Woodhouse2008-08-281-1/+1
* It appears that a recent glibc update now enforces the requirement for a modeSteve Dickson2008-07-151-1/+7
* When a FQDN exists in /var/lib/nfs/rmtab it causesSteve Dickson2008-06-251-2/+2
* 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