index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
registry
/
reg_api.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-27
s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handle
Michael Adam
1
-9
/
+12
2009-04-27
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
1
-6
/
+6
2009-04-21
s3-secdesc: move all winreg access bits to IDL.
Günther Deschner
1
-14
/
+14
2009-04-17
s3:registry: Prevent creation of keys containing the '/' character.
Michael Adam
1
-0
/
+10
2009-02-26
s3:registry: tighten the subkey loop in reg_deletekey_recursive()
Michael Adam
1
-16
/
+13
2009-02-26
s3:registry: use delete_reg_subkey() in reg_deletekey()
Michael Adam
1
-15
/
+1
2009-02-26
s3:registry: streamline reg_deletekey() somewhat.
Michael Adam
1
-25
/
+19
2009-02-26
s3:registry: use create_reg_subkey() in reg_createkey().
Michael Adam
1
-8
/
+2
2009-02-26
s3:registry: hash the list of subkeys in the regsubkey_ctr
Michael Adam
1
-5
/
+5
2009-02-26
s3:registry: use regsubkey_ctr_init() in reg_api.c
Michael Adam
1
-13
/
+10
2009-02-26
s3:registry: don't directly access key->subkeys->subkeys[] in reg_api.c
Michael Adam
1
-2
/
+5
2009-02-26
s3:registry: don't directly access key->subkeys->num_subkeys in reg_api.c
Michael Adam
1
-5
/
+5
2009-02-26
s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"
Michael Adam
1
-8
/
+8
2009-02-26
s3:registry: wrap deletekey_recursive in one big transaction.
Michael Adam
1
-2
/
+38
2009-01-01
Add iconv_convenience argument to size functions.
Jelmer Vernooij
1
-1
/
+1
2008-11-01
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
1
-1
/
+1
2008-04-13
registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree.
Michael Adam
1
-1
/
+5
2008-04-13
registry: remove the REGISTRY_HOOKS layer from the reghook cache.
Michael Adam
1
-8
/
+8
2008-03-31
registry: reg_deletevalue should return error, when the value does not exist.
Michael Adam
1
-0
/
+18
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-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-01-20
Fix some "set but never used" warnings
Volker Lendecke
1
-6
/
+0
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
2008-01-17
Add reg_api functions reg_getkeysecurity() and reg_setkeysecurity().
Michael Adam
1
-0
/
+11
2008-01-17
Comment out unused reg_create_path() and reg_delete_path().
Michael Adam
1
-1
/
+5
2008-01-17
Move reg_create_path() and reg_delete_path() to reg_api.c
Michael Adam
1
-0
/
+95
2008-01-17
Add some sectioning comments to reg_api.c
Michael Adam
1
-0
/
+15
2008-01-17
Make utility function reg_deletekey_recursive_internal() static.
Michael Adam
1
-4
/
+4
2008-01-15
Use the proper boolean functions.
Michael Adam
1
-3
/
+3
2008-01-15
Remove some trailing spaces.
Michael Adam
1
-10
/
+9
2008-01-14
Add detection for need of update to the registry db.
Michael Adam
1
-2
/
+6
2007-12-31
Fix a permissions error in reg_deletekey_recursive().
Michael Adam
1
-1
/
+1
2007-12-29
Remove tiny code duplication
Volker Lendecke
1
-1
/
+1
2007-11-06
When deleting a key from the registry make sure the non-default
Günther Deschner
1
-4
/
+7
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-1
/
+1
2007-10-10
r25417: Use DBGC_REGISTRY class.
Günther Deschner
1
-0
/
+3
2007-10-10
r25370: Allow to delete registry keys recursively without deleting the final ...
Günther Deschner
1
-10
/
+31
2007-10-10
r24418: Adding reg_deleteallvalues().
Günther Deschner
1
-0
/
+24
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23584: Use a while loop instead of a for loop without increment... :-)
Michael Adam
1
-9
/
+2
2007-10-10
r23583: Add a utility function to recursively delete a Registry
Michael Adam
1
-0
/
+56
2007-10-10
r23581: Move regkey_open_onelevel from reg_frontend to reg_api,
Michael Adam
1
-2
/
+110
[next]