Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
[metze/samba/wip.git] / source3 / registry /
2008-03-22 Michael Adamregistry: some whitespace cleanup in init_registry().
2008-03-22 Michael Adamregistry: remove unneeded talloc stackframe variable.
2008-03-22 Michael Adamregistry: close regdb in error path (and use it) in...
2008-03-21 Michael Adamregistry: fix registry_init_smbconf() to close the...
2008-03-21 Volker LendeckeFix Coverity ID 506
2008-03-20 Michael Adamregistry: use available string constant in debug statement.
2008-03-20 Michael Adamregistry: in regdb_init, not only complain about INFO...
2008-03-20 Michael Adamregistry: reformat regdb_init() slightly, breaking...
2008-03-20 Michael Adamregistry: untangle assignment and if-statement in regdb...
2008-03-20 Michael Adamregistry: separate initialization of registry data...
2008-03-20 Michael Adamregistry: add a transaction wrapper to init_registry_ke...
2008-03-20 Michael Adamregistry: refactor creation of subkeys out of init_regi...
2008-03-18 Günther DeschnerBind Group Policy processing closer to the samba registry.
2008-03-17 Marc VanHeyningenCoverity fixes
2008-03-17 Michael Adamregistry: untangle assignment and if-clause in init_reg...
2008-03-17 Michael Adamregistry: convert regdb REGISTRY_OPS to named struct...
2008-03-17 Michael Adamregistry: use talloc instead of malloc and provide...
2008-03-17 Michael Adamregistry: remove an unused variable from regdb_set_secd...
2008-03-17 Michael Adamregistry: untangle assignments and if statements in...
2008-03-17 Michael Adamregistry: use talloc_stackframe instead of hand crafted...
2008-03-17 Michael Adamregistry: use talloc instead of malloc for tdb data...
2008-03-17 Michael Adamregistry: don't use talloc_stackframe() instead of...
2008-03-17 Michael Adamregistry: don't leak to talloc stack in regdb_fetch_keys().
2008-03-17 Michael Adamregistry: explicitly use talloc context instead of...
2008-03-17 Michael Adamregistry: don't leak on success path in regdb_store_keys().
2008-03-17 Michael Adamregistry: allocate tempory data in talloc stack in...
2008-03-17 Michael Adamregistry: separate cancel and failur exit paths in...
2008-03-17 Michael Adamregistry: don't leak memory on transaction fail in...
2008-03-17 Michael Adamregistry: don't leak (to talloc_tos()) in regdb_store_k...
2008-03-17 Michael Adamregistry: reformat regdb_store_keys_internal(), killing...
2008-03-17 Michael Adamregistry: don't leak (to talloc_tos()) in regdb_store_k...
2008-03-17 Michael Adamregistry: reformat init_registry_data() some, killing...
2008-03-17 Michael Adamregistry: explicitly use talloc context instead of...
2008-03-17 Michael Adamregistry: don't leak (to talloc_tos()) in init_registry...
2008-03-17 Michael Adamregistry: rename tdb_refcount to regdb_refcount after...
2008-03-17 Michael Adamregistry: rename tdb_reg to regdb after change to dbwrap.
2008-03-17 Michael Adamregistry: migrate tdb registry backend to dbwrap.
2008-03-11 Günther DeschnerFix return of reg values below HKLM/SOFTWARE/MICROSOFT...
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-03-04 Günther DeschnerFix init_registry_data for subkeyless top-level keys.
2008-03-01 Günther DeschnerFix init_registry_data for subkeyless top-level keys.
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-21 Tim PotterFix double free bugs after calling regfio_close()
2008-02-19 Michael AdamMake regdb_init() behave like regdb_open() when registr...
2008-02-18 Michael AdamRemove (now) unused function make_default_reg_sd().
2008-02-18 Michael AdamGrab secdesc for key from registry for reg_savekey()
2008-02-18 Michael AdamAdd NT Authority\System as group sid to default registr...
2008-02-18 Michael AdamChange construct_registry_sd() to return WERROR instead...
2008-02-18 Michael AdamReformat construct_registry_sd() slightly (stick to...
2008-02-18 Michael AdamUse BUILTIN\administrators as owner of the default...
2008-02-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-15 Michael AdamReformat copied reg_savekey/reg_restorekey code.
2008-02-15 Michael AdamMove the implementation of _winreg_RestoreKey to reg_api.c
2008-02-15 Michael AdamMove implementation of _winreg_SaveKey() from srv_winre...
2008-02-15 Michael AdamAdapt a comment to current circumstances.
2008-02-15 Michael AdamRename registry_init_regdb() to registry_init_smbconf().
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-25 Volker LendeckeFix Coverity IDs 451, 452
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-21 Michael AdamRename lib/util_reg_smbconf.c to registry/reg_init_smbc...
2008-01-21 Michael AdamMove reg_frontend_hilvl.c to reg_dispatcher.c
2008-01-21 Michael AdamExtend/fix comments.
2008-01-21 Michael AdamExtract regkey_open_internal() from reg_frontend.c...
2008-01-21 Michael AdamRename reg_db.c to reg_backend_db.c
2008-01-21 Michael AdamRename reg_shares.c to reg_backend_shares.c
2008-01-21 Michael AdamRename reg_smbconf.c to reg_backend_smbconf.c
2008-01-21 Michael AdamRename reg_printing.c to reg_backend_printing.c
2008-01-20 Volker LendeckeFix some "set but never used" warnings
2008-01-20 Michael AdamAdd a debug message to fetch_reg_values().
2008-01-20 Michael AdamAdd some debugging output to reg_cachehook.c
2008-01-20 Michael AdamRemove the dynamic registry overlay.
2008-01-20 Michael AdamAdd a registry backend perflib that replaces the former...
2008-01-20 Michael AdamSome reformatting of current_version_fetch_values().
2008-01-20 Michael AdamAdd a registry backend current_version that replaces...
2008-01-20 Michael AdamUse some consts instead of literal strings for registry...
2008-01-20 Michael AdamSome reformatting in hkpt_params_fetch_values().
2008-01-20 Michael AdamAdd a registry backend hkpt_params that replaces the...
2008-01-20 Michael AdamSome reformatting in tcpip_params_fetch_values().
2008-01-20 Michael AdamAdd a registry backend tcpip_params that replaces the...
2008-01-20 Michael AdamSome reformatting in prod_options_fetch_values().
2008-01-20 Michael AdamAdd a registry backend prod_options that replaces the...
2008-01-20 Michael AdamSome reformatting in netlogon_params_fetch_values().
2008-01-20 Michael AdamRename netlogon_params_fetch_reg_values() to netlogon_p...
2008-01-20 Michael AdamIn reg_backend_netlogon_params, delegate fetch_subkeys...
2008-01-20 Michael AdamFix registering Registry backends in reghook_cache_add().
2008-01-20 Michael AdamUse constant KEY_NETLOGON_PARAMS instead of literal...
2008-01-20 Michael AdamVolker is right: why keep commented out migrated dynami...
2008-01-20 Michael AdamUse c99 struct initializers for REGISTRY_OPS in reg_sha...
2008-01-20 Michael AdamUse c99 struct initializers for REGISTRY_OPS in reg_pri...
2008-01-20 Michael AdamUse c99 struct initializers for REGISTRY_OPS in reg_smb...
2008-01-18 Michael AdamUse C99 structure initializers for netlogon_params_reg_ops.
2008-01-18 Michael AdamAdd a registry backend netlogon_params that replaces...
2008-01-18 Michael AdamFix typo in debug message.
2008-01-17 Derrell LipmanMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-17 Michael AdamAdd a reg_getversion() function to reg_api and use...
2008-01-17 Michael AdamAdd my (C) to reg_api.c - Michael
2008-01-17 Michael AdamAdd a comment header comparing winreg.idl and reg_api.c.
next