summaryrefslogtreecommitdiffstats
path: root/auth/credentials/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
* build: rename security → samba-securityBjörn Jacke2012-08-101-1/+1
| | | | | | | | | there is a libsecurity on OSF1 which clasheѕ with our security lib. see bug #9023. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Fri Aug 10 14:22:21 CEST 2012 on sn-devel-104
* auth/credentials: Look in the secrets.tdb for the machine accountAndrew Bartlett2012-07-151-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
* s4-auth-krb: Move keytab functions in a separate file.Simo Sorce2012-04-121-2/+2
| | | | | | Confine ldb dependency. Signed-off-by: Andreas Schneider <asn@samba.org>
* auth: move credentials layer to the top levelAndrew Bartlett2011-10-111-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