Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r20373: When adding a base to a "" DN, don't precede it with a comma (,) | Andrew Bartlett | 1 | -2/+10 |
2007-10-10 | r20320: add missing prototypes | Stefan Metzmacher | 1 | -1/+18 |
2007-10-10 | r20319: fix compiler warnings | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r20317: store references to all important naming contexts. | Stefan Metzmacher | 1 | -13/+45 |
2007-10-10 | r20316: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20234: metze pointed out that we are re-loading the cache records on each | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r20198: let the IBM checker ignore the warning about a missing break | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r20192: I assume a 'break' is the correct thing to do here, | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r20191: fix bug found by the IBM checker | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20190: fix the ldb_ldap backend | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r20189: remove unused struct element | Stefan Metzmacher | 3 | -4/+0 |
2007-10-10 | r20188: move back to an default attribute handler and not use the '*' attribute | Stefan Metzmacher | 1 | -2/+15 |
2007-10-10 | r20187: fix the build on systems without sqlite3 | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r20185: - SMB_ENABLE() needs upper case YES/NO | Stefan Metzmacher | 2 | -27/+29 |
2007-10-10 | r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointer | Stefan Metzmacher | 14 | -382/+245 |
2007-10-10 | r20168: start separating attributes and syntaxes | Stefan Metzmacher | 5 | -36/+46 |
2007-10-10 | r20130: remove one more talloc_get_type() | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r20129: remove unused structure elements | Stefan Metzmacher | 1 | -12/+8 |
2007-10-10 | r20128: get rid of more talloc_get_type() calls | Stefan Metzmacher | 1 | -8/+8 |
2007-10-10 | r20127: - allocate ldb_handle under ldb_request! fix a mem leak | Stefan Metzmacher | 1 | -45/+35 |
2007-10-10 | r20126: fix talloc hierachy and make lldb a child of module | Stefan Metzmacher | 1 | -18/+22 |
2007-10-10 | r20125: fix some ugly mem leaks in the ldb_ildb backend | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r20123: - avoid some more talloc_get_type() calls | Stefan Metzmacher | 1 | -29/+23 |
2007-10-10 | r20122: pass ildb to ildb_request_noop() | Stefan Metzmacher | 1 | -8/+8 |
2007-10-10 | r20121: pass down the ldb_request struct to ildb_request_send(), | Stefan Metzmacher | 1 | -18/+13 |
2007-10-10 | r20120: fix the talloc hierachy and make ildb a child of module | Stefan Metzmacher | 1 | -20/+21 |
2007-10-10 | r20106: Optional ONE Level indexing for ldb_tdb | Simo Sorce | 4 | -9/+260 |
2007-10-10 | r20101: Also rename a variable now that the unused parameter is gone | Simo Sorce | 1 | -4/+4 |
2007-10-10 | r20100: Remove completely unused parameters | Simo Sorce | 1 | -4/+2 |
2007-10-10 | r20046: Add ldb_search_exp_fmt and port comment to 4 | Volker Lendecke | 1 | -3/+10 |
2007-10-10 | r20034: Start using ldb_search_exp_fmt() | Simo Sorce | 2 | -8/+7 |
2007-10-10 | r20033: Never commit before testing | Simo Sorce | 1 | -3/+6 |
2007-10-10 | r20032: Add ldb_search_exp_fmt() | Simo Sorce | 1 | -0/+36 |
2007-10-10 | r20023: handle <SID=...> <WKGUID=...> dn's also in ldb_dn_new_fmt() | Stefan Metzmacher | 1 | -0/+10 |
2007-10-10 | r19966: we don't need 2 versions of this functions | Stefan Metzmacher | 1 | -34/+4 |
2007-10-10 | r19965: make the output a bit nicer | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r19964: make debuging easier and report usefull error messages | Stefan Metzmacher | 2 | -3/+6 |
2007-10-10 | r19954: allow more special dn's: | Stefan Metzmacher | 1 | -0/+10 |
2007-10-10 | r19911: talloc_apsrintf is not really required here | Simo Sorce | 1 | -1/+5 |
2007-10-10 | r19910: Make better use of our set of talloc utility functions | Simo Sorce | 1 | -5/+5 |
2007-10-10 | r19909: Make this one double as fast | Simo Sorce | 1 | -5/+17 |
2007-10-10 | r19907: this function is used a lot | Simo Sorce | 1 | -18/+40 |
2007-10-10 | r19906: ldb_attr_cmp is used a lot | Simo Sorce | 2 | -12/+5 |
2007-10-10 | r19905: use ldb_dn_new_fmt() to avoid double strdups | Simo Sorce | 1 | -14/+3 |
2007-10-10 | r19904: port fies from samba3 | Simo Sorce | 1 | -1/+15 |
2007-10-10 | r19901: Fix a potential NULL dereference | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r19897: Fix klokwork ids 2278 and 2279 | Volker Lendecke | 1 | -2/+9 |
2007-10-10 | r19888: make it possible to use default attrib handlers from extensions | Simo Sorce | 3 | -11/+193 |
2007-10-10 | r19887: return "" string only if the dn is a valid one | Simo Sorce | 1 | -5/+9 |
2007-10-10 | r19886: ncName is specific to samba, not the generic ldb engine | Simo Sorce | 1 | -1/+0 |