summaryrefslogtreecommitdiff
path: root/source4/ldap_server/ldap_server.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14078: move ldb_global_init() to the main smbd code,Stefan Metzmacher1-2/+0
2007-10-10r13941: fix the buildStefan Metzmacher1-1/+1
2007-10-10r13926: More header splitups.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r13812: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-0/+2
2007-10-10r12917: fix decoding of ldap controlsSimo Sorce1-1/+24
2007-10-10r12905: add some ldap policiesSimo Sorce1-7/+99
2007-10-10r12880: Remove ldap partitions useless now and probably weSimo Sorce1-13/+30
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-1/+8
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-1/+1
2007-10-10r12686: Push the real SASL list into the rootdse.Andrew Bartlett1-0/+20
2007-10-10r12126: get rid of the local ->terminate hacks, we do that genericly nowStefan Metzmacher1-36/+10
2007-10-10r11955: got rid of the old rootDSE code in the ldap server.Andrew Tridgell1-16/+0
2007-10-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell1-1/+2
2007-10-10r11622: convert the ldap server to the generic packet codeAndrew Tridgell1-170/+101
2007-10-10r11447: fixed a problem with the ldap server spinning using CPU timeAndrew Tridgell1-10/+22
2007-10-10r11112: listen on the global catalog ldap server port as well if we are aAndrew Tridgell1-0/+11
2007-10-10r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett1-24/+38
2007-10-10r10709: fixed a crash bug rather similar to the one volker found in the dcerpcAndrew Tridgell1-5/+22
2007-10-10r10353: Fix typoVolker Lendecke1-1/+1
2007-10-10r10237: fix parameter, how have I missed this...?Stefan Metzmacher1-1/+1
2007-10-10r10213: fixed a memory leak in the ldap client and server code spotted by KarlAndrew Tridgell1-1/+3
2007-10-10r10078: - add a 'struct data_blob_list_item'Stefan Metzmacher1-19/+22
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