Add wbcListTrusts() API call to libwbclient.so
[ira/wip.git] / source3 / registry /
2008-04-13 Michael Adamregistry: honour the WERROR that regsubkey_ctr_addkey...
2008-04-13 Michael Adamregistry: honour the WERROR that regsubkey_ctr_addkey...
2008-04-13 Michael Adamregistry: rename init_registry() to registry_init_full...
2008-04-13 Michael Adamregistry: change init_registry() to return WERROR inste...
2008-04-13 Michael Adamregistry: change registry_init_smbconf() to return...
2008-04-13 Michael Adamregistry: refactor common part of registry initializati...
2008-04-13 Michael Adamregistry: change registry_init_basic() to return WERROR...
2008-04-13 Michael Adamregistry: change reghook_cache_add() to return WERROR...
2008-04-13 Michael Adamregistry cachehook: change helper function keyname_to_p...
2008-04-13 Michael Adamadt_tree: change pathtree_add to return WERR instead...
2008-04-13 Michael Adamregistry cachehook: revert logic to make fast path...
2008-04-13 Michael Adamregistry: change reghook_cache_init() to return WERROR...
2008-04-13 Michael Adamregistry cachehook: compare cache_tree against NULL...
2008-04-13 Michael Adamregistry: change init_registry_key() and init_registry_...
2008-04-13 Michael Adamregistry: unify debug output in the registry init funct...
2008-04-13 Michael Adamregistry: change regdb_init() to return WERROR instead...
2008-04-13 Michael Adamregistry: make registry_init_smbconf() hook the registr...
2008-04-12 Michael Adamregistry cachehook: add talloc failed debug messages.
2008-04-12 Michael Adamregistry cachehook: eliminate a couple trailing spaces...
2008-04-12 Michael Adamregistry cachehook: fix memleak (to talloc_tos()):...
2008-04-12 Michael Adamregistry cachehook: refactor normalization of keyname...
2008-04-12 Michael Adamregistry: adapt copied function header comments.
2008-04-12 Michael Adamregistry: remove the REGISTRY_HOOKS layer from the...
2008-04-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-04-12 Michael Adamregistry: move normalize_dbkey() from lib/util_reg...
2008-04-03 Michael Adamregistry: remove parameter checks from smbconf backend...
2008-04-01 Volker LendeckeConvert dbwrap_trans_delete to NTSTATUS
2008-04-01 Volker LendeckeConvert dbwrap_trans_store to NTSTATUS
2008-04-01 Stefan Metzmacherregdb: let regdb_fetch_keys() handle NULL and failure...
2008-04-01 Stefan Metzmacherregdb: get the seqnum before the record, to not miss...
2008-04-01 Stefan Metzmacherregdb: use dbwrap->fetch() instead of fetch_locked...
2008-03-31 Michael Adamregistry: reg_deletevalue should return error, when...
2008-03-30 Michael AdamRevert "regdb: use dbwrap->fetch() instead of fetch_loc...
2008-03-27 Michael Adamregdb: use == 0 (instead of != -1) as indicator for...
2008-03-27 Michael Adamregdb: use != 0 instead of == -1 check for transaction_...
2008-03-27 Stefan Metzmacherregdb: use db_open_trans()
2008-03-27 Stefan Metzmacherregdb: use regdb->transaction_start(regdb) != 0 consistent
2008-03-27 Stefan Metzmacherregdb: use dbwrap->fetch() instead of fetch_locked...
2008-03-27 Stefan Metzmacherregdb: use dbwrap_trans_store_int32
2008-03-23 Volker LendeckeFix Coverity ID 471
2008-03-23 Volker LendeckeFix Coverity ID 477
2008-03-23 Volker LendeckeFix Coverity ID 478
2008-03-22 Michael Adamregistry: add reg_init_basic() - init registry with...
2008-03-22 Michael Adamregistry: close registry in exit path in registry_init_...
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.
next