summaryrefslogtreecommitdiff
path: root/source4/ldap_server/ldap_simple_ldb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett1-5/+2
2007-10-10r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell1-2/+2
2007-10-10r11567: Ldb API change patch.Simo Sorce1-57/+69
2007-10-10r11408: fixed the mapping of ldb errors to ldap errors in the ldap serverAndrew Tridgell1-41/+20
2007-10-10r10820: Use talloc_get_type as suggested by tridge.Andrew Bartlett1-6/+6
2007-10-10r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett1-13/+63
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-51/+42
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-1/+2
2007-10-10r8222: 0 entries are no error, unless it's a base searchStefan Metzmacher1-1/+5
2007-10-10r7777: allow for overriding the location of the sam databasein the ldap serve...Andrew Tridgell1-6/+6
2007-10-10r7747: - simplified the ldap server buffer handlingAndrew Tridgell1-11/+13
2007-10-10r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pastedAndrew Tridgell1-1/+1
2007-10-10r7593: simplified the memory management in the ldap code. Having a mem_ctxAndrew Tridgell1-7/+10
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell1-2/+2
2007-10-10r5585: LDB interfaces change:Simo Sorce1-19/+19
2007-10-10r5307: removed db_wrap.h from includes.hAndrew Tridgell1-0/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-9/+9
2007-10-10r4709: fix compiler warningsStefan Metzmacher1-12/+6
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