Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r23367: check the "use mmap" option for ldb too | Andrew Tridgell | 2007-06-06 | 2 | -0/+10 |
| | |||||
* | r23338: merge from SAMBA_3_0: | Stefan Metzmacher | 2007-06-04 | 1 | -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 now | Stefan Metzmacher | 2007-04-15 | 1 | -4/+0 |
| | | | | metze | ||||
* | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 2007-03-29 | 2 | -2/+2 |
| | | | | | | and fix all compiler warnings in the users metze | ||||
* | r21312: merge from SAMBA_4_0: | Stefan Metzmacher | 2007-02-13 | 1 | -1/+1 |
| | | | | | | fix memory hierachy, and access to already freed memory metze | ||||
* | r20269: merge -r20264:20267 from SAMBA_3_0_24 | Herb Lewis | 2006-12-20 | 5 | -0/+11 |
| | | | | more no previous prototype warnings | ||||
* | r20054: Revert my changes, Simo promised to work on it :-) | Volker Lendecke | 2006-12-06 | 1 | -67/+42 |
| | |||||
* | r20050: Remove a bogus NULL check, LTDB_OBJECTCLASS is a static string | Volker Lendecke | 2006-12-06 | 1 | -3/+0 |
| | |||||
* | r20049: Reformatting | Volker Lendecke | 2006-12-06 | 1 | -39/+67 |
| | |||||
* | r20046: Add ldb_search_exp_fmt and port comment to 4 | Volker Lendecke | 2006-12-05 | 1 | -0/+10 |
| | |||||
* | r20036: Merge ldb_search_exp_fmt -- Thanks simo | Volker Lendecke | 2006-12-05 | 1 | -0/+39 |
| | |||||
* | r19942: Fix Coverity id 333, a dereference before a NULL check. | Volker Lendecke | 2006-11-29 | 1 | -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 Metzmacher | 2006-11-28 | 5 | -7/+7 |
| | | | | metze | ||||
* | r19917: Fix warnings | Volker Lendecke | 2006-11-27 | 8 | -26/+44 |
| | |||||
* | r19900: Fix klokwork ID 3148, 3149 | Volker Lendecke | 2006-11-25 | 1 | -0/+8 |
| | |||||
* | r19899: Fix some C++ warnings and klokwork ID 3147 | Volker Lendecke | 2006-11-25 | 1 | -7/+14 |
| | |||||
* | r19898: Fix klokwork ids 3127, 3128, 3129, 3130 | Volker Lendecke | 2006-11-25 | 1 | -2/+9 |
| | |||||
* | r19896: Fix klokwork id 2279 | Volker Lendecke | 2006-11-25 | 1 | -1/+5 |
| | |||||
* | r19895: Fix klokwork id 2278 | Volker Lendecke | 2006-11-25 | 1 | -1/+4 |
| | |||||
* | r19894: Fix klokwork id 2192 | Volker Lendecke | 2006-11-25 | 1 | -2/+4 |
| | |||||
* | r19893: Fix klokwork id 2191 | Volker Lendecke | 2006-11-25 | 1 | -1/+4 |
| | |||||
* | r19892: Fix klokwork id 2190 | Volker Lendecke | 2006-11-25 | 1 | -1/+4 |
| | |||||
* | r19891: Fix klokwork id 2189 | Volker Lendecke | 2006-11-25 | 1 | -1/+3 |
| | |||||
* | r19890: Fix klokwork ID 2188 | Volker Lendecke | 2006-11-25 | 1 | -1/+3 |
| | |||||
* | r19889: Fix klokwork ID 2187 | Volker Lendecke | 2006-11-25 | 1 | -0/+3 |
| | |||||
* | r19744: merge from samba4 | Stefan Metzmacher | 2006-11-16 | 5 | -53/+198 |
| | | | | metze | ||||
* | r19741: fix compiler warnings | Stefan Metzmacher | 2006-11-16 | 1 | -4/+8 |
| | | | | metze | ||||
* | r19739: fix compiler warning | Stefan Metzmacher | 2006-11-16 | 1 | -1/+1 |
| | | | | metze | ||||
* | r19725: sync samba3's ldb with samba4 | Stefan Metzmacher | 2006-11-15 | 31 | -628/+1810 |
| | | | | metze | ||||
* | r19692: Another fix. | Simo Sorce | 2006-11-13 | 1 | -1/+0 |
| | |||||
* | r19690: Remove this ancient module, I never realized it was ported over. | Simo Sorce | 2006-11-13 | 3 | -497/+1 |
| | |||||
* | r19688: Fix a deadcode warning by Coverity. | Volker Lendecke | 2006-11-13 | 1 | -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 Peach | 2006-11-06 | 1 | -1/+1 |
| | |||||
* | r19491: backport changes from samba4 | Simo Sorce | 2006-10-25 | 8 | -35/+44 |
| | |||||
* | r19486: Probably Coverity is wrong here, but this fixes their ID 317. Not ↵ | Volker Lendecke | 2006-10-24 | 1 | -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 # 319 | Volker Lendecke | 2006-10-24 | 1 | -1/+1 |
| | |||||
* | r19430: merge recent ldb changes from Samba4. This includes memory leak fixes | Andrew Tridgell | 2006-10-21 | 26 | -108/+170 |
| | | | | and significant speedups | ||||
* | r19193: merge from samba4: | Stefan Metzmacher | 2006-10-09 | 1 | -1/+3 |
| | | | | | | | fixed another checker warning and a possible error on allocation failure metze | ||||
* | r19192: merge from samba4: | Stefan Metzmacher | 2006-10-09 | 1 | -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 Metzmacher | 2006-10-09 | 2 | -1/+2 |
| | | | | | | fix checker warnings metze | ||||
* | r19190: merge from samba4: | Stefan Metzmacher | 2006-10-09 | 1 | -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 samba4 | Stefan Metzmacher | 2006-10-09 | 1 | -0/+4 |
| | | | | metze | ||||
* | r19183: merge from samba4: | Stefan Metzmacher | 2006-10-09 | 1 | -3/+13 |
| | | | | | | don't crash on invalid utf8 chars metze | ||||
* | r19182: merge from samba4: | Stefan Metzmacher | 2006-10-09 | 4 | -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 needed | Stefan Metzmacher | 2006-10-07 | 5 | -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 Metzmacher | 2006-10-06 | 1 | -1/+3 |
| | | | | metze | ||||
* | r19137: that looks nicer:-) | Stefan Metzmacher | 2006-10-06 | 2 | -2/+2 |
| | | | | metze | ||||
* | r19135: fix bugs... | Stefan Metzmacher | 2006-10-06 | 1 | -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 Lendecke | 2006-10-06 | 1 | -6/+12 |
| | |||||
* | r19132: Fix some C++ warnings. Is there interest to have them in Samba4 as well? | Volker Lendecke | 2006-10-06 | 6 | -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 |