summaryrefslogtreecommitdiff
path: root/net/sunrpc/svcauth_unix.c
AgeCommit message (Expand)Author
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever
2023-04-27SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever
2023-04-26SUNRPC: return proper error from get_expiry()NeilBrown
2023-04-04sunrpc: only free unix grouplist after RCU settlesJeff Layton
2023-02-20SUNRPC: Fix whitespace damage in svcauth_unix.cChuck Lever
2023-02-20SUNRPC: Set rq_accept_statp inside ->accept methodsChuck Lever
2023-02-20SUNRPC: Hoist init_encode out of svc_authenticate()Chuck Lever
2023-02-20SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_tls_accept()Chuck Lever
2023-02-20SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_unix_accept()Chuck Lever
2023-02-20SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_null_accept()Chuck Lever
2023-02-20SUNRPC: Move svcxdr_init_encode() into ->accept methodsChuck Lever
2023-02-20SUNRPC: Hoist init_decode out of svc_authenticate()Chuck Lever
2023-02-20SUNRPC: Convert svcauth_tls_accept() to use xdr_streamChuck Lever
2023-02-20SUNRPC: Convert svcauth_unix_accept() to use xdr_streamChuck Lever
2023-02-20SUNRPC: Convert svcauth_null_accept() to use xdr_streamChuck Lever
2023-02-20SUNRPC: Move svcxdr_init_decode() into ->accept methodsChuck Lever
2022-02-28SUNRPC: Teach server to recognize RPC_AUTH_TLSChuck Lever
2021-08-10SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever
2021-08-10SUNRPC: Add svc_rqst::rq_auth_statChuck Lever
2021-04-06sunrpc: Remove unused function ip_map_lookupJiapeng Chong
2020-05-06sunrpc: Remove unused function ip_map_updateYueHaibing
2020-03-16nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust
2019-12-18nfs: use time64_t internallyArnd Bergmann
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-24SUNRPC: Fix the server AUTH_UNIX userspace mappingsTrond Myklebust
2018-10-29SUNRPC: Make server side AUTH_UNIX use lockless lookupsTrond Myklebust
2018-10-03SUNRPC: Add lockless lookup of the server's auth domainTrond Myklebust
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker
2017-11-27SUNRPC: make cache_detail structures constBhumika Goyal
2017-02-08sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan
2015-11-24svcrpc: move some initialization to common codeJ. Bruce Fields
2013-07-08svcrpc: fix failures to handle -1 uid'sJ. Bruce Fields
2013-07-01net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown
2013-05-29svcrpc: fix failures to handle -1 uid's and gid'sJ. Bruce Fields
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-15SUNRPC: rework cache upcall logicStanislav Kinsbursky
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky
2013-02-13sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentialsEric W. Biederman
2013-02-13sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls.Eric W. Biederman
2013-02-13sunrpc: Hash uids by first computing their value in the initial usernsEric W. Biederman
2013-02-13sunrpc: Use uid_eq and gid_eq where appropriateEric W. Biederman
2013-02-13sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman
2013-02-13sunrpc: Use userns friendly constants.Eric W. Biederman
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-05-31Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields
2012-05-31nfsd4: move principal name into svc_credJ. Bruce Fields