Commit History

Author SHA1 Message Date
  Hugh McMaster 304b80a9b5 reg: Support the use of registry views during the 'add' operation. 3 years ago
  Hugh McMaster fa4268dcbc reg: Update an error message. 3 years ago
  Hugh McMaster 1dd785d149 reg: Avoid allocating zero bytes of memory when handling REG_BINARY data. 3 years ago
  Hugh McMaster e2dfb0aff4 reg: Allow the 'reg_data' pointer to be NULL. 3 years ago
  Hugh McMaster cf1e6d3f3f reg: Only prompt the user to overwrite registry data if the given key already exists and [/f] is not supplied. 3 years ago
  Hugh McMaster d433d1f122 reg: Fail if access is denied when adding registry data. 3 years ago
  Hugh McMaster a0dc4d7ce3 reg: Add or modify the (Default) registry value if [/v] is not specified. 3 years ago
  Hugh McMaster 2c73949a46 reg: Replace the 'reg_count' variable name with context-specific names. 3 years ago
  Hugh McMaster dedcd7c100 reg: Use correct error message if RegCreateKeyExW() fails. 3 years ago
  Hugh McMaster c809f94624 reg: Consistently use 'hkey' for HKEY variables. 3 years ago
  Hugh McMaster 2b900e1c38 reg: Allow /reg:32 and /reg:64 switches to be passed via the command line. 3 years ago
  Hugh McMaster 010cb1b405 reg: Print additional help messages when syntax is invalid. 3 years ago
  Hugh McMaster 07fdd5036c reg: Only call get_long_key() when operations require it. 3 years ago
  Hugh McMaster b2ead1ffcc reg: Abort 'add' operation when parsing command-line arguments that are not switches. 3 years ago
  Hugh McMaster aaf503e1de reg: Use RegCreateKeyExW() instead of RegCreateKeyW(). 3 years ago
  Hugh McMaster 08976b3ee0 reg: Fail if duplicate command-line switches are passed to 'reg add'. 3 years ago
  Hugh McMaster 9138f5893c reg: Parse 'reg add' command-line arguments in add.c. 3 years ago
  Hugh McMaster be718697a2 reg: Use malloc(), realloc() and free() from stdlib.h instead of wine/heap.h. 3 years ago
  Hugh McMaster 7803c53cfe reg: Merge common header #includes into reg.h. 3 years ago
  Hugh McMaster 7e7d92d5e9 reg: Split 'add' functions from reg.c. 3 years ago