aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcauth_unix.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever1-5/+4
2023-04-27SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever1-2/+9
2023-04-26SUNRPC: return proper error from get_expiry()NeilBrown1-6/+6
2023-04-04sunrpc: only free unix grouplist after RCU settlesJeff Layton1-4/+13
2023-02-20SUNRPC: Fix whitespace damage in svcauth_unix.cChuck Lever1-3/+3
2023-02-20SUNRPC: Set rq_accept_statp inside ->accept methodsChuck Lever1-0/+6
2023-02-20SUNRPC: Hoist init_encode out of svc_authenticate()Chuck Lever1-3/+0
2023-02-20SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_tls_accept()Chuck Lever1-9/+13
2023-02-20SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_unix_accept()Chuck Lever1-5/+4
2023-02-20SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_null_accept()Chuck Lever1-5/+4
2023-02-20SUNRPC: Move svcxdr_init_encode() into ->accept methodsChuck Lever1-0/+3
2023-02-20SUNRPC: Hoist init_decode out of svc_authenticate()Chuck Lever1-6/+0
2023-02-20SUNRPC: Convert svcauth_tls_accept() to use xdr_streamChuck Lever1-11/+26
2023-02-20SUNRPC: Convert svcauth_unix_accept() to use xdr_streamChuck Lever1-20/+51
2023-02-20SUNRPC: Convert svcauth_null_accept() to use xdr_streamChuck Lever1-8/+25
2023-02-20SUNRPC: Move svcxdr_init_decode() into ->accept methodsChuck Lever1-0/+3
2022-02-28SUNRPC: Teach server to recognize RPC_AUTH_TLSChuck Lever1-0/+60
2021-08-10SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever1-1/+5
2021-08-10SUNRPC: Add svc_rqst::rq_auth_statChuck Lever1-6/+6
2021-04-06sunrpc: Remove unused function ip_map_lookupJiapeng Chong1-9/+0
2020-05-06sunrpc: Remove unused function ip_map_updateYueHaibing1-9/+0
2020-03-16nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust1-0/+12
2019-12-18nfs: use time64_t internallyArnd Bergmann1-5/+5
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-24SUNRPC: Fix the server AUTH_UNIX userspace mappingsTrond Myklebust1-6/+9
2018-10-29SUNRPC: Make server side AUTH_UNIX use lockless lookupsTrond Myklebust1-6/+8
2018-10-03SUNRPC: Add lockless lookup of the server's auth domainTrond Myklebust1-2/+8
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+2
2017-11-27SUNRPC: make cache_detail structures constBhumika Goyal1-2/+2
2017-02-08sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee1-2/+2
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-3/+3
2015-11-24svcrpc: move some initialization to common codeJ. Bruce Fields1-8/+0
2013-07-08svcrpc: fix failures to handle -1 uid'sJ. Bruce Fields1-2/+0
2013-07-01net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown1-2/+2
2013-05-29svcrpc: fix failures to handle -1 uid's and gid'sJ. Bruce Fields1-5/+7
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-13/+3
2013-02-15SUNRPC: rework cache upcall logicStanislav Kinsbursky1-12/+0
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky1-2/+4
2013-02-13sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentialsEric W. Biederman1-2/+4
2013-02-13sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls.Eric W. Biederman1-5/+9
2013-02-13sunrpc: Hash uids by first computing their value in the initial usernsEric W. Biederman1-2/+7
2013-02-13sunrpc: Use uid_eq and gid_eq where appropriateEric W. Biederman1-1/+1
2013-02-13sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman1-4/+4
2013-02-13sunrpc: Use userns friendly constants.Eric W. Biederman1-2/+2
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton1-1/+1
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet1-18/+4
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+4
2012-05-31Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-9/+4
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields1-2/+2
2012-05-31nfsd4: move principal name into svc_credJ. Bruce Fields1-0/+2
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman1-4/+14
2012-04-12nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky1-9/+4
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields1-55/+71
2012-02-03nfsd: remove some unneeded checksDan Carpenter1-1/+1
2012-01-31SUNRPC: ip map cache per network namespace cleanupStanislav Kinsbursky1-41/+30
2012-01-31SUNRPC: create unix gid cache per network namespaceStanislav Kinsbursky1-14/+41
2012-01-31SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky1-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-1/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-3/+3
2011-07-15svcauth_unix.c: quiet sparse noiseH Hartley Sweeten1-0/+1
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown1-78/+0
2011-03-09svcrpc: fix bad argument in unix_domain_findJ. Bruce Fields1-1/+1
2011-03-08svcrpc: fix rare race on unix_domain creationJ. Bruce Fields1-9/+9
2011-01-04SUNRPC: Remove more code when NFSD_DEPRECATED is not configuredJ. Bruce Fields1-0/+12
2011-01-04svcrpc: modifying valid sunrpc cache entries is racyJ. Bruce Fields1-2/+1
2010-12-17net: sunrpc: kill unused macrosShan Wei1-2/+0
2010-10-11sunrpc: Use helper to set v4 mapped addr in ip_map_parsePavel Emelyanov1-3/+2
2010-09-27sunrpc: Make the ip_map_cache be per-netPavel Emelyanov1-28/+94
2010-09-27sunrpc: Add net to pure API callsPavel Emelyanov1-8/+10
2010-09-27sunrpc: Pass xprt to cached get/put routinesPavel Emelyanov1-7/+5
2010-09-27sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov1-3/+6
2010-09-27sunrpc: Pass the ip_map_parse's cd to lower callsPavel Emelyanov1-10/+21
2010-09-21sunrpc: close connection when a request is irretrievably lost.NeilBrown1-3/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-02svcrpc: treat uid's as unsignedJ. Bruce Fields1-1/+1
2010-01-26SUNRPC: Use rpc_pton() in ip_map_parse()Chuck Lever1-21/+26
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-23/+30
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-10-27nfsd4: don't try to map gid's in generic rpc codeJ. Bruce Fields1-23/+30
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley1-2/+1
2009-08-21Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...J. Bruce Fields1-2/+12
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust1-2/+12
2009-08-04sunrpc: fix memory leak in unix_gid cache.NeilBrown1-0/+1
2009-01-07SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust1-6/+6
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison1-13/+4
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-2/+2
2008-10-28net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final usersHarvey Harrison1-1/+1
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison1-3/+2
2008-05-18svcrpc: fix proc/net/rpc/auth.unix.ip/content displayJ. Bruce Fields1-2/+2
2008-04-23IPv6 support for NFS server export cachesAurélien Charbon1-38/+80
2008-02-01SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust1-0/+5
2008-02-01svc: Move the authinfo cache to svc_xprt.Tom Tucker1-25/+29
2007-07-17knfsd: nfsd: set rq_client to ip-address-determined-domainJ. Bruce Fields1-1/+3
2007-07-17knfsd: nfsd4: store pseudoflavor in requestAndy Adamson1-0/+3
2007-05-09knfsd: rename sk_defer_lock to sk_lockNeilBrown1-5/+5
2007-04-17knfsd: use a spinlock to protect sk_info_authunixNeilBrown1-5/+16
2007-02-14[PATCH] knfsd: allow the server to provide a gid list when using AUTH_UNIX au...NeilBrown1-5/+220
2007-02-12[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever1-1/+2
2007-02-10[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki1-6/+6
2006-12-13[PATCH] knfsd: Don't ignore kstrdup failure in rpc cachesNeilBrown1-0/+4
2006-12-13[PATCH] knfsd: nfsd: don't drop silently on upcall deferralJ.Bruce Fields1-0/+1
2006-12-02[SUNRPC]: annotate hash_ip()Al Viro1-4/+4
2006-10-04[PATCH] knfsd: knfsd: cache ipmap per TCP socketGreg Banks1-3/+44
2006-10-02[PATCH] knfsd: remove an unused variable from auth_unix_lookup()Greg Banks1-4/+1
2006-09-28[SUNRPC]: more sunrpc endianness annotationsAl Viro1-4/+4
2006-09-28[SUNRPC]: trivial endianness annotationsAlexey Dobriyan1-4/+4
2006-09-28[SUNRPC]: svc_{get,put}nl()Alexey Dobriyan1-11/+11
2006-03-27[PATCH] knfsd: Tidy up unix_domain_findNeilBrown1-8/+8
2006-03-27[PATCH] knfsd: Convert sunrpc_cache to use krefsNeilBrown1-10/+10
2006-03-27[PATCH] knfsd: Convert ip_map cache to use the new lookup routineNeilBrown1-47/+95
2006-03-27[PATCH] knfsd: Get rid of 'inplace' sunrpc cachesNeilBrown1-1/+1
2006-03-27[PATCH] knfsd: Change the store of auth_domains to not be a 'cache'NeilBrown1-38/+31
2006-01-06[PATCH] knfsd: fix hash function for IP addresses on 64bit little-endian mach...NeilBrown1-1/+13
2005-09-07[PATCH] sunrpc: cache_register can use wrong module referenceBruce Allan1-0/+1
2005-06-23[PATCH] create a kstrdup library functionPaulo Marques1-9/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+502