summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules/objectclass.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce1-3/+3
2007-10-10r19332: ldb_parse_tree leaksSimo Sorce1-1/+1
2007-10-10r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell1-1/+1
2007-10-10r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell1-1/+1
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-14/+14
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce1-21/+21
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce1-31/+31
2007-10-10r17031: When I first revived the objectclass sorting module, simo complainedAndrew Bartlett1-151/+293
2007-10-10r16825: Make ldb_sainity_check() set an error string. This makes it muchAndrew Bartlett1-1/+1
2007-10-10r16053: Allow entries without an objectClass. We need this to permit theAndrew Bartlett1-5/+3
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce1-2/+4
2007-10-10r16028: Re-add the objectclass module, in the new async scheme.Andrew Bartlett1-98/+342
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-14/+2
2007-10-10r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce1-1/+1
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-4/+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/+5
2007-10-10r12716: Tridge points out that the request argument to ldb_next_request mustAndrew Bartlett1-17/+29
2007-10-10r12658: Couple of fixes related to shared module builds.Jelmer Vernooij1-4/+0
2007-10-10r12600: Add a new module to sort the objectclass attribute on store. TheAndrew Bartlett1-0/+313