linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-09-08 19:56:15 to 2010-09-24 03:55:31 UTC [more...]

linux-next: build warning after merge of the cifs tree
 2010-09-24  3:55 UTC 

linux-next: build warning after merge of the cifs tree
 2010-09-24  3:48 UTC 

[PATCH 00/15] cifs: multiuser mount overhaul (try #4)
 2010-09-23 12:43 UTC  (23+ messages)
  ` [PATCH 01/15] cifs: add tcon field to cifsFileInfo struct
  ` [PATCH 02/15] cifs: make various routines use the cifsFileInfo->tcon pointer
  ` [PATCH 04/15] cifs: add function to get a tcon from cifs_sb
  ` [PATCH 05/15] cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglers
  ` [PATCH 07/15] cifs: have cifs_new_fileinfo take a tcon arg
  ` [PATCH 08/15] cifs: add refcounted and timestamped container for holding tcons
  ` [PATCH 09/15] cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer
  ` [PATCH 10/15] cifs: have find_readable/writable_file filter by fsuid
  ` [PATCH 12/15] cifs: add routines to build sessions and tcons on the fly
  ` [PATCH 13/15] cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid
  ` [PATCH 14/15] cifs: add "multiuser" mount option
  ` [PATCH 15/15] cifs: implement recurring workqueue job to prune old tcons
` [PATCH 03/15] cifs: fix handling of signing with writepages
` [PATCH 06/15] cifs: add cifs_sb_master_tcon and convert some callers to use it
` [PATCH 11/15] cifs: fix cifs_show_options to show "username=" or "multiuser"

question about CIFS client glitches
 2010-09-23 10:59 UTC  (11+ messages)

linux-next: build failure after merge of the cifs tree
 2010-09-23  1:47 UTC  (3+ messages)

[PATCH 03/15] cifs: fix handling of signing with writepages (try #6)
 2010-09-22 23:17 UTC 

[PATCH 03/15] cifs: fix handling of signing with writepages (try #5)
 2010-09-22 22:39 UTC  (4+ messages)
  ` [PATCH 10/15] cifs: have find_readable/writable_file filter by fsuid "

[PATCH -v6 3/4] cifs NTLMv2/NTLMSSP define crypto hash functions and create and send keys needed for key exchange
 2010-09-22 21:10 UTC  (18+ messages)

[PATCH] CIFS: Invaldate remote inode on the last close
 2010-09-21 16:17 UTC  (3+ messages)

[PATCH] cifs: allow matching of tcp sessions in CifsNew state
 2010-09-21 15:14 UTC 

linux-next: manual merge of the bkl-vfs tree with the cifs tree
 2010-09-21  7:59 UTC  (3+ messages)

kernel crash using smb2
 2010-09-21  3:11 UTC  (5+ messages)

[cifs bindaddr v5] cifs: Allow binding to local IP address
 2010-09-20 17:55 UTC  (3+ messages)

Zero size and zero blocks mountpoint
 2010-09-20 15:51 UTC  (4+ messages)

[PATCH] CIFS: New read cache mechanism
 2010-09-19 22:16 UTC  (6+ messages)

[PATCH -v6 2/4] cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code
 2010-09-19 21:57 UTC  (2+ messages)

[PATCH -v6 0/4] cifs NTLMv2/NTLMSSP - Enable and sign using crypto apis
 2010-09-19  3:03 UTC 

[PATCH -v6 4/4] cifs NTLMv2/NTLMSSP Use kernel crypto apis to calculate hashes and signatures
 2010-09-19  3:02 UTC 

[PATCH -v6 1/4] cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds
 2010-09-19  3:01 UTC 

[PATCH] cifs: use type __u32 instead of int for the oplock parameter
 2010-09-17 21:42 UTC  (3+ messages)

samba changing mode of files on rename
 2010-09-17 17:40 UTC  (6+ messages)

[PATCH -v5 2/4] cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code
 2010-09-17 14:54 UTC  (4+ messages)

[PATCH] cifs: fix broken oplock handling
 2010-09-17 13:42 UTC  (2+ messages)

[GIT] CIFS Fix
 2010-09-16 17:33 UTC 

[PATCH -v5 2/4] cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code
 2010-09-16  3:42 UTC  (5+ messages)

[PATCH -v5 0/4] cifs NTLMv2/NTLMSSP - enable and sign using crypto apis
 2010-09-15 22:37 UTC 

[PATCH -v5 4/4] cifs NTLMv2/NTLMSSP use kernel crypto apis to calculate hashes and signatures
 2010-09-15 22:37 UTC 

[PATCH -v5 3/4] cifs NTLMv2/NTLMSSP define crypto hash functions and create and send keys needed for key exchange
 2010-09-15 22:37 UTC 

[PATCH -v5 1/4] cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds
 2010-09-15 22:36 UTC 

[PATCH -v3 3/4 cifs] NTLMv2/NTLMSSP define crypto hash functions and create and send keys needed for key exchange
 2010-09-15 12:37 UTC  (7+ messages)

[PATCH -v4 0/4] NTLMv2/NTLMSSP - enable and sign using crypto apis
 2010-09-15  6:12 UTC 

[PATCH -v4 3/4 cifs] NTLMv2/NTLMSSP define crypto hash functions and create and send keys needed for key exchange
 2010-09-15  6:11 UTC 

[PATCH -v4 4/4 cifs] NTLMv2/NTLMSSP use kernel crypto apis to calculate hashes and signatures
 2010-09-15  6:10 UTC 

[PATCH -v4 3/4 cifs] NTLMv2/NTLMSSP define crypto hash functions and create and send keys needed for key exchange
 2010-09-15  6:08 UTC 

[PATCH -v4 2/4 cifs] NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code
 2010-09-15  6:07 UTC 

[PATCH -v4 1/4 cifs] NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds
 2010-09-15  6:07 UTC 

[PATCH] cifs: fix potential double put of TCP session reference
 2010-09-14 15:38 UTC 

[PATCH] cifs: fix potential double put of TCP session reference
 2010-09-14 15:34 UTC  (5+ messages)

[PATCH -v3 2/4 cifs] NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code
 2010-09-14 11:33 UTC  (3+ messages)

[PATCH -v3 1/4 cifs] NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds
 2010-09-14 11:03 UTC  (2+ messages)

[PATCH -v3 0/4] NTLMv2/NTLMSSP - enable and sign using crypto apis
 2010-09-13 19:20 UTC 

[PATCH -v3 4/4 cifs] NTLMv2/NTLMSSP use kernel crypto apis to calculate hashes and signatures
 2010-09-13 19:15 UTC 

[GIT] CIFS Fixes
 2010-09-13 16:55 UTC 

[PATCH -v2 1/6] functions to either extract or create av_ pair/ti_info blob
 2010-09-13 16:46 UTC  (3+ messages)

[PATCH] FS: cifs: Fix compile warning
 2010-09-13 16:30 UTC  (2+ messages)

[PATCH -v2 0/6] ntlmv2 within ntlmssp - enable and sign using crypto apis
 2010-09-13 10:27 UTC  (4+ messages)

Fwd: CIFS data coherency problem
 2010-09-13  9:49 UTC  (24+ messages)
  `  "

[PATCH -v2 2/6] ntlmv2/ntlmssp ntlmssp autentication code
 2010-09-13  2:43 UTC  (5+ messages)

[PATCH] CIFS: New read/write cache mechanism
 2010-09-11 10:40 UTC 

smb2 kernel panic on module unload
 2010-09-10  1:05 UTC  (2+ messages)

[PATCH -v2 6/6] convert signature calculations to use crypto apis
 2010-09-09 18:13 UTC 

[PATCH -v2 5/6] convert hash calculations to use crypto apis
 2010-09-09 18:13 UTC 

[PATCH -v2 4/6] generate secondary session key and ciphertext and send it if signing enabled
 2010-09-09 18:13 UTC 

[PATCH -v2 3/6] define, declare, and use crypto hash functions
 2010-09-09 18:12 UTC 

[PATCH 4/8] ntlmv2/ntlmssp define, declare, and use crypto hash functions
 2010-09-09 16:47 UTC  (5+ messages)

cifs tree updated to back out crypto/ntlmv2/ntlmssp change to 2.6.37 - but now has the cifsd fixes
 2010-09-09 15:34 UTC  (4+ messages)

[PATCH 1/8] ntlmv2/ntlmssp defines, data structures
 2010-09-09 11:49 UTC  (6+ messages)

[PATCH 5/8] ntlmv2/ntlmssp functions to either extract or create av pair/ti info blob
 2010-09-08 21:59 UTC  (4+ messages)

[PATCH 3/8] ntlmv2/ntlmssp do not assume kerberos as default auth mech
 2010-09-08 19:56 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).