summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules/operational.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-11s4:operational module - move and enhancementsMatthias Dieter Wallnöfer1-314/+0
2009-07-14remove all '\n' from ldb_debugSumit Bose1-2/+2
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-0/+5
2009-01-30Fix the mess with ldb includes.Simo Sorce1-3/+9
2008-12-24Fix accidental condition inversion.Jelmer Vernooij1-1/+1
2008-12-23Fix more compiler warnings in various places.Jelmer Vernooij1-6/+2
2008-12-17s4:ldb: make it possible to return per entry controlsAndrew Bartlett1-1/+1
2008-09-29LDB ASYNC: core modulesSimo Sorce1-50/+52
2008-09-25Revert LDB return code patches from Matthias.Jelmer Vernooij1-2/+2
2008-09-24Cosmetic corrections for the LDB libraryMatthias Dieter Wallnöfer1-2/+2
2008-08-21All these syntaxes are now handled by the schema.Andrew Bartlett1-6/+0
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij1-6/+1
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-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-2/+1
2007-10-10r21354: fix commentStefan Metzmacher1-1/+1
2007-10-10r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher1-4/+10
2007-10-10r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett1-127/+0
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell1-1/+1
2007-10-10r17526: Move timestamp generation into the objectGUID module. It probablyAndrew Bartlett1-41/+0
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-1/+1
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce1-14/+14
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce1-2/+2
2007-10-10r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett1-9/+14
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce1-3/+5
2007-10-10r15942: Remove the sync internal ldb calls altogether.Simo Sorce1-180/+0
2007-10-10r15932: Remove per request credsSimo Sorce1-1/+0
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce1-16/+10
2007-10-10r15761: Fix-as-you-go ...Simo Sorce1-20/+6
2007-10-10r14391: rdn_name -> asyncSimo Sorce1-2/+2
2007-10-10r14364: operational -> async (untested)Simo Sorce1-0/+251
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-22/+15
2007-10-10r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, usingAndrew Tridgell1-0/+43
2007-10-10r13616: Add new ldb functions: ldb_msg_add_steal_string() andAndrew Bartlett1-1/+1
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-5/+1
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce1-3/+1
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-1/+3
2007-10-10r12658: Couple of fixes related to shared module builds.Jelmer Vernooij1-4/+0
2007-10-10r11981: we should allocate request specific memory in ldb modules off theAndrew Tridgell1-1/+1
2007-10-10r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell1-4/+4
2007-10-10r11567: Ldb API change patch.Simo Sorce1-26/+58
2007-10-10r10954: added support for canonicalName in the operational module, using theAndrew Tridgell1-32/+80
2007-10-10r10918: - fixed standalone ldb buildAndrew Tridgell1-0/+4
2007-10-10r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att...Andrew Tridgell1-3/+8
2007-10-10r10916: - finished the 'operational' ldb moduleAndrew Tridgell1-6/+95
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-0/+217