summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb/modules
Commit message (Expand)AuthorAgeFilesLines
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-07-108-16/+8
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-07-108-8/+8
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-104-8/+4
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-094-4/+4
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2006-12-201-0/+2
* r19935: always use discard_const_p() in lib/ldb/Stefan Metzmacher2006-11-281-1/+1
* r19917: Fix warningsVolker Lendecke2006-11-271-1/+1
* r19894: Fix klokwork id 2192Volker Lendecke2006-11-251-2/+4
* r19893: Fix klokwork id 2191Volker Lendecke2006-11-251-1/+4
* r19892: Fix klokwork id 2190Volker Lendecke2006-11-251-1/+4
* r19891: Fix klokwork id 2189Volker Lendecke2006-11-251-1/+3
* r19890: Fix klokwork ID 2188Volker Lendecke2006-11-251-1/+3
* r19889: Fix klokwork ID 2187Volker Lendecke2006-11-251-0/+3
* r19744: merge from samba4Stefan Metzmacher2006-11-163-52/+183
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2006-11-158-110/+84
* r19690: Remove this ancient module, I never realized it was ported over.Simo Sorce2006-11-131-486/+0
* r19688: Fix a deadcode warning by Coverity.Volker Lendecke2006-11-131-7/+5
* r19491: backport changes from samba4Simo Sorce2006-10-255-17/+12
* r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2006-10-213-2/+13
* r19185: merge comment from samba4Stefan Metzmacher2006-10-091-0/+4
* r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett2006-09-211-127/+0
* r18770: Avoid crashes and fix up other issues in the client-side paged_search...Andrew Bartlett2006-09-211-27/+57
* r18591: Better defaults for share creationSimo Sorce2006-09-171-6/+13
* r18504: Handle mappings for RENAME and KEEP attributes better. We don't needAndrew Bartlett2006-09-141-44/+66
* r18495: More work on the LDAP backend (which now passes a lot of our tests!)Andrew Bartlett2006-09-144-59/+95
* r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2006-09-134-11/+11
* r18438: I should have examined these uses of talloc_move() moreAndrew Tridgell2006-09-131-5/+3
* r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2006-09-134-35/+13
* r18321: fixed some warnings on AIXAndrew Tridgell2006-09-102-3/+3
* r18317: Make sure we actually have a valid reply or failSimo Sorce2006-09-101-0/+3
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2006-09-092-3/+3
* r17775: use an enum to get rid of compiler warningsStefan Metzmacher2006-08-241-6/+6
* r17700: Despite our best hopes, the way module initialisation tends to happen,Andrew Bartlett2006-08-221-4/+4
* r17698: The original code assumed that &data->context was a valid tallocAndrew Bartlett2006-08-222-13/+21
* r17691: Make the structure more public, so we have somewhere for callingAndrew Bartlett2006-08-222-5/+6
* r17614: Our first "client side' ldb module.Simo Sorce2006-08-191-0/+438
* r17596: apply patch from MartinSimo Sorce2006-08-171-4/+4
* r17579: make ldb build g++ friendlyAndrew Tridgell2006-08-171-19/+19
* r17542: In using ldb_map, I ran across some very odd behaviours when we searchAndrew Bartlett2006-08-144-5/+26
* r17526: Move timestamp generation into the objectGUID module. It probablyAndrew Bartlett2006-08-141-41/+0
* r17525: This is a merge from the Google Summer of Code 2006 project by Martin...Andrew Bartlett2006-08-135-1231/+3044
* r17514: Simplify the way to set ldb errors and add anotherSimo Sorce2006-08-136-31/+32
* r17186: "async" word abuse clean-up part 2Simo Sorce2006-07-226-82/+82
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2006-07-226-147/+147
* r17031: When I first revived the objectclass sorting module, simo complainedAndrew Bartlett2006-07-141-151/+293
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2006-07-121-9/+14
* r16825: Make ldb_sainity_check() set an error string. This makes it muchAndrew Bartlett2006-07-061-1/+1
* r16264: Add, but do not yet enable, the partitions module.Andrew Bartlett2006-06-153-6/+6
* r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter2006-06-081-2/+2
* r16090: Fix standalone build after the rename of enum ldb_request_type in Tim Potter2006-06-082-11/+11