summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* s4-ldb: added support for rodc_control in ldbAndrew Tridgell2010-08-201-0/+27
* s4-ldb: added LDB_FLAG_INTERNAL_MASKAndrew Tridgell2010-08-171-0/+26
* s4-ldb: use TALLOC_CTX type instead of 'void'Kamen Mazdrashki2010-07-297-44/+44
* s4-dsdb: use ldb_msg_normalize() in ldb_msg_difference()Kamen Mazdrashki2010-07-191-6/+8
* s4-dsdb: use ldb_msg_normalize() in source4/lib/ldb/common/ldb.cKamen Mazdrashki2010-07-191-5/+7
* s4-ldb: Add ldb_msg_normalize() to accept a memory context from clientKamen Mazdrashki2010-07-191-12/+41
* s4-ldb: Use _ldb_msg_add_el() in ldb_msg_add()Kamen Mazdrashki2010-07-191-4/+10
* s4-ldb: Use _ldb_msg_add_el() in ldb_msg_add_empty()Kamen Mazdrashki2010-07-191-22/+17
* s4-ldb: Add separate function to add empty element into ldb_msgKamen Mazdrashki2010-07-191-0/+30
* s4-ldb: Write more explanatory comment for ldb_msg_add()Kamen Mazdrashki2010-07-191-3/+8
* s4-ldb: Implement ldb_msg_difference() function to accept a memory context fr...Kamen Mazdrashki2010-07-191-23/+72
* ldb:common/ldb_dn.c - "ldb_dn_get_parent" - no need to manipulate the real DNMatthias Dieter Wallnöfer2010-07-091-6/+0
* s4: fix warning: unused variable ‘i’Kamen Mazdrashki2010-07-091-1/+0
* s4-ldb: added ldb_error() and ldb_operr()Andrew Tridgell2010-07-071-0/+16
* s4-ldb: added ldb_options_find()Andrew Tridgell2010-07-072-4/+76
* ldb:ldb_modules.c - "ldb_dso_load_symbol" - remove unneeded caste before "dlsym"Matthias Dieter Wallnöfer2010-06-291-2/+1
* s4:ldb - "ldb_dn_update_components" - fix free of invalid DN partsMatthias Dieter Wallnöfer2010-06-291-4/+3
* ldb:ldb_dn.c - "ldb_dn_set_extended_component" - free the linearized string w...Matthias Dieter Wallnöfer2010-06-291-2/+4
* s4:ldb_dn.c - make the code parts which free extended components consistentMatthias Dieter Wallnöfer2010-06-291-9/+7
* ldb:ldb_dn - "ldb_dn_explode" - move the "dn->comp_num" initalisation upwards...Matthias Dieter Wallnöfer2010-06-291-3/+3
* ldb:controls - add the "TREE_DELETE" control for allowing subtree deletesMatthias Dieter Wallnöfer2010-06-201-0/+27
* ldb: add a new control bypassioperationnalMatthieu Patou2010-06-201-0/+27
* ldb:ldb_dn.c - don't support "ldb_dn_add_child" on a "" parent DNMatthias Dieter Wallnöfer2010-06-191-0/+7
* ldb: Fix included ldb build.Jelmer Vernooij2010-06-151-0/+4
* ldb:ldb_msg_remove_attr - provide a better implementationMatthias Dieter Wallnöfer2010-06-061-2/+3
* s4:ldb_msg_element_compare - fix typo in commentMatthias Dieter Wallnöfer2010-06-021-1/+1
* ldb:ldb_msg_add_steal_string - prevent also there the addition of strings wit...Matthias Dieter Wallnöfer2010-05-311-0/+5
* s4:ldb_controls: make it possible to pass arbitrary control via the command lineStefan Metzmacher2010-05-221-0/+34
* ldb:ldb_msg.c - use result constantMatthias Dieter Wallnöfer2010-05-131-1/+1
* s4/dn: handle case 'base' dn has no componentsKamen Mazdrashki2010-05-101-1/+1
* s4/rodc: Support read-only databaseAnatoliy Atanasov2010-05-041-0/+48
* s4-ldb: fixed a crash bug for non-UTF8 stringsAndrew Tridgell2010-04-121-1/+3
* Fix typo and convert spaces to tabsSimo Sorce2010-03-091-4/+4
* s4:ldb fix escape parsingSimo Sorce2010-03-091-2/+24
* LDB:common - Change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-0811-67/+76
* s4:LDB - cosmetic fix for a "for" loopMatthias Dieter Wallnöfer2010-03-011-1/+1
* s4:ldb_dn: fix an uninitialized variable (found by make valgrindtest)Stefan Metzmacher2010-02-261-1/+1
* s4:ldb_dn: remove dn->ext_linearized when ext_components is modified.Stefan Metzmacher2010-02-261-3/+4
* s4:ldb_dn: reset dn->ext_comp_num in ldb_dn_explode()Stefan Metzmacher2010-02-261-2/+2
* LDB related spelling fixes.Brad Hards2010-02-224-4/+4
* s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb codeAndrew Tridgell2010-02-142-4/+4
* ldb_match - Ignore ":dn" part of extended matches for nowMatthias Dieter Wallnöfer2010-02-111-2/+5
* s4:ldb_msg: first try to decode integers as signed and then fallback to unsignedStefan Metzmacher2010-01-131-0/+18
* s4:ldb: be more strict in parsing ldb time stringsStefan Metzmacher2010-01-131-4/+4
* s4-ldb: validate the type of the ldb argument to ldb_dn_new()Andrew Tridgell2010-01-091-1/+7
* s4-ldb: fixed valgrind error: ares can be freed by callbackAndrew Tridgell2010-01-021-4/+1
* s4-ldb: allow modules to override error return valuesAndrew Tridgell2010-01-021-2/+4
* s4-ldb: use safe length limited conversions for int64 and timeAndrew Tridgell2010-01-021-13/+48
* s4-ldb: added ldb_val_to_time() Andrew Tridgell2010-01-021-0/+27
* s4-ldb: added ldb_module_get_ops()Andrew Tridgell2010-01-021-0/+5