summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_spnego.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: Create dedicated keyring for spnego operationsSachin Prabhu2016-05-191-0/+67
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-3/+3
* KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-161-1/+0
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-1/+1
* fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu2013-05-041-2/+1
* cifs: Convert struct cifs_ses to use a kuid_t and a kgid_tEric W. Biederman2013-02-131-2/+4
* KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-081-3/+3
* cifs: sanitize username handlingJeff Layton2012-01-171-3/+7
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-1/+1
* Allow user names longer than 32 bytesSteve French2011-04-121-2/+2
* CIFS: Simplify ipv*_connect functions into one (try #4)Pavel Shilovsky2011-01-061-4/+6
* cifs: account for new creduid=0x%x parameter in spnego upcall stringJeff Layton2010-08-051-0/+4
* cifs: add separate cred_uid field to sesInfoJeff Layton2010-08-021-0/+3
* cifs: have decode_negTokenInit set flags in server structJeff Layton2010-05-051-2/+2
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-211-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* cifs: send IPv6 addr in upcall with colon delimitersJeff Layton2009-09-011-1/+1
* cifs: add pid of initiating process to spnego upcall infoJeff Layton2009-07-091-1/+8
* cifs: fix IPv6 address length checkJeff Layton2009-06-021-4/+2
* cifs: no need to use rcu_assign_pointer on immutable keysJeff Layton2009-04-171-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-2/+2
|\
| * [CIFS] clean up server protocol handlingSteve French2008-11-141-2/+2
* | fs: replace NIPQUAD()Harvey Harrison2008-10-311-2/+1
* | net: replace %#p6 format specifier with %pi6Harvey Harrison2008-10-291-1/+1
* | net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison2008-10-281-2/+1
|/
* [CIFS] add constants for string lengths of keynames in SPNEGO upcall stringSteve French2008-09-231-9/+26
* [CIFS] distinguish between Kerberos and MSKerberos in upcallSteve French2008-08-191-1/+3
* [CIFS] properly account for new user= field in SPNEGO upcall string allocationJeff Layton2008-08-011-7/+11
* Adds username in the upcall key for unattended mounts with keytabIgor Mammedov2008-05-221-0/+3
* [CIFS] fix warning in cifs_spnego.cAndrew Morton2008-02-051-1/+1
* [CIFS] Only dump SPNEGO key if CONFIG_CIFS_DEBUG2 is setJeff Layton2007-12-311-2/+4
* [CIFS] remove build warningSteve French2007-11-171-1/+1
* [CIFS] have cifs_get_spnego_key get the hostname from TCP_Server_InfoJeff Layton2007-11-161-1/+2
* [CIFS] add ver= prefix to upcall format versionSteve French2007-11-161-6/+11
* [CIFS] Add uid to key description so krb can handle user mountsIgor Mammedov2007-11-081-4/+8
* [CIFS] Add upcall files for cifs to use spnego/kerberosSteve French2007-11-051-0/+124
OpenPOWER on IntegriCloud