summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsencrypt.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells2023-02-201-22/+6
* cifs: Add a function to Hash the contents of an iteratorDavid Howells2023-02-201-0/+144
* cifs: fix potential memory leaks in session setupPaulo Alcantara2023-01-101-0/+1
* cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya2022-10-071-60/+26
* smb3: rename encryption/decryption TFMsEnzo Matsumiya2022-10-071-6/+6
* cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya2022-10-071-6/+6
* cifs: Add helper function to check smb1+ serverZhang Xiaoxu2022-08-241-2/+1
* cifs: Use help macro to get the header preamble sizeZhang Xiaoxu2022-08-241-1/+1
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-3/+3
* cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-011-4/+4
* cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-071-1/+5
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: rename cifs_common to smbfs_commonSteve French2021-09-081-1/+1
* cifs: fork arc4 and create a separate module for it for cifs and other usersRonnie Sahlberg2021-08-251-4/+4
* cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-251-81/+0
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* cifs: change confusing field serverName (to ip_addr)Steve French2021-02-221-3/+3
* cifs: switch to new mount apiRonnie Sahlberg2020-12-131-0/+5
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* cifs: Standardize logging outputJoe Perches2020-06-011-4/+4
* fs: cifs: switch to RC4 library interfaceArd Biesheuvel2019-06-201-46/+16
* cifs: remove coverity warning in calc_lanman_hashRonnie Sahlberg2018-12-231-3/+8
* cifs: clean up indentation, replace spaces with tabColin Ian King2018-12-231-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-151-9/+6
* cifs: push rfc1002 generation down the stackRonnie Sahlberg2018-06-151-5/+18
* CIFS: Pass page offset for calculating signatureLong Li2018-06-051-4/+5
* CIFS: Fix signing for SMB2/3Aurelien Aptel2018-06-041-5/+3
* CIFS: fix sha512 check in cifs_crypto_secmech_releaseGustavo A. R. Silva2018-04-011-1/+1
* CIFS: add sha512 secmechAurelien Aptel2018-04-011-0/+7
* CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel2018-04-011-71/+7
* CIFS: zero sensitive data when freeingAurelien Aptel2018-01-261-2/+1
* 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