Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71579
b: refs/heads/master
c: 016ec75
h: refs/heads/master
i:
  71577: bd9e516
  71575: f015267
v: v3
  • Loading branch information
Steve French committed Oct 16, 2007
1 parent 99678c2 commit 0e63ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6345a3a88012b0060ddeca8874e51cb442e1fb20
refs/heads/master: 016ec75f1a0c0e765fce65d794569979104f031d
2 changes: 2 additions & 0 deletions trunk/fs/cifs/cifsglob.h
Original file line number Diff line number Diff line change
Expand Up @@ -499,11 +499,13 @@ require use of the stronger protocol */
#define CIFSSEC_MASK 0x3F03F /* allows weak security but also krb5 */
#else
#define CIFSSEC_MASK 0x37037 /* current flags supported if weak */
#endif /* UPCALL */
#else /* do not allow weak pw hash */
#ifdef CONFIG_CIFS_UPCALL
#define CIFSSEC_MASK 0x0F00F /* flags supported if no weak allowed */
#else
#define CIFSSEC_MASK 0x07007 /* flags supported if no weak allowed */
#endif /* UPCALL */
#endif /* WEAK_PW_HASH */
#define CIFSSEC_MUST_SEAL 0x40040 /* not supported yet */

Expand Down

0 comments on commit 0e63ea9

Please sign in to comment.