📄 changelog
字号:
2002-11-25 Corinna Vinschen <corinna@vinschen.de> * mkpasswd.c (main): Set pw_passwd field to '*' on 9x/Me.2002-11-24 Corinna Vinschen <corinna@vinschen.de> * setfacl.c (getperm): Set only `other' permission bits. (getaclentry): Set a_id to -1 by default.2002-11-24 Corinna Vinschen <corinna@vinschen.de> * getfacl.c (permstr): Use `other' permission bits for requesting ace permissions.2002-11-08 Corinna Vinschen <corinna@vinschen.de> * setfacl.c (usage): Add missing LF.2002-10-30 Christopher Faylor <cgf@redhat.com> * cygpath.cc (get_long_path_name_w32impl): Define similarly to GetLongPathName. (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.2002-10-19 Christopher Faylor <cgf@redhat.com> * mount.cc (usage): Correctly report default mode. * strace.cc (main): Use strtoul as appropriate.2002-09-29 Christopher Faylor <cgf@redhat.com> * cygpath.cc (close_arg): Remove unused static. * mkgroup.c (enum_local_users): Avoid compiler warning. (enum_users): Ditto. * mkpasswd.c: Ditto throughout. * ssp.c: Ditto throughout.2002-09-18 Christopher Faylor <cgf@redhat.com> * cygcheck.cc: Include sys/time.h rather than time.h to avoid a compiler error.2002-09-17 Christopher Faylor <cgf@redhat.com> * cygcheck.cc: Reorder includes to avoid compiler error.2002-09-15 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * cygcheck.cc (print_version) Add final newline. * getfacl.c (print_version) Add final newline. * kill.cc (print_version) Add final newline. * mkgroup.c (print_version) Add final newline. * mkpasswd.c (print_version) Add final newline. * mount.cc (print_version) Add final newline. * passwd.c (print_version) Add final newline. * ps.cc (print_version) Add final newline. * regtool.cc (print_version) Add final newline. * setfacl.c (print_version) Add final newline. * ssp.c (print_version) Add final newline. * strace.cc (print_version) Add final newline. * umount.cc (print_version) Add final newline.2002-09-12 Igor Pechtchanski <pechtcha@cs.nyu.edu> * cygpath.cc (options) New global variable. (main) Make short options global for easier change. (print_version) Add a missing newline.2002-08-07 Igor Pechtchanski <pechtcha@cs.nyu.edu> * regtool.cc (find_key): Add support for custom key separator. (usage): Document it.2002-08-02 Corinna Vinschen <corinna@vinschen.de> * mkgroup.c (main): Don't print an entry for "Everyone". * mkpasswd.c (print_special): Set pw_gid to 544 for SYSTEM user. (main): Don't print an entry for "Everyone".2002-07-06 Christopher Faylor <cgf@redhat.com> * configure.in: Check for libiconv.a. * configure: Regenerate. * Makefile.in: Add libiconv.a to libraries required for dumper.exe.2002-07-06 Christopher Faylor <cgf@redhat.com> * Makefile.in: Use MINGW stuff from Makefile.common.2002-07-01 Corinna Vinschen <corinna@vinschen.de> * mkgroup.c: Add function pointers for functions from advapi32.dll. (load_netapi): Load used functions from advapi32.dll. (main): Use function pointers instead of statically linked functions from advapi32.dll.2002-07-01 Christopher Faylor <cgf@redhat.com> * mount.cc (main): Ensure that mount_already_exists() also gets default flag that is passed to do_mount.2002-06-22 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * cygpath.cc (long_options): Add "dos" and "mixed", correct "close", "file" and "type" to use NULL flag. (usage): Clean up usage output (more), accomodate new options. (main): Add --dos and --mixed options; accomodate all output forms in --type. Make UNIXy output default.2002-06-18 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * cygpath.cc (usage): Clean up usage output. (dowin): Correct output of -t mixed for -ADHPSW options.2002-06-14 Corinna Vinschen <corinna@vinschen.de> * passwd.c: Rearrange includes to avoid unnecessary warnings. (GetPW): Add parameter to (dis)allow printing of Windows username. Use defines instead of numerical constants where possible. Try avoiding impersonation problem. Rearrange to print Windows username only if it's different from Cygwin username. (ChangePW): Use defines instead of numerical constants where possible. (main): Call GetPW with additional parameter. Change error text.2002-06-14 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * passwd.c (GetPW): Handle case of user-edited /etc/passwd with cygwin_internal (CW_EXTRACT_DOMAIN_AND_USER, ...).2002-06-09 Christopher Faylor <cgf@redhat.com> * path.cc (cygpath): Change MOUNT_AUTO to MOUNT_CYGDRIVE. (getmntent): Ditto.2002-06-09 Christopher Faylor <cgf@redhat.com> * mount.cc (main): Use default system/user flag for cygdrive stuff, too. (change_cygdrive_prefix): Change MOUNT_AUTO to MOUNT_CYGDRIVE. * umount.cc (remove_cygdrive_prefix): Ditto. (main): Use default system/user flag for cygdrive stuff, too.2002-06-08 Christopher Faylor <cgf@redhat.com> * mount.cc (opts): Remove '-i' option. (usage): Ditto. (main): Ditto. (longopts): Remove --import-old-mounts option.2002-06-07 David Peterson <chief@mail.idrive.com> Christopher Faylor <cgf@redhat.com> * cygpath.cc: Add option to output windows paths in different formats: "dos" and "mixed". (main): Process options. (doit): Check new options flags.2002-06-06 Egor Duda <deo@logos-m.ru> * regtool.cc (Fail): Be more verbose. (find_key): Add support for remote registry access. (usage): Document it. * utils.sgml: Document it.2002-06-06 Christopher Faylor <cgf@redhat.com> * strace.cc (main): Make toggle a local variable.2002-06-07 Conrad Scott <conrad.scott@dsl.pipex.com> * strace.cc (toggle): New global variable. (error): Use exit instead of ExitProcess so that stdio buffers get flushed. (create_child): Remove command line error checking. (dostrace): Ditto. (dotoggle): New function. (usage): Add entry for new option -T|--toggle. Alphabetize. (longopts): Add new option -T|--toggle. (opts): Ditto. (main): Handle new -T|--toggle option. Move all command line checking here from other functions. * utils.sgml: Update section for strace.2002-06-05 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * strace.cc (version): New global variable. (usage): Accommodate stdout output. (print_version): New function.2002-06-03 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * ssp.c (version): New global variable. (longopts): Ditto. (opts): Ditto. (run_program): Correct cmd_line typos to cmdline. (usage): New function. Standardize usage output. Add ssp.txt to --help output. (print_version): New function. (main): Accommodate getopt.2002-06-03 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * umount.cc (version): New global variable. (longopts): Accommodate new --version option. (opts): Ditto. (usage): Standardize usage output. (print_version): New function. (main): Accommodate --help, --version options.2002-06-02 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * regtool.cc (prog_name): New global variable. (longopts): Ditto. (opts): Ditto. (usage): Standardize usage output. Rearrange/add descriptions. (print_version): New function. (main): Accommodate longopts and new --help, --version options. Add check for (_argv[optind+1] == NULL).2002-06-02 Christopher Faylor <cgf@redhat.com> * strace.cc (forkdebug): Make true by default. (attach_process): Use window pid if cygwin pid isn't available (yet). (create_child): Use either DEBUG_ONLY_THIS_PROCESS or DEBUG_PROCESS, exclusively. (Suggested by Conrad.Scott@dsl.pipex.com)2002-05-30 Christopher Faylor <cgf@redhat.com> * mkpasswd.cc (main): Don't reset to binmode if stdout is a terminal.2002-05-29 Christopher Faylor <cgf@redhat.com> * mount.cc (main): Make -b the default.2002-05-29 Corinna Vinschen <corinna@vinschen.de> * ps.cc (main): Use uid or uid32 member of struct external_pinfo dependent of the value of the struct's version member.2002-05-29 Corinna Vinschen <corinna@vinschen.de> * ps.cc (main): Change print format for uid to unsigned. Use uid32 member of struct external_pinfo instead of uid.2002-05-28 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * passwd.c (prog_name): New global variable. (longopts): Ditto. (opts): Ditto. (usage): Standardize output. Accommodate new options. (print_version): New function. (main): Accommodate longopts and new --help, --version options.2002-05-28 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * ps.cc (usage): Fix typo.2002-05-27 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * ps.cc (prog_name): New global variable. (longopts): Ditto. (opts): Ditto. (usage): New function. (print_version): New function. (main): Accommodate longopts and new --help, --version options.2002-05-26 Christopher Faylor <cgf@redhat.com> * strace.cc (attach_process): Don't tell process to start stracing here. (proc_child): Do it here, instead, after first debug event. This should work around inexplicable races with DebugActiveProcess. (dostrace): Pass any pid argument to proc_child.2002-05-23 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * getfacl.c (usage): Standardize usage output. Change return type to static void. (print_version): New function. (longopts): Added longopts for all options. (main): Accommodate new help and version options.2002-05-22 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * mount.cc (version): New global variable. (usage): Standardize usage output. Accommodate new version option. (print_version): New function. (longopts): Accommodate new version option. (opts): Ditto. (main): Ditto.2002-05-22 Corinna Vinschen <corinna@vinschen.de> * cygpath.cc (usage): Change usage output slightly.2002-05-20 Joerg Schaible <joerg.schaible@gmx.de> * cygpath.cc (main): Add option l to support conversion to Windows long file names. Refactured code for capital options. Support of options from file for capital options. (dowin): New function. Refactured from main. (doit): Call long path conversion. (get_long_name): New function. (get_long_paths): New function. (get_long_path_name_w32impl): New function. Reimplementation of Windows API function GetLongPathName (only 98/Me/2000/XP or higher). (get_short_name): Call GetShortPathName only once. (get_short_paths): Fix calculating buffer size. * utils.sgml: Update cygpath section for l option.2002-05-18 Christopher Faylor <cgf@redhat.com>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -