summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsencrypt.c
Commit message (Expand)AuthorAgeFilesLines
* fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani2017-05-081-1/+3
* CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky2017-02-011-1/+12
* CIFS: Send RFC1001 length in a separate iovPavel Shilovsky2017-02-011-16/+22
* Fix default behaviour for empty domains and add domainauto optionGermano Percossi2016-12-151-5/+9
* CIFS: Fix BUG() in calc_seckey()Sachin Prabhu2016-11-281-3/+8
* cifs: fix crash due to race in hmac(md5) handlingRabin Vincent2016-07-201-6/+10
* cifs: merge the hash calculation helpersAl Viro2016-03-281-43/+54
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-11/+21
|\
| * cifs: Use skcipherHerbert Xu2016-01-271-11/+21
* | cifs: fix erroneous return valueAnton Protopopov2016-02-101-1/+1
|/
* cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer2015-09-221-2/+51
* CIFS: session servername can't be nullSteve French2015-04-011-1/+5
* Allow conversion of characters in Mac remap range. Part 1Steve French2014-10-161-1/+1
* cifs: Use data structures to compute NTLMv2 response offsetsTim Gardner2013-11-111-16/+24
* cifs: fix bad error handling in crypto codeJeff Layton2013-07-311-4/+8
* cifs: extend the buffer length enought for sprintf() usingChen Gang2013-07-301-1/+1
* Limit allocation of crypto mechanisms to dialect which requiresSteve French2013-07-041-110/+85
* [CIFS] SMB3 Signing enablementSteve French2013-06-261-0/+29
* Handle big endianness in NTLM (ntlmv2) authenticationSteve French2013-06-261-3/+3
* move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton2013-06-241-2/+2
* cifs: remove useless memset in LANMAN auth codeJeff Layton2013-06-241-1/+0
* cifs: store the real expected sequence number in the midJeff Layton2013-05-041-2/+2
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-53/+49
* cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton2012-09-241-0/+11
* cifs: change signing routines to deal with smb_rqst structsJeff Layton2012-09-241-8/+18
* CIFS: Enable signing in SMB2Pavel Shilovsky2012-09-241-1/+29
* cifs: rename cifs_sign_smb2 to cifs_sign_smbvJeff Layton2012-07-231-2/+2
* cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton2012-07-231-24/+24
* CIFS: Rename *UCS* functions to *UTF16*Steve French2012-01-181-6/+6
* cifs: sanitize username handlingJeff Layton2012-01-171-3/+8
* cifs: Assume passwords are encoded according to iocharset (try #2)Shirish Pargaonkar2011-10-291-4/+4
* cifs: consolidate signature generating codeJeff Layton2011-10-121-82/+21
* cifs: use memcpy for magic string in cifs signature generation BSRSPYLJeff Layton2011-10-121-2/+2
* cifs: Fix broken sec=ntlmv2/i sec option (try #2)Shirish Pargaonkar2011-09-191-43/+11
* cifs: don't start signing too earlyJeff Layton2011-07-311-2/+14
* cifs: Cleanup: check return codes of crypto api callsShirish Pargaonkar2011-07-251-21/+89
* cifs: silence printk when establishing first session on socketJeff Layton2011-06-071-1/+1
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-7/+7
* consistently use smb_buf_length as be32 for cifs (try 3)Steve French2011-05-191-1/+1
* [CIFS] Use ecb des kernel crypto APIs instead ofSteve French2011-05-191-5/+5
* cifs: wrap received signature check in srv_mutexJeff Layton2011-04-121-6/+9
* Allow user names longer than 32 bytesSteve French2011-04-121-3/+3
* cifs: No need to check crypto blockcipher allocationShirish Pargaonkar2011-01-311-2/+3
* cifs: More crypto cleanup (try #2)Shirish Pargaonkar2011-01-271-12/+20
* [CIFS] Replace cifs md5 hashing functions with kernel crypto APIsSteve French2011-01-251-1/+0
* cifs: remove unnecessary locking around sequence_numberJeff Layton2011-01-091-4/+2
* cifs: Cleanup and thus reduce smb session structure and fields used during au...Shirish Pargaonkar2010-10-291-24/+29
* NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar2010-10-291-3/+7
* NTLM auth and sign - minor error corrections and cleanupShirish Pargaonkar2010-10-271-9/+6
* NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signa...Shirish Pargaonkar2010-10-261-59/+136
OpenPOWER on IntegriCloud