summaryrefslogtreecommitdiff
path: root/source/lib/ldb/modules/operational.c
Commit message (Expand)AuthorAgeFilesLines
* Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij2008-02-201-6/+1
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-2/+1
* r21354: fix commentStefan Metzmacher2007-10-101-1/+1
* r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher2007-10-101-4/+10
* r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett2007-10-101-127/+0
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-1/+1
* r17526: Move timestamp generation into the objectGUID module. It probablyAndrew Bartlett2007-10-101-41/+0
* r17514: Simplify the way to set ldb errors and add anotherSimo Sorce2007-10-101-1/+1
* r17186: "async" word abuse clean-up part 2Simo Sorce2007-10-101-14/+14
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2007-10-101-2/+2
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2007-10-101-9/+14
* r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce2007-10-101-3/+5
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2007-10-101-180/+0
* r15932: Remove per request credsSimo Sorce2007-10-101-1/+0
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2007-10-101-16/+10
* r15761: Fix-as-you-go ...Simo Sorce2007-10-101-20/+6
* r14391: rdn_name -> asyncSimo Sorce2007-10-101-2/+2
* r14364: operational -> async (untested)Simo Sorce2007-10-101-0/+251
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-22/+15
* r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, usingAndrew Tridgell2007-10-101-0/+43
* r13616: Add new ldb functions: ldb_msg_add_steal_string() andAndrew Bartlett2007-10-101-1/+1
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-101-5/+1
* r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce2007-10-101-3/+1
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-101-1/+3
* r12658: Couple of fixes related to shared module builds.Jelmer Vernooij2007-10-101-4/+0
* r11981: we should allocate request specific memory in ldb modules off theAndrew Tridgell2007-10-101-1/+1
* r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell2007-10-101-4/+4
* r11567: Ldb API change patch.Simo Sorce2007-10-101-26/+58
* r10954: added support for canonicalName in the operational module, using theAndrew Tridgell2007-10-101-32/+80
* r10918: - fixed standalone ldb buildAndrew Tridgell2007-10-101-0/+4
* r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att...Andrew Tridgell2007-10-101-3/+8
* r10916: - finished the 'operational' ldb moduleAndrew Tridgell2007-10-101-6/+95
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-101-0/+217