summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/modules
Commit message (Expand)AuthorAgeFilesLines
* r17775: use an enum to get rid of compiler warningsStefan Metzmacher2007-10-101-6/+6
* r17700: Despite our best hopes, the way module initialisation tends to happen,Andrew Bartlett2007-10-101-4/+4
* r17698: The original code assumed that &data->context was a valid tallocAndrew Bartlett2007-10-102-13/+21
* r17691: Make the structure more public, so we have somewhere for callingAndrew Bartlett2007-10-102-5/+6
* r17614: Our first "client side' ldb module.Simo Sorce2007-10-101-0/+438
* r17596: apply patch from MartinSimo Sorce2007-10-101-4/+4
* r17579: make ldb build g++ friendlyAndrew Tridgell2007-10-101-19/+19
* r17542: In using ldb_map, I ran across some very odd behaviours when we searchAndrew Bartlett2007-10-104-5/+26
* r17526: Move timestamp generation into the objectGUID module. It probablyAndrew Bartlett2007-10-101-41/+0
* r17525: This is a merge from the Google Summer of Code 2006 project by Martin...Andrew Bartlett2007-10-105-1231/+3044
* r17514: Simplify the way to set ldb errors and add anotherSimo Sorce2007-10-106-31/+32
* r17186: "async" word abuse clean-up part 2Simo Sorce2007-10-106-82/+82
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2007-10-106-147/+147
* r17031: When I first revived the objectclass sorting module, simo complainedAndrew Bartlett2007-10-101-151/+293
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2007-10-101-9/+14
* r16825: Make ldb_sainity_check() set an error string. This makes it muchAndrew Bartlett2007-10-101-1/+1
* r16264: Add, but do not yet enable, the partitions module.Andrew Bartlett2007-10-103-6/+6
* r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter2007-10-101-2/+2
* r16090: Fix standalone build after the rename of enum ldb_request_type inTim Potter2007-10-102-11/+11
* r16053: Allow entries without an objectClass. We need this to permit theAndrew Bartlett2007-10-101-5/+3
* r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce2007-10-106-58/+31
* r16028: Re-add the objectclass module, in the new async scheme.Andrew Bartlett2007-10-101-98/+342
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2007-10-102-2/+2
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2007-10-105-707/+6
* r15932: Remove per request credsSimo Sorce2007-10-104-9/+0
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2007-10-106-67/+61
* r15922: password_hash.c has proven to be a good way to research how to build ...Simo Sorce2007-10-101-42/+65
* r15913: Error passing in the async code is not in agood shapeSimo Sorce2007-10-102-6/+202
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-102-5/+2
* r15786: another fix in rdn_nameSimo Sorce2007-10-101-10/+3
* r15762: It make no sense for rdn_name to implement modify, it will need to im...Simo Sorce2007-10-101-138/+0
* r15761: Fix-as-you-go ...Simo Sorce2007-10-101-20/+6
* r14436: mixing of boolean expressions and integers isn't allowedAndrew Tridgell2007-10-101-3/+3
* r14433: sort_result must be initialised when we call do_resultAndrew Tridgell2007-10-101-1/+2
* r14391: rdn_name -> asyncSimo Sorce2007-10-102-7/+176
* r14364: operational -> async (untested)Simo Sorce2007-10-101-0/+251
* r14344: More helpful messages on error for command line specified controlsSimo Sorce2007-10-102-58/+424
* r14162: Minor fixes on sortSimo Sorce2007-10-102-55/+485
* r13998: From now on ldb_request() will require an alloced requestSimo Sorce2007-10-102-12/+28
* r13996: simplify ldb_async_wait() some moreSimo Sorce2007-10-101-1/+1
* r13993: First prototype of how an async module should be built.Simo Sorce2007-10-101-42/+361
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-108-153/+66
* 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
* r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce2007-10-102-2/+2
* r13507: the 'data' element of LDAP controls is optional.Stefan Metzmacher2007-10-103-0/+9
* r13360: Fix crash bug when 0 results are returned on the internal base searchSimo Sorce2007-10-101-1/+11
* r13354: Add tests to check that controls work properlySimo Sorce2007-10-101-1/+21
* r12995: Don't allow overrides on "name" from above, as it can't be correct.Andrew Bartlett2007-10-101-5/+5
* r12948: fix compiler warningStefan Metzmacher2007-10-101-1/+1