summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/svcauth_gss.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sunrpc: integer underflow in rsc_parse()Dan Carpenter2015-02-261-0/+2
* sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2014-12-091-1/+1
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
* SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee2014-06-231-1/+1
* nfsd4: better reservation of head space for krb5J. Bruce Fields2014-05-301-0/+2
* minor svcauth_gss.c cleanupJ. Bruce Fields2014-01-071-5/+2
* sunrpc: get rid of use_gssp_lockJeff Layton2014-01-061-24/+18
* sunrpc: fix potential race between setting use_gss_proxy and the upcall rpc_clntJeff Layton2014-01-061-2/+2
* sunrpc: don't wait for write before allowing reads from use-gss-proxy fileJeff Layton2014-01-061-31/+2
* svcrpc: fix error-handling on badd gssproxy downcallJ. Bruce Fields2013-10-081-2/+2
* svcrpc: set cr_gss_mech from gss-proxy as well as legacy upcallJ. Bruce Fields2013-08-011-1/+1
* Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-111-7/+3
|\
| * svcrpc: store gss mech in svc_credJ. Bruce Fields2013-07-011-3/+1
| * svcrpc: introduce init_svc_credJ. Bruce Fields2013-07-011-4/+2
* | more open-coded file_inode() callsAl Viro2013-06-291-2/+2
|/
* svcrpc: implement O_NONBLOCK behavior for use-gss-proxyJ. Bruce Fields2013-05-281-2/+4
* svcauth_gss: fix error code in use_gss_proxy()Dan Carpenter2013-05-121-1/+1
* Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-031-11/+352
|\
| * svcauth_gss: fix error return code in rsc_parse()Wei Yongjun2013-04-301-1/+3
| * SUNRPC: define {create,destroy}_use_gss_proxy_proc_entry in !PROC caseJ. Bruce Fields2013-04-291-1/+10
| * Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields2013-04-291-1/+3
| |\
| * | SUNRPC: Use gssproxy upcall for server RPCGSS authentication.Simo Sorce2013-04-261-9/+338
| * | SUNRPC: conditionally return endtime from import_sec_contextSimo Sorce2013-04-261-1/+2
* | | Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-04-301-1/+3
|\ \ \ | |/ / |/| / | |/
| * SUNRPC: Consider qop when looking up pseudoflavorsChuck Lever2013-03-291-1/+3
* | nfsd: fix krb5 handling of anonymous principalsJ. Bruce Fields2013-03-061-4/+8
|/
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-281-9/+9
|\
| * SUNRPC: rework cache upcall logicStanislav Kinsbursky2013-02-151-7/+0
| * SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky2013-02-151-1/+2
| * sunrpc: trim off trailing checksum before returning decrypted or integrity au...Jeff Layton2013-02-081-2/+8
* | sunrpc: Update svcgss xdr handle to rpsec_contect cacheEric W. Biederman2013-02-131-5/+13
|/
* Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-011-20/+7
|\
| * nfsd4: move rq_flavor into svc_credJ. Bruce Fields2012-05-311-1/+1