summaryrefslogtreecommitdiffstats
path: root/source4/ldap_server/ldap_simple_ldb.c
Commit message (Expand)AuthorAgeFilesLines
* r7593: simplified the memory management in the ldap code. Having a mem_ctxAndrew Tridgell2007-10-101-7/+10
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2007-10-101-2/+2
* r5585: LDB interfaces change:Simo Sorce2007-10-101-19/+19
* r5307: removed db_wrap.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-9/+9
* r4709: fix compiler warningsStefan Metzmacher2007-10-101-12/+6
* r4629: we now have a global macro NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher2007-10-101-39/+32
* r4628: this function should be staticStefan Metzmacher2007-10-101-1/+1
* r4475: fixed smbd to work with the small changes in the ldb API (the most imp...Andrew Tridgell2007-10-101-8/+4
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-101-5/+5
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-101-0/+1
* r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce2007-10-101-7/+2
* r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell2007-10-101-0/+1
* 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-101-94/+107
* r2875: some fixes + (C) noteSimo Sorce2007-10-101-1/+2
* r2855: fix error codes for CompareStefan Metzmacher2007-10-101-4/+4
* r2836: removed a couple of unused variablesAndrew Tridgell2007-10-101-2/+0
* r2820: complete the parsing routing with correct support for escaped charsSimo Sorce2007-10-101-136/+86
* r2815: add some more docsSimo Sorce2007-10-101-5/+16
* r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell2007-10-101-5/+5
* 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
* 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-101-6/+6
* r2693: - send a reply when no attributes thereStefan Metzmacher2007-10-101-3/+11
* r2689: Use consistent naming Del -> DeleteSimo Sorce2007-10-101-1/+44
* r2688: - fix case where listed attributes are askedStefan Metzmacher2007-10-101-23/+36
* 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-101-2/+88
* r2527: - add a dummy for a simple ldb backendStefan Metzmacher2007-10-101-0/+55