aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/auth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-22nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings1-3/+3
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-3/+3
2014-07-17nfsd: silence sparse warning about accessing credentialsJeff Layton1-1/+1
2014-05-30NFSD: Cleanup unused variable in nfsd_setuser()Kinglong Mee1-3/+1
2014-05-30NFSD: remove unneeded linux/user_namespace.h includeKinglong Mee1-1/+0
2014-04-03kernel/groups.c: remove return value of set_groupsWang YanQing1-4/+1
2013-02-13nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman1-5/+5
2013-02-13nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsEric W. Biederman1-1/+1
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields1-1/+1
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman1-2/+3
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-5/+1
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh1-1/+1
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh1-4/+0
2009-09-02CRED: Add some configurable debugging [try #6]David Howells1-0/+4
2009-01-27nfsd: fix cred leak on every rpcJ. Bruce Fields1-0/+1
2009-01-27nfsd: fix null dereference on error pathJ. Bruce Fields1-0/+2
2009-01-07CRED: Fix NFSD regressionDavid Howells1-2/+2
2008-11-14CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells1-1/+4
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-40/+52
2008-11-14CRED: Separate task security context from task_structDavid Howells1-10/+12
2008-04-23nfsd: fix sparse warningsHarvey Harrison1-0/+1
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan1-5/+5
2007-07-19knfsd: clean up EX_RDONLYJ. Bruce Fields1-1/+2
2007-07-17knfsd: nfsd: enforce per-flavor id squashingJ. Bruce Fields1-2/+16
2006-04-11[PATCH] knfsd: nfsd: nfsd_setuser doesn't really need to modify rqstp->rq_cred.NeilBrown1-23/+23
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+63