index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
registry
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a debug message to fetch_reg_values().
Michael Adam
2008-01-20
1
-0
/
+3
*
Add some debugging output to reg_cachehook.c
Michael Adam
2008-01-20
1
-1
/
+10
*
Remove the dynamic registry overlay.
Michael Adam
2008-01-20
2
-103
/
+0
*
Add a registry backend perflib that replaces the former dynamic overlay.
Michael Adam
2008-01-20
4
-47
/
+110
*
Some reformatting of current_version_fetch_values().
Michael Adam
2008-01-20
1
-11
/
+12
*
Add a registry backend current_version that replaces the former dynamic overlay.
Michael Adam
2008-01-20
3
-24
/
+82
*
Use some consts instead of literal strings for registry keys.
Michael Adam
2008-01-20
1
-4
/
+4
*
Some reformatting in hkpt_params_fetch_values().
Michael Adam
2008-01-20
1
-7
/
+10
*
Add a registry backend hkpt_params that replaces the former dynamic overlay.
Michael Adam
2008-01-20
3
-29
/
+69
*
Some reformatting in tcpip_params_fetch_values().
Michael Adam
2008-01-20
1
-8
/
+10
*
Add a registry backend tcpip_params that replaces the former dynamic overlay.
Michael Adam
2008-01-20
4
-27
/
+68
*
Some reformatting in prod_options_fetch_values().
Michael Adam
2008-01-20
1
-10
/
+10
*
Add a registry backend prod_options that replaces the former dynamic overlay.
Michael Adam
2008-01-20
4
-32
/
+73
*
Some reformatting in netlogon_params_fetch_values().
Michael Adam
2008-01-20
1
-6
/
+7
*
Rename netlogon_params_fetch_reg_values() to netlogon_params_fetch_values().
Michael Adam
2008-01-20
1
-3
/
+2
*
In reg_backend_netlogon_params, delegate fetch_subkeys() to regdb.
Michael Adam
2008-01-20
1
-0
/
+7
*
Fix registering Registry backends in reghook_cache_add().
Michael Adam
2008-01-20
1
-1
/
+1
*
Use constant KEY_NETLOGON_PARAMS instead of literal key.
Michael Adam
2008-01-20
1
-1
/
+1
*
Volker is right: why keep commented out migrated dynamic reg overlays around?...
Michael Adam
2008-01-20
1
-21
/
+0
*
Use c99 struct initializers for REGISTRY_OPS in reg_shares.c
Michael Adam
2008-01-20
1
-5
/
+4
*
Use c99 struct initializers for REGISTRY_OPS in reg_printing.c
Michael Adam
2008-01-20
1
-5
/
+4
*
Use c99 struct initializers for REGISTRY_OPS in reg_smbconf.c.
Michael Adam
2008-01-20
1
-9
/
+7
*
Use C99 structure initializers for netlogon_params_reg_ops.
Michael Adam
2008-01-18
1
-9
/
+1
*
Add a registry backend netlogon_params that replaces the former dynamic overlay.
Michael Adam
2008-01-18
3
-0
/
+64
*
Fix typo in debug message.
Michael Adam
2008-01-18
1
-1
/
+1
*
Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c.
Michael Adam
2008-01-17
1
-1
/
+11
*
Add my (C) to reg_api.c - Michael
Michael Adam
2008-01-17
1
-0
/
+1
*
Add a comment header comparing winreg.idl and reg_api.c.
Michael Adam
2008-01-17
1
-0
/
+42
*
Add reg_api functions reg_getkeysecurity() and reg_setkeysecurity().
Michael Adam
2008-01-17
1
-0
/
+11
*
Comment out unused reg_create_path() and reg_delete_path().
Michael Adam
2008-01-17
1
-1
/
+5
*
Move reg_create_path() and reg_delete_path() to reg_api.c
Michael Adam
2008-01-17
2
-95
/
+95
*
Add some sectioning comments to reg_api.c
Michael Adam
2008-01-17
1
-0
/
+15
*
Make utility function reg_deletekey_recursive_internal() static.
Michael Adam
2008-01-17
1
-4
/
+4
*
Use the proper boolean constants in reg_frontend_hilvl.c
Michael Adam
2008-01-17
1
-6
/
+6
*
Reformatting: Strip trailing white spaces from reg_frontent_hilvl.c.
Michael Adam
2008-01-17
1
-21
/
+19
*
Use the proper boolean functions.
Michael Adam
2008-01-15
1
-3
/
+3
*
Remove some trailing spaces.
Michael Adam
2008-01-15
1
-10
/
+9
*
Add detection for need of update to the registry db.
Michael Adam
2008-01-14
6
-6
/
+68
*
Fix a DEBUG statement.
Michael Adam
2008-01-04
1
-1
/
+1
*
Use the proper boolean constants.
Michael Adam
2008-01-04
1
-9
/
+9
*
Fix crash bug in regdb_close() when called with no ref count.
Günther Deschner
2008-01-04
1
-0
/
+4
*
Return existsing cache_tree if it has already been initialized.
Michael Adam
2008-01-03
1
-4
/
+6
*
Fix a permissions error in reg_deletekey_recursive().
Michael Adam
2007-12-31
1
-1
/
+1
*
Remove tiny code duplication
Volker Lendecke
2007-12-29
2
-3
/
+4
*
Cut down memory usage of registry initialization
Volker Lendecke
2007-12-16
2
-28
/
+39
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
1
-6
/
+13
*
Fix _reg_perfcount_get_instance_info()
Günther Deschner
2007-11-30
1
-1
/
+1
*
Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.c
Jeremy Allison
2007-11-27
1
-1
/
+1
*
Unless talloc has some new magic there is a ctx missing here.
Günther Deschner
2007-11-27
1
-4
/
+4
*
Remove pstrings from nsswitch/ and registry/
Jeremy Allison
2007-11-26
8
-550
/
+704
[next]