summaryrefslogtreecommitdiffstats
path: root/source4/auth/credentials
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4-credentials: get all attributes in cli_credentials_set_secrets()Andrew Tridgell2010-09-111-17/+1
* s4:credentials_krb5.c - quiet a Solaris warningMatthias Dieter Wallnöfer2010-08-271-1/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-164-18/+18
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij2010-06-191-2/+4
* s4:auth/credentials/credentials.c - initialise "password_last_changed_time"Matthias Dieter Wallnöfer2010-05-301-0/+2
* s4:credentials Add in tracking of the password last set timeAndrew Bartlett2010-05-183-1/+33
* s4:credentials Allow setting of an empty Kerberos CCACHEAndrew Bartlett2010-05-141-18/+12
* s4:credentials Make the CCACHE in credentials depend on the things that built itAndrew Bartlett2010-05-023-20/+81
* s4:kerberos Give a better error message than "Could not allocate memory"Andrew Bartlett2010-04-271-3/+3
* pytalloc: ensure talloc_ctx is directly after PyObject_HEADAndrew Tridgell2010-04-201-1/+1
* s4-python: PyErr_SetString() will crash on NULL stringsAndrew Tridgell2010-04-191-1/+1
* s4:credentials Add the functions needed to do S4U2Self with cli_credentialsAndrew Bartlett2010-04-103-0/+47
* s4:credentials talloc_free() any previous salt_principalAndrew Bartlett2010-04-102-1/+2
* pynet: Create a net class.Jelmer Vernooij2010-04-081-6/+17