summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb/common/ldb.c
Commit message (Expand)AuthorAgeFilesLines
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-07-101-2/+1
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-07-101-1/+1
* r20036: Merge ldb_search_exp_fmt -- Thanks simoVolker Lendecke2006-12-051-0/+39
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2006-11-151-15/+17
* r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2006-10-211-7/+11
* r19182: merge from samba4:Stefan Metzmacher2006-10-091-0/+11
* r19132: Fix some C++ warnings. Is there interest to have them in Samba4 as well?Volker Lendecke2006-10-061-2/+2
* r18939: don't rely on the umask being right in ldb creation. Both Samba3 andAndrew Tridgell2006-09-271-1/+3
* r18889: Add some const. What's the policy here? Should I do this in Samba4 as...Volker Lendecke2006-09-251-5/+5
* r18830: ensure backends aren't added twice (needed for samba3)Andrew Tridgell2006-09-221-13/+19
* r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett2006-09-211-1/+2
* r18777: add helper functions to create an ldb_request structureSimo Sorce2006-09-211-68/+203
* r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2006-09-131-2/+2
* r18438: I should have examined these uses of talloc_move() moreAndrew Tridgell2006-09-131-4/+1
* r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2006-09-131-10/+3
* r18272: Couldn't resist to change this.Simo Sorce2006-09-081-1/+1
* r18245: Ensure we don't keep the rootdse record around (steal it onto theAndrew Bartlett2006-09-081-4/+6
* r17830: Set the default_basedn (hey, it comes from the "default" naming conte...Simo Sorce2006-08-251-32/+39
* r17828: set the auto_baseDN opaque even on failure to fetch rootDSE. ThatAndrew Tridgell2006-08-251-3/+1
* r17821: changed ldb_search() and the ldbsearch command line utility toAndrew Tridgell2006-08-251-0/+41
* r17514: Simplify the way to set ldb errors and add anotherSimo Sorce2006-08-131-27/+37
* r17186: "async" word abuse clean-up part 2Simo Sorce2006-07-221-20/+20
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2006-07-221-5/+5
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2006-07-121-4/+6
* r16825: Make ldb_sainity_check() set an error string. This makes it muchAndrew Bartlett2006-07-061-9/+14
* r16784: - make some function in ldb static, they not need to be exported anyw...Simo Sorce2006-07-031-3/+3
* r16172: Translate the ldb error codes into appropriate messages for theAndrew Bartlett2006-06-121-3/+9
* r16085: Set the error string if we fail to find a valid op to execute. HelpsAndrew Bartlett2006-06-081-2/+6
* r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett2006-06-071-4/+66
* r16071: tdb has nested transactionsSimo Sorce2006-06-071-53/+86
* r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce2006-06-041-21/+44
* r16007: If no error string was setup by the backend, ensure that we always getAndrew Bartlett2006-06-021-1/+9
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2006-05-301-10/+10
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2006-05-291-24/+2
* r15932: Remove per request credsSimo Sorce2006-05-291-5/+0
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2006-05-291-10/+34
* r15795: Try to use the async code by defaultSimo Sorce2006-05-221-12/+140
* r15388: Fix cut&paste typo.Tim Potter2006-05-021-1/+1
* r15176: Ensure we don't segfault when we try and delete @FOO records.Andrew Bartlett2006-04-231-5/+10
* r15113: Add a ldb_strerror() function.Tim Potter2006-04-171-0/+95
* r14599: Pass ACLs down the registry layer.Jelmer Vernooij2006-03-211-1/+1
* r14594: Fix some dependencies (required for shared library build)Jelmer Vernooij2006-03-201-1/+1
* r14592: Add support for loading shared modules to LDB.Jelmer Vernooij2006-03-201-2/+13
* r13998: From now on ldb_request() will require an alloced requestSimo Sorce2006-03-081-74/+95
* r13996: simplify ldb_async_wait() some moreSimo Sorce2006-03-071-1/+1
* r13992: change the way ldb_async_wait() works.Simo Sorce2006-03-071-5/+1
* r13900: don't segfault on errorSimo Sorce2006-03-061-2/+2
* r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij2006-03-051-18/+43
* r13823: make async_wait part of the modules opsSimo Sorce2006-03-031-4/+5
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2006-03-021-13/+0