summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
...
* libexport.a: Add documenting commentsChuck Lever2010-06-222-9/+39
* libexport.a: Make export_add() staticChuck Lever2010-06-222-5/+2
* libexport.a: Make export_read() return voidChuck Lever2010-06-222-3/+7
* mountd: Replace "struct hostent" with "struct addrinfo"Chuck Lever2010-06-224-138/+181
* libexport.a: Add helpers to manage DNS lookupsChuck Lever2010-06-223-1/+365
* mountd: Convert colons in IPv6 presentation addresses tosemicolonsChuck Lever2010-05-241-3/+39
* libexport.a: Refactor rmtab_read()Chuck Lever2010-05-241-23/+41
* mountd/exportfs: Make m_addrlist field a nfs_sockaddrChuck Lever2010-05-053-15/+90
* libexport.a: Clean up client_add()Chuck Lever2010-05-052-15/+12
* libexport.a: Refactor client_init()Chuck Lever2010-05-051-43/+56
* Make capabilities support optionalMike Frysinger2010-04-231-0/+4
* 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