aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc/auth_gss/svcauth_gss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-16nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust1-0/+12
2020-03-16SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.cChuck Lever1-28/+15
2020-03-16SUNRPC: Add xdr_pad_size() helperChuck Lever1-2/+3
2020-02-07Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+4
2020-02-07sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas1-0/+4
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-5/+5
2019-12-18nfs: use time64_t internallyArnd Bergmann1-1/+1
2019-12-18sunrpc: convert to time64_t for expiryArnd Bergmann1-2/+2
2019-10-30SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever1-21/+63
2019-10-30SUNRPC: Trace gssproxy upcall resultsChuck Lever1-3/+5
2019-04-24SUNRPC: rsi_parse() should use the current user namespaceTrond Myklebust1-3/+3
2019-02-14SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever1-0/+1
2019-02-14SUNRPC: Remove xdr_buf_trim()Chuck Lever1-1/+1
2018-12-27sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin1-4/+4
2018-10-29SUNRPC: Lockless server RPCSEC_GSS context lookupTrond Myklebust1-6/+26
2018-10-03SUNRPC: Add lockless lookup of the server's auth domainTrond Myklebust1-1/+8
2018-07-31sunrpc: whitespace fixesStephen Hemminger1-1/+1
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+1
2017-11-27SUNRPC: make cache_detail structures constBhumika Goyal1-2/+2
2017-11-07rpc: remove some BUG()sJ. Bruce Fields1-5/+9
2017-06-28sunrpc: Disable splice for krb5iChuck Lever1-0/+8
2017-01-31svcrpc: free contexts immediately on PROC_DESTROYNeil Brown1-2/+2
2017-01-12svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields1-1/+1
2016-11-30svcauth_gss: Close connection when dropping an incoming messageChuck Lever1-1/+1
2016-10-26sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields1-7/+14
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-1/+1
2016-09-12svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")Chuck Lever1-2/+3
2016-07-13sunrpc: add gss minor status to svcauth_gss_proxy_initScott Mayhew1-2/+3
2016-05-23sunrpc: fix stripping of padded MIC tokensTomáš Trnka1-2/+2
2016-05-03Remove unnecessary allocationJ. Bruce Fields1-3/+2
2015-02-26sunrpc: integer underflow in rsc_parse()Dan Carpenter1-0/+2
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton1-1/+1
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee1-1/+1
2014-05-30nfsd4: better reservation of head space for krb5J. Bruce Fields1-0/+2
2014-01-07minor svcauth_gss.c cleanupJ. Bruce Fields1-5/+2
2014-01-06sunrpc: get rid of use_gssp_lockJeff Layton1-24/+18
2014-01-06sunrpc: fix potential race between setting use_gss_proxy and the upcall rpc_clntJeff Layton1-2/+2
2014-01-06sunrpc: don't wait for write before allowing reads from use-gss-proxy fileJeff Layton1-31/+2
2013-10-08svcrpc: fix error-handling on badd gssproxy downcallJ. Bruce Fields1-2/+2
2013-08-01svcrpc: set cr_gss_mech from gss-proxy as well as legacy upcallJ. Bruce Fields1-1/+1
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-7/+3
2013-07-01svcrpc: store gss mech in svc_credJ. Bruce Fields1-3/+1
2013-07-01svcrpc: introduce init_svc_credJ. Bruce Fields1-4/+2
2013-06-29more open-coded file_inode() callsAl Viro1-2/+2
2013-05-28svcrpc: implement O_NONBLOCK behavior for use-gss-proxyJ. Bruce Fields1-2/+4
2013-05-12svcauth_gss: fix error code in use_gss_proxy()Dan Carpenter1-1/+1
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-11/+352
2013-04-30svcauth_gss: fix error return code in rsc_parse()Wei Yongjun1-1/+3