aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifs_spnego.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseGravatar David Howells 1-1/+0
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgGravatar Joe Perches 1-1/+1
2013-05-04fs: cifs: use kmemdup instead of kmalloc + memcpyGravatar Silviu-Mihai Popescu 1-2/+1
2013-02-13cifs: Convert struct cifs_ses to use a kuid_t and a kgid_tGravatar Eric W. Biederman 1-2/+4
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateGravatar David Howells 1-3/+3
2012-01-17cifs: sanitize username handlingGravatar Jeff Layton 1-3/+7
2011-05-27[CIFS] Rename three structures to avoid camel caseGravatar Steve French 1-1/+1
2011-04-12Allow user names longer than 32 bytesGravatar Steve French 1-2/+2
2011-01-06CIFS: Simplify ipv*_connect functions into one (try #4)Gravatar Pavel Shilovsky 1-4/+6
2010-08-05cifs: account for new creduid=0x%x parameter in spnego upcall stringGravatar Jeff Layton 1-0/+4
2010-08-02cifs: add separate cred_uid field to sesInfoGravatar Jeff Layton 1-0/+3
2010-05-05cifs: have decode_negTokenInit set flags in server structGravatar Jeff Layton 1-2/+2
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceGravatar Joe Perches 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-01cifs: send IPv6 addr in upcall with colon delimitersGravatar Jeff Layton 1-1/+1
2009-07-09cifs: add pid of initiating process to spnego upcall infoGravatar Jeff Layton 1-1/+8
2009-06-02cifs: fix IPv6 address length checkGravatar Jeff Layton 1-4/+2
2009-04-17cifs: no need to use rcu_assign_pointer on immutable keysGravatar Jeff Layton 1-1/+1
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+2
2008-11-14[CIFS] clean up server protocol handlingGravatar Steve French 1-2/+2
2008-10-31fs: replace NIPQUAD()Gravatar Harvey Harrison 1-2/+1
2008-10-29net: replace %#p6 format specifier with %pi6Gravatar Harvey Harrison 1-1/+1
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Gravatar Harvey Harrison 1-2/+1
2008-09-23[CIFS] add constants for string lengths of keynames in SPNEGO upcall stringGravatar Steve French 1-9/+26
2008-08-19[CIFS] distinguish between Kerberos and MSKerberos in upcallGravatar Steve French 1-1/+3
2008-08-01[CIFS] properly account for new user= field in SPNEGO upcall string allocationGravatar Jeff Layton 1-7/+11
2008-05-22Adds username in the upcall key for unattended mounts with keytabGravatar Igor Mammedov 1-0/+3
2008-02-05[CIFS] fix warning in cifs_spnego.cGravatar Andrew Morton 1-1/+1
2007-12-31[CIFS] Only dump SPNEGO key if CONFIG_CIFS_DEBUG2 is setGravatar Jeff Layton 1-2/+4
2007-11-17[CIFS] remove build warningGravatar Steve French 1-1/+1
2007-11-16[CIFS] have cifs_get_spnego_key get the hostname from TCP_Server_InfoGravatar Jeff Layton 1-1/+2
2007-11-16[CIFS] add ver= prefix to upcall format versionGravatar Steve French 1-6/+11
2007-11-08[CIFS] Add uid to key description so krb can handle user mountsGravatar Igor Mammedov 1-4/+8
2007-11-05[CIFS] Add upcall files for cifs to use spnego/kerberosGravatar Steve French 1-0/+124