r10918: - fixed standalone ldb build
[kamenim/samba.git] / source4 / ldap_server /
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...
2007-10-10 Simo Sorcer3754: merge in ldb modules support from the tmp branch...
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
2007-10-10 Andrew Tridgellr3494: got rid of include/rewrite.h, and split out...
2007-10-10 Andrew Tridgellr3481: split out client.h and events.h
2007-10-10 Andrew Tridgellr3464: split out registry.h, rap.h and ldap_server.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Andrew Tridgellr3316: give the LDAP server a chance of operating corre...
2007-10-10 Andrew Tridgellr3304: changed the API to lib/socket/ a little.
2007-10-10 Andrew Tridgellr3278: - rewrote the client side rpc connection code...
2007-10-10 Jelmer Vernooijr3136: - Allow specifying socket type when adding smbd...
2007-10-10 Stefan Metzmacherr3099: implment sldb_ModifyDN()
2007-10-10 Stefan Metzmacherr3098: - fix segfault in sldb_Compare()
2007-10-10 Stefan Metzmacherr3097: - an empty string is a valid DN
2007-10-10 Simo Sorcer2908: fix typo
2007-10-10 Stefan Metzmacherr2892: fix compiler warning
2007-10-10 Stefan Metzmacherr2891: call rootDSE only with LDAP_SEARCH_SCOPE_BASE
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 Metzmacherr2881: also bind the ldap service on the global catalog...
2007-10-10 Stefan Metzmacherr2880: move the rootdse.ldif template to the source...
next