summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcauth_unix.c
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee2017-02-081-2/+2
* cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-071-3/+3
* svcrpc: move some initialization to common codeJ. Bruce Fields2015-11-241-8/+0
* svcrpc: fix failures to handle -1 uid'sJ. Bruce Fields2013-07-081-2/+0
* net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown2013-07-011-2/+2
* svcrpc: fix failures to handle -1 uid's and gid'sJ. Bruce Fields2013-05-291-5/+7
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-281-13/+3
|\
| * SUNRPC: rework cache upcall logicStanislav Kinsbursky2013-02-151-12/+0
| * SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky2013-02-151-2/+4
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-1/+1
* | sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentialsEric W. Biederman2013-02-131-2/+4
* | sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls.Eric W. Biederman2013-02-131-5/+9
* | sunrpc: Hash uids by first computing their value in the initial usernsEric W. Biederman2013-02-131-2/+7
* | sunrpc: Use uid_eq and gid_eq where appropriateEric W. Biederman2013-02-131-1/+1
* | sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman2013-02-131-4/+4
* | sunrpc: Use userns friendly constants.Eric W. Biederman2013-02-131-2/+2
|/
* ipv6: add ipv6_addr_hash() helperEric Dumazet2012-07-181-18/+4
* Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-011-2/+4
|\
| * nfsd4: move rq_flavor into svc_credJ. Bruce Fields2012-05-311-2/+2
| * nfsd4: move principal name into svc_credJ. Bruce Fields2012-05-311-0/+2
* | Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-05-311-9/+4
|\ \ | |/
| * nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky2012-04-121-9/+4
* | userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-031-4/+14
|/
* Merge nfs containerization work from Trond's treeJ. Bruce Fields2012-03-261-55/+71
|\
| * SUNRPC: ip map cache per network namespace cleanupStanislav Kinsbursky2012-01-311-41/+30
| * SUNRPC: create unix gid cache per network namespaceStanislav Kinsbursky2012-01-311-14/+41
| * SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky2012-01-311-1/+1
* | nfsd: remove some unneeded checksDan Carpenter2012-02-031-1/+1
|/
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-1/+1
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-3/+3
* svcauth_unix.c: quiet sparse noiseH Hartley Sweeten2011-07-151-0/+1
* nfsd: Remove deprecated nfsctl system call and related code.NeilBrown2011-07-151-78/+0
* svcrpc: fix bad argument in unix_domain_findJ. Bruce Fields2011-03-091-1/+1
* svcrpc: fix rare race on unix_domain creationJ. Bruce Fields2011-03-081-9/+9
* SUNRPC: Remove more code when NFSD_DEPRECATED is not configuredJ. Bruce Fields2011-01-041-0/+12
* svcrpc: modifying valid sunrpc cache entries is racyJ. Bruce Fields2011-01-041-2/+1
* net: sunrpc: kill unused macrosShan Wei2010-12-171-2/+0
* sunrpc: Use helper to set v4 mapped addr in ip_map_parsePavel Emelyanov2010-10-111-3/+2
* sunrpc: Make the ip_map_cache be per-netPavel Emelyanov2010-09-271-28/+94
* sunrpc: Add net to pure API callsPavel Emelyanov2010-09-271-8/+10
* sunrpc: Pass xprt to cached get/put routinesPavel Emelyanov2010-09-271-7/+5
* sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov2010-09-271-3/+6
* sunrpc: Pass the ip_map_parse's cd to lower callsPavel Emelyanov2010-09-271-10/+21
* sunrpc: close connection when a request is irretrievably lost.NeilBrown2010-09-211-3/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* svcrpc: treat uid's as unsignedJ. Bruce Fields2010-03-021-1/+1
* SUNRPC: Use rpc_pton() in ip_map_parse()Chuck Lever2010-01-261-21/+26
* Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-12-161-23/+30
|\
| * nfsd4: don't try to map gid's in generic rpc codeJ. Bruce Fields2009-10-271-23/+30
* | net: Move && and || to end of previous lineJoe Perches2009-11-291-2/+2
OpenPOWER on IntegriCloud