rpc: track number of users of the gss upcall pipe
[safe/jmp/linux-2.6] / net / sunrpc / auth_gss / auth_gss.c
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: Remove the last remnant of the BKL...
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-06-12 Adrian Bunknet: remove CVS keywords
2008-04-24 Trond MyklebustMerge branch 'devel'
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-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-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: gss_pipe_downcall(), don't assume all errors...
2007-08-07 Trond MyklebustSUNRPC: Don't call gss_delete_sec_context() from an...
2007-07-19 J. Bruce FieldsSUNRPC: move bkl locking and xdr proc invocation into...
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-02-13 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2007-02-11 YOSHIFUJI Hideaki[NET] SUNRPC: Fix whitespace errors.
2007-02-03 Chuck LeverSUNRPC: fix print format for tk_pid in auth_gss support
2006-12-08 Josef Sipek[PATCH] struct path: convert sunrpc
2006-12-06 Olga Kornievskaiarpc: spkm3 update
2006-12-06 J. Bruce Fieldsrpc: gss: eliminate print_hexl()'s
2006-12-03 Arnaldo Carvalho... [SUNRPC]: Use k{mem,str}dup where applicable
2006-10-03 Uwe Zeisbergerfix file specification in comments
2006-09-29 Alexey Dobriyan[SUNRPC]: trivial endianness annotations
2006-09-23 Trond MyklebustSUNRPC: Make rpc_mkpipe() take the parent dentry as...
2006-08-24 Trond MyklebustSUNRPC: Fix dentry refcounting issues with users of...
2006-08-24 Trond MyklebustSUNRPC: make rpc_unlink() take a dentry argument instea...
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
2006-04-19 Eric SesterhennSUNRPC: Dead code in net/sunrpc/auth_gss/auth_gss.c
2006-03-20 Trond MyklebustSUNRPC: Ensure that rpc_mkpipe returns a refcounted...
2006-02-01 Trond MyklebustSUNRPC: Move upcall out of auth->au_ops->crcreate()
2006-02-01 Trond MyklebustSUNRPC: Fix a lock recursion in the auth_gss downcall
2005-12-20 Trond MyklebustSUNRPC: Fix "EPIPE" error on mount of rpcsec_gss-protec...
2005-10-19 J. Bruce FieldsRPCSEC_GSS remove all qop parameters
2005-10-19 J. Bruce FieldsRPCSEC_GSS: client-side privacy support
2005-10-19 J. Bruce FieldsRPCSEC_GSS: cleanup au_rslack calculation
2005-09-23 Trond MyklebustRevert "[PATCH] RPC,NFS: new rpc_pipefs patch"
2005-09-23 Christoph Hellwig[PATCH] RPC,NFS: new rpc_pipefs patch
2005-09-23 Chuck Lever[PATCH] RPC: skip over transport-specific heads automat...
2005-09-23 Chuck Lever[PATCH] RPC: Eliminate socket.h includes in RPC client
2005-06-22 J. Bruce Fields[PATCH] RPC: [PATCH] improve rpcauthauth_create error...
2005-06-22 J. Bruce Fields[PATCH] RPC: Don't fall back from krb5p to krb5i
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2