summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-07-215-62/+66
|\
| * gss_krb5: Use random value to initialize confounderKevin Coffman2008-06-231-4/+18
| * gss_krb5: move gss_krb5_crypto into the krb5 moduleKevin Coffman2008-06-232-12/+2Star
| * gss_krb5: create a define for token header size and clean up ptr locationKevin Coffman2008-06-233-46/+46
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-185-32/+17Star
|\ \
| * | rpc: remove some unused macros\\\"J. Bruce Fields\\\2008-07-091-12/+1Star
| * | rpc: eliminate unused variable in auth_gss upcall code\\\"J. Bruce Fields\\\2008-07-091-3/+1Star
| * | SUNRPC: Use GFP_NOFS when allocating credentialsTrond Myklebust2008-07-094-10/+10
| * | svcrpc: fix handling of garbage argsJ. Bruce Fields2008-07-031-7/+5Star
| |/
* / net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
|/
* Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-04-241-37/+68
|\
| * Merge branch 'devel'Trond Myklebust2008-04-241-37/+68
| |\
| | * SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in useTrond Myklebust2008-04-191-27/+42
| | * SUNRPC: Fix a race in gss_refresh_upcall()Trond Myklebust2008-04-191-3/+8
| | * NFSv4: Reintroduce machine credsTrond Myklebust2008-04-191-1/+11
| | * NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust2008-04-191-2/+0Star
| | * SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials..Trond Myklebust2008-04-191-2/+2
| | * SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust2008-03-141-0/+2
| | * SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2008-02-291-0/+1
| | * SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2008-02-261-2/+2
* | | sunrpc: make token header values less confusingKevin Coffman2008-04-234-8/+8
* | | gss_krb5: consistently use unsigned for seqnumKevin Coffman2008-04-233-4/+4
* | | Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependentKevin Coffman2008-04-232-5/+2Star
* | | Correct grammer/typos in dprintksKevin Coffman2008-04-231-3/+3
* | | sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGSHarshula Jayasuriya2008-04-231-2/+7
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-181-1/+1
|\ \
| * | [SUNRPC]: net/* NULL noiseAl Viro2008-03-181-1/+1
| |/
* / net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-1/+1
|/
* svcrpc: ensure gss DESTROY tokens free contexts from cacheJ. Bruce Fields2008-02-011-0/+1
* sunrpc: gss: simplify rsi_parse logicJ. Bruce Fields2008-02-011-28/+24Star
* nfsd: fix rsi_cache reference count leakJ. Bruce Fields2008-02-011-6/+11
* knfsd: allow cache_register to return error on failureJ. Bruce Fields2008-02-011-4/+13
* knfsd: cache unregistration needn't return errorJ. Bruce Fields2008-02-011-4/+2Star
* SUNRPC: Fix use of copy_to_user() in gss_pipe_upcall()Chuck Lever2008-01-301-7/+6Star
* NFS: add newline to kernel warning message in auth_gss codeJames Morris2008-01-031-1/+1
* SUNRPC: Add missing "space" to net/sunrpc/auth_gss.cJoe Perches2007-11-261-1/+1
* sunrpc: return error if unsupported enctype or cksumtype is encounteredKevin Coffman2007-11-172-2/+7
* sunrpc: gss_pipe_downcall(), don't assume all errors are transientKevin Coffman2007-11-171-1/+1
* [SG] Get rid of __sg_mark_end()Jens Axboe2007-11-021-3/+3
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-022-2/+0Star
* [NET]: Fix incorrect sg_mark_end() calls.David S. Miller2007-10-311-3/+3
* [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-272-8/+28
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-8/+6Star
* Update net/ to use sg helpersJens Axboe2007-10-221-5/+5
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-10-151-3/+3
|\
| * SUNRPC: Use correct type in buffer length calculationsChuck Lever2007-10-091-3/+3
* | svcgss: move init code into separate functionJ. Bruce Fields2007-10-101-67/+77
|/
* [SUNRPC]: Clean up duplicate includes in net/sunrpc/Jesper Juhl2007-08-141-1/+0Star
* SUNRPC: Don't call gss_delete_sec_context() from an rcu contextTrond Myklebust2007-08-071-3/+6
* nfsd: fix possible oops on re-insertion of rpcsec_gss modulesJ. Bruce Fields2007-07-241-4/+5