summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/modules
Commit message (Expand)AuthorAgeFilesLines
* r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce2007-10-105-100/+78
* r19521: Fix memory leak.Andrew Bartlett2007-10-101-0/+1
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2007-10-101-2/+2
* r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce2007-10-105-17/+12
* r19452: Warn but don't die if registering against the rootdse is not possibleSimo Sorce2007-10-103-8/+3
* r19370: Handle errors if talloc_reference failsSimo Sorce2007-10-101-2/+7
* r19332: ldb_parse_tree leaksSimo Sorce2007-10-101-1/+1
* r19312: This should fix a nasty bug with values and names being freed before ...Simo Sorce2007-10-101-1/+5
* r19299: Fix possible memleaksSimo Sorce2007-10-101-0/+2
* r19129: Add comment to clarify behaviorSimo Sorce2007-10-101-0/+4
* r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett2007-10-101-127/+0
* r18770: Avoid crashes and fix up other issues in the client-side paged_search...Andrew Bartlett2007-10-101-27/+57
* r18591: Better defaults for share creationSimo Sorce2007-10-101-6/+13
* r18504: Handle mappings for RENAME and KEEP attributes better. We don't needAndrew Bartlett2007-10-101-44/+66
* r18495: More work on the LDAP backend (which now passes a lot of our tests!)Andrew Bartlett2007-10-104-59/+95
* r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2007-10-104-11/+11
* r18438: I should have examined these uses of talloc_move() moreAndrew Tridgell2007-10-101-5/+3
* r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2007-10-104-35/+13
* r18321: fixed some warnings on AIXAndrew Tridgell2007-10-102-3/+3
* r18317: Make sure we actually have a valid reply or failSimo Sorce2007-10-101-0/+3
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-102-3/+3
* 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