summaryrefslogtreecommitdiff
path: root/source4/ldap_server/ldap_simple_ldb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4629: we now have a global macro NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher1-39/+32
2007-10-10r4628: this function should be staticStefan Metzmacher1-1/+1
2007-10-10r4475: fixed smbd to work with the small changes in the ldb API (the most imp...Andrew Tridgell1-8/+4
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell1-5/+5
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-0/+1
2007-10-10r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce1-7/+2
2007-10-10r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell1-0/+1
2007-10-10r3099: implment sldb_ModifyDN()Stefan Metzmacher1-1/+100
2007-10-10r3098: - fix segfault in sldb_Compare()Stefan Metzmacher1-22/+21
2007-10-10r3097: - an empty string is a valid DNStefan Metzmacher1-94/+107
2007-10-10r2875: some fixes + (C) noteSimo Sorce1-1/+2
2007-10-10r2855: fix error codes for CompareStefan Metzmacher1-4/+4
2007-10-10r2836: removed a couple of unused variablesAndrew Tridgell1-2/+0
2007-10-10r2820: complete the parsing routing with correct support for escaped charsSimo Sorce1-136/+86
2007-10-10r2815: add some more docsSimo Sorce1-5/+16
2007-10-10r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell1-5/+5
2007-10-10r2757: some minor fixesStefan Metzmacher1-3/+1
2007-10-10r2754: Change sldb_trim_dn() to be sldb_fix_dn() as we are not really trimming.Simo Sorce1-29/+60
2007-10-10r2748: implement sldb_Compare()Stefan Metzmacher1-1/+63
2007-10-10r2722: remove tmp debug messagesStefan Metzmacher1-4/+1
2007-10-10r2720: -implement sldb_Modify() callStefan Metzmacher1-1/+117
2007-10-10r2714: - add sldb_Add() implementationStefan Metzmacher1-36/+185
2007-10-10r2695: revert "Del" renamingSimo Sorce1-6/+6
2007-10-10r2693: - send a reply when no attributes thereStefan Metzmacher1-3/+11
2007-10-10r2689: Use consistent naming Del -> DeleteSimo Sorce1-1/+44
2007-10-10r2688: - fix case where listed attributes are askedStefan Metzmacher1-23/+36
2007-10-10r2685: ALLOC_CHECK() after talloc_steal() isn't neededStefan Metzmacher1-4/+0
2007-10-10r2682: as sambdb holds all search data, don't double free the dataStefan Metzmacher1-2/+0
2007-10-10r2681: commit the first semi working search implementationStefan Metzmacher1-2/+88
2007-10-10r2527: - add a dummy for a simple ldb backendStefan Metzmacher1-0/+55