summaryrefslogtreecommitdiff
path: root/source4/ldap_server/ldap_server.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8272: added the hooks for adding a name to a messaging context, so we willAndrew Tridgell1-0/+3
2007-10-10r7918: fixed a crash bug in the ldap serverAndrew Tridgell1-1/+1
2007-10-10r7911: task_terminate() is defined in the macosx headers, so change the nameAndrew Tridgell1-1/+1
2007-10-10r7801: the ldap server needs this logic tooAndrew Tridgell1-0/+10
2007-10-10r7753: removed debugging code :-)Andrew Tridgell1-2/+0
2007-10-10r7751: only enable tls on the ldaps port in ldap server, and reject non-tlsAndrew Tridgell1-1/+4
2007-10-10r7749: some bug fixes from testing with socket:testnonblockAndrew Tridgell1-1/+1
2007-10-10r7747: - simplified the ldap server buffer handlingAndrew Tridgell1-352/+234
2007-10-10r7746: - added TLS support to our ldap serverAndrew Tridgell1-82/+112
2007-10-10r7593: simplified the memory management in the ldap code. Having a mem_ctxAndrew Tridgell1-5/+9
2007-10-10r7565: fixed handling of sasl data in ldap serverAndrew Tridgell1-1/+2
2007-10-10r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell1-0/+1
2007-10-10r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell1-1/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell1-4/+2
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-2/+2
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-121/+84
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-8/+8
2007-10-10r4897: Unbreak the LDAP server. Somehow the generic service structuresAndrew Bartlett1-7/+8
2007-10-10r4728: split up server_services into:Stefan Metzmacher1-41/+27
2007-10-10r4716: add a real ugly hack to get all ldap queries of anStefan Metzmacher1-1/+5
2007-10-10r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell1-2/+2
2007-10-10r4459: GENSEC refinements:Andrew Bartlett1-69/+44
2007-10-10r4079: implement the gensec_have_feature() correctly by askingStefan Metzmacher1-6/+6
2007-10-10r3762: - only load the readed bytes into the input bufferStefan Metzmacher1-2/+3
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-3/+3
2007-10-10r3481: split out client.h and events.hAndrew Tridgell1-0/+1
2007-10-10r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell1-0/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-1/+3
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell1-4/+4
2007-10-10r3316: give the LDAP server a chance of operating correctly non-blocking (itAndrew Tridgell1-2/+2
2007-10-10r3304: changed the API to lib/socket/ a little.Andrew Tridgell1-4/+19
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell1-5/+3
2007-10-10r3136: - Allow specifying socket type when adding smbd serviceJelmer Vernooij1-2/+2
2007-10-10r2881: also bind the ldap service on the global catalog service portStefan Metzmacher1-0/+3
2007-10-10r2878: add server sasl supportStefan Metzmacher1-19/+29
2007-10-10r2863: move the logical ldapsrv functions to a seperate fileStefan Metzmacher1-257/+0
2007-10-10r2862: prepare LDAP SASL support for the serverStefan Metzmacher1-12/+188
2007-10-10r2731: use debug level 10 everywhereStefan Metzmacher1-7/+7
2007-10-10r2724: - use ldapsrv_service and set it up with the rootDSE and default parti...Stefan Metzmacher1-13/+42
2007-10-10r2695: revert "Del" renamingSimo Sorce1-7/+7
2007-10-10r2689: Use consistent naming Del -> DeleteSimo Sorce1-7/+7
2007-10-10r2688: - fix case where listed attributes are askedStefan Metzmacher1-81/+70
2007-10-10r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell1-1/+1
2007-10-10r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell1-1/+1
2007-10-10r2527: - add a dummy for a simple ldb backendStefan Metzmacher1-7/+5
2007-10-10r2526: use LDAP error 53 (unwillingToPerform)Stefan Metzmacher1-6/+6
2007-10-10r2525: fix a search response when the backend didn't support SearchStefan Metzmacher1-1/+16
2007-10-10r2523: - readd rootDSE replyStefan Metzmacher1-76/+86