summaryrefslogtreecommitdiffstats
path: root/source4/ldap_server
Commit message (Expand)AuthorAgeFilesLines
* r3099: implment sldb_ModifyDN()Stefan Metzmacher2007-10-101-1/+100
* r3098: - fix segfault in sldb_Compare()Stefan Metzmacher2007-10-101-22/+21
* r3097: - an empty string is a valid DNStefan Metzmacher2007-10-103-120/+141
* r2908: fix typoSimo Sorce2007-10-101-1/+1
* r2892: fix compiler warningStefan Metzmacher2007-10-101-4/+0
* r2891: call rootDSE only with LDAP_SEARCH_SCOPE_BASEStefan Metzmacher2007-10-102-10/+10
* r2890: fix segfault when call is destroyed and we dereference itStefan Metzmacher2007-10-101-4/+3
* r2886: missing stuff from last commitStefan Metzmacher2007-10-101-2/+2
* r2885: windows doesn't try to do sign or seal by defaultStefan Metzmacher2007-10-101-1/+1
* r2881: also bind the ldap service on the global catalog service portStefan Metzmacher2007-10-101-0/+3
* r2880: move the rootdse.ldif template to the source/ dirStefan Metzmacher2007-10-101-27/+0
* r2878: add server sasl supportStefan Metzmacher2007-10-103-25/+147
* r2877: the Bind and Unbind function are already moved...Stefan Metzmacher2007-10-101-30/+0
* r2876: - more than one rootDSE entry in the database is an error!Stefan Metzmacher2007-10-102-57/+36
* r2875: some fixes + (C) noteSimo Sorce2007-10-101-1/+2
* r2874: Italian CodeJam commit :-)Simo Sorce2007-10-102-41/+256
* r2864: - Bind and Unbind are no directory partition operationsStefan Metzmacher2007-10-103-2/+53
* r2863: move the logical ldapsrv functions to a seperate fileStefan Metzmacher2007-10-103-257/+280
* r2862: prepare LDAP SASL support for the serverStefan Metzmacher2007-10-102-13/+192
* r2855: fix error codes for CompareStefan Metzmacher2007-10-101-4/+4
* r2836: removed a couple of unused variablesAndrew Tridgell2007-10-101-2/+0
* r2825: fix the buildStefan Metzmacher2007-10-101-2/+2
* r2820: complete the parsing routing with correct support for escaped charsSimo Sorce2007-10-102-155/+147
* r2816: fix 'Default-First-Site-Name' dnStefan Metzmacher2007-10-101-1/+1
* r2815: add some more docsSimo Sorce2007-10-106-5/+1934
* r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell2007-10-101-5/+5
* r2758: keep docos handy while developing itSimo Sorce2007-10-106-0/+5674
* r2757: some minor fixesStefan Metzmacher2007-10-101-3/+1
* r2754: Change sldb_trim_dn() to be sldb_fix_dn() as we are not really trimming.Simo Sorce2007-10-101-29/+60
* r2748: implement sldb_Compare()Stefan Metzmacher2007-10-101-1/+63
* r2731: use debug level 10 everywhereStefan Metzmacher2007-10-101-7/+7
* r2724: - use ldapsrv_service and set it up with the rootDSE and default parti...Stefan Metzmacher2007-10-101-13/+42
* r2722: remove tmp debug messagesStefan Metzmacher2007-10-101-4/+1
* r2720: -implement sldb_Modify() callStefan Metzmacher2007-10-101-1/+117
* r2714: - add sldb_Add() implementationStefan Metzmacher2007-10-101-36/+185
* r2695: revert "Del" renamingSimo Sorce2007-10-103-14/+14
* r2693: - send a reply when no attributes thereStefan Metzmacher2007-10-101-3/+11
* r2689: Use consistent naming Del -> DeleteSimo Sorce2007-10-103-9/+52
* r2688: - fix case where listed attributes are askedStefan Metzmacher2007-10-104-115/+129
* r2685: ALLOC_CHECK() after talloc_steal() isn't neededStefan Metzmacher2007-10-101-4/+0
* r2682: as sambdb holds all search data, don't double free the dataStefan Metzmacher2007-10-101-2/+0
* r2681: commit the first semi working search implementationStefan Metzmacher2007-10-102-3/+89
* r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell2007-10-101-1/+1
* r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell2007-10-101-1/+1
* r2527: - add a dummy for a simple ldb backendStefan Metzmacher2007-10-104-10/+72
* r2526: use LDAP error 53 (unwillingToPerform)Stefan Metzmacher2007-10-101-6/+6
* r2525: fix a search response when the backend didn't support SearchStefan Metzmacher2007-10-101-1/+16
* r2523: - readd rootDSE replyStefan Metzmacher2007-10-104-77/+371
* r2509: add a struct ldapsrv_call which is simular to the dcesrv_call_state st...Stefan Metzmacher2007-10-102-291/+277
* r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher2007-10-101-18/+37