summaryrefslogtreecommitdiffstats
path: root/utils/mountd/auth.c
Commit message (Expand)AuthorAgeFilesLines
* mountd: auth.c no longer needs #include xmalloc.hChuck Lever2012-12-121-1/+2
* mountd: prepend '$' to make use_ipaddr clients self-describingJ. Bruce Fields2012-05-031-3/+11
* mountd: add trivial helpers for client-matchingJ. Bruce Fields2012-05-031-3/+18
* auth_authenticate_newcache: prefer non-V4ROOT export over V4ROOT exportsNeilBrown2012-05-011-4/+3
* mountd: add IPv6 support in auth_authenticate()Chuck Lever2010-09-161-25/+27
* mountd: Replace "struct hostent" with "struct addrinfo"Chuck Lever2010-06-221-23/+25
* mountd/exportfs: Make m_addrlist field a nfs_sockaddrChuck Lever2010-05-051-1/+1
* mountd: better hiding of v4root exports from mountd clientsJ. Bruce Fields2010-01-131-0/+4
* mountd: kill unnecessary m_mayexport checkJ. Bruce Fields2010-01-131-4/+0
* mountd: auth_authenticate_internal further cleanupJ. Bruce Fields2010-01-131-28/+42
* mountd: auth_authenticate_internal cleanupJ. Bruce Fields2010-01-131-16/+17
* exports: turn on pseudo exportsSteve Dickson2010-01-131-0/+3
* relax insecure option on mountdRobert Gordon2009-11-161-2/+1
* Exportfs and rpc.mountd optimalizationTomas Richter2009-02-181-1/+1
* mountd: change "unknown host" error message to "unmatched host"Jeff Layton2008-09-291-1/+1
* mountd: address a minor compiler warningChuck Lever2007-10-121-1/+1
* mountd: eliminate a spurious compiler warningChuck Lever2007-10-121-1/+1
* rpc.mountd: add new mode for handling netgroup-heavy configurationsJeff Layton2007-09-281-11/+50
* rpc.mountd: create client_resolve and change client_compose to take a hostent...Jeff Layton2007-09-281-6/+2
* rpc.mountd: Change nfs_client->m_hostname to be a dynamically-allocated stringJeff Layton2007-09-281-2/+7
* nfs-utils: have mountd hold open etab file to force inode number to changeJeff Layton2007-05-111-9/+20
* Ensure 'showmount -e' gets current information.Neil Brown2007-01-111-3/+3
* Don't rely on old info in my_clientJeff Layton2006-12-191-15/+9
* Autogen updateneilbrown2005-12-201-1/+3
* auth_reload fixneilbrown2004-12-061-2/+3
* fix uninitialise variableneilbrown2004-09-061-0/+1
* Assorted fixesneilbrown2003-07-141-1/+0
* bug fixneilbrown2003-05-221-5/+4
* Support new kernel upcalls for export cache management.neilbrown2003-05-211-14/+54
* Define and use get_reliable_hostbynameneilbrown2003-05-211-66/+13
* * utils/mountd/auth.c (auth_authenticate_internal): Reverseneilbrown2001-09-121-18/+6
* 2000-11-27 Tobias Ringstrom <tori@tellus.mine.nu>hjl2000-11-271-1/+5
* 2000-09-26 H.J. Lu <hjl@lucon.org>hjl2000-09-251-2/+3
* 2000-08-02 H.J. Lu <hjl@lucon.org>hjl2000-08-101-6/+17
* Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>hjl2000-01-101-2/+8
* Fix forward/reverse DNS lookup for authentication.hjl1999-10-261-16/+29
* Initial revisionhjl1999-10-181-0/+215