summaryrefslogtreecommitdiff
path: root/source3/registry
AgeCommit message (Expand)AuthorFilesLines
2008-03-20registry: reformat regdb_init() slightly, breaking long lines.Michael Adam1-6/+9
2008-03-20registry: untangle assignment and if-statement in regdb_init().Michael Adam1-2/+2
2008-03-20registry: separate initialization of registry data from regdb_init().Michael Adam3-9/+14
2008-03-20registry: add a transaction wrapper to init_registry_key_internal().Michael Adam1-0/+31
2008-03-20registry: refactor creation of subkeys out of init_registry_data().Michael Adam1-79/+92
2008-03-18Bind Group Policy processing closer to the samba registry.Günther Deschner1-0/+8
2008-03-17Coverity fixesMarc VanHeyningen2-2/+6
2008-03-17registry: untangle assignment and if-clause in init_registry_data().Michael Adam1-1/+2
2008-03-17registry: convert regdb REGISTRY_OPS to named struct initializers.Michael Adam1-9/+8
2008-03-17registry: use talloc instead of malloc and provide common exit pointMichael Adam1-13/+13
2008-03-17registry: remove an unused variable from regdb_set_secdesc().Michael Adam1-6/+0
2008-03-17registry: untangle assignments and if statements in regdb_set_secdesc().Michael Adam1-6/+7
2008-03-17registry: use talloc_stackframe instead of hand crafted temporary context.Michael Adam1-5/+1
2008-03-17registry: use talloc instead of malloc for tdb data in regdb_store_values().Michael Adam1-2/+1
2008-03-17registry: don't use talloc_stackframe() instead of talloc_tos() als temp ctxMichael Adam1-14/+14
2008-03-17registry: don't leak to talloc stack in regdb_fetch_keys().Michael Adam1-1/+2
2008-03-17registry: explicitly use talloc context instead of talloc_tos()Michael Adam1-2/+2
2008-03-17registry: don't leak on success path in regdb_store_keys().Michael Adam1-0/+1
2008-03-17registry: allocate tempory data in talloc stack in regdb_store_keys().Michael Adam1-6/+4
2008-03-17registry: separate cancel and failur exit paths in regdb_store_keys().Michael Adam1-19/+20
2008-03-17registry: don't leak memory on transaction fail in regdb_store_keys().Michael Adam1-2/+2
2008-03-17registry: don't leak (to talloc_tos()) in regdb_store_keys().Michael Adam1-1/+2
2008-03-17registry: reformat regdb_store_keys_internal(), killing long lines.Michael Adam1-9/+13
2008-03-17registry: don't leak (to talloc_tos()) in regdb_store_keys_internal().Michael Adam1-1/+2
2008-03-17registry: reformat init_registry_data() some, killing long lines.Michael Adam1-29/+39
2008-03-17registry: explicitly use talloc context instead of talloc_tos()Michael Adam1-10/+10
2008-03-17registry: don't leak (to talloc_tos()) in init_registry_data().Michael Adam1-0/+2
2008-03-17registry: rename tdb_refcount to regdb_refcount after change to dbwrap.Michael Adam1-13/+13
2008-03-17registry: rename tdb_reg to regdb after change to dbwrap.Michael Adam1-27/+27
2008-03-17registry: migrate tdb registry backend to dbwrap.Michael Adam1-49/+52
2008-03-11Fix return of reg values below HKLM/SOFTWARE/MICROSOFT/WINDOWSNT/CURRENTVERSION.Günther Deschner1-1/+1
2008-03-01Fix init_registry_data for subkeyless top-level keys.Günther Deschner1-1/+18
2008-02-20Fix double free bugs after calling regfio_close()Tim Potter1-4/+0
2008-02-19Make regdb_init() behave like regdb_open() when registry is already opened.Michael Adam1-1/+4
2008-02-18Remove (now) unused function make_default_reg_sd().Michael Adam1-48/+0
2008-02-18Grab secdesc for key from registry for reg_savekey()Michael Adam1-10/+9
2008-02-18Add NT Authority\System as group sid to default registry key security descrip...Michael Adam1-1/+2
2008-02-18Change construct_registry_sd() to return WERROR instead of the SEC_DESC *.Michael Adam1-11/+12
2008-02-18Reformat construct_registry_sd() slightly (stick to coding rules).Michael Adam1-8/+17
2008-02-18Use BUILTIN\administrators as owner of the default registry key security desc...Michael Adam1-1/+1
2008-02-15Reformat copied reg_savekey/reg_restorekey code.Michael Adam1-86/+119
2008-02-15Move the implementation of _winreg_RestoreKey to reg_api.cMichael Adam1-1/+125
2008-02-15Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.cMichael Adam1-1/+167
2008-02-15Adapt a comment to current circumstances.Michael Adam1-3/+1
2008-02-15Rename registry_init_regdb() to registry_init_smbconf().Michael Adam1-2/+2
2008-01-25Fix Coverity IDs 451, 452Volker Lendecke1-1/+1
2008-01-21Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.cMichael Adam1-0/+97
2008-01-21Move reg_frontend_hilvl.c to reg_dispatcher.cMichael Adam1-0/+0
2008-01-21Extend/fix comments.Michael Adam1-1/+3
2008-01-21Extract regkey_open_internal() from reg_frontend.c to new reg_util_legacy.cMichael Adam2-18/+47