s3:smb2_break: make use of file_fsp_smb2()
[ddiss/samba.git] / source3 / registry /
2012-05-10 Michael Adams3:registry: return error when Key does not exist in...
2012-05-10 Michael Adams3:registry: replace call to reg_openkey() in reg_creat...
2012-05-10 Michael Adams3:registry: remove a superfluous fill_subkey_cache...
2012-05-10 Michael Adams3:registry: use fill_subkey_cache to check exsistence...
2012-05-10 Michael Adams3:registry: let fill_subkey_cache return WERR_BADFILE...
2012-05-10 Michael Adams3:registry: convert reg_openkey() to use talloc instea...
2012-05-10 Michael Adams3:registry untangle an assignment from the check in...
2012-05-10 Michael Adams3:registry: untangle assignment from check in regkey_o...
2012-05-10 Michael Adams3:registry: fix seqnum race in regdb_fetch_keys_internal
2012-05-10 Gregor Becks3:registry avoid pruning the sequencenumber while...
2012-05-10 Michael Adams3:registry: fix seqnum race in fetch_values_internal
2012-05-10 Michael Adams3:registry: update the seqnum in the subkey cache...
2012-05-10 Michael Adams3:registry:db: update the value container seqnum after...
2012-05-10 Michael Adams3:registry: wrap reg_deletekey() into a transaction
2012-05-10 Michael Adams3:registry: wrap reg_createkey() in a transaction
2012-05-10 Michael Adams3:registry: untangle assignments from checks in reg_cr...
2012-05-10 Michael Adams3:registry: wrap reg_deletevalue() in a transaction
2012-05-10 Michael Adams3:registry: untangle assignment from check in reg_dele...
2012-05-10 Michael Adams3:registry: fix race in reg_setvalue that could lead...
2012-05-10 Michael Adams3:registry: untangle assignment from check and add...
2012-05-10 Michael Adams3:registry: don't leak the old contents when updating...
2012-05-10 Michael Adams3:registry: fix debug message in regdb_store_values_in...
2012-05-10 Michael Adams3:registry: improve log message in regdb_unpack_values...
2012-05-10 Michael Adams3:registry: fix a debug message typo (cherry picked...
2012-05-10 Michael Adams3:registry: add a new function regval_ctr_value_byname()
2012-05-10 Michael Adams3:registry: rename regval_ctr_key_exists() to regval_c...
2012-05-10 Michael Adams3:registry:reg_api: fix reg_queryvalue to not fail...
2012-05-10 Michael Adams3:registry: implement values_need_update and subkeys_n...
2012-05-07 Olaf FlebbeWrong assertion/comparison: Compare value not pointer
2011-10-20 Michael Adams3:registry: fix the test for a REG_SZ blob possibly...
2011-10-20 Gregor Becks3:registry: reg_format: handle unterminated REG_SZ...
2011-09-22 Günther Deschners3-registry: fix bug #8401 - registry/reg_format.c...
2011-06-14 Michael Adams3:registry/reg_parse_internal.c: add copyright information
2011-06-14 Michael Adams3:registry/reg_parse_internal.h: add copyright information
2011-06-07 Karolin SeegerRevert "Fix bug 8196 - Many (newer) header files don...
2011-06-07 Jeremy AllisonFix bug 8196 - Many (newer) header files don't have...
2011-05-16 Günther Deschners3: only include tdb headers where needed.
2011-05-13 Michael Adams3:registry: add a warning debug message when the sorte...
2011-05-13 Michael Adams3:registry: recreate the sorted subkeys cache when...
2011-05-13 Michael Adams3:registry: add create_sorted_subkeys() to delete...
2011-05-13 Michael Adams3:registry: turn create_sorted_subkeys_internal to...
2011-05-13 Michael Adams3:registry: rename create_sorted_subkeys() to create_s...
2011-05-13 Michael Adams3:registry: fix a typo in a debug message
2011-04-22 Volker Lendeckes3: Fix Coverity ID 2047, UNUSED_VALUE
2011-04-11 Volker Lendeckes3: Make reg_backend_db.h includable by itself
2011-04-05 Günther Deschners3: only include lib/privileges.h where needed.
2011-04-05 Günther Deschners3-passdb: use passdb headers where needed.
2011-04-05 Günther Deschnerregistry: create and use shared libcli/registry/util_re...
2011-04-05 Günther Deschners3-includes: no point in including all security headers...
2011-04-05 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-04-05 Günther Deschners3-includes: only include system/iconv.h when needed.
2011-04-05 Günther Deschnerrep_parse_prs: remove some dead, unused code.
2011-03-18 Günther Deschners3-registry: remove some unused headers.
2011-03-07 Michael Adams3:registry: fix invalid write in iconvert_talloc()
2011-03-05 Michael Adams3:registry: fix invalid write in iconvert_talloc()
2011-02-16 Jeremy AllisonMerge branch 'v3-6-test' of ssh://git.samba.org/data...
2011-02-15 Volker Lendeckes3-amend: Don't overwrite existing values
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.
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.
2011-02-02 Günther Deschners3: Remove superfluous ;
2011-02-02 Günther Deschners3: Remove superfluous ;
2011-01-30 Michael Adams3:registry: in deletekey_recursive, fix return code...
2011-01-30 Michael Adams3:registry: in deletekey_recursive, fix return code...
2011-01-28 Michael Adams3:registry: fix comments in regdb_store_regdb_version()
2011-01-27 Michael Adams3:registry: fix comments in regdb_store_regdb_version()
2011-01-21 Christian Ambachs3:registry correct a debug level
2011-01-21 Christian Ambachs3:registry correct a debug level
2010-12-07 Michael Adams3:registry: improve debug messages about regdb refcoun...
2010-12-07 Michael Adams3:registry: improve debug messages about regdb refcoun...
2010-11-30 Karolin SeegerMerge master into v3-6-test again.
2010-11-05 Günther Deschners3-reg_parse: fix uninitialized variable in srprs_key().
2010-11-05 Günther Deschners3-registry: fix some c++ build warnings.
2010-11-05 Gregor Becks3:registry: proposed aix build fix for reg_parse_internal
2010-11-05 Michael Adams3:registry: try to fix the build of reg_parse_internal...
2010-11-05 Michael Adams3:registry: remove unneeded TALLOC_CTX argument from...
2010-11-05 Gregor Becks3-registry: handle registration entries (.reg) files
2010-10-28 Michael Adams3:registry: move regio.h from include/ to registry/
2010-10-28 Michael Adams3:registry: move the reg_db.h from include/ to registry/
2010-10-28 Michael Adams3:registry: move prototype from reg_init_smbconf.c...
2010-10-28 Michael Adams3:registry: move prototype from reg_init_full.c to...
2010-10-28 Michael Adams3:registry: move prototypes from reg_init_basic.c...
2010-10-28 Michael Adams3:registry: move reg_api_regf prototypes to their...
2010-10-28 Michael Adams3:registry: move the reg_api prototypes to their own...
2010-10-28 Michael Adams3:registry:reg_api: update (C)
2010-10-28 Michael Adams3:registry: remove now (finally) obsolete reg_util_reg...
2010-10-28 Michael Adams3:registry: move prototypes of unused hilvl functions...
2010-10-28 Michael Adams3:registry: move (commented out) hilvl util functions...
2010-10-28 Michael Adams3:registry: move higher level function reg_open_path...
2010-10-28 Volker Lendeckes3: Streamline regdb_normalize_keynames_fn a bit
2010-10-28 Volker Lendeckes3: Streamline regdb_normalize_keynames_fn a bit
2010-10-28 Volker Lendeckes3: Fix the registry upgrade code
next