summaryrefslogtreecommitdiffstats
path: root/source3/registry
Commit message (Expand)AuthorAgeFilesLines
* Fix init_registry_data for subkeyless top-level keys.Günther Deschner2008-03-011-1/+18
* Fix double free bugs after calling regfio_close()Tim Potter2008-02-201-4/+0
* Make regdb_init() behave like regdb_open() when registry is already opened.Michael Adam2008-02-191-1/+4
* Remove (now) unused function make_default_reg_sd().Michael Adam2008-02-181-48/+0
* Grab secdesc for key from registry for reg_savekey()Michael Adam2008-02-181-10/+9
* Add NT Authority\System as group sid to default registry key security descrip...Michael Adam2008-02-181-1/+2
* Change construct_registry_sd() to return WERROR instead of the SEC_DESC *.Michael Adam2008-02-181-11/+12
* Reformat construct_registry_sd() slightly (stick to coding rules).Michael Adam2008-02-181-8/+17
* Use BUILTIN\administrators as owner of the default registry key security desc...Michael Adam2008-02-181-1/+1
* Reformat copied reg_savekey/reg_restorekey code.Michael Adam2008-02-151-86/+119
* Move the implementation of _winreg_RestoreKey to reg_api.cMichael Adam2008-02-151-1/+125
* Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.cMichael Adam2008-02-151-1/+167
* Adapt a comment to current circumstances.Michael Adam2008-02-151-3/+1
* Rename registry_init_regdb() to registry_init_smbconf().Michael Adam2008-02-151-2/+2
* Fix Coverity IDs 451, 452Volker Lendecke2008-01-251-1/+1
* Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.cMichael Adam2008-01-211-0/+97
* Move reg_frontend_hilvl.c to reg_dispatcher.cMichael Adam2008-01-211-0/+0
* Extend/fix comments.Michael Adam2008-01-211-1/+3
* Extract regkey_open_internal() from reg_frontend.c to new reg_util_legacy.cMichael Adam2008-01-212-18/+47
* Rename reg_db.c to reg_backend_db.cMichael Adam2008-01-211-0/+0
* Rename reg_shares.c to reg_backend_shares.cMichael Adam2008-01-211-0/+0
* Rename reg_smbconf.c to reg_backend_smbconf.cMichael Adam2008-01-211-0/+0
* Rename reg_printing.c to reg_backend_printing.cMichael Adam2008-01-211-0/+0
* Fix some "set but never used" warningsVolker Lendecke2008-01-201-6/+0
* Add a debug message to fetch_reg_values().Michael Adam2008-01-201-0/+3
* Add some debugging output to reg_cachehook.cMichael Adam2008-01-201-1/+10
* Remove the dynamic registry overlay.Michael Adam2008-01-202-103/+0
* Add a registry backend perflib that replaces the former dynamic overlay.Michael Adam2008-01-204-47/+110
* Some reformatting of current_version_fetch_values().Michael Adam2008-01-201-11/+12
* Add a registry backend current_version that replaces the former dynamic overlay.Michael Adam2008-01-203-24/+82
* Use some consts instead of literal strings for registry keys.Michael Adam2008-01-201-4/+4
* Some reformatting in hkpt_params_fetch_values().Michael Adam2008-01-201-7/+10
* Add a registry backend hkpt_params that replaces the former dynamic overlay.Michael Adam2008-01-203-29/+69
* Some reformatting in tcpip_params_fetch_values().Michael Adam2008-01-201-8/+10
* Add a registry backend tcpip_params that replaces the former dynamic overlay.Michael Adam2008-01-204-27/+68
* Some reformatting in prod_options_fetch_values().Michael Adam2008-01-201-10/+10
* Add a registry backend prod_options that replaces the former dynamic overlay.Michael Adam2008-01-204-32/+73
* Some reformatting in netlogon_params_fetch_values().Michael Adam2008-01-201-6/+7
* Rename netlogon_params_fetch_reg_values() to netlogon_params_fetch_values().Michael Adam2008-01-201-3/+2
* In reg_backend_netlogon_params, delegate fetch_subkeys() to regdb.Michael Adam2008-01-201-0/+7
* Fix registering Registry backends in reghook_cache_add().Michael Adam2008-01-201-1/+1
* Use constant KEY_NETLOGON_PARAMS instead of literal key.Michael Adam2008-01-201-1/+1
* Volker is right: why keep commented out migrated dynamic reg overlays around?...Michael Adam2008-01-201-21/+0
* Use c99 struct initializers for REGISTRY_OPS in reg_shares.cMichael Adam2008-01-201-5/+4
* Use c99 struct initializers for REGISTRY_OPS in reg_printing.cMichael Adam2008-01-201-5/+4
* Use c99 struct initializers for REGISTRY_OPS in reg_smbconf.c.Michael Adam2008-01-201-9/+7
* Use C99 structure initializers for netlogon_params_reg_ops.Michael Adam2008-01-181-9/+1
* Add a registry backend netlogon_params that replaces the former dynamic overlay.Michael Adam2008-01-183-0/+64
* Fix typo in debug message.Michael Adam2008-01-181-1/+1
* Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c.Michael Adam2008-01-171-1/+11