summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsencrypt.c
Commit message (Expand)AuthorAgeFilesLines
* fs: cifs: switch to RC4 library interfaceArd Biesheuvel2019-06-201-46/+16Star
* cifs: remove coverity warning in calc_lanman_hashRonnie Sahlberg2018-12-241-3/+8
* cifs: clean up indentation, replace spaces with tabColin Ian King2018-12-241-1/+1
* cifs: Make sure all data pages are signed correctlyPaulo Alcantara2018-08-071-1/+7
* cifs: use timespec64 internallyArnd Bergmann2018-08-071-2/+2
* cifs: Fix invalid check in __cifs_calc_signature()Paulo Alcantara2018-06-161-9/+6Star
* cifs: push rfc1002 generation down the stackRonnie Sahlberg2018-06-151-5/+18
* CIFS: Pass page offset for calculating signatureLong Li2018-06-061-4/+5
* CIFS: Fix signing for SMB2/3Aurelien Aptel2018-06-051-5/+3Star
* CIFS: fix sha512 check in cifs_crypto_secmech_releaseGustavo A. R. Silva2018-04-021-1/+1
* CIFS: add sha512 secmechAurelien Aptel2018-04-021-0/+7
* CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel2018-04-021-71/+7Star
* CIFS: zero sensitive data when freeingAurelien Aptel2018-01-271-2/+1Star
* fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani2017-05-091-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-291-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-111-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-311-1/+1
* Limit allocation of crypto mechanisms to dialect which requiresSteve French2013-07-041-110/+85Star
* [CIFS] SMB3 Signing enablementSteve French2013-06-271-0/+29
* Handle big endianness in NTLM (ntlmv2) authenticationSteve French2013-06-271-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/+0Star
* cifs: store the real expected sequence number in the midJeff Layton2013-05-051-2/+2
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-051-53/+49Star
* cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton2012-09-251-0/+11
* cifs: change signing routines to deal with smb_rqst structsJeff Layton2012-09-251-8/+18
* CIFS: Enable signing in SMB2Pavel Shilovsky2012-09-251-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-191-6/+6
* cifs: sanitize username handlingJeff Layton2012-01-181-3/+8
* cifs: Assume passwords are encoded according to iocharset (try #2)Shirish Pargaonkar2011-10-301-4/+4
* cifs: consolidate signature generating codeJeff Layton2011-10-131-82/+21Star
* cifs: use memcpy for magic string in cifs signature generation BSRSPYLJeff Layton2011-10-131-2/+2
* cifs: Fix broken sec=ntlmv2/i sec option (try #2)Shirish Pargaonkar2011-09-201-43/+11Star
* cifs: don't start signing too earlyJeff Layton2011-07-311-2/+14
* cifs: Cleanup: check return codes of crypto api callsShirish Pargaonkar2011-07-261-21/+89
* cifs: silence printk when establishing first session on socketJeff Layton2011-06-071-1/+1