Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-15 | auth/credentials: Look in the secrets.tdb for the machine account | Andrew Bartlett | 1 | -1/+1 | |
This is for use with the -P/--machine-pass option. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sun Jul 15 05:41:28 CEST 2012 on sn-devel-104 | |||||
2012-04-12 | s4-auth-krb: Move keytab functions in a separate file. | Simo Sorce | 1 | -2/+2 | |
Confine ldb dependency. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-10-11 | auth: move credentials layer to the top level | Andrew Bartlett | 1 | -0/+32 | |
This will allow gensec_start.c to move to the top level. This does not change what code uses the cli_credentials code, but allows the gensec code to be more broadly. Andrew Bartlett |