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
/
utils
/
net_rpc_registry.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3 net: Fix compile warnings
Kai Blin
2010-01-19
1
-24
/
+38
*
s3 net/i18n: Use only one spelling for "Usage:"
Kai Blin
2010-01-19
1
-6
/
+6
*
s3/net: split up some printable stings to ease i18n
Björn Jacke
2010-01-18
1
-15
/
+15
*
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
2009-11-26
1
-0
/
+1
*
Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"
Volker Lendecke
2009-11-08
1
-18
/
+18
*
s3: Make run_rpc_command take strings instead of a ndr_interface_table
Volker Lendecke
2009-11-08
1
-18
/
+18
*
s3-registry: move rpccli_winreg_Connect to the only file it belongs.
Günther Deschner
2009-10-01
1
-0
/
+40
*
s3-registry: use pull_reg_sz() where appropriate.
Günther Deschner
2009-10-01
1
-6
/
+4
*
s3 net: i18n support net rpc registry
Kai Blin
2009-08-10
1
-90
/
+98
*
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
2009-04-27
1
-3
/
+3
*
s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.
Günther Deschner
2009-04-21
1
-1
/
+1
*
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHT_MAXIMUM_ALLOWED.
Günther Deschner
2009-04-21
1
-1
/
+1
*
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Günther Deschner
2009-04-21
1
-5
/
+5
*
s3: remove POLICY_HND.
Günther Deschner
2009-03-18
1
-3
/
+3
*
s3:net rpc registry: use regsubkey_ctr_init() instead of using talloc directly.
Michael Adam
2009-02-26
1
-2
/
+5
*
s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"
Michael Adam
2009-02-26
1
-3
/
+3
*
winreg: fix winreg_EnumValue callers.
Günther Deschner
2009-01-16
1
-1
/
+1
*
Regenerate pidl output.
Jelmer Vernooij
2008-10-20
1
-1
/
+1
*
s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.
Günther Deschner
2008-09-23
1
-1
/
+1
*
Refactoring: run_rpc_command uses ndr_syntax_id instead of pipe_idx
Volker Lendecke
2008-07-21
1
-9
/
+9
*
net: Rename functable3 to functable, get rid of old functables
Kai Blin
2008-06-10
1
-2
/
+2
*
net: Make "net rpc registry" use functable3
Kai Blin
2008-06-10
1
-36
/
+102
*
net: Use true/false instead of True/False.
Kai Blin
2008-05-20
1
-4
/
+4
*
net rpc registry: fix getvalueraw to really print raw...
Michael Adam
2008-05-15
1
-1
/
+1
*
net rpc registry: add a getvalueraw subcommand.
Michael Adam
2008-05-15
1
-3
/
+32
*
net rpc registry: abstract add boolean "raw" to rpc_registry_getvalue_internal()
Michael Adam
2008-05-15
1
-1
/
+16
*
net rpc registry: fix usage message of getvalue.
Michael Adam
2008-05-15
1
-1
/
+1
*
net_registry: add raw output of value to print_registry_value().
Michael Adam
2008-05-15
1
-1
/
+1
*
net: more whitespace cleanup
Kai Blin
2008-05-10
1
-33
/
+33
*
net: Remove globals
Kai Blin
2008-05-10
1
-28
/
+41
*
net: Fix usage string.
Kai Blin
2008-05-10
1
-1
/
+1
*
net rpc registry: add getvalue command.
Michael Adam
2008-04-09
1
-0
/
+100
*
net (registry util): refactor printing of value without name out.
Michael Adam
2008-04-09
1
-1
/
+1
*
net_rpc_registry: return available error code on failure in deletevalue.
Michael Adam
2008-04-04
1
-1
/
+1
*
net_rpc_registry: consistently return error upon wrong use.
Michael Adam
2008-04-04
1
-5
/
+5
*
net: change split_hive_key() to properly allocate subkeyname
Michael Adam
2008-04-04
1
-1
/
+1
*
net_rpc_registry: use split_hive_key to normalize hive befor open.
Michael Adam
2008-04-04
1
-28
/
+39
*
net_rpc_registry: use utility function print_registry_value().
Michael Adam
2008-04-04
1
-30
/
+1
*
net_rpc_registy: use function print_registry_key
Michael Adam
2008-04-04
1
-5
/
+2
*
Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc().
Jeremy Allison
2007-12-04
1
-14
/
+33
*
Fix winreg callers.
Günther Deschner
2007-12-03
1
-28
/
+29
*
ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)
Stefan Metzmacher
2007-11-09
1
-3
/
+6
*
Make sure we can read SACLs from the registry.
Günther Deschner
2007-11-05
1
-1
/
+5
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-3
/
+3
*
r25592: Allow to set sec_info for registry security descriptor queries.
Günther Deschner
2007-10-10
1
-8
/
+16
*
r25526: Fix usage output.
Günther Deschner
2007-10-10
1
-5
/
+5
*
r25525: Add "net rpc registry getsd <keyname>" to display security descriptors.
Günther Deschner
2007-10-10
1
-0
/
+83
*
r25314: Add HKEY_CURRENT_USER to reg_hive_key().
Günther Deschner
2007-10-10
1
-0
/
+3
*
r24637: In order for "net rpc registry" to be able to write to
Michael Adam
2007-10-10
1
-4
/
+7
*
r24057: Fix some uninitialized variables found by the IBM checker
Volker Lendecke
2007-10-10
1
-0
/
+11
[next]