Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-05 | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 1 | -0/+1 | |
2010-07-02 | s3-net: forgot to set type in winreg getvalue operation. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-07-02 | s3-registry: remove unused reg_util_marshalling code. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2010-07-02 | s3-registry: avoid using registry_value union. | Günther Deschner | 1 | -30/+23 | |
Just pull and push data as is. Guenther | |||||
2010-06-21 | s3:net rpc registry: make getsd succeed when key sd only gives access to SD ↵ | Michael Adam | 1 | -2/+1 | |
not key contents You don't need the REG_KEY_READ permissions to access the SD of a key. And for instance, the key HKLM\security ususally has no specific bits set for builtin\administrators, but the READ_CONTROL_ACCESS. I.e. builtin\administrators can get the sd but not enumerate the key. | |||||
2010-05-31 | s3-build: only use ndr_security.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-25 | s3:registry: move reg_objects.h to registry/ and use it only where needed | Michael Adam | 1 | -0/+1 | |
Every place outside of registry/ where this is used, should probably be changed to use pure reg_api.c code. | |||||
2010-05-25 | s3:net rpc registry: use regval_ctr_init() instead of direct allocation | Michael Adam | 1 | -1/+2 | |
2010-05-25 | s3:registry: extract registry_pull/push_value prototypes into own header | Michael Adam | 1 | -0/+1 | |
reg_util_marshalling.h and use them only where needed. | |||||
2010-05-25 | s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char * | Michael Adam | 1 | -1/+1 | |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -10/+10 | |
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -2/+2 | |
2010-05-18 | s3-registry: only include registry headers when really needed. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-04-27 | s3: use shared registry functions. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-04-09 | s3: add iconv_convenience handle to pull/push sz helpers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-01-19 | s3 net: Fix compile warnings | Kai Blin | 1 | -24/+38 | |
2010-01-19 | s3 net/i18n: Use only one spelling for "Usage:" | Kai Blin | 1 | -6/+6 | |
2010-01-18 | s3/net: split up some printable stings to ease i18n | Björn Jacke | 1 | -15/+15 | |
If we put strings like "Usage:" into separate _() macros and not the whole "Usage:..." string we can cover much more messages by only one single translation. The drawback is that the message in the sources looks less pretty. | |||||
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵ | Günther Deschner | 1 | -0/+1 | |
samba. Guenther | |||||
2009-11-08 | Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table" | Volker Lendecke | 1 | -18/+18 | |
This reverts commit 53f2a1595e76db9fe1b42db65b51895b73365993. | |||||
2009-11-08 | s3: Make run_rpc_command take strings instead of a ndr_interface_table | Volker Lendecke | 1 | -18/+18 | |
2009-10-01 | s3-registry: move rpccli_winreg_Connect to the only file it belongs. | Günther Deschner | 1 | -0/+40 | |
Guenther | |||||
2009-10-01 | s3-registry: use pull_reg_sz() where appropriate. | Günther Deschner | 1 | -6/+4 | |
(and move away from rpcstr_pull and rpcstr_pull_talloc). Guenther | |||||
2009-08-10 | s3 net: i18n support net rpc registry | Kai Blin | 1 | -90/+98 | |
2009-04-27 | s3:registry: replace typedef REGVAL_CTR by struct regval_ctr. | Michael Adam | 1 | -3/+3 | |
This paves the way for hiding the typedef and the implementation from the surface. Michael | |||||
2009-04-21 | s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-21 | s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHT_MAXIMUM_ALLOWED. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-21 | s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED. | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-02-26 | s3:net rpc registry: use regsubkey_ctr_init() instead of using talloc directly. | Michael Adam | 1 | -2/+5 | |
Michael | |||||
2009-02-26 | s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr" | Michael Adam | 1 | -3/+3 | |
This paves the way for hiding the typedef and the implementation from the surface. Michael | |||||
2009-01-16 | winreg: fix winreg_EnumValue callers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-20 | Regenerate pidl output. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-23 | s3-nbt: fix remaining callers of ndr_push/pull_struct_blob. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-07-21 | Refactoring: run_rpc_command uses ndr_syntax_id instead of pipe_idx | Volker Lendecke | 1 | -9/+9 | |
(This used to be commit 850166ec0d17eb85a0c921dc3b966fac0677af4a) | |||||
2008-06-10 | net: Rename functable3 to functable, get rid of old functables | Kai Blin | 1 | -2/+2 | |
(This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07) | |||||
2008-06-10 | net: Make "net rpc registry" use functable3 | Kai Blin | 1 | -36/+102 | |
(This used to be commit 08dd5f5311d97544d5cb3067f019260a9161ef81) | |||||
2008-05-20 | net: Use true/false instead of True/False. | Kai Blin | 1 | -4/+4 | |
(This used to be commit a8b567aac3b0e39cfe67fb97167b10312ca5e73a) | |||||
2008-05-15 | net rpc registry: fix getvalueraw to really print raw... | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit db933ae1a9877b3485506fc8f0ecae2f2bd8a41f) | |||||
2008-05-15 | net rpc registry: add a getvalueraw subcommand. | Michael Adam | 1 | -3/+32 | |
Michael (This used to be commit 5b5b29302b53c31256dfa2fdefead458cb14c560) | |||||
2008-05-15 | net rpc registry: abstract add boolean "raw" to rpc_registry_getvalue_internal() | Michael Adam | 1 | -1/+16 | |
and wrap it into new rpc_registry_getvalue_full() for the getvalue subcommand. Michael (This used to be commit 9ee5ddb96360987675963d629f98051bf34e3031) | |||||
2008-05-15 | net rpc registry: fix usage message of getvalue. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 5dedde7a5b01d47947a8ff49a57e729fe5bfc817) | |||||
2008-05-15 | net_registry: add raw output of value to print_registry_value(). | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 340a706422cbca45cc63fa94d36c88f6751f4f31) | |||||
2008-05-10 | net: more whitespace cleanup | Kai Blin | 1 | -33/+33 | |
(This used to be commit ef0184d580500734fc7af51e1c790b075180a3d0) | |||||
2008-05-10 | net: Remove globals | Kai Blin | 1 | -28/+41 | |
(This used to be commit 1e9319cf88b65a2a8d4f5099a1fe5297e405ed2e) | |||||
2008-05-10 | net: Fix usage string. | Kai Blin | 1 | -1/+1 | |
(This used to be commit e3470e9a1b19c239d6fa576f8c8c1a5a5c3b5d3c) | |||||
2008-04-09 | net rpc registry: add getvalue command. | Michael Adam | 1 | -0/+100 | |
This is the same as already implemented for "net registry". usage: net rpc registry getvalue <key> <valuename> Michael (This used to be commit ba59383437aed9058a58bdeedcf61a0076a94924) | |||||
2008-04-09 | net (registry util): refactor printing of value without name out. | Michael Adam | 1 | -1/+1 | |
This renames print_registry_value() to print_registry_value_with_name(). The new function is called print_registry_value(). Michael (This used to be commit 88c4851ad7240bc4f72a5ef92e21629e6a4c99c6) | |||||
2008-04-04 | net_rpc_registry: return available error code on failure in deletevalue. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 0dc9840cefb08b2732d294eb45508ce687ded324) | |||||
2008-04-04 | net_rpc_registry: consistently return error upon wrong use. | Michael Adam | 1 | -5/+5 | |
Michael (This used to be commit 26e3d71cd0b2d1bb31c50627ea71267328d52448) |