summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.2.2nfs-utils-1-2-2Steve Dickson2010-02-181-1/+1
* mount: Set protocol family properly for "udp" and "tcp"Chuck Lever2010-02-181-1/+2
* nfsd: Disble NFS 4.1 functionality by defaultSteve Dickson2010-02-172-0/+20
* mount.nfs: make nfs_{nfs,mount}_proto set errno on errorJeff Layton2010-02-121-6/+18
* mount.nfs: return error if proto= option specified IPv6 when IPv6 isn't suppo...Jeff Layton2010-02-121-16/+43
* statd: Remove SIMU_CRASH warningChuck Lever2010-02-121-1/+0
* This is the second iteration of this patch. The only difference hereJeff Layton2010-02-122-10/+14
* nfs-utils: don't fdatasync the rmtabBen Myers2010-02-122-8/+20
* nfs-utils: dont leak fd in mountlist_listBen Myers2010-02-121-1/+4
* nfs-utils: remove xflock timeoutBen Myers2010-02-121-17/+1
* text-based mount: Support protocol family negotiationChuck Lever2010-02-121-11/+60
* text-based mount: Set addr= option in nfs_try_mount_foo()Chuck Lever2010-02-121-4/+19
* text-based mount: Replace nfs_lookup() with getaddrinfo(3)Chuck Lever2010-02-121-8/+24
* text-based mount: Retry when server can't be reachedChuck Lever2010-02-122-1/+9
* nfsstat: use symbolic constants for operation array sizesBenny Halevy2010-02-081-12/+29
* Add recalim_complete to client stats.Benny Halevy2010-02-081-2/+3
* nfsd: fix version-setting regression on old kernelsJ. Bruce Fields2010-02-041-5/+5
* Teach nfs_compare_sockaddr() to handle NULL arguments.Steve Dickson2010-01-251-0/+4
* Added the sys/stat.h header file to a number ofnfs-utils-1-2-2-rc9Steve Dickson2010-01-223-0/+3
* Remove the idmapd.conf man. It now lives in theSteve Dickson2010-01-222-78/+2
* mount.nfs: Configuration file parser ignoring optionsSteve Dickson2010-01-201-5/+21
* tcpwrapper: Add support for IPv6nfs-utils-1-2-2-rc8Chuck Lever2010-01-175-48/+84
* tcpwrapper: Eliminated shadowed declaration warningsChuck Lever2010-01-172-19/+16
* tcpwrapper: Fix signage problems in the tcp_wrappers hash functionChuck Lever2010-01-171-14/+20
* tcp_wrapper: Clean up logit()Chuck Lever2010-01-174-41/+27
* tcp_wrappers: Use getifaddrs(3) if it is availableChuck Lever2010-01-175-12/+94
* tcpwrappers: Use xlog() instead of perror(3) and syslog(2)Chuck Lever2010-01-171-12/+13
* Tone down a number xlog messages in svc_create_bindaddr()nfs-utils-1-2-2-rc7Steve Dickson2010-01-151-11/+5
* statd: update rpc.statd(8) and sm-notify(8) to reflect IPv6 supportChuck Lever2010-01-152-274/+641
* statd: Support TI-RPC statd listenerChuck Lever2010-01-154-9/+291
* libnsm.a: retain CAP_NET_BIND when dropping privilegesChuck Lever2010-01-154-3/+60
* statd: Remove NL_ADDR() macroChuck Lever2010-01-154-20/+15
* statd: Support IPv6 in sm_stat_1_svc()Chuck Lever2010-01-151-5/+8
* statd: Support IPv6 in sm_mon_1_svc()Chuck Lever2010-01-151-13/+9
* statd: Add API to canonicalize mon_namesChuck Lever2010-01-152-0/+103
* libnsm.a: Add support for multiple lines in monitor record filesChuck Lever2010-01-154-16/+162
* libnsm.a: Factor atomic write code out of nsm_get_state()Chuck Lever2010-01-151-45/+89
* sm-notify: Save mon_name and my_name stringsChuck Lever2010-01-151-5/+17
* statd: Support IPv6 in sm_simu_crash_1_svcChuck Lever2010-01-151-16/+19
* statd: Support IPv6 is caller_is_localhost()Chuck Lever2010-01-151-11/+18
* statd: add IPv6 support in sm_notify_1_svc()Chuck Lever2010-01-151-7/+62
* statd: add nsm_present_address() APIChuck Lever2010-01-152-0/+66
* statd: Introduce statd version of matchhostname()Chuck Lever2010-01-156-12/+129
* nfs-utils: Collect socket address helpers into one locationChuck Lever2010-01-157-82/+264
* sm-notify: Support IPv6 DNS lookups in smn_lookupChuck Lever2010-01-151-7/+12
* sm-notify: Use getaddrinfo(3) to create bind address in smn_create_socket()Chuck Lever2010-01-151-31/+51
* sm-notify: IPv6 support in reserved port binding in smn_create_socket()Chuck Lever2010-01-151-1/+28
* sm-notify: Support creating a PF_INET6 socket in smn_create_socket()Chuck Lever2010-01-151-5/+76
* sm-notify: factor socket creation out of notify()Chuck Lever2010-01-151-60/+77
* statd: Update rmtcall.cChuck Lever2010-01-152-138/+47