summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-0514-11302/+0
* ldb:ldb_msg.c - move away from "errno"Matthias Dieter Wallnöfer2011-06-091-3/+0
* ldb:ldb_controls.c - fix comment indentationMatthias Dieter Wallnöfer2011-04-291-4/+4
* ldb: add custom flags and functions for the application that wants to manipul...Matthieu Patou2011-04-211-0/+38
* s4:ldb/ldif: add support for "modrdn"Stefan Metzmacher2011-04-211-0/+199
* ldb:ldb/common/ldb_modules.c - change the request counter type to be "unsigned"Matthias Dieter Wallnöfer2011-04-081-1/+1
* ldb:ldb/common/ldb_modules.c - trivial - fix integer output specifiersMatthias Dieter Wallnöfer2011-04-081-2/+2
* ldb:ldb_msg.c - make "ldb_msg_find_attr_as_*" more robust against invalid valuesMatthias Dieter Wallnöfer2011-04-071-19/+106
* ldb:ldb_msg_check_sanity - clean it up from unneeded stuffMatthias Dieter Wallnöfer2011-04-071-4/+0
* ldb:ldb/common/ldb_modules.c - always use LDB error codes if possibleMatthias Dieter Wallnöfer2011-04-071-6/+7
* ldb:common/*.c - check for some OOM conditionsMatthias Dieter Wallnöfer2011-04-072-0/+7
* ldb:fix control parsing for dirsyncMatthieu Patou2011-03-201-2/+3
* ldb:ldb_controls.c - "ldb_save_controls" - allow that "saver" can also be NULLMatthias Dieter Wallnöfer2011-03-101-8/+12
* ldb:ldb_controls.c - always allocate enough spaceMatthias Dieter Wallnöfer2011-03-101-13/+27
* ldb:ldb_msg.c - use LDB result constants for checking return valuesMatthias Dieter Wallnöfer2011-03-041-2/+5
* ldb:ldb_request - handle here the DN checksMatthias Dieter Wallnöfer2011-03-041-1/+22
* ldb: controls marshalling/unmarshalling improvementMatthieu Patou2011-02-211-622/+660
* ldb: use the sizeof of the control variable as offset instead of hardcoded va...Matthieu Patou2011-02-131-22/+21
* ldb: remove "magic" string in ldb_controls, replace them with constants defin...Matthieu Patou2011-02-131-22/+30
* s4-ldb_ldif: Take into account LDB_FLG_SHOW_BINARYKamen Mazdrashki2011-01-181-1/+4
* s4-ldb_ldif: Don't check for LDB_FLG_SHOW_BINARY in ldb_should_b64_encodeKamen Mazdrashki2011-01-181-4/+0
* ldb: added ldb_req_mark_trusted()Andrew Tridgell2011-01-171-0/+8
* ldb: inherit parent flags on child requests in modulesMatthias Dieter Wallnöfer2011-01-171-0/+11
* ldb:ldb_dn.c - fix counter type in "ldb_dn_minimise"Matthias Dieter Wallnöfer2011-01-141-1/+1
* ldb: added ldb_dn_minimise()Andrew Tridgell2011-01-141-0/+54
* ldb: added ldb_dn_get_extended_comp_num()Andrew Tridgell2011-01-141-0/+8
* ldb:ldb_dn_explode - remove/unify some duplicate initialisationsMatthias Dieter Wallnöfer2011-01-121-6/+2
* ldb: Rename controls_except_specified -> ldb_controls_except_specified.Jelmer Vernooij2010-12-181-1/+1
* ldb: Rename two exported functions so they match abi_match.Jelmer Vernooij2010-12-181-2/+2
* s4-ldb: use RTLD_DEEPBIND if available for ldb modulesAndrew Tridgell2010-12-081-1/+13
* s4:fix some shadowed declaration warnings on Solaris by renaming the symbolsMatthias Dieter Wallnöfer2010-12-061-2/+2
* ldb:ldb_msg_add_value - fix here a wrong memory contextMatthias Dieter Wallnöfer2010-12-011-1/+2
* s4-ldb: added an environment varibale LDB_WARN_UNINDEXEDAndrew Tridgell2010-11-231-1/+1
* ldb: error out when modules are not foundSimo Sorce2010-11-181-1/+1
* ldb:ldb_dn_explode - point out that on error cases "data" is implicitly free'dMatthias Dieter Wallnöfer2010-11-181-1/+1
* ldb:ldb_dn.c - ldb_dn_explode - free also the extended components on error casesMatthias Dieter Wallnöfer2010-11-171-1/+4
* s4-ldb: don't give an error if a module is already registeredAndrew Tridgell2010-11-081-0/+7
* s4-ldb: better error message when we try to register a module twiceAndrew Tridgell2010-11-081-2/+3
* ldb:ldb_parse.c - "ldb_parse_hex2char" - always initialise "c"Matthias Dieter Wallnöfer2010-11-061-1/+1
* s4-ldb: show the reason for module initialization failureAndrew Tridgell2010-11-051-1/+2
* s4-ldb: don't load modules from the same directory twiceAndrew Tridgell2010-11-041-4/+4
* s4-ldb: fixed sorting of module namesAndrew Tridgell2010-11-031-1/+6
* s4-ldb: give the user a hint as to what may be wrongAndrew Tridgell2010-11-021-2/+2
* s4-ldb: expose some more ldb module functionsAndrew Tridgell2010-11-032-11/+81
* s4-ldb: use ldb_set_modules_dir() to load additional ldb modulesAndrew Tridgell2010-11-011-6/+12
* s4-ldb: added support for general ldb hooks in modulesAndrew Tridgell2010-11-011-11/+45
* s4-ldb: added an override flag to ldb_register_backend()Andrew Tridgell2010-11-011-27/+30
* s4-ldb: it is not an error for the modules directory to not existAndrew Tridgell2010-11-011-0/+5
* s4-ldb: removed the old ldb module loading styleAndrew Tridgell2010-11-011-158/+31
* s4-ldb: support a new type of ldb module loadingAndrew Tridgell2010-11-012-0/+195