aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/auth.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSGravatar Jens Axboe 1-4/+0
2018-01-22nfsd: auth: Fix gid sorting when rootsquash enabledGravatar Ben Hutchings 1-3/+3
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsGravatar Thiago Rafael Becker 1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-10-07cred: simpler, 1D supplementary groupsGravatar Alexey Dobriyan 1-3/+3
2014-07-17nfsd: silence sparse warning about accessing credentialsGravatar Jeff Layton 1-1/+1
2014-05-30NFSD: Cleanup unused variable in nfsd_setuser()Gravatar Kinglong Mee 1-3/+1
2014-05-30NFSD: remove unneeded linux/user_namespace.h includeGravatar Kinglong Mee 1-1/+0
2014-04-03kernel/groups.c: remove return value of set_groupsGravatar Wang YanQing 1-4/+1
2013-02-13nfsd: Properly compare and initialize kuids and kgidsGravatar Eric W. Biederman 1-5/+5
2013-02-13nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsGravatar Eric W. Biederman 1-1/+1
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2012-05-31nfsd4: move rq_flavor into svc_credGravatar J. Bruce Fields 1-1/+1
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Gravatar Eric W. Biederman 1-2/+3
2009-12-15nfsd: remove pointless paths in file headersGravatar J. Bruce Fields 1-5/+1
2009-12-14nfsd: Move private headers to source directoryGravatar Boaz Harrosh 1-1/+1
2009-12-14nfsd: Source files #include cleanupsGravatar Boaz Harrosh 1-4/+0
2009-09-02CRED: Add some configurable debugging [try #6]Gravatar David Howells 1-0/+4
2009-01-27nfsd: fix cred leak on every rpcGravatar J. Bruce Fields 1-0/+1
2009-01-27nfsd: fix null dereference on error pathGravatar J. Bruce Fields 1-0/+2
2009-01-07CRED: Fix NFSD regressionGravatar David Howells 1-2/+2
2008-11-14CRED: Differentiate objective and effective subjective credentials on a taskGravatar David Howells 1-1/+4
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-40/+52
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-10/+12
2008-04-23nfsd: fix sparse warningsGravatar Harvey Harrison 1-0/+1
2008-02-05Add 64-bit capability support to the kernelGravatar Andrew Morgan 1-5/+5
2007-07-19knfsd: clean up EX_RDONLYGravatar J. Bruce Fields 1-1/+2
2007-07-17knfsd: nfsd: enforce per-flavor id squashingGravatar J. Bruce Fields 1-2/+16
2006-04-11[PATCH] knfsd: nfsd: nfsd_setuser doesn't really need to modify rqstp->rq_cred.Gravatar NeilBrown 1-23/+23
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+63