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:
authorCorinna Vinschen <corinna@vinschen.de>2012-04-05 17:37:32 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-04-05 17:37:32 +0400
commit036fb4772c9fab16a0e725daec7a3e2ded7612f6 (patch)
tree3d3402863d13f84f0c2a458d7731b6a7612408c9 /winsup/utils/ChangeLog
parentb475fe549740181baa5812af7534613f36e555b0 (diff)
* mkgroup.c (print_special_by_sid): Rename from print_special. Change
calls throughout. (print_special_by_name): New function. (main): Call print_special_by_name for TrustedInstaller account. * mkpasswd.c (print_special_by_sid): Rename from print_special. Change calls throughout. (print_special_by_name): New function. (enum_std_accounts): Call print_special_by_name for TrustedInstaller account.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 50a957ae4..2011c34c7 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,15 @@
+2012-04-05 Corinna Vinschen <corinna@vinschen.de>
+
+ * mkgroup.c (print_special_by_sid): Rename from print_special. Change
+ calls throughout.
+ (print_special_by_name): New function.
+ (main): Call print_special_by_name for TrustedInstaller account.
+ * mkpasswd.c (print_special_by_sid): Rename from print_special. Change
+ calls throughout.
+ (print_special_by_name): New function.
+ (enum_std_accounts): Call print_special_by_name for TrustedInstaller
+ account.
+
2012-02-24 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* pldd.c: Fix typo in license header.