- 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 4 months ago
- 23e91d8 cifs: rename cifs_common to smbfs_common by Steve French · 3 years, 4 months ago
- 71c0286 cifs: fork arc4 and create a separate module for it for cifs and other users by Ronnie Sahlberg · 3 years, 5 months ago
- 76a3c92 cifs: remove support for NTLM and weaker authentication algorithms by Ronnie Sahlberg · 3 years, 5 months ago
- 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 7 months ago
- b438fcf cifs: change confusing field serverName (to ip_addr) by Steve French · 3 years, 11 months ago
- 24e0a1e cifs: switch to new mount api by Ronnie Sahlberg · 4 years, 1 month ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
- a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 9 months ago
- 97a5fee fs: cifs: switch to RC4 library interface by Ard Biesheuvel · 6 years ago
- 52baa51 cifs: remove coverity warning in calc_lanman_hash by Ronnie Sahlberg · 6 years ago
- 5890255 cifs: clean up indentation, replace spaces with tab by Colin Ian King · 6 years ago
- a12d0c5 cifs: Make sure all data pages are signed correctly by Paulo Alcantara · 7 years ago
- 9539020 cifs: use timespec64 internally by Arnd Bergmann · 7 years ago
- 83ffdea cifs: Fix invalid check in __cifs_calc_signature() by Paulo Alcantara · 7 years ago
- c713c87 cifs: push rfc1002 generation down the stack by Ronnie Sahlberg · 7 years ago
- 4c0d2a5 CIFS: Pass page offset for calculating signature by Long Li · 7 years ago
- 57f933c CIFS: Fix signing for SMB2/3 by Aurelien Aptel · 7 years ago
- 70e8065 CIFS: fix sha512 check in cifs_crypto_secmech_release by Gustavo A. R. Silva · 7 years ago
- 5fcd7f3 CIFS: add sha512 secmech by Aurelien Aptel · 7 years ago
- 82fb82b CIFS: refactor crypto shash/sdesc allocation&free by Aurelien Aptel · 7 years ago
- 97f4b72 CIFS: zero sensitive data when freeing by Aurelien Aptel · 7 years ago
- e37fea5 fs: cifs: replace CURRENT_TIME by other appropriate apis by Deepa Dinamani · 8 years ago
- 026e93d CIFS: Encrypt SMB3 requests before sending by Pavel Shilovsky · 8 years ago
- 738f9de CIFS: Send RFC1001 length in a separate iov by Pavel Shilovsky · 8 years ago
- 3956644 Fix default behaviour for empty domains and add domainauto option by Germano Percossi · 8 years ago
- 5f4b556 CIFS: Fix BUG() in calc_seckey() by Sachin Prabhu · 8 years ago
- bd975d1 cifs: fix crash due to race in hmac(md5) handling by Rabin Vincent · 8 years ago
- 16c568e cifs: merge the hash calculation helpers by Al Viro · 9 years ago
- 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
- 4b550af cifs: fix erroneous return value by Anton Protopopov · 9 years ago
- 9651ddb cifs: Use skcipher by Herbert Xu · 9 years ago
- 98ce94c cifs: use server timestamp for ntlmv2 authentication by Peter Seiderer · 9 years ago
- 8b7a454 CIFS: session servername can't be null by Steve French · 10 years ago
- b693855 Allow conversion of characters in Mac remap range. Part 1 by Steve French · 10 years ago
- 2c957dd cifs: Use data structures to compute NTLMv2 response offsets by Tim Gardner · 11 years ago
- ba48202 cifs: fix bad error handling in crypto code by Jeff Layton · 11 years ago
- 057d633 cifs: extend the buffer length enought for sprintf() using by Chen Gang · 11 years ago
- 95dc8dd Limit allocation of crypto mechanisms to dialect which requires by Steve French · 12 years ago
- 429b46f [CIFS] SMB3 Signing enablement by Steve French · 12 years ago
- fdf96a9 Handle big endianness in NTLM (ntlmv2) authentication by Steve French · 12 years ago
- 3f61822 move sectype to the cifs_ses instead of TCP_Server_Info by Jeff Layton · 12 years ago
- ffa598a cifs: remove useless memset in LANMAN auth code by Jeff Layton · 12 years ago
- 0124cc4 cifs: store the real expected sequence number in the mid by Jeff Layton · 12 years ago
- f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 12 years ago
- fb308a6 cifs: teach signing routines how to deal with arrays of pages in a smb_rqst by Jeff Layton · 12 years ago
- bf5ea0e cifs: change signing routines to deal with smb_rqst structs by Jeff Layton · 12 years ago
- 3c1bf7e CIFS: Enable signing in SMB2 by Pavel Shilovsky · 12 years ago
- 762a420 cifs: rename cifs_sign_smb2 to cifs_sign_smbv by Jeff Layton · 12 years ago
- ac3aa2f cifs: remove extraneous newlines from cERROR and cFYI calls by Jeff Layton · 12 years ago
- acbbb76 CIFS: Rename *UCS* functions to *UTF16* by Steve French · 13 years ago
- 04febab cifs: sanitize username handling by Jeff Layton · 13 years ago
- 9ef5992 cifs: Assume passwords are encoded according to iocharset (try #2) by Shirish Pargaonkar · 13 years ago
- 826a95e cifs: consolidate signature generating code by Jeff Layton · 13 years ago
- b4dacbc cifs: use memcpy for magic string in cifs signature generation BSRSPYL by Jeff Layton · 13 years ago
- cfbd6f8 cifs: Fix broken sec=ntlmv2/i sec option (try #2) by Shirish Pargaonkar · 13 years ago
- 998d6fc cifs: don't start signing too early by Jeff Layton · 13 years ago
- 14cae32 cifs: Cleanup: check return codes of crypto api calls by Shirish Pargaonkar · 14 years ago
- 9c4843e cifs: silence printk when establishing first session on socket by Jeff Layton · 14 years ago
- 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 14 years ago
- be8e3b0 consistently use smb_buf_length as be32 for cifs (try 3) by Steve French · 14 years ago
- 43988d7 [CIFS] Use ecb des kernel crypto APIs instead of local cifs functions (repost) by Steve French · 14 years ago
- 157c249 cifs: wrap received signature check in srv_mutex by Jeff Layton · 14 years ago
- 8727c8a Allow user names longer than 32 bytes by Steve French · 14 years ago
- 7a8587e cifs: No need to check crypto blockcipher allocation by Shirish Pargaonkar · 14 years ago
- ee2c925 cifs: More crypto cleanup (try #2) by Shirish Pargaonkar · 14 years ago
- 93c100c [CIFS] Replace cifs md5 hashing functions with kernel crypto APIs by Steve French · 14 years ago
- a0f8b4f cifs: remove unnecessary locking around sequence_number by Jeff Layton · 14 years ago
- d3686d5 cifs: Cleanup and thus reduce smb session structure and fields used during authentication by Shirish Pargaonkar · 14 years ago
- d3ba50b NTLM auth and sign - Use appropriate server challenge by Shirish Pargaonkar · 14 years ago
- f7c5445a NTLM auth and sign - minor error corrections and cleanup by Shirish Pargaonkar · 14 years ago
- 307fbd3 NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signatures by Shirish Pargaonkar · 14 years ago
- d2b9152 NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange by Shirish Pargaonkar · 14 years ago
- 21e7339 NTLM auth and sign - Allocate session key/client response dynamically by Shirish Pargaonkar · 14 years ago
- 5d0d288 NTLM authentication and signing - Calculate auth response per smb session by Shirish Pargaonkar · 14 years ago
- 9daa42e CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntlmv2 without extended security authentication by Shirish Pargaonkar · 14 years ago
- ccc46a74 cifs: fix module refcount leak in find_domain_name by Jeff Layton · 14 years ago
- 2b149f1 cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code by Shirish Pargaonkar · 14 years ago
- 5f98ca9 cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds by Shirish Pargaonkar · 14 years ago
- 4266d91 [CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_key by Steve French · 14 years ago
- c8e56f1 Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" by Steve French · 14 years ago
- 745e507 Revert "missing changes during ntlmv2/ntlmssp auth and sign" by Steve French · 14 years ago
- 56234e2 Revert "Eliminate sparse warning - bad constant expression" by Steve French · 14 years ago
- 2d20ca8 Eliminate sparse warning - bad constant expression by shirishpargaonkar@gmail.com · 14 years ago
- 3ec6bbc missing changes during ntlmv2/ntlmssp auth and sign by Shirish Pargaonkar · 14 years ago
- 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
- 04912d6 cifs: rename "extended_security" to "global_secflags" by Jeff Layton · 15 years ago
- b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 1b3859b [CIFS] Memory leak in ntlmv2 hash calculation by Alexander Strakh · 15 years ago
- 6a7f8d3 [CIFS] Rename md5 functions to avoid collision with new rt modules by Steve French · 16 years ago
- 4e53a3f cifs: have calc_lanman_hash take more granular args by Jeff Layton · 16 years ago
- bcc55c6 [CIFS] Fix plaintext authentication by Steve French · 16 years ago
- ef571ca [CIFS] Fix warnings from checkpatch by Shirish Pargaonkar · 16 years ago
- 63d2583 [CIFS] Fix walking out end of cifs dacl by Steve French · 17 years ago
- 745542e [CIFS] allow cifs_calc_signature2 to deal with a zero length iovec by Jeff Layton · 17 years ago
- 8f2376a [CIFS] Fix endian conversion problem in posix mkdir by Cyril Gorcunov · 17 years ago
- 63135e0 [CIFS] More whitespace/formatting fixes (noticed by checkpatch) by Steve French · 17 years ago
- 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
- b609f06 [CIFS] Fix packet signatures for NTLMv2 case by Steve French · 17 years ago