Fix a bunch of compiler warnings about wrong format types.
[ira/wip.git] / source3 / utils / net_rpc_registry.c
2009-04-27 Michael Adams3:registry: replace typedef REGVAL_CTR by struct regva...
2009-04-21 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Günther Deschners3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of...
2009-04-21 Günther Deschners3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of...
2009-04-21 Günther Deschners3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of...
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-18 Günther Deschners3: remove POLICY_HND.
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-26 Michael Adams3:net rpc registry: use regsubkey_ctr_init() instead...
2009-02-26 Michael Adams3:registry: replace typedef "REGSUBKEY_CTR" by "struct...
2009-01-15 Günther Deschnerwinreg: fix winreg_EnumValue callers.
2008-10-21 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jelmer VernooijRegenerate pidl output.
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Günther Deschners3-nbt: fix remaining callers of ndr_push/pull_struct_blob.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-21 Volker LendeckeRefactoring: run_rpc_command uses ndr_syntax_id instead...
2008-06-10 Kai Blinnet: Rename functable3 to functable, get rid of old...
2008-06-10 Kai Blinnet: Make "net rpc registry" use functable3
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-20 Kai Blinnet: Use true/false instead of True/False.
2008-05-15 Michael Adamnet rpc registry: fix getvalueraw to really print raw...
2008-05-15 Michael Adamnet rpc registry: add a getvalueraw subcommand.
2008-05-15 Michael Adamnet rpc registry: abstract add boolean "raw" to rpc_reg...
2008-05-15 Michael Adamnet rpc registry: fix usage message of getvalue.
2008-05-15 Michael Adamnet_registry: add raw output of value to print_registry...
2008-05-10 Kai Blinnet: more whitespace cleanup
2008-05-10 Kai Blinnet: Remove globals
2008-05-10 Kai Blinnet: Fix usage string.
2008-04-09 Michael Adamnet rpc registry: add getvalue command.
2008-04-09 Michael Adamnet (registry util): refactor printing of value without...
2008-04-04 Michael Adamnet_rpc_registry: return available error code on failur...
2008-04-04 Michael Adamnet_rpc_registry: consistently return error upon wrong...
2008-04-04 Michael Adamnet: change split_hive_key() to properly allocate subke...
2008-04-04 Michael Adamnet_rpc_registry: use split_hive_key to normalize hive...
2008-04-04 Michael Adamnet_rpc_registry: use utility function print_registry_v...
2008-04-04 Michael Adamnet_rpc_registy: use function print_registry_key
2007-12-04 Jeremy AllisonAllow STR_TERMINATE and -1 src_len for pull_ucs2_base_t...
2007-12-03 Günther DeschnerFix winreg callers.
2007-11-09 Stefan Metzmacherndr: change NTSTAUS into enum ndr_err_code (samba3...
2007-11-05 Günther DeschnerMerge commit 'origin/v3-2-test' into branches/upstream
2007-11-05 Günther DeschnerMake sure we can read SACLs from the registry.
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Günther Deschnerr25592: Allow to set sec_info for registry security...
2007-10-10 Günther Deschnerr25526: Fix usage output.
2007-10-10 Günther Deschnerr25525: Add "net rpc registry getsd <keyname>" to displ...
2007-10-10 Günther Deschnerr25314: Add HKEY_CURRENT_USER to reg_hive_key().
2007-10-10 Michael Adamr24637: In order for "net rpc registry" to be able...
2007-10-10 Volker Lendecker24057: Fix some uninitialized variables found by the...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker22747: Fix some C++ warnings
2007-10-10 Jelmer Vernooijr21462: Fix EnumValue (?)
2007-10-10 Jelmer Vernooijr20832: Remove extra pointers previously added to uniqu...
2007-10-10 Volker Lendecker20498: Two 64-bit warnings
2007-10-10 Volker Lendecker20003: Fix error message
2007-10-10 Volker Lendecker19991: Sorry for this 2000-liner...
2007-10-10 Volker Lendecker19914: The "default" value with the name "" need diffe...
2007-10-10 Volker Lendecker19827: Move registry_push/pull_value to lib/util_reg.c
2007-10-10 Volker Lendecker19825: To create a key, smbd also needs read privs...
2007-10-10 Volker Lendecker19822: Implement net rpc registry createkey, deletekey...
2007-10-10 Volker Lendecker19821: Make net_rpc_registry use net_run_function2.
2007-10-10 Volker Lendecker19818: Remove reg_split_hive, make use of registry_openkey
2007-10-10 Volker Lendecker19817: Implement net rpc registry setvalue (only dword...
2007-10-10 Volker Lendecker19812: dump_regval_buf is not needed anymore
2007-10-10 Volker Lendecker19811: Decode REG_MULTI_SZ and REG_BINARY
2007-10-10 Volker Lendecker19807: First attempt at wrapping something sane around...
2007-10-10 Volker Lendecker19804: Fix a valgrind error
2007-10-10 Volker Lendecker19790: Check in the PIDL change and the converted...
2007-10-10 Gerald Carterr18981: * cleanup some vestiges of old cli_reg.c code...
2007-10-10 Gerald Carterr18964: fix 'net rpc registry save' to use the new...
2007-10-10 Gerald Carterr18919: * Get the new rpccli_winreg_XXXX() functions...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16614: Klocwork #2012. memleak on error path.
2007-10-10 Jeremy Allisonr16612: Klocwork fix #2011. memleak on error path.
2007-10-10 Volker Lendecker16360: Fix Klocwork ID 136 520 521 522 523 542 574...
2007-10-10 Günther Deschnerr14146: Just some typos.
2007-10-10 Lars Müllerr12986: Use d_fprintf(stderr, ...) for any error messag...
2007-10-10 Gerald Carterr12870: fixing net rpc registry enumerate from overwrit...
2007-10-10 Gerald Carterr11579: syncing up perf counter code cfrom trunk
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_C...
2007-10-10 Gerald Carterr7691: * add .gdbinit to the svn:ignore files
2007-10-10 Gerald Carterr6995: * fixing segfault when writing out registry...
2007-10-10 Gerald Carterr6942: * merging the registry changes back to the 3...