Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-11-27 | s4-ldb: better to test for valid arguments in ldb library than commandline | Andrew Tridgell | 1 | -0/+10 |
2009-11-20 | Some changes to allow processing of ldap controls on modify requests. | Nadezhda Ivanova | 1 | -4/+13 |
2009-11-20 | s4-ldb: added a warning about ldb_msg_add_dn | Andrew Tridgell | 1 | -0/+2 |
2009-11-20 | added new function "ldb_msg_add_dn" | Crístian Deives | 1 | -0/+9 |
2009-11-13 | s4-ldb: make DN escaping/unescaping consistent | Andrew Tridgell | 1 | -20/+54 |
2009-11-12 | s4:ldb Allow ldb_msg_canonicalize to handle empty elements | Andrew Bartlett | 1 | -1/+1 |
2009-11-12 | s4:ldb Don't segfault if we somehow get an unknown extended dn element | Andrew Bartlett | 1 | -0/+8 |
2009-11-12 | s4:ldb Change ldb_request_add_control to the normal 'for loop' pattern | Andrew Bartlett | 1 | -2/+1 |
2009-11-12 | s4:ldb Remove DN+Binary code from the core ldb_dn | Andrew Bartlett | 1 | -256/+6 |
2009-11-12 | s4:ldb Add a helper function for 'canonicalise' both strings base compares | Andrew Bartlett | 1 | -0/+27 |
2009-11-07 | ldb_init: use constant for result of "ldb_setup_wellknown_attributes" | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2009-11-06 | s4/ldb: Fix double allocation for "ldb_url" | Kamen Mazdrashki | 1 | -2/+2 |
2009-10-27 | s4-ldb: '+' can also happen in base64 encoded index DNs | Andrew Tridgell | 1 | -1/+1 |
2009-10-27 | s4:ldb Add additional tracing of the ldb API | Andrew Bartlett | 2 | -4/+80 |
2009-10-25 | s4-ldb: allow for unescaped '=' in a index DN | Andrew Tridgell | 1 | -0/+13 |
2009-10-23 | s4-ldb: added ldb_transaction_cancel_noerr() | Andrew Tridgell | 1 | -0/+13 |
2009-10-22 | s4-ldb: fast path for equal pointers | Andrew Tridgell | 1 | -1/+1 |
2009-10-21 | s4-ldb: allow for non-null terminated ldb_val in ldb_dn_from_ldb_val | Andrew Tridgell | 1 | -1/+1 |