Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-01-20 | Some reformatting in hkpt_params_fetch_values(). | Michael Adam | 1 | -7/+10 |
2008-01-20 | Add a registry backend hkpt_params that replaces the former dynamic overlay. | Michael Adam | 3 | -29/+69 |
2008-01-20 | Some reformatting in tcpip_params_fetch_values(). | Michael Adam | 1 | -8/+10 |
2008-01-20 | Add a registry backend tcpip_params that replaces the former dynamic overlay. | Michael Adam | 4 | -27/+68 |
2008-01-20 | Some reformatting in prod_options_fetch_values(). | Michael Adam | 1 | -10/+10 |
2008-01-20 | Add a registry backend prod_options that replaces the former dynamic overlay. | Michael Adam | 4 | -32/+73 |
2008-01-20 | Some reformatting in netlogon_params_fetch_values(). | Michael Adam | 1 | -6/+7 |
2008-01-20 | Rename netlogon_params_fetch_reg_values() to netlogon_params_fetch_values(). | Michael Adam | 1 | -3/+2 |
2008-01-20 | In reg_backend_netlogon_params, delegate fetch_subkeys() to regdb. | Michael Adam | 1 | -0/+7 |
2008-01-20 | Fix registering Registry backends in reghook_cache_add(). | Michael Adam | 1 | -1/+1 |
2008-01-20 | Use constant KEY_NETLOGON_PARAMS instead of literal key. | Michael Adam | 1 | -1/+1 |
2008-01-20 | Volker is right: why keep commented out migrated dynamic reg overlays around?... | Michael Adam | 1 | -21/+0 |
2008-01-20 | Use c99 struct initializers for REGISTRY_OPS in reg_shares.c | Michael Adam | 1 | -5/+4 |
2008-01-20 | Use c99 struct initializers for REGISTRY_OPS in reg_printing.c | Michael Adam | 1 | -5/+4 |
2008-01-20 | Use c99 struct initializers for REGISTRY_OPS in reg_smbconf.c. | Michael Adam | 1 | -9/+7 |
2008-01-18 | Use C99 structure initializers for netlogon_params_reg_ops. | Michael Adam | 1 | -9/+1 |
2008-01-18 | Add a registry backend netlogon_params that replaces the former dynamic overlay. | Michael Adam | 3 | -0/+64 |
2008-01-18 | Fix typo in debug message. | Michael Adam | 1 | -1/+1 |
2008-01-17 | Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c. | Michael Adam | 1 | -1/+11 |
2008-01-17 | Add my (C) to reg_api.c - Michael | Michael Adam | 1 | -0/+1 |
2008-01-17 | Add a comment header comparing winreg.idl and reg_api.c. | Michael Adam | 1 | -0/+42 |