r23792: convert Samba4 to GPLv3
[amitay/samba.git] / source4 / ldap_server / ldap_bind.c
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...