r12820: Remove duplicate entry caused by merge.
[jelmer/samba4-debian.git] / source / ldap_server /
2007-10-10 Andrew Bartlettr12804: This patch reworks the Samba4 sockets layer...
2007-10-10 Stefan Metzmacherr12792: fix compiler warning
2007-10-10 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
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 Andrew Bartlettr12595: There was no comment on the mailing list, so...
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Andrew Bartlettr12360: Add simple bind support into our LDAP server.
2007-10-10 Andrew Bartlettr12227: I realised that I wasn't yet seeing authenticat...
2007-10-10 Simo Sorcer12148: add the docs for the paged results control
2007-10-10 Stefan Metzmacherr12126: get rid of the local ->terminate hacks, we...
2007-10-10 Andrew Tridgellr11958: - fixed memory leaks in the ldb_result handling...
2007-10-10 Andrew Tridgellr11955: got rid of the old rootDSE code in the ldap...
2007-10-10 Andrew Tridgellr11713: separate out the setting of the fde in the...
2007-10-10 Andrew Tridgellr11622: convert the ldap server to the generic packet...
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Andrew Tridgellr11447: fixed a problem with the ldap server spinning...
2007-10-10 Andrew Tridgellr11408: fixed the mapping of ldb errors to ldap errors...
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Andrew Bartlettr11225: Remove pointless goto.
2007-10-10 Jelmer Vernooijr11214: Remove scons files (see lists.samba.org/archive...
2007-10-10 Andrew Bartlettr11200: Reposition the creation of the kerberos keytab...
2007-10-10 Andrew Tridgellr11112: listen on the global catalog ldap server port...
2007-10-10 Andrew Tridgellr10914: moved the ldap time string functions into ldb...
2007-10-10 Stefan Metzmacherr10832: free the old session info
2007-10-10 Andrew Bartlettr10820: Use talloc_get_type as suggested by tridge.
2007-10-10 Andrew Bartlettr10810: This adds the hooks required to communicate...
2007-10-10 Andrew Tridgellr10709: fixed a crash bug rather similar to the one...
2007-10-10 Jelmer Vernooijr10586: Add MergedObject() builder. Default to Library...
2007-10-10 Volker Lendecker10353: Fix typo
2007-10-10 Jelmer Vernooijr10348: Add scons scripts for remaining subsystems...
2007-10-10 Jelmer Vernooijr10336: Add sconscript for a couple more subsystems.
2007-10-10 Jelmer Vernooijr10315: Remove use of fstring and pstring in dynconfig.c
2007-10-10 Andrew Tridgellr10252: a recent checkin from simo changed the handling...
2007-10-10 Stefan Metzmacherr10237: fix parameter, how have I missed this...?
2007-10-10 Andrew Tridgellr10213: fixed a memory leak in the ldap client and...
2007-10-10 Stefan Metzmacherr10078: - add a 'struct data_blob_list_item'
2007-10-10 Andrew Bartlettr9417: Ask for the ASYNC_REPLIES feature, as will want...
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Simo Sorcer8926: RFC 2891 - LDAP Control Extension for Server...
2007-10-10 Jelmer Vernooijr8811: Fix the build..
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Simo Sorcer8514: add docs
2007-10-10 Andrew Tridgellr8272: added the hooks for adding a name to a messaging...
2007-10-10 Stefan Metzmacherr8222: 0 entries are no error, unless it's a base search
2007-10-10 Andrew Tridgellr7918: fixed a crash bug in the ldap server
2007-10-10 Andrew Tridgellr7911: task_terminate() is defined in the macosx header...
2007-10-10 Andrew Tridgellr7854: only enable wrapping in the ldap server if it...
2007-10-10 Andrew Tridgellr7801: the ldap server needs this logic too
2007-10-10 Andrew Tridgellr7777: allow for overriding the location of the sam...
2007-10-10 Andrew Tridgellr7753: removed debugging code :-)
2007-10-10 Andrew Tridgellr7751: only enable tls on the ldaps port in ldap server...
2007-10-10 Andrew Tridgellr7749: some bug fixes from testing with socket:testnonblock
2007-10-10 Andrew Tridgellr7747: - simplified the ldap server buffer handling
2007-10-10 Andrew Tridgellr7746: - added TLS support to our ldap server
2007-10-10 Andrew Tridgellr7726: - removed some unused variables
2007-10-10 Andrew Tridgellr7720: - simplify the asn1 decode of ldap_search()...
2007-10-10 Andrew Tridgellr7711: update callers of ldb_connect() for new syntax
2007-10-10 Andrew Tridgellr7677: fixed ldap server to honor 'private path'
2007-10-10 Andrew Tridgellr7670: fixed rootDSE search in ldap server
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Andrew Tridgellr7596: next step in ldap cleanup. I'm aiming to get...
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 Tridgellr7565: fixed handling of sasl data in ldap server
2007-10-10 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Simo Sorcer5583: some more docs
2007-10-10 Andrew Tridgellr5307: removed db_wrap.h from includes.h
2007-10-10 Andrew Tridgellr5305: removed libcli/ldap/ldap.h from includes.h
2007-10-10 Andrew Tridgellr5304: removed lib/socket/socket.h from includes.h
2007-10-10 Andrew Tridgellr5294: - added a separate NBT-WINS test for WINS operat...
2007-10-10 Günther Deschnerr5266: This is a nice typo ;-)
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5195: most events don't need the time of the event...
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
2007-10-10 Andrew Tridgellr5102: This is a major simplification of the logic...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Stefan Metzmacherr4941: - all needed data is now in sam.ldb and hacked...
2007-10-10 Andrew Bartlettr4897: Unbreak the LDAP server. Somehow the generic...
2007-10-10 Stefan Metzmacherr4728: split up server_services into:
2007-10-10 Stefan Metzmacherr4716: add a real ugly hack to get all ldap queries...
2007-10-10 Stefan Metzmacherr4709: fix compiler warnings
2007-10-10 Stefan Metzmacherr4634: disable sign and seal in ldap_server for now.
2007-10-10 Stefan Metzmacherr4629: we now have a global macro NT_STATUS_HAVE_NO_MEM...
2007-10-10 Stefan Metzmacherr4628: this function should be static
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Tridgellr4547: - added talloc_new(ctx) macro that is a neater...
2007-10-10 Andrew Tridgellr4475: fixed smbd to work with the small changes in...
2007-10-10 Andrew Bartlettr4459: GENSEC refinements:
2007-10-10 Andrew Bartlettr4355: More work from the elves on Christmas eve:
2007-10-10 Stefan Metzmacherr4079: implement the gensec_have_feature() correctly...
2007-10-10 Andrew Tridgellr4037: fixed a bunch of "might be uninitialised" warnin...
2007-10-10 Stefan Metzmacherr4000: DATA_BLOB.data is uint8_t * not void * :-)
2007-10-10 Stefan Metzmacherr3962: fix compiler warnings
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Stefan Metzmacherr3762: - only load the readed bytes into the input...
next