r17516: Change helper function names to make more clear what they are meant to do
[jelmer/samba4-debian.git] / source / ldap_server / ldap_server.c
2007-10-10 Simo Sorcer17516: Change helper function names to make more clear...
2007-10-10 Stefan Metzmacherr17237: - keep pointer to the different sockets
2007-10-10 Andrew Bartlettr17222: Change the function prototypes for the GENSEc...
2007-10-10 Andrew Bartlettr17197: This patch moves the encryption of bulk data...
2007-10-10 Andrew Bartlettr16972: Replace the sequence_number function pointer...
2007-10-10 Andrew Bartlettr15400: Move the TLS code behind the socket interface.
2007-10-10 Andrew Bartlettr15317: Because LDB is now async, there are more places...
2007-10-10 Andrew Bartlettr14673: Don't double-free conn, it is below 'c' free...
2007-10-10 Stefan Metzmacherr14079: I just found the setproctitle library from...
2007-10-10 Stefan Metzmacherr14078: move ldb_global_init() to the main smbd code,
2007-10-10 Stefan Metzmacherr13941: fix the build
2007-10-10 Jelmer Vernooijr13926: More header splitups.
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Stefan Metzmacherr13812: fix compiler warning
2007-10-10 Jelmer Vernooijr13786: [merge] Add registration functions for LDB...
2007-10-10 Simo Sorcer12917: fix decoding of ldap controls
2007-10-10 Simo Sorcer12905: add some ldap policies
2007-10-10 Simo Sorcer12880: Remove ldap partitions useless now and probably we
2007-10-10 Andrew Bartlettr12804: This patch reworks the Samba4 sockets layer...
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 Stefan Metzmacherr12126: get rid of the local ->terminate hacks, we...
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 Andrew Tridgellr11447: fixed a problem with the ldap server spinning...
2007-10-10 Andrew Tridgellr11112: listen on the global catalog ldap server port...
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 Volker Lendecker10353: Fix typo
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 Tridgellr8272: added the hooks for adding a name to a messaging...
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 Tridgellr7801: the ldap server needs this logic too
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 Tridgellr7593: simplified the memory management in the ldap...
2007-10-10 Andrew Tridgellr7565: fixed handling of sasl data in ldap server
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 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 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 Andrew Tridgellr4547: - added talloc_new(ctx) macro that is a neater...
2007-10-10 Andrew Bartlettr4459: GENSEC refinements:
2007-10-10 Stefan Metzmacherr4079: implement the gensec_have_feature() correctly...
2007-10-10 Stefan Metzmacherr3762: - only load the readed bytes into the input...
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
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 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 Metzmacherr2881: also bind the ldap service on the global catalog...
2007-10-10 Stefan Metzmacherr2878: add server sasl support
2007-10-10 Stefan Metzmacherr2863: move the logical ldapsrv functions to a seperate...
2007-10-10 Stefan Metzmacherr2862: prepare LDAP SASL support for the server
2007-10-10 Stefan Metzmacherr2731: use debug level 10 everywhere
2007-10-10 Stefan Metzmacherr2724: - use ldapsrv_service and set it up with the...
2007-10-10 Simo Sorcer2695: revert "Del" renaming
2007-10-10 Simo Sorcer2689: Use consistent naming Del -> Delete
2007-10-10 Stefan Metzmacherr2688: - fix case where listed attributes are asked
2007-10-10 Andrew Tridgellr2646: - use a talloc destructor to ensure that sockets...
2007-10-10 Andrew Tridgellr2628: got rid of some warnings and converted a few...
2007-10-10 Stefan Metzmacherr2527: - add a dummy for a simple ldb backend
2007-10-10 Stefan Metzmacherr2526: use LDAP error 53 (unwillingToPerform)
2007-10-10 Stefan Metzmacherr2525: fix a search response when the backend didn...
2007-10-10 Stefan Metzmacherr2523: - readd rootDSE reply
2007-10-10 Stefan Metzmacherr2509: add a struct ldapsrv_call which is simular to...
2007-10-10 Stefan Metzmacherr2447: let the server code use the new lib/socket/...
2007-10-10 Stefan Metzmacherr2401: make our LDAP server useable:
2007-10-10 Stefan Metzmacherr2321: add complately untested LDAP server start