summaryrefslogtreecommitdiffstats
path: root/source4/auth/credentials
Commit message (Expand)AuthorAgeFilesLines
* s4/auth: Trivial spelling fixes.Brad Hards2011-06-211-3/+3
* s4-auth: quiet down the krb5 warnings when kerberos is not set to 'MUST'Andrew Tridgell2011-06-171-1/+5
* s4-credentials Don't use expired Kerberos or GSSAPI credentialsAndrew Bartlett2011-06-081-4/+57
* s4-credentials Allow use of file-based credentials caches for debugging.Andrew Bartlett2011-06-081-3/+9
* s4:auth/credentials: S4U2Self should force CRED_MUST_USE_KERBEROSStefan Metzmacher2011-05-181-0/+1
* s4:auth/credentials: pass 'self_service' to cli_credentials_set_impersonate_p...Stefan Metzmacher2011-05-183-5/+26
* s3-auth Rename smb_krb5_open_keytab to avoid a conflict with s3Andrew Bartlett2011-04-141-2/+2
* source4/auth: Fix prototypes for all functions.Jelmer Vernooij2011-03-193-1/+5
* Fix some typesJelmer Vernooij2011-02-281-1/+1
* tdb: Use <tdb.h> to include tdb so system headers are found when building aga...Jelmer Vernooij2011-02-281-1/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* s4-python Ensure we add the Samba python path first.Andrew Bartlett2011-02-021-1/+1
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-2/+1
* pycredentials: Use talloc.Object.Jelmer Vernooij2010-12-011-2/+5
* s4-tests/bind.py: Use samba.tests.connect_samdb() instead of directly using S...Kamen Mazdrashki2010-11-281-7/+10
* s4-tests: Modified bind.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-7/+2
* Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher2010-11-221-2/+2
* s4-test: we need to import testtools before subunit/pythonAndrew Tridgell2010-11-131-1/+1
* s4/test: Expand BindTestAnatoliy Atanasov2010-11-111-20/+60
* credentials: Lowercase library name,Jelmer Vernooij2010-11-071-10/+10
* s4/test: Added test for simple bind with machine accountAnatoliy Atanasov2010-11-051-0/+116
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-20/+0
* s4-cmdline: make cmdline-credentials a private libraryAndrew Tridgell2010-10-301-1/+1
* s4-credentials: make a private library from CREDENTIALS subsystemAndrew Tridgell2010-10-301-8/+9
* auth/credentials Give a sensible behaviour for resetting the krb5 contextAndrew Bartlett2010-10-271-3/+8
* talloc: change pytalloc-util to be a public library.Jelmer Vernooij2010-10-261-1/+1
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-1/+1
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-1/+1
* s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}Jelmer Vernooij2010-10-241-1/+1
* s4: Rename LIBEVENTS to libevents.Jelmer Vernooij2010-10-231-1/+1
* s4:"util_ldb" - remove some really unused dependanciesMatthias Dieter Wallnöfer2010-10-182-2/+1
* Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer2010-10-172-1/+2
* s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer2010-10-172-2/+1
* s4-credentials Allocate ldb result on correct memory contextAndrew Bartlett2010-10-121-1/+1
* s4-credentials Add explicit event context handling to Kerberos calls (only)Andrew Bartlett2010-10-115-42/+24
* s4-param Refactor secrets code to not require an event context.Andrew Bartlett2010-10-111-1/+1
* credentials: Avoid unnecessary includes.Jelmer Vernooij2010-10-111-2/+0
* credentials: Fix the build.Jelmer Vernooij2010-10-115-2/+7
* credentials: Split up into several subsystems.Jelmer Vernooij2010-10-112-5/+17
* kerberos_util: Put into separate subsystem.Jelmer Vernooij2010-10-112-2/+3
* credentials: Move code that doesn't need any external dependencies intoJelmer Vernooij2010-10-103-144/+147
* Add missing dependencies for com_err.Jelmer Vernooij2010-10-051-1/+1
* heimdal: Fix library name of gssapi.Jelmer Vernooij2010-10-051-1/+1
* s4-pycredentials: avoid a tallloc_free on refAndrew Tridgell2010-09-251-1/+1
* s4-kerberos Move 'set key into keytab' code out of credentials.Andrew Bartlett2010-09-243-69/+5
* s4-selftest: Move credentials tests to standard python directory.Jelmer Vernooij2010-09-221-100/+0
* s4-param: Fix more memory leaks, invalid memory context.Jelmer Vernooij2010-09-221-10/+38
* s4-param: Check type when converting python object to lp_ctx, fix someJelmer Vernooij2010-09-221-2/+7
* s4-pycredentials: expose forwardable setting via pythonAndrew Tridgell2010-09-161-0/+16
* s4-credentials: added ability to control forwardable attribute on krb5 ticketsAndrew Tridgell2010-09-162-0/+24