ldb: use #include <ldb.h> for ldb
[kai/samba.git] / source4 / ldap_server / ldap_bind.c
2011-02-10 Andrew Tridgellldb: use #include <ldb.h> for ldb
2011-01-06 Andrew Bartletts4-ldap_server Allow multiple binds on LDAP server
2010-11-05 Anatoliy Atanasovs4/auth: Add logon_parameters to authenticate_username_pw
2010-10-08 Stefan Metzmachers4:ldap_server: rewrite to socket layer to use tstream
2010-10-07 Stefan MetzmacherRevert "s4:ldap_server: rewrite to socket layer to...
2010-10-04 Stefan Metzmachers4:ldap_server: rewrite to socket layer to use tstream
2010-08-18 Andrew Bartletts4:ldap_server use talloc_unlink() to avoid talloc_free...
2010-05-21 Andrew Bartletts4:libcli/ldap Rename ldap.h to libcli_ldap.h
2009-02-12 Andrew BartlettRemove auth/ntlm as a dependency of GENSEC by means...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmachers4:ldap_server: s/private/private_data
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Jelmer VernooijAdd gensec_settings structure. This wraps loadparm_cont...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Simo SorceFix nasty bug that would come up only if a client conne...
2008-09-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-19 Matthias Dieter... LDAP Server: Don't create the SASL SECBLOB output objec...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-17 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-17 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-17 Jelmer VernooijSpecify event_context to ldb_wrap_connect explicitly.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26385: Integrate gensec-socket into gensec.
2007-12-21 Jelmer Vernooijr26266: Remove more global_loadparm uses.
2007-12-21 Jelmer Vernooijr26260: Store loadparm context in gensec context.
2007-12-21 Jelmer Vernooijr26234: More global_loadparm fixes.
2007-12-21 Jelmer Vernooijr26229: Set loadparm context as opaque pointer in ldb...
2007-12-21 Jelmer Vernooijr26228: Store loadparm context in auth context, move...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr21511: this seems to be the nicer fix for the problem...
2007-10-10 Stefan Metzmacherr20906: allow LDAP simple binds using the following...
2007-10-10 Andrew Bartlettr19598: Ahead of a merge to current lorikeet-heimdal:
2007-10-10 Andrew Tridgellr18301: I discovered how to load the warnings from...
2007-10-10 Stefan Metzmacherr17341: pass a messaging context to auth_context_create()
2007-10-10 Stefan Metzmacherr17237: - keep pointer to the different sockets
2007-10-10 Stefan Metzmacherr17226: add some comments about ldap binds and pending...
2007-10-10 Andrew Bartlettr17222: Change the function prototypes for the GENSEc...
2007-10-10 Andrew Bartlettr17215: Prepare the SASL socket before actually setttin...
2007-10-10 Andrew Bartlettr17197: This patch moves the encryption of bulk data...
2007-10-10 Andrew Bartlettr16795: Fix crash found by Dave Fenwick <djf@samba...
2007-10-10 Stefan Metzmacherr13508: some ASN.1 element in LDAP are optional,
2007-10-10 Andrew Bartlettr13339: Propogate more error infomation into the error...
2007-10-10 Simo Sorcer12880: Remove ldap partitions useless now and probably we
2007-10-10 Stefan Metzmacherr12792: fix compiler warning
2007-10-10 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2007-10-10 Andrew Bartlettr12686: Push the real SASL list into the rootdse.
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Andrew Bartlettr12360: Add simple bind support into our LDAP server.
2007-10-10 Andrew Bartlettr11225: Remove pointless goto.
2007-10-10 Andrew Bartlettr11200: Reposition the creation of the kerberos keytab...
2007-10-10 Stefan Metzmacherr10832: free the old session info
2007-10-10 Andrew Bartlettr10810: This adds the hooks required to communicate...
2007-10-10 Andrew Bartlettr9417: Ask for the ASYNC_REPLIES feature, as will want...
2007-10-10 Andrew Tridgellr7854: only enable wrapping in the ldap server if it...
2007-10-10 Andrew Tridgellr7747: - simplified the ldap server buffer handling
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Andrew Tridgellr7594: abartlet is right that this hack is not actually...
2007-10-10 Andrew Tridgellr7593: simplified the memory management in the ldap...
2007-10-10 Andrew Tridgellr7568: enable the NTLMSSP bulk data sign/seal code...
2007-10-10 Andrew Tridgellr5305: removed libcli/ldap/ldap.h from includes.h
2007-10-10 Stefan Metzmacherr4634: disable sign and seal in ldap_server for now.
2007-10-10 Andrew Bartlettr4459: GENSEC refinements:
2007-10-10 Andrew Bartlettr4355: More work from the elves on Christmas eve:
2007-10-10 Andrew Tridgellr3464: split out registry.h, rap.h and ldap_server.h
2007-10-10 Stefan Metzmacherr2890: fix segfault when call is destroyed and we deref...
2007-10-10 Stefan Metzmacherr2886: missing stuff from last commit
2007-10-10 Stefan Metzmacherr2885: windows doesn't try to do sign or seal by default
2007-10-10 Stefan Metzmacherr2878: add server sasl support
2007-10-10 Stefan Metzmacherr2864: - Bind and Unbind are no directory partition...