gensec: split GENSEC into mechanism-dependent and runtime functions
[ira/wip.git] / source4 / auth / credentials /
2011-07-28 Amitay Isaacss4auth: Fix the object names for PyCredentials and...
2011-07-15 Stefan Metzmachers4:auth/credentials: with the build after heimdal import
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-21 Brad Hardss4/auth: Trivial spelling fixes.
2011-06-17 Andrew Tridgells4-auth: quiet down the krb5 warnings when kerberos...
2011-06-08 Andrew Bartletts4-credentials Don't use expired Kerberos or GSSAPI...
2011-06-08 Andrew Bartletts4-credentials Allow use of file-based credentials...
2011-05-18 Stefan Metzmachers4:auth/credentials: S4U2Self should force CRED_MUST_US...
2011-05-18 Stefan Metzmachers4:auth/credentials: pass 'self_service' to cli_credent...
2011-04-14 Andrew Bartletts3-auth Rename smb_krb5_open_keytab to avoid a conflict...
2011-03-19 Jelmer Vernooijsource4/auth: Fix prototypes for all functions.
2011-02-28 Jelmer VernooijFix some types
2011-02-28 Jelmer Vernooijtdb: Use <tdb.h> to include tdb so system headers are...
2011-02-10 Andrew Tridgellldb: use #include <ldb.h> for ldb
2011-02-02 Andrew Bartletts4-python Ensure we add the Samba python path first.
2010-12-11 Jelmer Vernooijs4-smbtorture: Make test names lowercase and dot-separated.
2010-12-01 Jelmer Vernooijpycredentials: Use talloc.Object.
2010-11-28 Kamen Mazdrashkis4-tests/bind.py: Use samba.tests.connect_samdb() inste...
2010-11-24 Nadezhda Ivanovas4-tests: Modified bind.py to use samba.tests.delete_force
2010-11-21 Arnaud FaucherAvoid the use of PyAPI_DATA, which is for internal...
2010-11-13 Andrew Tridgells4-test: we need to import testtools before subunit...
2010-11-11 Anatoliy Atanasovs4/test: Expand BindTest
2010-11-07 Jelmer Vernooijcredentials: Lowercase library name,
2010-11-05 Anatoliy Atanasovs4/test: Added test for simple bind with machine account
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-30 Andrew Tridgells4-cmdline: make cmdline-credentials a private library
2010-10-30 Andrew Tridgells4-credentials: make a private library from CREDENTIALS...
2010-10-27 Andrew Bartlettauth/credentials Give a sensible behaviour for resettin...
2010-10-26 Jelmer Vernooijtalloc: change pytalloc-util to be a public library.
2010-10-26 Jelmer Vernooijs4: Drop duplicate 'lib' prefix for private libraries.
2010-10-24 Jelmer Vernooijs4: Rename LIBSAMBA-* to libsamba-*
2010-10-24 Jelmer Vernooijs4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
2010-10-23 Jelmer Vernooijs4: Rename LIBEVENTS to libevents.
2010-10-18 Matthias Dieter... s4:"util_ldb" - remove some really unused dependancies
2010-10-17 Matthias Dieter... Revert "s4:remove "util_ldb" submodule and integrate...
2010-10-17 Matthias Dieter... s4:remove "util_ldb" submodule and integrate the three...
2010-10-12 Andrew Bartletts4-credentials Allocate ldb result on correct memory...
2010-10-11 Andrew Bartletts4-credentials Add explicit event context handling...
2010-10-11 Andrew Bartletts4-param Refactor secrets code to not require an event...
2010-10-11 Jelmer Vernooijcredentials: Avoid unnecessary includes.
2010-10-11 Jelmer Vernooijcredentials: Fix the build.
2010-10-11 Jelmer Vernooijcredentials: Split up into several subsystems.
2010-10-11 Jelmer Vernooijkerberos_util: Put into separate subsystem.
2010-10-10 Jelmer Vernooijcredentials: Move code that doesn't need any external...
2010-10-04 Jelmer VernooijAdd missing dependencies for com_err.
2010-10-04 Jelmer Vernooijheimdal: Fix library name of gssapi.
2010-09-25 Andrew Tridgells4-pycredentials: avoid a tallloc_free on ref
2010-09-23 Andrew Bartletts4-kerberos Move 'set key into keytab' code out of...
2010-09-23 Jelmer Vernooijs4-selftest: Move credentials tests to standard python...
2010-09-23 Jelmer Vernooijs4-param: Fix more memory leaks, invalid memory context.
2010-09-23 Jelmer Vernooijs4-param: Check type when converting python object...
2010-09-16 Andrew Tridgells4-pycredentials: expose forwardable setting via python
2010-09-16 Andrew Tridgells4-credentials: added ability to control forwardable...
2010-09-11 Andrew Tridgells4-credentials: get all attributes in cli_credentials_s...
2010-08-27 Matthias Dieter... s4:credentials_krb5.c - quiet a Solaris warning
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-06-24 Andrew Tridgells4-python: python is not always in /usr/bin
2010-06-19 Jelmer Vernooijpython: Use samba.tests.TestCase, make sure base class...
2010-05-30 Matthias Dieter... s4:auth/credentials/credentials.c - initialise "passwor...
2010-05-18 Andrew Bartletts4:credentials Add in tracking of the password last...
2010-05-14 Andrew Bartletts4:credentials Allow setting of an empty Kerberos CCACHE
2010-05-01 Andrew Bartletts4:credentials Make the CCACHE in credentials depend...
2010-04-27 Andrew Bartletts4:kerberos Give a better error message than "Could...
2010-04-20 Andrew Tridgellpytalloc: ensure talloc_ctx is directly after PyObject_HEAD
2010-04-19 Andrew Tridgells4-python: PyErr_SetString() will crash on NULL strings
2010-04-10 Andrew Bartletts4:credentials Add the functions needed to do S4U2Self...
2010-04-10 Andrew Bartletts4:credentials talloc_free() any previous salt_principal
2010-04-08 Jelmer Vernooijpynet: Create a net class.
2010-04-06 Andrew Tridgells4-waf: removed the AUTOGENERATED markers
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
2010-04-03 Jelmer Vernooijs4-python: Remove convenience macro PyErr_SetStringError.
2010-03-29 Andrew Tridgellpytalloc: allow for using a system libtalloc-dev with...
2010-03-26 Matthias Dieter... s4:auth/credentials/credentials.c - initialise more...
2010-02-26 Andrew Bartletts4:python Add bindings to set GENSEC flags on credentia...
2010-02-26 Andrew Tridgells4-krb5: propogate errors from a lot more kerberos...
2010-02-20 Andrew Bartletts4:credentials Add hooks to extract a named Kerberos...
2010-02-12 Matthias Dieter... s4:auth/credentials/credentials.c - Initialise the...
2010-02-09 Matthias Dieter... s4:Remove "Py_RETURN_NONE" compatibility code
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-29 Jelmer Vernooijdsdb: Fix dependencies when building against system...
2009-11-02 Andrew Bartletts4:credentials Put the 'secrets.keytab' in the same...
2009-10-23 Andrew Tridgells4-python: we need to include Python.h first
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-16 Endi S. Dewatas4:auth - fixed problem reading bind DN from secrets...
2009-10-15 Matthias Dieter... s4:auth/credentials/credentials - fix uninitalised...
2009-06-17 Jelmer Vernooijpycredentials: Raise MemoryError when unable to create...
2009-06-17 Jelmer Vernooijpycredentials: Fix memory leak.
2009-06-11 Andrew Bartletts4:heimdal: import lorikeet-heimdal-200906080040 (commi...
2009-06-02 Jelmer VernooijFix more unresolved symbols.
2009-06-02 Jelmer Vernooijpython: Move helper functions for using param into...
2009-04-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Andrew BartlettRework Samba4 to use the new common libcli/auth code
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-26 Jelmer VernooijMerge branch 'copyright' of /home/jelmer/samba4
next