index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
/
srv_winreg_nt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:registry: move reg_api_regf prototypes to their own header file.
Michael Adam
2010-09-21
1
-0
/
+1
*
s3:registry: move the reg_api prototypes to their own header.
Michael Adam
2010-09-21
1
-0
/
+1
*
s3-privs Convert from user_has_privileges() -> security_token_has_privilege()
Andrew Bartlett
2010-09-11
1
-5
/
+4
*
s3-build: only include rpc_misc.h where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
Eliminate any chance of a class of "uninitialized auto variable" errors.
Jeremy Allison
2010-08-13
1
-26
/
+24
*
Fix bug #7617 - smbd coredump due to uninitialized variables in the performan...
Jeremy Allison
2010-08-12
1
-2
/
+2
*
s3-winreg: Use struct pipes_struct.
Andreas Schneider
2010-07-28
1
-42
/
+78
*
Move the remnants of rpc_parse code under registry/
Simo Sorce
2010-07-16
1
-0
/
+1
*
s3-registry: remove unused reg_util_marshalling code.
Günther Deschner
2010-07-02
1
-1
/
+0
*
s3-registry: avoid using registry_value union.
Günther Deschner
2010-07-02
1
-33
/
+17
*
s3-winreg: implement _winreg_QueryMultipleValues().
Günther Deschner
2010-06-30
1
-6
/
+15
*
s3-winreg: implement _winreg_QueryMultipleValues2().
Günther Deschner
2010-06-30
1
-5
/
+114
*
s3-security: use shared "Standard access rights.".
Günther Deschner
2010-06-03
1
-2
/
+2
*
s3:registry: extract registry_pull/push_value prototypes into own header
Michael Adam
2010-05-25
1
-0
/
+1
*
s3:registry: extract reg_perfcount prototypes into header of their own.
Michael Adam
2010-05-25
1
-0
/
+1
*
s3-registry: only include registry headers when really needed.
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3-winreg_nt: Fixed QueryValue with data=NULL to get the length.
Andreas Schneider
2010-04-16
1
-1
/
+3
*
s3-winreg: add winreg_DeleteKeyEx stub.
Günther Deschner
2010-04-09
1
-0
/
+12
*
s3-winreg: change notify call has no meaning when called remotely.
Günther Deschner
2010-03-16
1
-4
/
+0
*
s3-winreg: make QueryValue pass RPC-WINREG test again.
Günther Deschner
2010-03-11
1
-0
/
+4
*
s3-winreg: fix some function names in debug statements.
Günther Deschner
2010-03-11
1
-3
/
+3
*
s3-winreg: Fix _winreg_QueryValue crash bugs and implement windows behavior.
Günther Deschner
2010-03-11
1
-11
/
+8
*
s3-winreg: add some debug statements to _winreg_QueryValue().
Günther Deschner
2010-03-10
1
-2
/
+6
*
s3-winreg: fill in some inline comments.
Günther Deschner
2009-12-07
1
-10
/
+38
*
s3-winreg: remove trailing whitespace.
Günther Deschner
2009-12-07
1
-40
/
+40
*
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
2009-11-26
1
-0
/
+1
*
s3: remove POLICY_HND.
Günther Deschner
2009-03-18
1
-3
/
+3
*
Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fn
Volker Lendecke
2009-01-08
1
-15
/
+5
*
Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!
Volker Lendecke
2008-11-24
1
-4
/
+6
*
s3: fix s3 winreg server after idl changes.
Günther Deschner
2008-10-15
1
-8
/
+8
*
Rename reboot -> do_reboot since the first is a reserved name on FreeBSD.
Jelmer Vernooij
2008-10-15
1
-2
/
+2
*
Share initshutdown.idl.
Jelmer Vernooij
2008-10-15
1
-4
/
+4
*
Fix warnings on FreeBSD-based platforms
Zach Loafman
2008-07-22
1
-4
/
+4
*
Fix a crash in _winreg_QueryValue
Volker Lendecke
2008-06-13
1
-0
/
+4
*
srv_winreg: add a debug message to _winreg_CreateKey().
Michael Adam
2008-03-28
1
-0
/
+3
*
Fix _winreg_QueryValue().
Günther Deschner
2008-03-25
1
-7
/
+7
*
Coverity fixes
Marc VanHeyningen
2008-03-17
1
-2
/
+4
*
Fix Coverity ID 565
Volker Lendecke
2008-03-05
1
-2
/
+0
*
Fix a comment. REGISTRY_KEY has vanished from srv_winreg_nt.c
Michael Adam
2008-02-18
1
-1
/
+1
*
Move the implementation of _winreg_RestoreKey to reg_api.c
Michael Adam
2008-02-15
1
-121
/
+1
*
Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.c
Michael Adam
2008-02-15
1
-170
/
+1
*
Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c.
Michael Adam
2008-01-17
1
-3
/
+1
*
Use reg_[gs]etkeysecurity() instead of regkey_[gs]et_secdes().
Michael Adam
2008-01-17
1
-2
/
+2
*
Some C++ fixes
Volker Lendecke
2007-12-21
1
-1
/
+3
*
Some C++ warnings
Volker Lendecke
2007-12-21
1
-1
/
+1
*
Fixed obvious typo.
Jeremy Allison
2007-11-27
1
-1
/
+1
*
Remove pstring from everything in rpc_server except
Jeremy Allison
2007-11-27
1
-109
/
+147
*
More pstring removal. This one was tricky. I had to add
Jeremy Allison
2007-11-15
1
-13
/
+14
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-5
/
+5
*
r25534: Apply some const
Volker Lendecke
2007-10-10
1
-1
/
+1
[next]