summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb
Commit message (Collapse)AuthorAgeFilesLines
* r23367: check the "use mmap" option for ldb tooAndrew Tridgell2007-06-062-0/+10
|
* r23338: merge from SAMBA_3_0:Stefan Metzmacher2007-06-041-25/+2
| | | | | | | | | | | fix a crash bug...I wonder why only HP-UX 11.00 ans 11.11 noticed it via a SIGBUS... I missed to remove the samba3 specifc code path to tdb_open_ex() when I synced lib/tdb/ with samba4. The explicit cast in on tdb_open_ex() dropped the compiler warning :-( metze
* r22229: discard_const_p is in lib/replace nowStefan Metzmacher2007-04-151-4/+0
| | | | metze
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-03-292-2/+2
| | | | | | and fix all compiler warnings in the users metze
* r21312: merge from SAMBA_4_0:Stefan Metzmacher2007-02-131-1/+1
| | | | | | fix memory hierachy, and access to already freed memory metze
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2006-12-205-0/+11
| | | | more no previous prototype warnings
* r20054: Revert my changes, Simo promised to work on it :-)Volker Lendecke2006-12-061-67/+42
|
* r20050: Remove a bogus NULL check, LTDB_OBJECTCLASS is a static stringVolker Lendecke2006-12-061-3/+0
|
* r20049: ReformattingVolker Lendecke2006-12-061-39/+67
|
* r20046: Add ldb_search_exp_fmt and port comment to 4Volker Lendecke2006-12-051-0/+10
|
* r20036: Merge ldb_search_exp_fmt -- Thanks simoVolker Lendecke2006-12-051-0/+39
|
* r19942: Fix Coverity id 333, a dereference before a NULL check.Volker Lendecke2006-11-291-3/+6
| | | | | | | Metze, you wanted to port talloc_get_type_abort() to 4. Should I just use it in 3-ldb? Volker
* r19935: always use discard_const_p() in lib/ldb/Stefan Metzmacher2006-11-285-7/+7
| | | | metze
* r19917: Fix warningsVolker Lendecke2006-11-278-26/+44
|
* r19900: Fix klokwork ID 3148, 3149Volker Lendecke2006-11-251-0/+8
|
* r19899: Fix some C++ warnings and klokwork ID 3147Volker Lendecke2006-11-251-7/+14
|
* r19898: Fix klokwork ids 3127, 3128, 3129, 3130Volker Lendecke2006-11-251-2/+9
|
* r19896: Fix klokwork id 2279Volker Lendecke2006-11-251-1/+5
|
* r19895: Fix klokwork id 2278Volker Lendecke2006-11-251-1/+4
|
* 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-165-53/+198
| | | | metze
* r19741: fix compiler warningsStefan Metzmacher2006-11-161-4/+8
| | | | metze
* r19739: fix compiler warningStefan Metzmacher2006-11-161-1/+1
| | | | metze
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2006-11-1531-628/+1810
| | | | metze
* r19692: Another fix.Simo Sorce2006-11-131-1/+0
|
* r19690: Remove this ancient module, I never realized it was ported over.Simo Sorce2006-11-133-497/+1
|
* r19688: Fix a deadcode warning by Coverity.Volker Lendecke2006-11-131-7/+5
| | | | | | | Simo, I'm not sure this is the correct fix. So I'd like you to look at it and merge to 4 if appropriate. Volker
* r19576: Correct trivial typo.James Peach2006-11-061-1/+1
|
* r19491: backport changes from samba4Simo Sorce2006-10-258-35/+44
|
* r19486: Probably Coverity is wrong here, but this fixes their ID 317. Not ↵Volker Lendecke2006-10-241-1/+3
| | | | | | | | | sure whether to merge it to 4_0. I want it in 3_0 because it took a bit to persuade myself that el can not be NULL here. Volker
* r19485: Fix Coverity # 319Volker Lendecke2006-10-241-1/+1
|
* r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2006-10-2126-108/+170
| | | | and significant speedups
* r19193: merge from samba4:Stefan Metzmacher2006-10-091-1/+3
| | | | | | | fixed another checker warning and a possible error on allocation failure metze
* r19192: merge from samba4:Stefan Metzmacher2006-10-091-1/+6
| | | | | | | | | ensure that data values from ldap libs are null terminated, to allow ldb_msg_find_attr_as_string() to work correctly. Thanks to Jim Myers for spotting this! metze
* r19191: merge from samba4:Stefan Metzmacher2006-10-092-1/+2
| | | | | | fix checker warnings metze
* r19190: merge from samba4:Stefan Metzmacher2006-10-091-6/+1
| | | | | | | remove wrong check and statement. to manipulate rootDSE we use ldb_dn_new() as base and that has 0 elements. metze
* r19185: merge comment from samba4Stefan Metzmacher2006-10-091-0/+4
| | | | metze
* r19183: merge from samba4:Stefan Metzmacher2006-10-091-3/+13
| | | | | | don't crash on invalid utf8 chars metze
* r19182: merge from samba4:Stefan Metzmacher2006-10-094-1/+16
| | | | | | | add ldb_set_create_perms() function to set the create_perms after ldb_init() and before ldb_connect() metze
* r19163: pass always a mem_ctx to functions and a ldb_context where neededStefan Metzmacher2006-10-075-20/+23
| | | | | | | It would be nice if someone can merge that to samba4, otherwise I'll merge that to samba4 on monday metze
* r19145: talloc_reference() can fail!Stefan Metzmacher2006-10-061-1/+3
| | | | metze
* r19137: that looks nicer:-)Stefan Metzmacher2006-10-062-2/+2
| | | | metze
* r19135: fix bugs...Stefan Metzmacher2006-10-061-5/+4
| | | | | | | - passing mem_ctx as ldb_context is a bad idea! - naming a static function talloc_ is also bad and misleading metze
* r19133: More C++ warnings -- Merge across?Volker Lendecke2006-10-061-6/+12
|
* r19132: Fix some C++ warnings. Is there interest to have them in Samba4 as well?Volker Lendecke2006-10-066-14/+19
| | | | | | | | | | | | | | | | I have some problems resolving the last 3 ones in attrib_handlers.c. In line 251 the function ldb_dn_explode_casefold is called with mem_ctx as the first argument. Looking at ldb_dn_explode_casefold I see that the first argument it expects is a struct ldb_context. I could certainly add a cast to (struct ldb_context *) to that call, but I would assume that this is the wrong fix. Is it possible that attrib_handlers.c:251 and :254 should have ldb and not mem_ctx as the first argument? Can anybody from Samba4 clarify this for me and apply the correct fix? Thanks a lot. Volker