summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
AgeCommit message (Expand)AuthorFilesLines
2011-03-20ldb:fix control parsing for dirsyncMatthieu Patou1-2/+3
2011-03-10ldb:ldb_controls.c - "ldb_save_controls" - allow that "saver" can also be NULLMatthias Dieter Wallnöfer1-8/+12
2011-03-10ldb:ldb_controls.c - always allocate enough spaceMatthias Dieter Wallnöfer1-13/+27
2011-03-04ldb:ldb_msg.c - use LDB result constants for checking return valuesMatthias Dieter Wallnöfer1-2/+5
2011-03-04ldb:ldb_request - handle here the DN checksMatthias Dieter Wallnöfer1-1/+22
2011-02-21ldb: controls marshalling/unmarshalling improvementMatthieu Patou1-622/+660
2011-02-13ldb: use the sizeof of the control variable as offset instead of hardcoded va...Matthieu Patou1-22/+21
2011-02-13ldb: remove "magic" string in ldb_controls, replace them with constants defin...Matthieu Patou1-22/+30
2011-01-18s4-ldb_ldif: Take into account LDB_FLG_SHOW_BINARYKamen Mazdrashki1-1/+4
2011-01-18s4-ldb_ldif: Don't check for LDB_FLG_SHOW_BINARY in ldb_should_b64_encodeKamen Mazdrashki1-4/+0
2011-01-17ldb: added ldb_req_mark_trusted()Andrew Tridgell1-0/+8
2011-01-17ldb: inherit parent flags on child requests in modulesMatthias Dieter Wallnöfer1-0/+11
2011-01-14ldb:ldb_dn.c - fix counter type in "ldb_dn_minimise"Matthias Dieter Wallnöfer1-1/+1
2011-01-14ldb: added ldb_dn_minimise()Andrew Tridgell1-0/+54
2011-01-14ldb: added ldb_dn_get_extended_comp_num()Andrew Tridgell1-0/+8
2011-01-12ldb:ldb_dn_explode - remove/unify some duplicate initialisationsMatthias Dieter Wallnöfer1-6/+2
2010-12-18ldb: Rename controls_except_specified -> ldb_controls_except_specified.Jelmer Vernooij1-1/+1
2010-12-18ldb: Rename two exported functions so they match abi_match.Jelmer Vernooij1-2/+2
2010-12-08s4-ldb: use RTLD_DEEPBIND if available for ldb modulesAndrew Tridgell1-1/+13
2010-12-06s4:fix some shadowed declaration warnings on Solaris by renaming the symbolsMatthias Dieter Wallnöfer1-2/+2
2010-12-01ldb:ldb_msg_add_value - fix here a wrong memory contextMatthias Dieter Wallnöfer1-1/+2
2010-11-23s4-ldb: added an environment varibale LDB_WARN_UNINDEXEDAndrew Tridgell1-1/+1
2010-11-18ldb: error out when modules are not foundSimo Sorce1-1/+1
2010-11-18ldb:ldb_dn_explode - point out that on error cases "data" is implicitly free'dMatthias Dieter Wallnöfer1-1/+1
2010-11-17ldb:ldb_dn.c - ldb_dn_explode - free also the extended components on error casesMatthias Dieter Wallnöfer1-1/+4
2010-11-08s4-ldb: don't give an error if a module is already registeredAndrew Tridgell1-0/+7
2010-11-08s4-ldb: better error message when we try to register a module twiceAndrew Tridgell1-2/+3
2010-11-06ldb:ldb_parse.c - "ldb_parse_hex2char" - always initialise "c"Matthias Dieter Wallnöfer1-1/+1
2010-11-05s4-ldb: show the reason for module initialization failureAndrew Tridgell1-1/+2
2010-11-04s4-ldb: don't load modules from the same directory twiceAndrew Tridgell1-4/+4
2010-11-03s4-ldb: fixed sorting of module namesAndrew Tridgell1-1/+6
2010-11-02s4-ldb: give the user a hint as to what may be wrongAndrew Tridgell1-2/+2
2010-11-03s4-ldb: expose some more ldb module functionsAndrew Tridgell2-11/+81
2010-11-01s4-ldb: use ldb_set_modules_dir() to load additional ldb modulesAndrew Tridgell1-6/+12
2010-11-01s4-ldb: added support for general ldb hooks in modulesAndrew Tridgell1-11/+45
2010-11-01s4-ldb: added an override flag to ldb_register_backend()Andrew Tridgell1-27/+30
2010-11-01s4-ldb: it is not an error for the modules directory to not existAndrew Tridgell1-0/+5
2010-11-01s4-ldb: removed the old ldb module loading styleAndrew Tridgell1-158/+31
2010-11-01s4-ldb: support a new type of ldb module loadingAndrew Tridgell2-0/+195
2010-10-23s4/ldb:introduce the LDB_CONTROL_PROVISION_OID controlMatthias Dieter Wallnöfer1-0/+27
2010-10-23ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIO...Matthias Dieter Wallnöfer1-1/+1
2010-10-21ldb:ldb_modules.c - "dlclose" could cause inference on "dlerror"Matthias Dieter Wallnöfer1-1/+1
2010-10-21s4-ldb: make ldb_options_find() publicAndrew Tridgell1-1/+1
2010-10-21ldb:ldb_modules.c - if we don't find the associated dynamic object then pleas...Matthias Dieter Wallnöfer1-0/+1
2010-10-19ldb:"ldb_schema_attribute_by_name_internal" - support the whole unsigned int ...Matthias Dieter Wallnöfer1-7/+5
2010-10-19s4-ldb: cope with NULL oid in controlsAndrew Tridgell2-9/+11
2010-10-19s4-ldb: added ldb_req_mark_untrusted() and ldb_req_is_untrusted()Andrew Tridgell1-0/+17
2010-10-18ldb:"ldb_schema_attribute_by_name_internal" - switch back to 32bit countersMatthias Dieter Wallnöfer1-4/+5
2010-10-16ldb:"ldb_dn_compare_base" - use "unsigned int" countersMatthias Dieter Wallnöfer1-2/+2
2010-10-16ldb:"ldb_dn_add_child" - use "unsigned int" countersMatthias Dieter Wallnöfer1-2/+3