1. 08 Jun, 2011 1 commit
  2. 07 Jun, 2011 1 commit
    • Jeff Layton's avatar
      cifs: silence printk when establishing first session on socket · 9c4843ea
      Jeff Layton authored
      When signing is enabled, the first session that's established on a
      socket will cause a printk like this to pop:
      
          CIFS VFS: Unexpected SMB signature
      
      This is because the key exchange hasn't happened yet, so the signature
      field is bogus. Don't try to check the signature on the socket until the
      first session has been established. Also, eliminate the specific check
      for SMB_COM_NEGOTIATE since this check covers that case too.
      
      Cc: stable@kernel.org
      Cc: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
      Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      9c4843ea
  3. 06 Jun, 2011 2 commits
  4. 03 Jun, 2011 2 commits
  5. 01 Jun, 2011 17 commits
  6. 31 May, 2011 9 commits
  7. 30 May, 2011 8 commits