Age | Commit message (Expand) | Author | Files | Lines |
2008-03-17 | registry: use talloc_stackframe instead of hand crafted temporary context. | Michael Adam | 1 | -5/+1 |
2008-03-17 | registry: use talloc instead of malloc for tdb data in regdb_store_values(). | Michael Adam | 1 | -2/+1 |
2008-03-17 | registry: don't use talloc_stackframe() instead of talloc_tos() als temp ctx | Michael Adam | 1 | -14/+14 |
2008-03-17 | registry: don't leak to talloc stack in regdb_fetch_keys(). | Michael Adam | 1 | -1/+2 |
2008-03-17 | registry: explicitly use talloc context instead of talloc_tos() | Michael Adam | 1 | -2/+2 |
2008-03-17 | registry: don't leak on success path in regdb_store_keys(). | Michael Adam | 1 | -0/+1 |
2008-03-17 | registry: allocate tempory data in talloc stack in regdb_store_keys(). | Michael Adam | 1 | -6/+4 |
2008-03-17 | registry: separate cancel and failur exit paths in regdb_store_keys(). | Michael Adam | 1 | -19/+20 |
2008-03-17 | registry: don't leak memory on transaction fail in regdb_store_keys(). | Michael Adam | 1 | -2/+2 |
2008-03-17 | registry: don't leak (to talloc_tos()) in regdb_store_keys(). | Michael Adam | 1 | -1/+2 |
2008-03-17 | registry: reformat regdb_store_keys_internal(), killing long lines. | Michael Adam | 1 | -9/+13 |
2008-03-17 | registry: don't leak (to talloc_tos()) in regdb_store_keys_internal(). | Michael Adam | 1 | -1/+2 |
2008-03-17 | registry: reformat init_registry_data() some, killing long lines. | Michael Adam | 1 | -29/+39 |
2008-03-17 | registry: explicitly use talloc context instead of talloc_tos() | Michael Adam | 1 | -10/+10 |
2008-03-17 | registry: don't leak (to talloc_tos()) in init_registry_data(). | Michael Adam | 1 | -0/+2 |
2008-03-17 | registry: rename tdb_refcount to regdb_refcount after change to dbwrap. | Michael Adam | 1 | -13/+13 |
2008-03-17 | registry: rename tdb_reg to regdb after change to dbwrap. | Michael Adam | 1 | -27/+27 |
2008-03-17 | registry: migrate tdb registry backend to dbwrap. | Michael Adam | 1 | -49/+52 |
2008-03-11 | Fix return of reg values below HKLM/SOFTWARE/MICROSOFT/WINDOWSNT/CURRENTVERSION. | Günther Deschner | 1 | -1/+1 |
2008-03-01 | Fix init_registry_data for subkeyless top-level keys. | Günther Deschner | 1 | -1/+18 |
2008-02-20 | Fix double free bugs after calling regfio_close() | Tim Potter | 1 | -4/+0 |
2008-02-19 | Make regdb_init() behave like regdb_open() when registry is already opened. | Michael Adam | 1 | -1/+4 |
2008-02-18 | Remove (now) unused function make_default_reg_sd(). | Michael Adam | 1 | -48/+0 |
2008-02-18 | Grab secdesc for key from registry for reg_savekey() | Michael Adam | 1 | -10/+9 |
2008-02-18 | Add NT Authority\System as group sid to default registry key security descrip... | Michael Adam | 1 | -1/+2 |
2008-02-18 | Change construct_registry_sd() to return WERROR instead of the SEC_DESC *. | Michael Adam | 1 | -11/+12 |
2008-02-18 | Reformat construct_registry_sd() slightly (stick to coding rules). | Michael Adam | 1 | -8/+17 |
2008-02-18 | Use BUILTIN\administrators as owner of the default registry key security desc... | Michael Adam | 1 | -1/+1 |
2008-02-15 | Reformat copied reg_savekey/reg_restorekey code. | Michael Adam | 1 | -86/+119 |
2008-02-15 | Move the implementation of _winreg_RestoreKey to reg_api.c | Michael Adam | 1 | -1/+125 |
2008-02-15 | Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.c | Michael Adam | 1 | -1/+167 |
2008-02-15 | Adapt a comment to current circumstances. | Michael Adam | 1 | -3/+1 |
2008-02-15 | Rename registry_init_regdb() to registry_init_smbconf(). | Michael Adam | 1 | -2/+2 |
2008-01-25 | Fix Coverity IDs 451, 452 | Volker Lendecke | 1 | -1/+1 |
2008-01-21 | Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.c | Michael Adam | 1 | -0/+97 |
2008-01-21 | Move reg_frontend_hilvl.c to reg_dispatcher.c | Michael Adam | 1 | -0/+0 |
2008-01-21 | Extend/fix comments. | Michael Adam | 1 | -1/+3 |
2008-01-21 | Extract regkey_open_internal() from reg_frontend.c to new reg_util_legacy.c | Michael Adam | 2 | -18/+47 |
2008-01-21 | Rename reg_db.c to reg_backend_db.c | Michael Adam | 1 | -0/+0 |
2008-01-21 | Rename reg_shares.c to reg_backend_shares.c | Michael Adam | 1 | -0/+0 |
2008-01-21 | Rename reg_smbconf.c to reg_backend_smbconf.c | Michael Adam | 1 | -0/+0 |
2008-01-21 | Rename reg_printing.c to reg_backend_printing.c | Michael Adam | 1 | -0/+0 |
2008-01-20 | Fix some "set but never used" warnings | Volker Lendecke | 1 | -6/+0 |
2008-01-20 | Add a debug message to fetch_reg_values(). | Michael Adam | 1 | -0/+3 |
2008-01-20 | Add some debugging output to reg_cachehook.c | Michael Adam | 1 | -1/+10 |
2008-01-20 | Remove the dynamic registry overlay. | Michael Adam | 2 | -103/+0 |
2008-01-20 | Add a registry backend perflib that replaces the former dynamic overlay. | Michael Adam | 4 | -47/+110 |
2008-01-20 | Some reformatting of current_version_fetch_values(). | Michael Adam | 1 | -11/+12 |
2008-01-20 | Add a registry backend current_version that replaces the former dynamic overlay. | Michael Adam | 3 | -24/+82 |
2008-01-20 | Use some consts instead of literal strings for registry keys. | Michael Adam | 1 | -4/+4 |