Age | Commit message (Expand) | Author | Files | Lines |
2010-07-07 | s4-ldb: added ldb_error() and ldb_operr() | Andrew Tridgell | 1 | -0/+16 |
2010-07-07 | s4-ldb: added ldb_options_find() | Andrew Tridgell | 2 | -4/+76 |
2010-06-29 | ldb:ldb_modules.c - "ldb_dso_load_symbol" - remove unneeded caste before "dlsym" | Matthias Dieter Wallnöfer | 1 | -2/+1 |
2010-06-29 | s4:ldb - "ldb_dn_update_components" - fix free of invalid DN parts | Matthias Dieter Wallnöfer | 1 | -4/+3 |
2010-06-29 | ldb:ldb_dn.c - "ldb_dn_set_extended_component" - free the linearized string w... | Matthias Dieter Wallnöfer | 1 | -2/+4 |
2010-06-29 | s4:ldb_dn.c - make the code parts which free extended components consistent | Matthias Dieter Wallnöfer | 1 | -9/+7 |
2010-06-29 | ldb:ldb_dn - "ldb_dn_explode" - move the "dn->comp_num" initalisation upwards... | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2010-06-20 | ldb:controls - add the "TREE_DELETE" control for allowing subtree deletes | Matthias Dieter Wallnöfer | 1 | -0/+27 |
2010-06-20 | ldb: add a new control bypassioperationnal | Matthieu Patou | 1 | -0/+27 |
2010-06-19 | ldb:ldb_dn.c - don't support "ldb_dn_add_child" on a "" parent DN | Matthias Dieter Wallnöfer | 1 | -0/+7 |
2010-06-15 | ldb: Fix included ldb build. | Jelmer Vernooij | 1 | -0/+4 |
2010-06-06 | ldb:ldb_msg_remove_attr - provide a better implementation | Matthias Dieter Wallnöfer | 1 | -2/+3 |
2010-06-02 | s4:ldb_msg_element_compare - fix typo in comment | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-05-31 | ldb:ldb_msg_add_steal_string - prevent also there the addition of strings wit... | Matthias Dieter Wallnöfer | 1 | -0/+5 |
2010-05-22 | s4:ldb_controls: make it possible to pass arbitrary control via the command line | Stefan Metzmacher | 1 | -0/+34 |
2010-05-13 | ldb:ldb_msg.c - use result constant | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-05-10 | s4/dn: handle case 'base' dn has no components | Kamen Mazdrashki | 1 | -1/+1 |
2010-05-04 | s4/rodc: Support read-only database | Anatoliy Atanasov | 1 | -0/+48 |
2010-04-12 | s4-ldb: fixed a crash bug for non-UTF8 strings | Andrew Tridgell | 1 | -1/+3 |
2010-03-09 | Fix typo and convert spaces to tabs | Simo Sorce | 1 | -4/+4 |
2010-03-09 | s4:ldb fix escape parsing | Simo Sorce | 1 | -2/+24 |
2010-03-08 | LDB:common - Change counters to "unsigned" where appropriate | Matthias Dieter Wallnöfer | 11 | -67/+76 |
2010-03-01 | s4:LDB - cosmetic fix for a "for" loop | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-02-26 | s4:ldb_dn: fix an uninitialized variable (found by make valgrindtest) | Stefan Metzmacher | 1 | -1/+1 |
2010-02-26 | s4:ldb_dn: remove dn->ext_linearized when ext_components is modified. | Stefan Metzmacher | 1 | -3/+4 |
2010-02-26 | s4:ldb_dn: reset dn->ext_comp_num in ldb_dn_explode() | Stefan Metzmacher | 1 | -2/+2 |
2010-02-22 | LDB related spelling fixes. | Brad Hards | 4 | -4/+4 |
2010-02-14 | s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb code | Andrew Tridgell | 2 | -4/+4 |
2010-02-11 | ldb_match - Ignore ":dn" part of extended matches for now | Matthias Dieter Wallnöfer | 1 | -2/+5 |
2010-01-13 | s4:ldb_msg: first try to decode integers as signed and then fallback to unsigned | Stefan Metzmacher | 1 | -0/+18 |
2010-01-13 | s4:ldb: be more strict in parsing ldb time strings | Stefan Metzmacher | 1 | -4/+4 |
2010-01-09 | s4-ldb: validate the type of the ldb argument to ldb_dn_new() | Andrew Tridgell | 1 | -1/+7 |
2010-01-02 | s4-ldb: fixed valgrind error: ares can be freed by callback | Andrew Tridgell | 1 | -4/+1 |
2010-01-02 | s4-ldb: allow modules to override error return values | Andrew Tridgell | 1 | -2/+4 |
2010-01-02 | s4-ldb: use safe length limited conversions for int64 and time | Andrew Tridgell | 1 | -13/+48 |
2010-01-02 | s4-ldb: added ldb_val_to_time() | Andrew Tridgell | 1 | -0/+27 |
2010-01-02 | s4-ldb: added ldb_module_get_ops() | Andrew Tridgell | 1 | -0/+5 |
2009-12-18 | s4-dsdb: added ldb_dn_update_components() | Andrew Tridgell | 1 | -0/+23 |
2009-12-18 | s4-ldb: canonicalise the message on ldb_add | Andrew Tridgell | 1 | -0/+9 |
2009-12-16 | s4-ldb: fixed a transaction error on prepare_commit | Andrew Tridgell | 1 | -2/+2 |
2009-12-15 | Removed ldb_modify_ctrl from ldb, implemented as a static in ldap_backend. | Nadezhda Ivanova | 1 | -13/+4 |
2009-12-14 | s4-ldb: added a function to filter extended components of a ldb_dn | Andrew Tridgell | 1 | -0/+16 |
2009-12-14 | s4-ldb: added a new "reveal" control | Andrew Tridgell | 1 | -0/+27 |
2009-12-14 | s4-ldb: sort the linearized extended DN by component name | Andrew Tridgell | 1 | -0/+14 |
2009-12-10 | s4-ldb: fixed 2 bugs in ldb_dn_set_extended_component() | Andrew Tridgell | 1 | -2/+5 |
2009-12-10 | s4-ldb: use GUID_to_ndr_blob() | Andrew Tridgell | 1 | -1/+6 |
2009-12-07 | s4:ldb Add a function to match a message against an objectClass | Andrew Bartlett | 1 | -0/+19 |
2009-12-05 | s4-ldif: Fix memory leek in ldb_ldif_write() | Kamen Mazdrashki | 1 | -0/+2 |
2009-11-30 | s4-ldb: changed ldb_msg_add_dn() to ldb_msg_add_linearized_dn() | Crístian Deives | 1 | -3/+4 |
2009-11-28 | s4: fix SD update and password change in upgrade script | Matthieu Patou | 1 | -0/+27 |