summaryrefslogtreecommitdiff
path: root/source3/registry
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-21Rename reg_db.c to reg_backend_db.cMichael Adam1-0/+0
2008-01-21Rename reg_shares.c to reg_backend_shares.cMichael Adam1-0/+0
2008-01-21Rename reg_smbconf.c to reg_backend_smbconf.cMichael Adam1-0/+0
2008-01-21Rename reg_printing.c to reg_backend_printing.cMichael Adam1-0/+0
2008-01-20Fix some "set but never used" warningsVolker Lendecke1-6/+0
2008-01-20Add a debug message to fetch_reg_values().Michael Adam1-0/+3
2008-01-20Add some debugging output to reg_cachehook.cMichael Adam1-1/+10
2008-01-20Remove the dynamic registry overlay.Michael Adam2-103/+0
2008-01-20Add a registry backend perflib that replaces the former dynamic overlay.Michael Adam4-47/+110
2008-01-20Some reformatting of current_version_fetch_values().Michael Adam1-11/+12
2008-01-20Add a registry backend current_version that replaces the former dynamic overlay.Michael Adam3-24/+82
2008-01-20Use some consts instead of literal strings for registry keys.Michael Adam1-4/+4
2008-01-20Some reformatting in hkpt_params_fetch_values().Michael Adam1-7/+10
2008-01-20Add a registry backend hkpt_params that replaces the former dynamic overlay.Michael Adam3-29/+69
2008-01-20Some reformatting in tcpip_params_fetch_values().Michael Adam1-8/+10
2008-01-20Add a registry backend tcpip_params that replaces the former dynamic overlay.Michael Adam4-27/+68
2008-01-20Some reformatting in prod_options_fetch_values().Michael Adam1-10/+10
2008-01-20Add a registry backend prod_options that replaces the former dynamic overlay.Michael Adam4-32/+73
2008-01-20Some reformatting in netlogon_params_fetch_values().Michael Adam1-6/+7
2008-01-20Rename netlogon_params_fetch_reg_values() to netlogon_params_fetch_values().Michael Adam1-3/+2
2008-01-20In reg_backend_netlogon_params, delegate fetch_subkeys() to regdb.Michael Adam1-0/+7
2008-01-20Fix registering Registry backends in reghook_cache_add().Michael Adam1-1/+1
2008-01-20Use constant KEY_NETLOGON_PARAMS instead of literal key.Michael Adam1-1/+1
2008-01-20Volker is right: why keep commented out migrated dynamic reg overlays around?...Michael Adam1-21/+0
2008-01-20Use c99 struct initializers for REGISTRY_OPS in reg_shares.cMichael Adam1-5/+4
2008-01-20Use c99 struct initializers for REGISTRY_OPS in reg_printing.cMichael Adam1-5/+4
2008-01-20Use c99 struct initializers for REGISTRY_OPS in reg_smbconf.c.Michael Adam1-9/+7
2008-01-18Use C99 structure initializers for netlogon_params_reg_ops.Michael Adam1-9/+1
2008-01-18Add a registry backend netlogon_params that replaces the former dynamic overlay.Michael Adam3-0/+64
2008-01-18Fix typo in debug message.Michael Adam1-1/+1
2008-01-17Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c.Michael Adam1-1/+11
2008-01-17Add my (C) to reg_api.c - MichaelMichael Adam1-0/+1
2008-01-17Add a comment header comparing winreg.idl and reg_api.c.Michael Adam1-0/+42
2008-01-17Add reg_api functions reg_getkeysecurity() and reg_setkeysecurity().Michael Adam1-0/+11
2008-01-17Comment out unused reg_create_path() and reg_delete_path().Michael Adam1-1/+5
2008-01-17Move reg_create_path() and reg_delete_path() to reg_api.cMichael Adam2-95/+95
2008-01-17Add some sectioning comments to reg_api.cMichael Adam1-0/+15
2008-01-17Make utility function reg_deletekey_recursive_internal() static.Michael Adam1-4/+4
2008-01-17Use the proper boolean constants in reg_frontend_hilvl.cMichael Adam1-6/+6
2008-01-17Reformatting: Strip trailing white spaces from reg_frontent_hilvl.c.Michael Adam1-21/+19
2008-01-15Use the proper boolean functions.Michael Adam1-3/+3
2008-01-15Remove some trailing spaces.Michael Adam1-10/+9
2008-01-14Add detection for need of update to the registry db.Michael Adam6-6/+68
2008-01-04Fix a DEBUG statement.Michael Adam1-1/+1
2008-01-04Use the proper boolean constants.Michael Adam1-9/+9