docs: fix a typo in history file
[bbaumbach/samba-autobuild/.git] / source4 / lib / registry / ldb.c
2022-07-27 Joseph SuttonCVE-2022-32746 s4/registry: Use LDB_FLAG_MOD_TYPE(...
2020-10-01 Alexander BokovoyFix build after removal of an extra safe_string.h
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2019-06-30 Swen Schilligsource4: Update all consumers of strtoul_err(), strtoul...
2019-05-10 Douglas Bagnalls4: use ldb_msg_new(), not talloc/talloc_zero
2019-03-01 Swen Schilligsource4: Use wrapper for string to integer conversion
2016-09-27 Günther Deschnerwerror: replace WERR_INVALID_PARAM with WERR_INVALID_PA...
2016-09-27 Günther Deschnerwerror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND...
2015-03-10 Volker Lendeckeregistry: Fix CID 241075 Unchecked return value
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-12-21 Andreas Schneiders4-regsitry: Check return value of ldb_msg_add_empty().
2011-11-03 Matthias Dieter... s4:lib/registry/ldb.c - quit the deletion of a not...
2011-11-03 Matthias Dieter... s4:lib/registry/ldb.c - don't use search filters for...
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-02-10 Andrew Tridgellldb: use #include <ldb.h> for ldb
2010-09-15 Andrew Tridgells4: fixed some printf format errors
2010-08-17 Andrew Tridgells4-ldb: use LDB_FLAG_MOD_TYPE() to extract element...
2010-07-01 Matthias Dieter... s4:lib/registry/ldb.c - free some "msg" objects earlier...
2010-07-01 Matthias Dieter... s4:registry - move some common constraint checks to...
2010-07-01 Matthias Dieter... s4:lib/registry/ldb.c - refactor "reg_path_to_ldb"
2010-07-01 Matthias Dieter... s4:lib/registry/ldb.c - use "ldb_path" rather than...
2010-07-01 Matthias Dieter... s4:lib/registry/ldb.c - "ldb_add_key" - fix talloc...
2010-06-28 Matthias Dieter... s4:lib/registry/ldb.c - add a missing brace
2010-06-28 Matthias Dieter... s4:lib/registry/ldb.c - fix memory handling in "ldb_ope...
2010-06-28 Matthias Dieter... s4:lib/ldb/registry.c - handle the classname in the...
2010-06-28 Matthias Dieter... s4:lib/registry/ldb.c - remove really useless "local_ctx"
2010-06-28 Matthias Dieter... s4:lib/registry/ldb.c - retrieve the classname correctl...
2010-06-28 Matthias Dieter... s4:lib/registry/ldb.c - change the "ldb_get_value"...
2010-06-25 Matthias Dieter... s4:lib/registry/ldb.c - cosmetic - fix comment
2010-06-25 Matthias Dieter... s4:lib/registry/ldb.c - cosmetic - wrap lines
2010-03-29 Matthias Dieter... s4:registry/ldb.c - Break with "NULL" as an error case...
2010-03-29 Matthias Dieter... s4:registry/ldb.c - Always check the "name" attribute...
2010-03-29 Matthias Dieter... s4:registry - move the UTF16 length calculation for...
2010-03-23 Matthias Dieter... s4:registry - "reg_ldb_pack_value" - provide workaround...
2010-03-23 Matthias Dieter... s4:registry - "LDB backend" - fix indentation
2010-03-22 Matthias Dieter... s4:registry - "LDB backend" - revert the length check...
2010-03-22 Matthias Dieter... s4:registry - "LDB backend" - revert the binary storage...
2010-03-22 Matthias Dieter... s4:registry - adaptions for "add memory contexts for...
2010-03-21 Matthias Dieter... s4:registry - "LDB backend" - "reg_ldb_unpack_value"
2010-03-21 Matthias Dieter... s4:registry - "LDB backend" - "reg_key_get_info"
2010-03-21 Matthias Dieter... s4:registry - "LDB backend" - "ldb_get_default_value"
2010-03-21 Matthias Dieter... s4:registry - "LDB backend" - make the key argument...
2010-03-21 Matthias Dieter... s4:registry - "LDB backend" - fix indentation
2010-03-21 Matthias Dieter... s4:registry - "LDB backend" - reg_key_get_info - adapt...
2010-03-21 Matthias Dieter... s4:registry - "LDB backend" - don't test for "0" as...
2010-03-21 Matthias Dieter... s4:registry - handle type "DWORD_BIG_ENDIAN" as type...
2010-03-21 Matthias Dieter... s4:registry - "LDB backend" - fix up memory allocation...
2010-03-21 Matthias Dieter... s4:registry - "LDB backend" - Fix up the storage of...
2010-03-16 Matthias Dieter... s4:registry - use a macro for reverse byte order
2010-03-16 Matthias Dieter... s4:registry - introduce the "REG_DWORD_BIG_ENDIAN"...
2010-03-15 Matthias Dieter... s4:registry - fix up the output of hexadecimal values
2010-03-15 Matthias Dieter... s4:registry - add support for REG_QWORD values
2010-03-14 Matthias Dieter... s4:registry - ldb.c - provide a mechanism for storing...
2010-03-14 Matthias Dieter... s4:registry - ldb.c - provide a mechansim for storing...
2010-03-14 Matthias Dieter... s4:registry - ldb.c - fix up a strange LDB filter
2010-03-14 Matthias Dieter... s4:registry - ldb.c - fix up the memory handling in...
2010-03-14 Matthias Dieter... s4:registry - ldb.c - check more for possible "Out...
2010-03-14 Matthias Dieter... s4:registry - ldb.c - remove superfluous "query" variable
2010-03-14 Matthias Dieter... s4:registry - ldb.c - Consider result values in "reg_ld...
2010-03-14 Matthias Dieter... s4:registry - ldb.c - Move the "val" structure
2010-03-10 Matthias Dieter... s4:registry/ldb.c - if "name" isn't set we should retur...
2010-03-10 Matthias Dieter... s4:lib/registry/ldb.c - fix up registry backend to...
2010-03-06 Matthias Dieter... s4:lib/registry/ldb.c - fix trailing whitespaces
2010-03-06 Matthias Dieter... s4:registry library - fix up "reg_ldb_set_value"
2010-03-06 Matthias Dieter... s4:registry library - make "reg_ldb_pack/unpack_value...
2010-03-06 Matthias Dieter... s4:libregistry - change counters to be "unsigned"
2010-02-22 Brad HardsSpelling fixes for source4/lib/registry.
2010-02-07 Andrew Tridgells4-registry: fixed byte order assumptions
2009-10-23 Andrew Tridgells4-ldbwrap: added re-use of ldb contexts in ldb_wrap_co...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer Vernooijs4: Use same function signature for convert_* as s3.
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijAdd allow_badcharcnv argument to all conversion functio...
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-10-24 Jelmer VernooijRemove more uses of global_loadparm.
2008-10-24 Jelmer VernooijRemove iconv_convenience argument from convert_string...
2008-10-21 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-21 Jelmer VernooijFix double free.
2008-10-21 Jelmer VernooijFix the build.
2008-10-21 Jelmer VernooijRevert "Registry server LDB backend: Don't make copies...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-21 Matthias Dieter... Registry server LDB backend: Don't make copies of the...
2008-10-21 Matthias Dieter... Registry server LDB backend REG_BINARY type: Save it...
2008-10-21 Matthias Dieter... Registry server LDB backend REG_SZ type: Always use...
2008-10-21 Matthias Dieter... Registry server LDB backend REG_SZ type: Fix up the...
2008-10-21 Matthias Dieter... Registry server: Fixes up the patch with "type" !=...
2008-10-21 Matthias Dieter... Registry server "reg_ldb_unpack_value": Tests demonstra...
2008-10-21 Matthias Dieter... Revert "Registry server "reg_ldb_unpack_value": Let...
2008-10-21 Matthias Dieter... Registry server "reg_ldb_unpack_value": Let "data"...
2008-10-21 Matthias Dieter... Cleanups of server files
2008-10-21 Matthias Dieter... Registry server: More work to be compatible
2008-10-21 Matthias Dieter... ldb_get_value_by_id: Fix the return of the default...
2008-10-21 Matthias Dieter... reg_ldb_unpack_value: Change "CH_UTF8" in "CH_UNIX"
2008-10-21 Matthias Dieter... ldb_del_value: Free key data also when removing the...
2008-10-21 Matthias Dieter... Fix for allowing the REG_BINARY type and introducing...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Simo SorceMerge ldb_search() and ldb_search_exp_fmt() into a...
next