Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * mkgroup.cc (netapibufferallocate,netgroupgetinfo): New function | Corinna Vinschen | 2004-07-12 | 3 | -10/+67 |
| | | | | | | | | | | | pointers. (load_netapi): Load NetApiBufferAllocate and NetGroupGetInfo. (enum_local_groups,enum_groups): Add disp_groupname parameter. Load info for disp_groupname if specified. (usage): Add description of "-g/--group" option. (longopts,opts): Add "-g/--group" option. (main): Process "-g/--group" option. * utils.sgml (mkgroup): Add description of "-g/--group" option | ||||
* | * dumper.cc (dumper::prepare_core_dump): Use bfd_get_section_size | Alan Modra | 2004-06-15 | 3 | -7/+16 |
| | | | | | | instead of _raw_size. (dumper::write_core_dump): Likewise. * parse_pe.cc (select_data_section): Likewise. | ||||
* | Define ps status flags | Joshua Daniel Franklin | 2004-06-11 | 1 | -1/+5 |
| | |||||
* | 2004-05-29 John Paul Wallington <jpw@gnu.org> | Joshua Daniel Franklin | 2004-05-30 | 2 | -1/+5 |
| | | | | * ssp.c (usage): Add missing linefeed. | ||||
* | clarify last entry slightly. | Christopher Faylor | 2004-05-27 | 1 | -2/+2 |
| | |||||
* | * kill.cc (listsig): NSIG includes Signal 0, so we need to avoid calling | Christopher Faylor | 2004-05-27 | 2 | -1/+6 |
| | | | | strtosigno with NSIG - 1. | ||||
* | * cygcheck.cc (dump_sysinfo): Remove "Win95/NT" from output. | Christopher Faylor | 2004-03-21 | 2 | -1/+5 |
| | |||||
* | * cygpath.cc (usage): Don't issue helpful message if -i is used. | Christopher Faylor | 2004-03-15 | 2 | -4/+11 |
| | | | | (from Igor Pechtchanski) | ||||
* | * kill.cc (get_debug_priv): New function. | Corinna Vinschen | 2004-03-13 | 2 | -0/+35 |
| | | | | (forcekill): Call get_debug_priv before trying to kill process. | ||||
* | * cygpath.cc (long_options): Add "mode" option. | Christopher Faylor | 2004-02-25 | 3 | -6/+41 |
| | | | | | | | (options): Ditto. (usage): Report on new option. (report_mode): New function. (main): Implement -M option. | ||||
* | * Makefile.in (build_dumper): Detect missing iconv library. | Christopher Faylor | 2004-02-21 | 4 | -13/+35 |
| | | | | | | * cygpath.cc (dowin): Report on filename conversion errors. (doit): Ditto. * strace.cc (main): Use symbolic constant for _STRACE_ALL when setting mask. | ||||
* | * ssp.c (opts): Add leading '+' to force posixly correct behaviour. | Corinna Vinschen | 2004-02-14 | 2 | -1/+5 |
| | |||||
* | * strace.cc (opts): Add leading '+' to force posixly correct | Corinna Vinschen | 2004-02-11 | 2 | -6/+7 |
| | | | | | behaviour. (main): Revert POSIXLY_CORRECT manipulations. | ||||
* | * utils.sgml: Update cygcheck options | Joshua Daniel Franklin | 2004-02-11 | 1 | -28/+63 |
| | |||||
* | * strace.cc (main): Guard against previous setting of POSIXLY_CORRECT. | Christopher Faylor | 2004-02-11 | 2 | -1/+9 |
| | |||||
* | * strace.cc: Update copyrights. | Christopher Faylor | 2004-02-10 | 3 | -4/+9 |
| | | | | * cygcheck.cc: Update copyrights. | ||||
* | * strace.cc (main): Ensure POSIXLY_CORRECT argument ordering. | Christopher Faylor | 2004-02-10 | 4 | -1/+8 |
| | | | | * cygcheck.cc (main): Ditto. | ||||
* | Cleanup minor markup problems. | Joshua Daniel Franklin | 2004-01-24 | 1 | -1/+3 |
| | |||||
* | * cygcheck.cc (pretty_id): Make more robust in absence of id.exe. | Christopher Faylor | 2004-01-23 | 2 | -3/+20 |
| | |||||
* | * cygpath.cc (dowin): Revert accidental checkin from November. | Corinna Vinschen | 2004-01-22 | 2 | -8/+23 |
| | |||||
* | Document new passwd options. | Joshua Daniel Franklin | 2004-01-20 | 1 | -22/+41 |
| | |||||
* | * mkgroup.c (main): Print "root" group with local admins group sid | Corinna Vinschen | 2003-11-26 | 2 | -0/+13 |
| | | | | and gid 0. | ||||
* | * Makefile.in: Add rules to build ipcrm and ipcs. | Corinna Vinschen | 2003-11-19 | 4 | -1/+1061 |
| | | | | | * ipcrm.c: New file. * ipcs.c: New file. | ||||
* | Revert most of last check in to ChangeLog. It duplicated | Corinna Vinschen | 2003-11-19 | 1 | -1237/+0 |
| | | | | accidentally a big bunch of old entries. | ||||
* | * mkgroup.c: Avoid compiler warnings throughout. | Corinna Vinschen | 2003-11-14 | 4 | -15/+1258 |
| | | | | | * mkpasswd.c: Ditto. * passwd.c: Ditto. | ||||
* | * cygpath.cc (main): Allow multiple pathnames on command line. | Corinna Vinschen | 2003-11-07 | 2 | -22/+17 |
| | |||||
* | * passwd.c (PrintPW): Turn around meaning printed for "Password not | Corinna Vinschen | 2003-11-04 | 2 | -11/+22 |
| | | | | | | required" option to be in line with Windows meaning. (main): Use more appropriate 1008 option when calling NetUserSetInfo to change flag values. | ||||
* | * passwd.c (UF_LOCKOUT): Remove (defined in lmaccess.h). | Corinna Vinschen | 2003-11-04 | 2 | -35/+134 |
| | | | | | | | | | | | | | | | (version): Bump version number to 1.5. (longopts): Add -c, -C, -e, -E, -p, -P options. (opts): Ditto. (PrintPW): Print values of UF_PASSWD_CANT_CHANGE and UF_DONT_EXPIRE_PASSWD flags. Slightly reformat output. Don't suppress correct system password settings just because the account has admin privileges. (usage): Define as "noreturn" function. Restructure and rephrase output. Accomodate new options. (print_version): Fix copyright dates. (main): Accomodate new options for setting UF_PASSWD_CANT_CHANGE, UF_DONT_EXPIRE_PASSWD and UF_PASSWD_NOTREQD settings. | ||||
* | revert accidental checkin | Christopher Faylor | 2003-10-17 | 1 | -8/+19 |
| | |||||
* | * cygcheck.cc (pretty_id): Don't exec if `id' program is not found. | Christopher Faylor | 2003-10-17 | 4 | -26/+16 |
| | |||||
* | * 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. |