Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * mkpasswd.c (enum_users): Change to unconditionally use | Corinna Vinschen | 2001-12-14 | 2 | -12/+27 | |
| | | | | | | | the --path-to-home option, if supplied by the user. Use default --path-to-home option value, if appropriate. (usage): Change usage statement to reflect new semantics. (main): Remove defaulting of the --path-to-home option. | |||||
* | * mkpasswd.c (opts): Add indication that '-p' option requires an argument. | Christopher Faylor | 2001-12-14 | 2 | -1/+6 | |
| | ||||||
* | * Makefile.in: Add define to CXXFLAGS. | Christopher Faylor | 2001-12-11 | 8 | -12/+15 | |
| | ||||||
* | remove extra mask info | Christopher Faylor | 2001-12-04 | 1 | -1/+1 | |
| | ||||||
* | remove extra mask info | Christopher Faylor | 2001-12-04 | 1 | -21/+0 | |
| | ||||||
* | * cygcheck.cc (usage): Add -c description. | Christopher Faylor | 2001-12-04 | 5 | -83/+142 | |
| | | | | | * cygpath.cc (usage): Alphabetize options. * strace.cc (usage): Ditto. | |||||
* | Fix typo. | Christopher Faylor | 2001-11-24 | 1 | -1/+1 | |
| | ||||||
* | * path.cc (cygpath): Don't consider cygpath stuff when trying to derive native | Christopher Faylor | 2001-11-22 | 2 | -1/+9 | |
| | | | | paths. | |||||
* | Patch by Mark Bradshaw <bradshaw@staff.crosswalk.com>: | Corinna Vinschen | 2001-11-21 | 2 | -20/+60 | |
| | | | | | | | | | | | * mkpasswd.c: include lmerr.h (main): New -u option to allow specifying a specific user. If specified, groups aren't displayed and output is limited to only the specified user. (enum_users): If specific user is specified, via -u option, display only that user's record. With -u use NetUserGetInfo instead of NetUserEnum. (load_netapi): Added netusergetinfo. | |||||
* | Change copyright. | Christopher Faylor | 2001-11-21 | 1 | -1/+1 | |
| | ||||||
* | * strace.cc (main): Change getopt() to getopt_long(). | Corinna Vinschen | 2001-11-17 | 2 | -2/+234 | |
| | | | | | | | | | | | | | | | | Add support for help and version info. Use new parse_mask() function for -m/--mask option. (longopts): Add long options structure. (opts): Move options string from getopts call to static var. (usage): Print usage information. (SCCSid): Version info. (version): New function for displaying version info. (parse_mask): New function supporting parsing of mnemonics, hex, and basic expressions in masks. (mnemonic2ul): New mnemonic parsing function. (tag_mask_mnemonic): New type. (mnemonic_table): New table of mnemonics for mnemonic2ul() to search through. | |||||
* | Fix ChangeLog entry. | Corinna Vinschen | 2001-11-12 | 1 | -0/+1 | |
| | ||||||
* | * cygcheck.cc (dump_sysinfo): Redefine output format slightly. | Corinna Vinschen | 2001-11-12 | 2 | -3/+10 | |
| | ||||||
* | * cygcheck.cc (main): Slight formatting tweak. | Christopher Faylor | 2001-11-12 | 2 | -1/+6 | |
| | ||||||
* | * cygcheck.cc (dump_sysinfo): Add some more details. | Corinna Vinschen | 2001-11-12 | 2 | -4/+22 | |
| | ||||||
* | Add missing ChangeLog entry. | Christopher Faylor | 2001-11-12 | 1 | -0/+4 | |
| | ||||||
* | * cygcheck.cc (dump_sysinfo): Print more detailed OS information string | Corinna Vinschen | 2001-11-12 | 2 | -12/+39 | |
| | | | | using OSVERSIONINFOEX information. | |||||
* | * path.h: New file. | Christopher Faylor | 2001-11-12 | 1 | -0/+11 | |
| | ||||||
* | * cygcheck.cc (scan_registry): Open registry with read-only access. | Christopher Faylor | 2001-11-12 | 5 | -16/+32 | |
| | | | | | | (main): Reflect argument change for dump_setup. * dump_setup.cc (dump_setup): Add preliminary extra argument for future use. * path.cc (read_mounts): Open registry with read-only access. | |||||
* | * cygcheck.cc (main): Display package info when '-s' is specified. | Christopher Faylor | 2001-11-11 | 3 | -6/+17 | |
| | | | | | * dump_setup.cc (dump_setup): Change header. Remove typo. Always sort packages output. | |||||
* | * dump_setup.cc: New file. | Christopher Faylor | 2001-11-11 | 5 | -25/+303 | |
| | | | | | | * Makefile.in: Add info for dump_setup.o. * cygcheck.cc (main): Recognize '-c' option for checking setup installed base. * path.cc (cygpath): Read mount table if not loaded. | |||||
* | * Makefile.in (cygcheck.exe): Compile as -mno-cygwin executable. | Christopher Faylor | 2001-11-11 | 4 | -13/+423 | |
| | | | | | | | | * path.cc: New file. * cygcheck.cc (init_paths): Use MS-DOS path syntax. (cygwin_info): Properly display cygwin version numbers. Prettify some output. (dump_sysinfo): Calculate max names of posix and ms-dos paths for prettier output. | |||||
* | * cygcheck.cc (dump_sysinfo): Print more detailed OS information string. | Corinna Vinschen | 2001-11-09 | 2 | -4/+25 | |
| | ||||||
* | * getfacl.c (username): New function. | Corinna Vinschen | 2001-11-04 | 3 | -51/+255 | |
| | | | | | | | | | | | | | (groupname): Ditto. (usage): Ditto. Add more user friendly help text. (main): Add -n and --help option. Print names instead of IDs unless -n option is given. * setfacl.c (getperm): Tolerate whitespace and comment chars in input. (getaclentry): Fix several input string misdetections. (getaclentries): Allow - as input file name to read from stdin. Tolerate whitespace and comment chars in input. (usage): Add more user friendly help text. (main): Add --help option. | |||||
* | * strace.cc (main): New option '-w'. Start traced process in separate | Egor Duda | 2001-11-04 | 2 | -3/+31 | |
| | | | | | | window. New option '-S x'. Flush buffered output every x seconds. (create_child): Start child process in new window, when requested. When requested, periodically flush debugging output. | |||||
* | Clarify checkin comment slightly. | Christopher Faylor | 2001-10-24 | 1 | -1/+2 | |
| | ||||||
* | * Makefile.in: Remove EXEEXT consideration. We always need EXEEXT. | Christopher Faylor | 2001-10-24 | 2 | -1/+5 | |
| | ||||||
* | * Makefile.in: Only build testsuite directory on first 'make check'. | Christopher Faylor | 2001-10-24 | 2 | -5/+4 | |
| | | | | | * configure.in: Remove testsuite from SUBDIRS. * configure: Regenerate. | |||||
* | * mkgroup.c: Avoid compiler warnings. | Corinna Vinschen | 2001-10-20 | 3 | -207/+238 | |
| | | | | | | | | | | (print_special): New function. (main): Print special accounts by calling print_special(). * mkpasswd.c: Avoid compiler warnings. (enum_users): Print additional U-domain\username info in gecos field when SIDs are printed. (print_special): New function. (main): Print special accounts by calling print_special(). | |||||
* | * mkpasswd.cc (enum_users): Shorten "unused" passwd field. | Christopher Faylor | 2001-10-15 | 2 | -1/+5 | |
| | ||||||
* | * Makefile.in: Allow stdinc searching for dumper. | Christopher Faylor | 2001-10-13 | 2 | -6/+10 | |
| | ||||||
* | * Makefile.in (MINGW_INCLUDES): Accomodate changes in Makefile.common. | Christopher Faylor | 2001-10-10 | 2 | -1/+5 | |
| | ||||||
* | * kill.cc (main): Set exit value to 1 on invalid pid. Perform minor cleanup. | Christopher Faylor | 2001-10-08 | 3 | -22/+21 | |
| | ||||||
* | * Makefile.in (mingw_getopt.o): Ensure that newlib include directories are not | Christopher Faylor | 2001-09-22 | 2 | -1/+6 | |
| | | | | searched. | |||||
* | * Makefile.in (MINGW_INCLUDES): Still need cygwin/include directory. | Christopher Faylor | 2001-09-21 | 2 | -1/+5 | |
| | ||||||
* | Add -t option. | Christopher Faylor | 2001-09-19 | 1 | -1/+1 | |
| | ||||||
* | * Makefile.in: Filter newlib includes from mingw compilation. | Christopher Faylor | 2001-09-19 | 2 | -3/+7 | |
| | ||||||
* | * dumper.cc (dumper::dumper): Print error code in case of error. | Egor Duda | 2001-09-14 | 2 | -7/+20 | |
| | | | | | | | | (dumper::add_thread): Ditto. (dumper::collect_memory_sections): Ditto. (dumper::dump_memory_region): Ditto. (dumper::collect_process_information): Ditto. (print_section_name): Fix formatting. | |||||
* | * dumper.cc (main): Properly recognize negative pids (used by w9x). | Egor Duda | 2001-09-13 | 2 | -1/+5 | |
| | ||||||
* | * dumper.cc (main): Change command-line arguments format to be | Egor Duda | 2001-09-09 | 2 | -22/+39 | |
| | | | | | | | similar to gdb. Allow adding error_start=x:\path\to\dumper.exe to CYGWIN environment variable to perform core dumping in case of program crash. (usage): Ditto. | |||||
* | * Makefile.in (dumper): Change logic for libbfd and libintl so that they will | Christopher Faylor | 2001-09-06 | 3 | -5/+11 | |
| | | | | | be found either in the build tree or the installed directory. * mkpasswd.c (enum_users): Add a comment as a password for NT. | |||||
* | * mount.cc (mount_commands): Don't write /cygdrive/u mount points. | Christopher Faylor | 2001-09-04 | 2 | -15/+22 | |
| | ||||||
* | * mount.cc (longopts): Add mount-commands to options list. | Christopher Faylor | 2001-09-03 | 2 | -2/+81 | |
| | | | | | (usage): Add mount-commands option. (mount_commands): New function. Write commands to recreate current mounts. | |||||
* | * mount.cc (main): Eliminate excess arguments in printf. | Christopher Faylor | 2001-09-01 | 2 | -1/+5 | |
| | ||||||
* | * dumper.h: Update copyright notice. | Egor Duda | 2001-08-30 | 3 | -6/+50 | |
| | | | | | | | | | | * dumper.cc: Ditto. * dumper.cc: (dumper::print_core_section_list): New function. * dumper.h: (dumper::print_core_section_list): Declare it. * dumper.cc (print_section_name): New function. (dumper::collect_process_information): Augment debugging output. Stop debugee processing if it posts double exception. (usage): Fix typo in option name. | |||||
* | * mount.cc (main): Issue correct warning for 'not enough arguments'. | Christopher Faylor | 2001-08-28 | 2 | -1/+8 | |
| | ||||||
* | * cygpath.cc (main): Support -w for Windows (System) directories and return | Christopher Faylor | 2001-08-15 | 2 | -2/+16 | |
| | | | | physical correct orthography for the Windows System dir. | |||||
* | fix typo. | Christopher Faylor | 2001-07-19 | 1 | -1/+1 | |
| | ||||||
* | * regtool.cc (find_key): Handle keys with only one subkey. | Corinna Vinschen | 2001-07-15 | 2 | -4/+12 | |
| | ||||||
* | * regtool.cc (find_key): Revert previous change. | Christopher Faylor | 2001-06-28 | 2 | -7/+8 | |
| |