s3-param use Auto define for lm_announce default
[kai/samba-autobuild/.git] / source3 / registry /
2011-10-01 Michael Adams3:registry: fix the test for a REG_SZ blob possibly...
2011-10-01 Gregor Becks3:registry: reg_format: handle unterminated REG_SZ...
2011-09-19 Michael Adams3:registry: fix a debug message in the v2_to_v3 upgrad...
2011-09-07 Volker Lendeckes3: Fix Coverity ID 2611, UNINIT
2011-09-07 Volker Lendeckes3: Fix Coverity ID 2612, UNINIT
2011-09-02 Michael Adams3:registry: fix a debug message typo
2011-09-02 Michael Adams3:registry: introduce a define REGDB_CODE_VERSION...
2011-09-02 Michael Adams3:registry: rename REGVE_Vx toREGDB_VERSION_Vx for...
2011-09-01 Michael Adams3:registry: implement regdb_set_secdesc() with regdb_t...
2011-09-01 Michael Adams3:registry: implement regdb_store_values() with regdb_...
2011-09-01 Michael Adams3:registry: change regdb_store_values_internal() from...
2011-09-01 Michael Adams3:registry: use the regdb_trans_do wrapper instead...
2011-09-01 Michael Adams3:registry: add regdb_trans_do(): a transaction wrappe...
2011-09-01 Michael Adams3:registry: drop log level of unknown regdb version...
2011-08-25 Michael Adams3:registry: fix the v2_to_v3 upgrade code so that...
2011-08-25 Michael Adams3:registry: fix the v1_to_v2 upgrade code so that...
2011-08-25 Michael Adams3:registry: define a constant REGDB_VERSION_KEYNAME...
2011-08-25 Michael Adams3:registry: hand db context in to v2_to_v3 upgrade...
2011-08-25 Michael Adams3:registry: fix broken use of dbwrap store record...
2011-08-25 Günther Deschners3-registry: fix bug #8401 - registry/reg_format.c...
2011-08-15 Michael Adams3:registry: enhance debugging of deletekey_recursive
2011-08-15 Michael Adams3:registry: fix regdb_key_exists: the record has to...
2011-08-08 Gregor Becks3:registry avoid updating keys which are going to...
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-07-15 Gregor Becks3:registry avoid pruning the sequencenumber while...
2011-07-14 Gregor Becks3:registry avoid leaking an old regsubkey_ctr on regsu...
2011-07-06 Michael Adams3:registry: update copyright for the registry db imple...
2011-07-04 Michael Adams3:registry: remove unused function regdb_key_is_base_key()
2011-07-04 Michael Adams3:registry: replace use of deprecated talloc_destroy...
2011-07-04 Michael Adams3:registry: remove superfluous check for success of...
2011-07-04 Michael Adams3:registry: add debug-level-10 verbosity to regdb_upgr...
2011-07-04 Michael Adams3:registry: adapt a debug message to be more systematic
2011-07-04 Michael Adams3:registry: set registry version to 3 and add upgrade...
2011-07-04 Michael Adams3:registry: add db_context argument to regdb_upgrade_v...
2011-07-04 Michael Adams3:registry: wrap the whole db upgrade in one transaction
2011-07-04 Michael Adams3:registry: change regdb_store_regdb_version() to...
2011-07-04 Michael Adams3:registry: fix a comment typo
2011-07-04 Michael Adams3:registry: remove unused regdb_delete_sorted_subkeys()
2011-07-04 Michael Adams3:registry: don't delete the unused subkeys cache...
2011-07-04 Michael Adams3:registry: remove the code to create and search the...
2011-07-04 Michael Adams3:registry: adapt the comment explaining the definitio...
2011-07-04 Michael Adams3:registry: regdb_key_exists now checks only for the...
2011-07-04 Michael Adams3:registry: rewrite init_registry_key_internal
2011-07-04 Michael Adams3:registry: add regdb_create_basekey()
2011-07-04 Michael Adams3:registry: add regdb_create_subkey_internal() taking...
2011-07-04 Michael Adams3:registry: add new mode to regdb_store_subkey_list...
2011-07-04 Michael Adams3:registry: create the empty list of subkeys of the...
2011-07-04 Michael Adams3:registry: refactor creation of subkey list out into...
2011-07-04 Michael Adams3:registry: remove redundant write of zero-lentgh...
2011-07-04 Michael Adams3:registry: don't update the sorted subkeys cache...
2011-07-04 Michael Adams3:registry: don't skip base key in existence check...
2011-07-04 Michael Adams3:registry: don't skip base keys from existence check...
2011-07-04 Michael Adams3:registry: don't skip base keys from existence check...
2011-06-30 Michael Adams3:registry: when deleting the records for a key, also...
2011-06-30 Michael Adams3:registry: add helper function regdb_delete_sorted_su...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-23 Andrew Bartletts3-param Remove 'announce version' parameter
2011-06-20 Rusty Russelltdb_traverse/tdb_traverse_read: check returns for negat...
2011-06-20 Rusty Russelltdb_fetch_compat: use instead of tdb_fetch.
2011-06-11 Michael Adams3:registry/reg_parse_internal.c: add copyright information
2011-06-11 Michael Adams3:registry/reg_parse_internal.h: add copyright information
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-05-30 Andrew Bartlettlibcli/security: move secdesc.c to the top level libcli...
2011-05-18 Andrew Bartletts3-lib Replace StrnCaseCmp() with strncasecmp_m()
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-05-12 Michael Adams3:registry: add a warning debug message when the sorte...
2011-05-12 Michael Adams3:registry: recreate the sorted subkeys cache when...
2011-05-12 Michael Adams3:registry: add create_sorted_subkeys() to delete...
2011-05-12 Michael Adams3:registry: turn create_sorted_subkeys_internal to...
2011-05-12 Michael Adams3:registry: rename create_sorted_subkeys() to create_s...
2011-05-12 Michael Adams3:registry: fix a typo in a debug message
2011-04-22 Volker Lendeckes3: Fix Coverity ID 2047, UNUSED_VALUE
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-05-05 Jeremy AllisonDon't reuse a non-const pointer when manipulating const.
2011-04-11 Volker Lendeckes3: Make reg_backend_db.h includable by itself
2011-03-30 Günther Deschnerrep_parse_prs: remove some dead, unused code.
2011-03-29 Günther Deschners3: only include lib/privileges.h where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschnerregistry: create and use shared libcli/registry/util_re...
2011-03-29 Günther Deschners3-includes: no point in including all security headers...
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/iconv.h when needed.
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-03-18 Günther Deschners3-registry: remove some unused headers.
2011-03-05 Michael Adams3:registry: fix invalid write in iconvert_talloc()
2011-02-15 Volker Lendeckes3-amend: Don't overwrite existing values
2011-02-07 Andreas Schneiders3-perfcount: Create the directory on tdb open.
2011-02-07 Andreas Schneiders3-smbd: Init the svcctl registry keys on service startup.
2011-02-07 Andreas Schneiders3-registry: Remove obsolete reg_eventlog.
2011-02-07 Andreas Schneiders3-smbd: Init the eventlog registry on service startup.
2011-02-07 Andreas Schneiders3-util: Moved eventlog_add_source to admin util.
next