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>2014-11-24 14:07:32 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-11-24 14:07:32 +0300
commitcfd6979c39434554d21f6e39a102811717b9bc28 (patch)
tree7a4f6e39fda1c34d5a46bf014a9a2b387a92e5e6 /winsup/utils/ChangeLog
parent764d26127618c1293d498ba0b8c9f626be521278 (diff)
* passwd.c (GetPW): If server is NULL, and the user is not a local
user, try to fetch the DC to use as server. (ChangePW): Get Windows username via extra parameter. (usage): Reduce -d help text to reflect above change. (main): Fix typo in comment. Call GetPW and ChangePW as per the changes above.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 179a3cc85..cc2fa2820 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,12 @@
+2014-11-24 Corinna Vinschen <corinna@vinschen.de>
+
+ * passwd.c (GetPW): If server is NULL, and the user is not a local
+ user, try to fetch the DC to use as server.
+ (ChangePW): Get Windows username via extra parameter.
+ (usage): Reduce -d help text to reflect above change.
+ (main): Fix typo in comment. Call GetPW and ChangePW as per the
+ changes above.
+
2014-11-12 Corinna Vinschen <corinna@vinschen.de>
* mkgroup.c (usage): Fix language.