Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog112
1 files changed, 0 insertions, 112 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 09dc0bf31..8559de18d 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,87 +1,9 @@
-2014-11-10 Corinna Vinschen <corinna@vinschen.de>
-
- * cygcheck.cc (dump_sysinfo): Handle Windows 10/Server 2014(?).
-
-2014-11-03 Corinna Vinschen <corinna@vinschen.de>
-
- * mkgroup.c (enum_local_groups): Don't generate leading separator char
- for builtin accounts.
-
-2014-10-29 Corinna Vinschen <corinna@vinschen.de>
-
- * setfacl.c (setfacl): Fix bracketing in expression.
-
-2014-10-27 Corinna Vinschen <corinna@vinschen.de>
-
- * setfacl.c (usage): Add -b to require options.
-
-2014-10-27 Corinna Vinschen <corinna@vinschen.de>
-
- * setfacl.c (action_t): Add DeleteAll value.
- (delacl): New function to remove all ACL entries not representing POSIX
- permissions.
- (setfacl): Rearrange conditional expression into switch statement.
- Add DeleteAll case.
- (usage): Add and describe -b option.
- (longopts): Add --remove-all option.
- (opts): Add -b option.
- (main): Handle -b option.
-
2014-10-21 Corinna Vinschen <corinna@vinschen.de>
* cygcheck.cc (CYGLSA64_DLL): Remove unused macro.
(dump_sysinfo): If COMSPEC isn't set in the MSVCRT environment, set it.
Explain why.
-2014-09-03 Corinna Vinschen <corinna@vinschen.de>
-
- * setfacl.c (addmissing): New function to add missing acl entries to
- a modified acl per the rules set by aclcheck.
- (setfacl): Call addmissing unless action is Delete.
-
-2014-09-03 Corinna Vinschen <corinna@vinschen.de>
-
- * setfacl.c (getaclentry): Fix previous fix again. Allow lone 'm' as
- well as any lone default entry if action is Delete. Fix comments.
- (usage): Align usage text.
-
-2014-09-03 Corinna Vinschen <corinna@vinschen.de>
-
- * setfacl.c (getaclentry): Fix return value in case of a lone 'm' if
- action is Delete. Drop requirement for a trailing colon if action is
- Delete.
-
-2014-08-31 Corinna Vinschen <corinna@vinschen.de>
-
- * setfacl.c (usage): Drop outdated note that default ACEs are not
- taken into account.
-
-2014-08-31 Corinna Vinschen <corinna@vinschen.de>
-
- * getfacl.c (usage): Add flags description.
- (main): Print suid/sgid/vtx flags if available.
-
-2014-08-15 Corinna Vinschen <corinna@vinschen.de>
-
- * configure.ac: Convert to new AC_INIT style.
- * configure: Regenerate.
-
-2014-08-14 Corinna Vinschen <corinna@vinschen.de>
-
- * utils.xml: Move to ../doc.
-
-2014-08-06 Corinna Vinschen <corinna@vinschen.de>
-
- * passwd.c (usage): Rename DAYS to MINDAYS and MAXDAYS.
- * utils.xml (passwd): Ditto.
-
-2014-07-29 Corinna Vinschen <corinna@vinschen.de>
-
- * mkgroup.c (usage): Move info message that this /etc/group isn't really
- required anymore more to the top of the usage output.
- * mkpasswd.c (usage): Ditto for /etc/passwd. Drop old text from output.
- * utils.xml: Fix accordingly.
-
2014-06-16 Corinna Vinschen <corinna@vinschen.de>
* passwd.c (main): Fix typo in error output.
@@ -104,40 +26,6 @@
* minidumper.cc (minidump): Fix copy and paste error in checking
result of OpenProcess().
-2014-02-24 Corinna Vinschen <corinna@vinschen.de>
-
- * mkgroup.c (domlist_t): Drop id_offset.
- (get_dcname): Remove.
- (current_group): Remove.
- (enum_unix_groups): Simplify. Change space to underscore in domain
- name.
- (enum_local_groups): Simplify to accommodate the fact that it's only
- called for foreign machines.
- (enum_groups): Ditto.
- (print_special_by_sid): Remove.
- (print_special_by_name): Remove.
- (usage): Align to new code.
- (fetch_primary_domain): Remove.
- (main): Use cygwin_internal CW_SETENT, CW_GETENT and CW_ENDENT method.
- Call enum_local_groups, enum_groups, and enum_unix_groups only for
- foreign machines.
- * mkpasswd.c (get_dcname): Remove.
- (current_user): Remove.
- (enum_unix_users): Simplify. Change space to underscore in domain name.
- (enum_users): Simplify to accommodate the fact that it's only
- called for foreign machines.
- (print_special_by_sid): Remove.
- (usage): Align to new code.
- (longopts): Add -b/--no-builtin option.
- (opts): Add -b option.
- (print_special_by_name): Remove.
- (enum_std_accounts): Remove.
- (fetch_primary_domain): Remove.
- (main): Use cygwin_internal CW_SETENT, CW_GETENT and CW_ENDENT method.
- Call enum_users and enum_unix_users only for foreign machines.
- * utils.xml (mkgroup): Align documentation to new usage.
- (mkpasswd): Ditto.
-
2014-02-23 Jon TURNEY <jon.turney@dronecode.org.uk>
* minidumper.cc (minidump): Fix -t option argument handling.