Commit History

Author SHA1 Message Date
  Hugh McMaster fcf7942614 reg: Support use of registry views when exporting registry data. 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
  Alexandre Julliard 495d9b5fb3 reg: Avoid non-portable Unicode character. 3 years ago
  Hugh McMaster 07fdd5036c reg: Only call get_long_key() when operations require it. 3 years ago
  Hugh McMaster fa2ed01352 reg: Add a message to better indicate when a specified registry key is not found. 3 years ago
  Hugh McMaster 4df5c1641e reg: Improve initial syntax checks during the 'export' operation. 3 years ago
  Hugh McMaster 1b746c1e1c reg: Use wide-char string literals in export.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 d37375e470 reg: Use 'argvW' array naming in export.c. 3 years ago
  Hugh McMaster 7803c53cfe reg: Merge common header #includes into reg.h. 3 years ago
  Hugh McMaster ab94653e8b reg: Use is_switch() where possible. 3 years ago
  Alexandre Julliard 9b63daca51 include: Default to the standards-compliant version of swprintf(). 5 years ago
  Alexandre Julliard 8268c47462 reg: Add missing null to terminate a string. 5 years ago
  Alexandre Julliard 518a6c2d07 reg: Use C runtime wchar functions instead of wine/unicode.h. 5 years ago
  Hugh McMaster 0aead094a5 reg: Stop exporting REG_SZ data at the first NUL character. 6 years ago
  Michael Stefaniuc 6542c3e860 reg: Use the global HeapAlloc() wrappers. 6 years ago
  Hugh McMaster 8534935492 reg: Define MAX_SUBKEY_LEN in reg.h. 7 years ago
  Hugh McMaster 72db61da97 reg: Recursively export all subkeys and data. 7 years ago
  Hugh McMaster 491801063f reg: Export REG_DWORD values. 7 years ago
  Hugh McMaster b31f16885d reg: Export hex data types. 7 years ago
  Hugh McMaster 2af9d75ba5 reg: Export REG_SZ data. 7 years ago
  Hugh McMaster 879282ec14 reg: Export registry value names. 7 years ago
  Hugh McMaster ab3ee817c3 reg: Export the name of the specified registry key. 7 years ago
  Hugh McMaster fefae9ca78 reg: Export the registry file header. 7 years ago
  Hugh McMaster 49f384727b reg: Prompt the user to overwrite the export file if it already exists. 7 years ago
  Hugh McMaster 17494012a0 reg: Validate the registry key before commencing the export operation. 7 years ago
  Hugh McMaster 40643a43a4 reg: Validate the system key before commencing the export operation. 7 years ago
  Hugh McMaster d4255506d5 reg: Add basic syntax checks for the export operation. 7 years ago
  Hugh McMaster 38954aedf5 reg: Add initial support for the export operation. 7 years ago