summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb_private.h
AgeCommit message (Expand)AuthorFilesLines
2009-06-30s4:ldb Allow rootdse module to build without ldb_private.hAndrew Bartlett1-1/+0
2009-04-02major upgrade to the ldb attribute handlingAndrew Tridgell1-0/+3
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-4/+1
2009-01-30Explicitly include ldb_handlers.h where necessarySimo Sorce1-5/+0
2009-01-30Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce1-3/+0
2009-01-30Fix misfiled headers.Simo Sorce1-9/+0
2009-01-30Fix the mess with ldb includes.Simo Sorce1-102/+3
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-12-17s4:ldb: make it possible to return per entry controlsAndrew Bartlett1-1/+2
2008-12-17s4:ldb: add infrastructure for extended dn handlersAndrew Bartlett1-0/+3
2008-11-06don't give errors when an empty modules list is given to ldbAndrew Tridgell1-3/+0
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+7
2008-09-29LDB ASYNC: Core filesSimo Sorce1-37/+61
2008-09-19Add support for implementing LDB modules in Python.Jelmer Vernooij1-0/+1
2008-08-22fixed a problem with length limited ldap valuesAndrew Tridgell1-1/+1
2008-08-20Remove last traces of the old 'subclass' featureAndrew Bartlett1-7/+0
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-0/+2
2008-03-28Merge v4.0-testJelmer Vernooij1-1/+1
2008-03-18ldb: fix the standalone buildStefan Metzmacher1-2/+2
2008-02-26Fix the build (again).Jelmer Vernooij1-0/+4
2008-02-25Fix use of realpath, fix init functions for ldb.Jelmer Vernooij1-1/+3
2008-02-20Remove more function-based inits.Jelmer Vernooij1-11/+26
2007-12-21r26481: Make function for loading symbol from DSO more generic, and allow mod...Jelmer Vernooij1-1/+2
2007-12-21r25887: Build Samba-specific ldb modules as dso's.Jelmer Vernooij1-0/+2
2007-10-10r25081: Add modules_dir member to ldb_context that is used rather than a globalJelmer Vernooij1-0/+2
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r21553: Remove bogus comment.Andrew Bartlett1-3/+0
2007-10-10r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett1-0/+3
2007-10-10r20761: let ldb modules call ldb_set_default_dns()Stefan Metzmacher1-0/+1
2007-10-10r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher1-9/+14
2007-10-10r20168: start separating attributes and syntaxesStefan Metzmacher1-2/+2
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-1/+1
2007-10-10r19731: Modify the ldb_map infrustructure to always map from requestedAndrew Bartlett1-0/+2
2007-10-10r19455: forgot thisSimo Sorce1-0/+1
2007-10-10r18942: add a ldb_set_create_perms() function in ldb. I didn't call itAndrew Tridgell1-0/+2
2007-10-10r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett1-0/+10
2007-10-10r17743: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r17579: make ldb build g++ friendlyAndrew Tridgell1-3/+3
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-1/+2
2007-10-10r17474: Allow the partitions module to load modules for specific backends.Andrew Bartlett1-0/+3
2007-10-10r17368: Add 'const' to ldb_match_msg().Andrew Bartlett1-2/+2
2007-10-10r17195: Start thinking how to implement extended operations.Simo Sorce1-0/+1
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce1-1/+1
2007-10-10r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett1-3/+2
2007-10-10r16084: Add private prototype for new ldb_connect_backend() function.Andrew Bartlett1-0/+5
2007-10-10r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett1-1/+3
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce1-0/+2
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce1-1/+6
2007-10-10r14592: Add support for loading shared modules to LDB.Jelmer Vernooij1-0/+1