summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-07-1013-27/+13
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-07-1012-12/+12
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2006-12-202-0/+6
* r20036: Merge ldb_search_exp_fmt -- Thanks simoVolker Lendecke2006-12-051-0/+39
* r19935: always use discard_const_p() in lib/ldb/Stefan Metzmacher2006-11-281-1/+1
* r19917: Fix warningsVolker Lendecke2006-11-271-1/+1
* r19898: Fix klokwork ids 3127, 3128, 3129, 3130Volker Lendecke2006-11-251-2/+9
* r19744: merge from samba4Stefan Metzmacher2006-11-161-1/+13
* r19741: fix compiler warningsStefan Metzmacher2006-11-161-4/+8
* r19739: fix compiler warningStefan Metzmacher2006-11-161-1/+1
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2006-11-155-54/+123
* r19692: Another fix.Simo Sorce2006-11-131-1/+0
* r19491: backport changes from samba4Simo Sorce2006-10-252-16/+26
* r19486: Probably Coverity is wrong here, but this fixes their ID 317. Not sur...Volker Lendecke2006-10-241-1/+3
* r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2006-10-215-10/+44
* r19191: merge from samba4:Stefan Metzmacher2006-10-092-1/+2
* r19190: merge from samba4:Stefan Metzmacher2006-10-091-6/+1
* r19183: merge from samba4:Stefan Metzmacher2006-10-091-3/+13
* r19182: merge from samba4:Stefan Metzmacher2006-10-091-0/+11
* r19163: pass always a mem_ctx to functions and a ldb_context where neededStefan Metzmacher2006-10-073-16/+19
* r19137: that looks nicer:-)Stefan Metzmacher2006-10-062-2/+2
* r19135: fix bugs...Stefan Metzmacher2006-10-061-5/+4
* r19132: Fix some C++ warnings. Is there interest to have them in Samba4 as well?Volker Lendecke2006-10-066-14/+19
* r19079: talloc_array can failVolker Lendecke2006-10-041-0/+1
* r19076: ldb_dn_copy_partial can failVolker Lendecke2006-10-041-0/+1
* r19075: Fix a potential NULL dereferenceVolker Lendecke2006-10-041-0/+4
* r19072: Fix a potential NULL dereference. Simo/Tridge, not merging yet to 4_0...Volker Lendecke2006-10-041-1/+1
* r19067: Fix a potential NULL dereferenceVolker Lendecke2006-10-041-0/+4
* r18939: don't rely on the umask being right in ldb creation. Both Samba3 andAndrew Tridgell2006-09-271-1/+3
* r18910: Change ldb_msg_add_string() to not actually add an attribute if theAndrew Tridgell2006-09-261-0/+5
* r18901: try to fix the samba3 build without having ldapStefan Metzmacher2006-09-251-2/+2
* r18900: Next attempt to fix the Solaris build. Not sure about whether to merg...Volker Lendecke2006-09-251-1/+1
* r18889: Add some const. What's the policy here? Should I do this in Samba4 as...Volker Lendecke2006-09-251-5/+5
* r18831: minor build changes for samba3. The logging changes will be removedAndrew Tridgell2006-09-221-1/+1
* 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
* r18536: fixed the loading of external binary files from ldif into ldbAndrew Tridgell2006-09-141-1/+7
* 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
* r18130: the move to system/ in libreplace broke some things ... should beAndrew Tridgell2006-09-064-0/+4
* r17859: Fix some return valuesSimo Sorce2006-08-271-15/+15
* 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
* r17778: fix compiler warningsStefan Metzmacher2006-08-241-1/+2
* r17730: cast dlsym result to try to avoid a compiler crash on hpuxAndrew Tridgell2006-08-231-1/+1