Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * kill.cc (main): Allow negative pids (indicates process groups). | Christopher Faylor | 2003-09-20 | 2 | -3/+18 |
| | |||||
* | * parse_pe.cc (exclusion::sort_and_check): Make error message a little more | Christopher Faylor | 2003-09-18 | 3 | -9/+16 |
| | | | | explicit and ignore (hopefully) harmless region overlap. | ||||
* | * kill.c (forcekill): Wait for process to terminate even if TerminateProcess | Christopher Faylor | 2003-09-13 | 2 | -3/+9 |
| | | | | says it failed. | ||||
* | * Makefile.in: Tweak mingw libz.a detection to make it more reliably detect | Christopher Faylor | 2003-09-12 | 2 | -5/+10 |
| | | | | when libz.a is not available. | ||||
* | * cygcheck.cc (dump_only): New global variable. | Corinna Vinschen | 2003-09-11 | 2 | -3/+20 |
| | | | | | | | (usage): Add "--dump-only" option, fix "--verbose" line. (longopts, opts): Add "--dump-only" option. (main): Process the "--dump-only" flag. Add new semantic check. Pass dump_only information to dump_setup(). | ||||
* | * getfacl (main): Remove extern declaration of optind. | Corinna Vinschen | 2003-09-11 | 3 | -3/+5 |
| | | | | * setfacl (main): Remove extern declaration of optarg and optind. | ||||
* | * Makefile.in (cygcheck.o): Use MINGW_CXX for compilation. | Christopher Faylor | 2003-09-11 | 4 | -7/+14 |
| | | | | | | * cygcheck.cc: Just include <getopt.h> rather than cygwin version. (pretty_id): Avoid compiler warnings. * cygpath.cc (usage): Ditto. | ||||
* | * Makefile.in (MINGW_CXX): Define and use for mingw-compiled files. | Christopher Faylor | 2003-09-11 | 3 | -13/+22 |
| | | | | | * path.cc: Include more path info in cygwin-specific includes since the cygwin directory is no longer included by default. | ||||
* | * Makefile.in: More fixups to adjust for the fact that mingw_getopt.o is no | Christopher Faylor | 2003-09-11 | 2 | -3/+8 |
| | | | | longer built. | ||||
* | * Makefile.in: Remove references to getopt since it is now part of mingwex. | Christopher Faylor | 2003-09-10 | 2 | -12/+9 |
| | |||||
* | fix typo | Christopher Faylor | 2003-09-08 | 1 | -1/+1 |
| | |||||
* | * Makefile.in (zlib_h): Rename libz.h -> zlib.h. | Christopher Faylor | 2003-09-08 | 2 | -1/+5 |
| | |||||
* | * Makefile.in: Detect existence of mingw zlib headers and libraries. Build | Christopher Faylor | 2003-09-08 | 3 | -30/+59 |
| | | | | | | | | | | | cygcheck wihtout package checking if they are unavailable. * dump_setup.cc: Generate dummy zlib macros when zlib is not available. (open_package_list): Use zlib functions to uncompress package lists. Return gzFile rather than FILE *. (check_package_files): Change fp to gzFile to accommodate zlib functions. Use gzgets to read from package file. Use gzclose to close the handle. (package_list): Ditto. (package_find): Ditto. | ||||
* | * dump_setup.cc (check_package_files): Don't fail on empty package. | Christopher Faylor | 2003-09-06 | 2 | -3/+6 |
| | |||||
* | * mount.cc (mount_commands): Ensure user mode is actually user mode and not the | Christopher Faylor | 2003-09-04 | 2 | -36/+47 |
| | | | | default system mode. | ||||
* | * kill.cc (forcekill): Silence some compiler warnings. | Christopher Faylor | 2003-09-01 | 2 | -2/+7 |
| | |||||
* | * Makefile.in: Oops. Put the '...' in the right place. | Christopher Faylor | 2003-09-01 | 2 | -2/+6 |
| | |||||
* | * Makefile.in: Display "..." when not-verbose. | Christopher Faylor | 2003-09-01 | 3 | -5/+15 |
| | | | | | * kill.cc (forcekill): Default to entered pid when pinfo fails. Issue some warnings when things don't work. | ||||
* | * dump_setup.cc (check_package_files): Strip leading / and ./ from | Corinna Vinschen | 2003-08-17 | 2 | -0/+11 |
| | | | | package file names. | ||||
* | * dump_setup.cc (package_find): Don't stop searching on missing | Corinna Vinschen | 2003-08-16 | 2 | -15/+27 |
| | | | | | | | | | file list. (package_list): Ditto. * dump_setup.cc: (package_list): Make output terse unless verbose requested. Fix formatting. (package_find): Ditto. | ||||
* | * cygcheck.cc (main): Fix some formatting and help text printing. | Corinna Vinschen | 2003-08-15 | 3 | -64/+230 |
| | | | | | | | | | | | | | | | | | | | | | | * cygcheck.cc (find_package,list_package): New global variables. (usage): Add "--find-package" and "--list-package" options, reformat output. (longopts, opts): Add "--find-package" and "--list-package" options. (main): Process the "--find-package" and "--list-package" flags. Add new semantic checks. Add calls to find_package() and list_package(). * dump_setup.cc: Fix header comment. (match_argv): Change return type to int to distinguish between real matches and default ones. (open_package_list): New static function. (check_package_files): Factor out opening the package list file into open_package_list(). (get_packages): New static function. (dump_setup): Factor out getting a list of packages into get_packages(). (package_list, package_find): New global functions. | ||||
* | * regtool.cc (usage): Add missing linefeed. Move example to --help | Corinna Vinschen | 2003-08-15 | 2 | -15/+22 |
| | | | | text. Fix forward slash description. | ||||
* | * dump_setup.cc (check_package_files): Fix extra '/' in filename. | Corinna Vinschen | 2003-08-13 | 2 | -4/+9 |
| | | | | Resize command buffer. Fix buffer overflow bug. | ||||
* | * dump_setup.cc (dump_setup): Check for the existence of the package list file. | Christopher Faylor | 2003-08-10 | 2 | -15/+37 |
| | | | | Rework slightly to use static buffer for popen commands. | ||||
* | * dump_setup.cc (version_len): New static variable. | Christopher Faylor | 2003-08-09 | 2 | -15/+138 |
| | | | | | | | | | | (could_not_access,directory_exists): New static function. (file_exists): Ditto. (check_package_files): Ditto. (dump_setup): Check the contents of each package if check_files is true and output the result in the "Status" column. Flush output after each package. * dump_setup.cc (dump_setup): Remove redundant null check. Add informative message if package info not found. | ||||
* | change default for --change-default-prefix | Christopher Faylor | 2003-08-05 | 1 | -1/+1 |
| | |||||
* | * mount.cc (do_mount): Issue warning when using managed mount option on | Christopher Faylor | 2003-07-26 | 2 | -0/+25 |
| | | | | non-empty directory. | ||||
* | * configure.in: Use 'install-sh -c'. | Christopher Faylor | 2003-07-26 | 1 | -0/+5 |
| | | | | * configure: Regenerate. | ||||
* | preliminary checkin | Christopher Faylor | 2003-07-26 | 2 | -2/+2 |
| | |||||
* | preliminary checkin | Christopher Faylor | 2003-07-26 | 3 | -5/+5 |
| | |||||
* | * configure.in: Always use install-sh. | Christopher Faylor | 2003-07-25 | 3 | -8/+17 |
| | | | | * configure: Regenerate. | ||||
* | * mount.cc (struct opt): Remove posix option. | Christopher Faylor | 2003-07-04 | 3 | -2/+22 |
| | |||||
* | * mount.cc (longopts): Add long "options" keyword. | Christopher Faylor | 2003-07-04 | 3 | -2/+72 |
| | | | | | | | | (opts): Add -o option. (usage): Display -o option. (struct opt): New. (concat3): New function. (main): Handle -o flag. | ||||
* | * cygcheck.cc (pretty_id): Rework slightly to not rely on spaces. | Christopher Faylor | 2003-06-13 | 2 | -7/+11 |
| | |||||
* | clarify | Christopher Faylor | 2003-06-13 | 1 | -1/+2 |
| | |||||
* | Throughout, always return error when GetShortPathName returns 0. | Christopher Faylor | 2003-06-12 | 2 | -3/+7 |
| | |||||
* | * mkpasswd.c (usage) Remove extra newline from description output. | Joshua Daniel Franklin | 2003-04-26 | 3 | -6/+26 |
| | |||||
* | * cygcheck.cc (usage) Add description output. | Joshua Daniel Franklin | 2003-04-26 | 15 | -5/+40 |
| | |||||
* | Pierre's update for mkgroup/mkpasswd | Joshua Daniel Franklin | 2003-04-10 | 1 | -10/+10 |
| | |||||
* | 2003-04-10 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-04-10 | 3 | -88/+94 |
| | | | | | | | | | | | | | * mkpasswd.c (current_user): print uid and gid as unsigned. (enum_users): Ditto. Do not free servername. (usage): Update to allow several domains and improve -p. (main): On Win9x limit uids to 1000. Only print specials when -l is specified. Add a loop to allow several domains and free servername in the loop. * mkgroup.c (enum_groups): Do not free servername. (usage): Update to allow several domains. Change uid to gid. (main): Only print specials when -l is specified. Add a loop to allow several domains and free servername in the loop. | ||||
* | note mount binary default. | Christopher Faylor | 2003-03-27 | 1 | -2/+2 |
| | |||||
* | * cygcheck.cc (dump_sysinfo): Ensure that CYGWIN environment variable is | Christopher Faylor | 2003-03-25 | 2 | -1/+10 |
| | | | | correctly set. | ||||
* | fix typo | Christopher Faylor | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | . | Christopher Faylor | 2003-03-09 | 1 | -1/+1 |
| | |||||
* | * getfacl.c (username): Fix ambiguous printf calls. | Corinna Vinschen | 2003-03-09 | 2 | -6/+12 |
| | | | | | (groupname): Ditto. (main): Ditto. | ||||
* | * Makefile.in (strace.exe): Include mingw_getopt.o in link line. | Christopher Faylor | 2003-03-04 | 6 | -10/+21 |
| | | | | | | | | * cygcheck.cc (print_version): Update copyright. * strace.cc (print_version): Ditto. (main): Allow cygwin paths for -o option. (create_child): Allow cygwin path as argv[0]. * path.cc (path.cc): Allow UNC paths. | ||||
* | Document new mkgroup,mkpasswd options | Joshua Daniel Franklin | 2003-03-01 | 1 | -27/+47 |
| | |||||
* | 2003-03-01 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-03-01 | 3 | -14/+32 |
| | | | | | | | | * mkpasswd.cc (main): On Win95, output both a default line and a line for the current user (if known) with a pseudorandom uid. If the -u switch is given, produce a line for the specified user. * mkgroup.cc (main): On Win95 change the group name from "unknown" to "all". | ||||
* | * Makefile.in (cygcheck.o): Fix so that actual mingw include files are used. | Christopher Faylor | 2003-03-01 | 3 | -5/+94 |
| | | | | | | | * cygcheck.cc (find_on_path): Translate from cygwin path when qualified path name found. (pretty_id): New function. Dump output of id command. (dump_sysinfo): Call pretty_id for CYGWIN=ntsec and CYGWIN=nontsec cases. | ||||
* | * cygpath.cc (doit): Allocate more space for non-path filename. | Christopher Faylor | 2003-02-12 | 2 | -5/+9 |
| |