registry: use regdb_fetch_key_internal() in regdb_fetch_keys().
[kai/samba.git] / source3 / registry / reg_backend_db.c
2008-04-30 Michael Adamregistry: use regdb_fetch_key_internal() in regdb_fetch...
2008-04-30 Michael Adamregistry: add a function for fetching a tdb record...
2008-04-30 Michael Adamregistry: combine talloc_strdup() and normalize_reg_pat...
2008-04-30 Michael Adamregistry: use normalize_reg_path() in regdb_fetch_keys()
2008-04-30 Michael Adamregistry: use dbwrap_fetch_bystring() in regdb_fetch_va...
2008-04-30 Michael Adamregistry: use dbwrap_fetch_bystring() in regdb_fetch_ke...
2008-04-13 Michael Adamregistry: honour the WERROR that regsubkey_ctr_addkey...
2008-04-13 Michael Adamregistry: change init_registry_key() and init_registry_...
2008-04-13 Michael Adamregistry: change regdb_init() to return WERROR instead...
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-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-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 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-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-19 Michael AdamMake regdb_init() behave like regdb_open() when registr...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
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 reg_db.c to reg_backend_db.c