summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcauth_unix.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever2023-04-271-2/+9
* SUNRPC: return proper error from get_expiry()NeilBrown2023-04-261-6/+6
* sunrpc: only free unix grouplist after RCU settlesJeff Layton2023-04-041-4/+13
* SUNRPC: Fix whitespace damage in svcauth_unix.cChuck Lever2023-02-201-3/+3
* SUNRPC: Set rq_accept_statp inside ->accept methodsChuck Lever2023-02-201-0/+6
* SUNRPC: Hoist init_encode out of svc_authenticate()Chuck Lever2023-02-201-3/+0
* SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_tls_accept()Chuck Lever2023-02-201-9/+13
* SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_unix_accept()Chuck Lever2023-02-201-5/+4
* SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_null_accept()Chuck Lever2023-02-201-5/+4
* SUNRPC: Move svcxdr_init_encode() into ->accept methodsChuck Lever2023-02-201-0/+3
* SUNRPC: Hoist init_decode out of svc_authenticate()Chuck Lever2023-02-201-6/+0
* SUNRPC: Convert svcauth_tls_accept() to use xdr_streamChuck Lever2023-02-201-11/+26
* SUNRPC: Convert svcauth_unix_accept() to use xdr_streamChuck Lever2023-02-201-20/+51
* SUNRPC: Convert svcauth_null_accept() to use xdr_streamChuck Lever2023-02-201-8/+25
* SUNRPC: Move svcxdr_init_decode() into ->accept methodsChuck Lever2023-02-201-0/+3
* SUNRPC: Teach server to recognize RPC_AUTH_TLSChuck Lever2022-02-281-0/+60
* SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever2021-08-101-1/+5
* SUNRPC: Add svc_rqst::rq_auth_statChuck Lever2021-08-101-6/+6
* sunrpc: Remove unused function ip_map_lookupJiapeng Chong2021-04-061-9/+0
* sunrpc: Remove unused function ip_map_updateYueHaibing2020-05-061-9/+0
* nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust2020-03-161-0/+12
* nfs: use time64_t internallyArnd Bergmann2019-12-181-5/+5
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* SUNRPC: Fix the server AUTH_UNIX userspace mappingsTrond Myklebust2019-04-241-6/+9
* SUNRPC: Make server side AUTH_UNIX use lockless lookupsTrond Myklebust2018-10-291-6/+8
* SUNRPC: Add lockless lookup of the server's auth domainTrond Myklebust2018-10-031-2/+8
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2017-12-141-0/+2
* SUNRPC: make cache_detail structures constBhumika Goyal2017-11-271-2/+2
* 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