summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
...
* Use authunix_create() instead of authsys_create() to fix regression.Steve Dickson2010-03-081-1/+1
* nfs-utils: add and use nfs_authsys_createJeff Layton2010-03-012-0/+24
* nfsd: Disble NFS 4.1 functionality by defaultSteve Dickson2010-02-171-0/+6
* nfs-utils: don't fdatasync the rmtabBen Myers2010-02-122-8/+20
* nfs-utils: remove xflock timeoutBen Myers2010-02-121-17/+1
* Teach nfs_compare_sockaddr() to handle NULL arguments.Steve Dickson2010-01-251-0/+4
* tcpwrapper: Add support for IPv6Chuck Lever2010-01-172-37/+81
* 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-172-39/+25
* tcp_wrappers: Use getifaddrs(3) if it is availableChuck Lever2010-01-173-9/+91
* 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()Steve Dickson2010-01-151-11/+5
* statd: Support TI-RPC statd listenerChuck Lever2010-01-153-2/+260
* libnsm.a: retain CAP_NET_BIND when dropping privilegesChuck Lever2010-01-151-1/+40
* libnsm.a: Add support for multiple lines in monitor record filesChuck Lever2010-01-152-12/+155
* libnsm.a: Factor atomic write code out of nsm_get_state()Chuck Lever2010-01-151-45/+89
* nfs-utils: Collect socket address helpers into one locationChuck Lever2010-01-154-68/+257
* libnsm.a: Add RPC construction helper functionsChuck Lever2010-01-153-1/+560
* Revert "Automatically set 'nohide' on referral exports."J. Bruce Fields2010-01-131-6/+0
* exports: common exportent initializerJ. Bruce Fields2010-01-131-32/+27
* exports: export_read() cleanupJ. Bruce Fields2010-01-131-19/+21
* exports: turn on pseudo exportsSteve Dickson2010-01-131-0/+6
* exports: NFSv4 pseudoroot support routinesSteve Dickson2010-01-133-1/+18
* exports: add new flag for NFSv4 pseudorootSteve Dickson2010-01-131-0/+1
* exports: let kernel decide which flags vary by flavorJ. Bruce Fields2010-01-133-27/+75
* exports: minor parse_opts cleanupJ. Bruce Fields2010-01-131-5/+13
* nfs-utils: make private cookie to hex conversion a library routineJeff Layton2010-01-122-10/+36
* libnsm.a: Introduce common routines to handle persistent storageChuck Lever2010-01-124-1/+886
* libnsm.a: Move the sm_inter XDR pieces to libnsm.aChuck Lever2009-12-233-1/+177
* libexport.a: fix a long-standing typo in name_cmp()Chuck Lever2009-12-231-1/+1
* libnfs.a: Provide shared helpers for managing netidsChuck Lever2009-12-112-7/+97
* statd: Replace note() with xlog() in rpc.statdChuck Lever2009-11-241-4/+0
* Added wrappers around the setting of default valuesSteve Dickson2009-10-271-5/+0
* Introducing the parsing of both 'defaultvers' and 'defaultproto'Steve Dickson2009-10-221-0/+7
* Cleaned up some warnings in the mount config file code.Steve Dickson2009-08-271-0/+1
* Cleaned up parsing errors to hopeful be more preciseSteve Dickson2009-08-171-5/+5
* Added support for line comments parsing which shouldBenny Halevy2009-08-171-5/+19
* Now that only the Section names are case-insensitiveSteve Dickson2009-08-162-12/+10
* Added an conditional argument to the Section namesSteve Dickson2009-08-162-19/+97
* Make Section names case-insensitive which shouldSteve Dickson2009-08-161-0/+15
* Taught conf_parse_line() to ignore spaces in theSteve Dickson2009-08-161-9/+26
* Move idmapd's configuration file parsing routines intoSteve Dickson2009-08-164-2/+920
* nfs-utils: clean up NFSCTL_* macros for handling protocol bitsJeff Layton2009-08-011-4/+11
* nfs-utils: move nfssvc.c to nfsd dir and clean up linking of nfsdJeff Layton2009-08-013-189/+1
* errno not be set on RPC errorsSteve Dickson2009-07-151-1/+5
* support: Introduce sockaddr helpers to get and set IP port numbersChuck Lever2009-07-143-39/+58
* getport: Convert TCP connection refused to RPC_CANTRECVChuck Lever2009-07-141-0/+3
* getport: Restore historical TCP connect timeout error codeChuck Lever2009-07-141-2/+24
* getport: Clear shared error fields before trying rpcbind queriesChuck Lever2009-07-143-0/+31