summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* libexport.a: Allow malloc(3) failures in client_lookup() and friendsChuck Lever2010-04-231-6/+9
* libexport.a: Allow m_hostname allocation to fail instead of exitChuck Lever2010-04-231-6/+4
* libexport.a: Allow client_init() to fail instead of exitChuck Lever2010-04-231-7/+17
* libexport.a: Add client_free()Chuck Lever2010-04-231-2/+8
* libexport.a: export_find() should handle address parsing errorsChuck Lever2010-04-161-0/+4
* libexport.a: Add export_free()Chuck Lever2010-04-161-10/+17
* libexport.a: Add helper for populating m_addrlist[]Chuck Lever2010-04-151-18/+20
* libexport.a: Reduce code duplication in client_init()Chuck Lever2010-04-151-4/+5
* libexport.a: replace xlog(L_FATAL) in client_check()Chuck Lever2010-04-081-4/+9
* libexport.a: Refactor wildcard checking in client_check()Chuck Lever2010-04-081-12/+26
* libexport.a: Refactor netgroup checking in client_check()Chuck Lever2010-04-081-40/+57
* libexport.a: Remove unused function client_checkaddr()Chuck Lever2010-04-081-7/+0
* libexport.a: Factor SUBNETWORK checking out of check_client()Chuck Lever2010-04-081-10/+22
* libexport.a: Factor FQDN checking out of check_client()Chuck Lever2010-04-081-8/+23
* Remove some warnings that were introduced by commit 6ca440cSteve Dickson2010-04-082-1/+3
* libexport.a: e_fslocdata should be freed with free(3)Chuck Lever2010-03-221-1/+1
* libexport.a: Fix whitespace damage in support/export/export.cChuck Lever2010-03-221-5/+6
* libexport.a: Clean up client_compose() and client_member()Chuck Lever2010-03-222-17/+29
* libexport.a: Remove dead codeChuck Lever2010-03-222-24/+0
* mountd: fix --manage-gids hang due to int/uint bugSteve Dickson2010-03-081-0/+19
* 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