Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * 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 | |
| | ||||||
* | * dump_setup.cc (compar): Use case insensitive comparisons. | Christopher Faylor | 2003-02-07 | 2 | -11/+11 | |
| | | | | | (dump_setup): Calculate package_len based on already used "len". Don't bother with version_len. | |||||
* | * dump_setup.cc (dump_setup): Compute the longest package name | Corinna Vinschen | 2003-02-07 | 2 | -1/+12 | |
| | | | | and align columns properly. | |||||
* | * cygcheck.cc (common_apps): Add some more apps. | Christopher Faylor | 2003-02-07 | 3 | -1/+13 | |
| | | | | * path.cc (get_cygdrive): Correctly set system flag. | |||||
* | * cygwinenv.sgml: Add section for 'CYGWIN codepage:[ansi|oem]' | Joshua Daniel Franklin | 2003-02-03 | 1 | -0/+9 | |
| | ||||||
* | * Makefile.in (ALL_LDFLAGS): Remove newlib/libm from tools paths. | Corinna Vinschen | 2003-01-22 | 2 | -3/+6 | |
| | | | | (MINGW_LDFLAGS): Remove in favor of definition from Makefile.common. | |||||
* | * mkgroup.c: Fix copyright date. | Corinna Vinschen | 2003-01-15 | 4 | -6/+12 | |
| | | | | | | | * mkpasswd.c: Ditto. * setfacl.c: Ditto. Fix ChangeLog typos. | |||||
* | * setfacl (usage): Remove double ":" for mask and other. | Corinna Vinschen | 2003-01-10 | 2 | -2/+6 | |
| | ||||||
* | * mkpasswd.cc (current_user): Create. | Corinna Vinschen | 2003-01-08 | 3 | -159/+350 | |
| | | | | | | | | | | | | | (usage): Reorganize to support Win95/98/ME. (main): Add option for -c. Reorganize to parse options for Win95/98/ME and to call current_user. Add username in gecos field on Win95/98/ME. * mkgroup.cc (enum_groups): Print gid with %u. (print_win_error): Create from passwd.cc. (current_group): Create. (usage): Reorganize to support Win95/98/ME. (main): Add option for -c. Reorganize to parse options for Win95/98/ME and to call current_group. | |||||
* | minor reformatting | Christopher Faylor | 2002-12-25 | 1 | -0/+2 | |
| | ||||||
* | * setfacl.c (main): Place a single : after other and mask. | Corinna Vinschen | 2002-12-15 | 3 | -5/+11 | |
| | | | | | * getfacl.c (getaclentry): Allow both : and :: for other and mask. (main): Remove extraneous break. | |||||
* | * mkpasswd.c (main): Set pw_passwd field to '*' on 9x/Me. | Corinna Vinschen | 2002-11-25 | 2 | -5/+9 | |
| | ||||||
* | * setfacl.c (getperm): Set only `other' permission bits. | Corinna Vinschen | 2002-11-24 | 2 | -4/+9 | |
| | | | | (getaclentry): Set a_id to -1 by default. | |||||
* | * getfacl.c (permstr): Use `other' permission bits for requesting | Corinna Vinschen | 2002-11-24 | 2 | -3/+8 | |
| | | | | ace permissions. | |||||
* | * setfacl.c (usage): Add missing LF. | Corinna Vinschen | 2002-11-08 | 2 | -1/+5 | |
| | ||||||
* | * cygpath.cc (get_long_path_name_w32impl): Define similarly to GetLongPathName. | Christopher Faylor | 2002-10-31 | 2 | -132/+105 | |
| | | | | | | | (get_long_name): Correctly prototype GetLongPathName. (get_long_paths): Implement using get_long_name to cut down on code duplication. (doit): Do various things to make path output work predictably. | |||||
* | fix changelog | Christopher Faylor | 2002-10-19 | 1 | -0/+1 | |
| | ||||||
* | * mount.cc (usage): Correctly report default mode. | Christopher Faylor | 2002-10-19 | 3 | -4/+8 | |
| | ||||||
* | * cygpath.cc (close_arg): Remove unused static. | Christopher Faylor | 2002-09-30 | 5 | -12/+20 | |
| | | | | | | | * mkgroup.c (enum_local_users): Avoid compiler warning. (enum_users): Ditto. * mkpasswd.c: Ditto throughout. * ssp.c: Ditto throughout. | |||||
* | * cygcheck.cc: Include sys/time.h rather than time.h to avoid a compiler error. | Christopher Faylor | 2002-09-19 | 2 | -1/+6 | |
| | ||||||
* | * cygcheck.cc: Reorder includes to avoid compiler error. | Christopher Faylor | 2002-09-17 | 2 | -2/+6 | |
| | ||||||
* | Add final newlines to utils | Joshua Daniel Franklin | 2002-09-15 | 14 | -13/+41 | |
| | ||||||
* | 2002-09-12 Igor Pechtchanski <pechtcha@cs.nyu.edu> | Joshua Daniel Franklin | 2002-09-15 | 2 | -2/+10 | |
| | | | | | | * cygpath.cc (options) New global variable. (main) Make short options global for easier change. (print_version) Add a missing newline. | |||||
* | output some newlines. | Christopher Faylor | 2002-08-23 | 1 | -2/+2 | |
| | ||||||
* | fix some glitches | Christopher Faylor | 2002-08-21 | 1 | -5/+5 | |
| | ||||||
* | * regtool.cc (find_key): Add support for custom key separator. | Christopher Faylor | 2002-08-13 | 2 | -3/+19 | |
| | | | | (usage): Document it. | |||||
* | * mkgroup.c (main): Don't print an entry for "Everyone". | Corinna Vinschen | 2002-08-02 | 3 | -4/+15 | |
| | | | | | * mkpasswd.c (print_special): Set pw_gid to 544 for SYSTEM user. (main): Don't print an entry for "Everyone". | |||||
* | jdf fix. | Christopher Faylor | 2002-07-16 | 1 | -6/+6 | |
| |