VERSION: Bump version number up to 4.0.4.
[samba.git] / source4 / auth / pyauth.c
2012-04-13 Alexander Bokovoys4-auth: Make sure ldb context is initialized even...
2011-12-29 Andrew Bartletts4-pyauth: Make sure event context allows nesting
2011-08-10 Jelmer Vernooijpytalloc: Use consistent prefix for functions, add...
2011-08-07 Jelmer Vernooijpyldb: Consistently use pyldb_ prefix.
2011-07-28 Amitay Isaacss4auth: Remove duplicate assignment of structure variable
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-05-08 Andrew Bartletts4-auth Rename auth -> auth4 to avoid conflict with...
2011-05-03 Andrew Bartletts4-messaging Rename messaging -> imessaging
2011-04-05 Andrew Bartlettauth: Move auth_session_info into IDL
2011-03-19 Jelmer Vernooijsource4/auth: Fix prototypes for all functions.
2011-01-30 Matthias Dieter... s4:auth/pyauth.c - temporarily add compatibility code...
2011-01-19 Andrew Bartletts4-pyauth Fix AuthContext wrapper
2011-01-18 Andrew Bartletts4-auth Extend python bindings to allow ldb and message...
2011-01-18 Andrew Bartletts4-pyauth Add bindings for auth_context_create() as...
2011-01-18 Andrew Bartletts4-pyauth Use py_talloc_get_type() for greater talloc...
2011-01-14 Andrew Bartletts4-auth Add get and set methods for auth_session_info...
2011-01-14 Andrew Bartletts4-auth Add function to obtain any user's session_info...
2010-12-01 Jelmer Vernooijpyauth: Use talloc.Object.
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-08-17 Andrew Bartletts4:auth Remove system_session_anon() from python bindings
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-04-08 Jelmer Vernooijpynet: Create a net class.
2010-04-06 Jelmer Vernooijs4-python: Move set_session_info to PySambaLdb.
2010-01-21 Jelmer Vernooijs4: Fix a few warnings.
2009-10-23 Andrew Tridgells4-dsdb: create a static system_session context
2009-09-09 Nadezhda IvanovaAdded "admin_session" method.
2009-07-01 Andrew Tridgellanother case that should use py_talloc_reference
2008-12-22 Jelmer VernooijAdd header for pyparam.
2008-12-21 Jelmer VernooijConvert auth python module to "plain" C rather than...