summaryrefslogtreecommitdiffstats
path: root/winsup/utils/regtool.cc
Commit message (Collapse)AuthorAgeFilesLines
* fix whitespace, update some copyrightsChristopher Faylor2004-10-251-7/+7
|
* * regtool.cc (usage): Add missing linefeed. Move example to --helpCorinna Vinschen2003-08-151-15/+17
| | | | text. Fix forward slash description.
* * cygcheck.cc (usage) Add description output.Joshua Daniel Franklin2003-04-261-0/+1
|
* Add final newlines to utilsJoshua Daniel Franklin2002-09-151-1/+2
|
* * regtool.cc (find_key): Add support for custom key separator.Christopher Faylor2002-08-131-3/+14
| | | | (usage): Document it.
* * regtool.cc (Fail): Be more verbose.Corinna Vinschen2002-06-071-14/+54
| | | | | | (find_key): Add support for remote registry access. (usage): Document it. * utils.sgml: Document it.
* * regtool.cc (prog_name): New global variable.Christopher Faylor2002-06-031-58/+127
| | | | | | | | | (longopts): Ditto. (opts): Ditto. (usage): Standardize usage output. Rearrange/add descriptions. (print_version): New function. (main): Accomodate longopts and new --help, --version options. Add check for (_argv[optind+1] == NULL).
* * regtool.cc (find_key): Handle keys with only one subkey.Corinna Vinschen2001-07-151-4/+8
|
* * regtool.cc (find_key): Revert previous change.Christopher Faylor2001-06-281-7/+4
|
* * regtool.cc (find_key): Allow '/' as a synonym for '\\'.Christopher Faylor2001-06-271-3/+6
|
* * regtool.cc (cmd_list): Add new registry display options.Christopher Faylor2001-01-101-59/+85
| | | | | | (cmd_list): Add code to implement -p, -k, and -l options. * regtool.cc (Fail): Add call to LocalFree to free memory allocated by FormatMessage.
* more formatting changes.Christopher Faylor2001-01-101-2/+4
|
* * regtool.cc (translate): Ensure that 'c' is initialized.Christopher Faylor2001-01-101-228/+245
| | | | (cmd_set): Ditto for rv.
* * regtool.cc (find_key): Add parameter `access'.Corinna Vinschen2000-05-191-9/+9
| | | | | | | | Call `RegOpenKeyEx' with that desired access. (cmd_add, cmd_remove, cmd_set, cmd_unset): Call `find_key' with KEY_ALL_ACCESS access. (cmd_list, cmd_check, cmd_get): Call `find_key' with KEY_READ access.
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+524