net: Move && and || to end of previous line
[safe/jmp/linux-2.6] / net / sunrpc / auth_gss /
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
2009-08-25 Wei Yongjunsunrpc: reply AUTH_BADCRED to RPCSEC_GSS with unknown...
2009-08-09 Trond MyklebustSUNRPC: Allow the cache_detail to specify alternative...
2009-08-09 Trond MyklebustSUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with...
2009-08-09 Trond MyklebustSUNRPC: Constify rpc_pipe_ops...
2009-06-10 Jesper Dangaard... sunrpc/auth_gss: Call rcu_barrier() on module unload.
2008-12-23 Olga Kornievskaiarpc: add service field to new upcall
2008-12-23 Olga Kornievskaiarpc: add target field to new upcall
2008-12-23 Olga Kornievskaiarpc: allow gss callbacks to client
2008-12-23 Olga Kornievskaianfsd: pass client principal name in rsc downcall
2008-12-23 \"J. Bruce Fields\rpc: implement new upcall
2008-12-23 \"J. Bruce Fields\rpc: store pointer to pipe inode in gss upcall message
2008-12-23 \"J. Bruce Fields\rpc: use count of pipe openers to wait for first open
2008-12-23 \"J. Bruce Fields\rpc: track number of users of the gss upcall pipe
2008-12-23 \"J. Bruce Fields\rpc: minor gss_alloc_msg cleanup
2008-12-23 \"J. Bruce Fields\rpc: factor out warning code from gss_pipe_destroy_msg
2008-12-23 \"J. Bruce Fields\rpc: remove unnecessary assignment
2008-12-23 Jeff Laytonsunrpc: fix code that makes auth_gss send destroy_cred...
2008-12-23 Trond MyklebustSUNRPC: rpcsec_gss modules should not be used by out...
2008-12-23 Trond MyklebustSUNRPC: Remove the last remnant of the BKL...
2008-07-21 Linus TorvaldsMerge branch 'for-2.6.27' of git://linux-nfs.org/~bfiel...
2008-07-18 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2008-07-09 \\\"J. Bruce Fields\\\rpc: remove some unused macros
2008-07-09 \\\"J. Bruce Fields\\\rpc: eliminate unused variable in auth_gss upcall code
2008-07-09 Trond MyklebustSUNRPC: Use GFP_NOFS when allocating credentials
2008-07-03 J. Bruce Fieldssvcrpc: fix handling of garbage args
2008-06-23 Kevin Coffmangss_krb5: Use random value to initialize confounder
2008-06-23 Kevin Coffmangss_krb5: move gss_krb5_crypto into the krb5 module
2008-06-23 Kevin Coffmangss_krb5: create a define for token header size and...
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-04-24 Linus TorvaldsMerge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
2008-04-24 Trond MyklebustMerge branch 'devel'
2008-04-23 Kevin Coffmansunrpc: make token header values less confusing
2008-04-23 Kevin Coffmangss_krb5: consistently use unsigned for seqnum
2008-04-23 Kevin CoffmanRemove define for KRB5_CKSUM_LENGTH, which will become...
2008-04-23 Kevin CoffmanCorrect grammer/typos in dprintks
2008-04-23 Harshula Jayasuriyasunrpc: GSS integrity and decryption failures should...
2008-04-19 Trond MyklebustSUNRPC: Don't change the RPCSEC_GSS context on a creden...
2008-04-19 Trond MyklebustSUNRPC: Fix a race in gss_refresh_upcall()
2008-04-19 Trond MyklebustNFSv4: Reintroduce machine creds
2008-04-19 Trond MyklebustNFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_set...
2008-04-19 Trond MyklebustSUNRPC: Don't attempt to destroy expired RPCSEC_GSS...
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-18 Al Viro[SUNRPC]: net/* NULL noise
2008-03-14 Trond MyklebustSUNRPC: Add an rpc_credop callback for binding a creden...
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-29 Trond MyklebustSUNRPC: Add a (empty for the moment) destructor for...
2008-02-26 Trond MyklebustSUNRPC: Run rpc timeout functions as callbacks instead...
2008-02-01 J. Bruce Fieldssvcrpc: ensure gss DESTROY tokens free contexts from...
2008-02-01 J. Bruce Fieldssunrpc: gss: simplify rsi_parse logic
2008-02-01 J. Bruce Fieldsnfsd: fix rsi_cache reference count leak
2008-02-01 J. Bruce Fieldsknfsd: allow cache_register to return error on failure
2008-02-01 J. Bruce Fieldsknfsd: cache unregistration needn't return error
2008-01-30 Chuck LeverSUNRPC: Fix use of copy_to_user() in gss_pipe_upcall()
2008-01-03 James MorrisNFS: add newline to kernel warning message in auth_gss...
2007-11-26 Joe PerchesSUNRPC: Add missing "space" to net/sunrpc/auth_gss.c
2007-11-20 Joe Perches[SUNRPC]: Add missing "space"
2007-11-17 Kevin Coffmansunrpc: return error if unsupported enctype or cksumtyp...
2007-11-17 Kevin Coffmansunrpc: gss_pipe_downcall(), don't assume all errors...
2007-11-02 Jens Axboe[SG] Get rid of __sg_mark_end()
2007-11-02 Adrian Bunkcleanup asm/scatterlist.h includes
2007-10-31 David S. Miller[NET]: Fix incorrect sg_mark_end() calls.
2007-10-27 Herbert Xu[CRYPTO] users: Fix up scatterlist conversion errors
2007-10-24 Jens AxboeSG: Change sg_set_page() to take length and offset...
2007-10-22 Jens AxboeUpdate net/ to use sg helpers
2007-10-15 Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2007-10-09 J. Bruce Fieldssvcgss: move init code into separate function
2007-10-09 Chuck LeverSUNRPC: Use correct type in buffer length calculations
2007-08-14 Jesper Juhl[SUNRPC]: Clean up duplicate includes in net/sunrpc/
2007-08-07 Trond MyklebustSUNRPC: Don't call gss_delete_sec_context() from an...
2007-07-24 J. Bruce Fieldsnfsd: fix possible oops on re-insertion of rpcsec_gss...
2007-07-19 J. Bruce FieldsSUNRPC: move bkl locking and xdr proc invocation into...
2007-07-19 YOSHIFUJI Hideaki[NET] SUNRPC: Fix whitespace errors.
2007-07-17 J. Bruce Fieldsknfsd: nfsd4: secinfo handling without secinfo= option
2007-07-17 Usha Ketineniknfsd: rpc: add gss krb5 and spkm3 oid values
2007-07-17 J. Bruce Fieldsknfsd: nfsd: set rq_client to ip-address-determined...
2007-07-17 Andy Adamsonknfsd: nfsd4: store pseudoflavor in request
2007-07-16 Andrew Mortonauthgss build fix
2007-07-11 J. Bruce Fieldssunrpc: drop BKL around wrap and unwrap
2007-07-11 Trond MyklebustSUNRPC: Ensure RPCSEC_GSS destroys the security context...
2007-07-11 Trond MyklebustSUNRPC: Ensure that the struct gss_auth lifetime exceed...
2007-07-11 Trond MyklebustSUNRPC: Remove the tk_auth macro...
2007-07-11 Trond MyklebustSUNRPC: Convert gss_ctx_lock to an RCU lock
2007-07-11 Trond MyklebustSUNRPC: Convert the credential garbage collector into...
2007-07-11 Trond MyklebustSUNRPC: Convert the credcache lookup code to use RCU
2007-07-11 Trond MyklebustSUNRPC: Enforce atomic updates of rpc_cred->cr_flags
2007-07-11 Trond MyklebustSUNRPC: Clean up rpc credential initialisation
2007-07-11 Trond MyklebustSUNRPC: Mark auth and cred operation tables as constant.
2007-07-11 Trond MyklebustSUNRPC: Fix a memory leak in gss_create()
2007-07-11 Trond MyklebustSUNRPC: Fix a memory leak in the auth credcache code
2007-07-11 Trond MyklebustSUNRPC: Add a downcall queue to struct rpc_inode
2007-07-11 Trond MyklebustSUNRPC: Always match an upcall message in gss_pipe_down...
2007-07-11 Trond MyklebustSUNRPC: Remove the gss_auth spinlock
2007-07-11 Trond MyklebustSUNRPC: Add a backpointer from the struct rpc_cred...
2007-07-10 Jens Axboesendfile: convert nfsd to splice_direct_to_actor()
2007-05-09 Wei Yongjunknfsd: rpcgss: RPC_GSS_PROC_ DESTROY request will get...
2007-05-09 Frank Filzknfsd: fix resource leak resulting in module refcount...
2007-05-09 NeilBrownknfsd: rpc: fix server-side wrapping of krb5i replies
2007-05-02 J. Bruce Fields... spkm3: initialize hash
2007-05-02 J. Bruce Fields... spkm3: remove bad kfree, unnecessary export
next