summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules/skel.c
AgeCommit message (Expand)AuthorFilesLines
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-10r21305: Change the skel module a little, so make it names clearer.Andrew Bartlett1-6/+7
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce1-22/+6
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-2/+1
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-29/+17
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-2/+1
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce1-7/+9
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-1/+7
2007-10-10r12717: Always compile the skel module, so we know when we break it.Andrew Bartlett1-28/+19
2007-10-10r12658: Couple of fixes related to shared module builds.Jelmer Vernooij1-4/+0
2007-10-10r11567: Ldb API change patch.Simo Sorce1-6/+34
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell1-4/+3
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-2/+9
2007-10-10r10305: start implementing better error handlingSimo Sorce1-10/+3
2007-10-10r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce1-16/+16
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-3/+3
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell1-0/+1
2007-10-10r6937: some minor fixes and updatesStefan Metzmacher1-13/+15
2007-10-10r6935: don't do three things at a time :-)Simo Sorce1-2/+2
2007-10-10r6934: thanks to HotaruT for pointing out skel.c was not in line with the res...Simo Sorce1-6/+20
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce1-7/+0
2007-10-10r5585: LDB interfaces change:Simo Sorce1-7/+9
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell1-7/+1
2007-10-10r3897: add a locking infrastructureSimo Sorce1-0/+14
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-0/+2
2007-10-10r3755: add missing filesSimo Sorce1-0/+123