summaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss
AgeCommit message (Expand)AuthorFilesLines
2021-09-22rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields1-1/+1
2021-04-07rpc: fix NULL dereference on kmalloc failureJ. Bruce Fields1-4/+7
2021-02-23SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski1-3/+6
2021-02-23SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski3-58/+45
2020-06-20sunrpc: clean up properly in gss_mech_unregister()NeilBrown2-9/+15
2020-06-20sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown1-2/+4
2020-02-15sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas1-0/+4
2019-11-28SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust1-0/+1
2019-01-13sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin1-4/+4
2018-12-13SUNRPC: Fix leak of krb5p encode pagesChuck Lever1-0/+4
2018-01-10kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2-0/+2
2017-04-21SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown1-1/+6
2017-02-09svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields1-1/+1
2017-01-26svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields1-1/+1
2016-09-07SUNRPC: allow for upcalls for same uid but different gss serviceOlga Kornievskaia1-3/+5
2016-06-08sunrpc: fix stripping of padded MIC tokensTomáš Trnka1-2/+2
2015-10-23sunrpc: avoid warning in gss_key_timeoutArnd Bergmann1-7/+6
2015-06-22sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick1-6/+2
2015-05-04svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew1-7/+16
2015-02-26sunrpc: integer underflow in rsc_parse()Dan Carpenter1-0/+2
2015-02-18svcrpc: fix memory leak in gssp_accept_sec_context_upcallDavid Ramos1-0/+2
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton1-1/+1
2014-11-25sunrpc: eliminate RPC_DEBUGJeff Layton12-12/+12
2014-11-13sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptorJeff Layton1-5/+30
2014-08-14Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-61/+122
2014-08-04sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton2-8/+3
2014-08-04sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.cJeff Layton1-7/+13
2014-08-04sunrpc: clean up sparse endianness warnings in gss_krb5_seal.cJeff Layton1-11/+17
2014-08-04sunrpc: fix RCU handling of gc_ctx fieldJeff Layton1-17/+35
2014-07-13sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton1-20/+42
2014-07-13auth_gss: fetch the acceptor name out of the downcallJeff Layton1-3/+17
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee1-1/+1
2014-06-11Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-3/+1
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+2
2014-05-31nfsd4: better reservation of head space for krb5J. Bruce Fields1-0/+2
2014-05-18SUNRPC: Fix a module reference issue in rpcsec_gssTrond Myklebust1-3/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-02-16SUNRPC: Fix a pipe_version reference leakTrond Myklebust1-1/+3
2014-02-16SUNRPC: Ensure that gss_auth isn't freed before its upcall messagesTrond Myklebust1-2/+11
2014-02-11SUNRPC: Don't create a gss auth cache unless rpc.gssd is runningTrond Myklebust1-0/+2
2014-02-01Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-7/+1
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-75/+26
2014-01-28sunrpc: turn warn_gssd() log message into a dprintk()Jeff Layton1-7/+1
2014-01-25gss_krb5: use lcm from kernel libLuis Henriques1-13/+4
2014-01-08minor svcauth_gss.c cleanupJ. Bruce Fields1-5/+2
2014-01-07sunrpc: get rid of use_gssp_lockJeff Layton1-24/+18
2014-01-07sunrpc: fix potential race between setting use_gss_proxy and the upcall rpc_clntJeff Layton1-2/+2
2014-01-07sunrpc: don't wait for write before allowing reads from use-gss-proxy fileJeff Layton2-33/+2
2013-12-06sunrpc: replace sunrpc_net->gssd_running flag with a more reliable checkJeff Layton1-10/+7
2013-12-06Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1