summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_registry.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-31s3-build: only use ndr_security.h where needed.Günther Deschner1-0/+1
2010-05-25s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam1-0/+1
2010-05-25s3:net rpc registry: use regval_ctr_init() instead of direct allocationMichael Adam1-1/+2
2010-05-25s3:registry: extract registry_pull/push_value prototypes into own headerMichael Adam1-0/+1
2010-05-25s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *Michael Adam1-1/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-10/+10
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-2/+2
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-1/+1
2010-04-27s3: use shared registry functions.Günther Deschner1-1/+1
2010-04-09s3: add iconv_convenience handle to pull/push sz helpers.Günther Deschner1-1/+1
2010-01-19s3 net: Fix compile warningsKai Blin1-24/+38
2010-01-19s3 net/i18n: Use only one spelling for "Usage:"Kai Blin1-6/+6
2010-01-18s3/net: split up some printable stings to ease i18nBjörn Jacke1-15/+15
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-11-08Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"Volker Lendecke1-18/+18
2009-11-08s3: Make run_rpc_command take strings instead of a ndr_interface_tableVolker Lendecke1-18/+18
2009-10-01s3-registry: move rpccli_winreg_Connect to the only file it belongs.Günther Deschner1-0/+40
2009-10-01s3-registry: use pull_reg_sz() where appropriate.Günther Deschner1-6/+4
2009-08-10s3 net: i18n support net rpc registryKai Blin1-90/+98
2009-04-27s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam1-3/+3
2009-04-21s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner1-1/+1
2009-04-21s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHT_MAXIMUM_ALLOWED.Günther Deschner1-1/+1
2009-04-21s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner1-5/+5
2009-03-18s3: remove POLICY_HND.Günther Deschner1-3/+3
2009-02-26s3:net rpc registry: use regsubkey_ctr_init() instead of using talloc directly.Michael Adam1-2/+5
2009-02-26s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam1-3/+3
2009-01-16winreg: fix winreg_EnumValue callers.Günther Deschner1-1/+1
2008-10-20Regenerate pidl output.Jelmer Vernooij1-1/+1
2008-09-23s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner1-1/+1
2008-07-21Refactoring: run_rpc_command uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-9/+9
2008-06-10net: Rename functable3 to functable, get rid of old functablesKai Blin1-2/+2
2008-06-10net: Make "net rpc registry" use functable3Kai Blin1-36/+102
2008-05-20net: Use true/false instead of True/False.Kai Blin1-4/+4
2008-05-15net rpc registry: fix getvalueraw to really print raw...Michael Adam1-1/+1
2008-05-15net rpc registry: add a getvalueraw subcommand.Michael Adam1-3/+32
2008-05-15net rpc registry: abstract add boolean "raw" to rpc_registry_getvalue_internal()Michael Adam1-1/+16
2008-05-15net rpc registry: fix usage message of getvalue.Michael Adam1-1/+1
2008-05-15net_registry: add raw output of value to print_registry_value().Michael Adam1-1/+1
2008-05-10net: more whitespace cleanupKai Blin1-33/+33
2008-05-10net: Remove globalsKai Blin1-28/+41
2008-05-10net: Fix usage string.Kai Blin1-1/+1
2008-04-09net rpc registry: add getvalue command.Michael Adam1-0/+100
2008-04-09net (registry util): refactor printing of value without name out.Michael Adam1-1/+1
2008-04-04net_rpc_registry: return available error code on failure in deletevalue.Michael Adam1-1/+1
2008-04-04net_rpc_registry: consistently return error upon wrong use.Michael Adam1-5/+5
2008-04-04net: change split_hive_key() to properly allocate subkeynameMichael Adam1-1/+1
2008-04-04net_rpc_registry: use split_hive_key to normalize hive befor open.Michael Adam1-28/+39
2008-04-04net_rpc_registry: use utility function print_registry_value().Michael Adam1-30/+1
2008-04-04net_rpc_registy: use function print_registry_keyMichael Adam1-5/+2
2007-12-04Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc().Jeremy Allison1-14/+33