summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/svcauth_gss.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-101-1/+1
|\
| * UNRPC: Return specific error code on kmalloc failureYang Li2021-09-231-1/+1
* | Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-10-071-1/+1
|\ \ | |/ |/|
| * SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields2021-10-011-1/+1
* | Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-09-081-0/+2
|\|
| * SUNRPC: improve error response to over-size gss credentialNeilBrown2021-09-031-0/+2
* | Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-041-22/+25
|\ \ | |/ |/|
| * SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever2021-08-101-0/+4
| * SUNRPC: Add svc_rqst::rq_auth_statChuck Lever2021-08-101-22/+21
* | rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields2021-08-171-1/+1
|/
* rpc: remove redundant initialization of variable statusColin Ian King2021-07-061-1/+1
* rpc: fix NULL dereference on kmalloc failureJ. Bruce Fields2021-03-061-4/+7
* SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw2020-10-201-10/+17
* SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")Chuck Lever2020-07-241-1/+0
* SUNRPC: Augment server-side rpcgss tracepointsChuck Lever2020-07-131-38/+79
* sunrpc: clean up properly in gss_mech_unregister()NeilBrown2020-05-281-6/+6
* sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown2020-05-281-2/+4
* SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever2020-04-271-1/+1
* SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever2020-04-271-6/+2
* nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust2020-03-161-0/+12
* SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.cChuck Lever2020-03-161-28/+15
* SUNRPC: Add xdr_pad_size() helperChuck Lever2020-03-161-2/+3
* Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-02-071-0/+4
|\
| * sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas2020-02-071-0/+4
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-5/+5
* | nfs: use time64_t internallyArnd Bergmann2019-12-181-1/+1
* | sunrpc: convert to time64_t for expiryArnd Bergmann2019-12-181-2/+2
|/
* SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever2019-10-301-21/+63
* SUNRPC: Trace gssproxy upcall resultsChuck Lever2019-10-301-3/+5
* SUNRPC: rsi_parse() should use the current user namespaceTrond Myklebust2019-04-241-3/+3
* SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever2019-02-141-0/+1
* SUNRPC: Remove xdr_buf_trim()Chuck Lever2019-02-141-1/+1
* sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin2018-12-271-4/+4
* SUNRPC: Lockless server RPCSEC_GSS context lookupTrond Myklebust2018-10-291-6/+26
* SUNRPC: Add lockless lookup of the server's auth domainTrond Myklebust2018-10-031-1/+8
* sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+1
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2017-12-141-0/+1
* SUNRPC: make cache_detail structures constBhumika Goyal2017-11-271-2/+2
* rpc: remove some BUG()sJ. Bruce Fields2017-11-071-5/+9
* sunrpc: Disable splice for krb5iChuck Lever2017-06-281-0/+8
* svcrpc: free contexts immediately on PROC_DESTROYNeil Brown2017-01-311-2/+2
* svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields2017-01-121-1/+1
* svcauth_gss: Close connection when dropping an incoming messageChuck Lever2016-11-301-1/+1
* sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields2016-10-261-7/+14
* cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-071-1/+1
* svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")Chuck Lever2016-09-121-2/+3
* sunrpc: add gss minor status to svcauth_gss_proxy_initScott Mayhew2016-07-131-2/+3
* sunrpc: fix stripping of padded MIC tokensTomáš Trnka2016-05-231-2/+2
* Remove unnecessary allocationJ. Bruce Fields2016-05-031-3/+2