Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc. | |||||
2011-06-09 | s3:auth/auth_samba4.c - remove unused variable | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
Reviewed-by: Tridge | |||||
2011-06-07 | s3-auth Use loadparm_init_s3() to get an lp_ctx for auth_samba4 | Andrew Bartlett | 1 | -15/+2 | |
This avoids loading the smb.conf twice. Andrew Bartlett | |||||
2011-05-08 | s3-auth Add auth_samba4 module | Andrew Bartlett | 1 | -0/+132 | |
This module makes a direct call into the Samba4 auth stack to authenticate Samba4 uses in a Samba3 file server. The direct call avoids the need to obtain schannel credentials. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> |