diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-11-24 11:07:32 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-11-24 11:07:32 +0000 |
commit | cfd6979c39434554d21f6e39a102811717b9bc28 (patch) | |
tree | 7a4f6e39fda1c34d5a46bf014a9a2b387a92e5e6 /winsup/utils/ChangeLog | |
parent | 764d26127618c1293d498ba0b8c9f626be521278 (diff) | |
download | cygnal-cfd6979c39434554d21f6e39a102811717b9bc28.tar.gz cygnal-cfd6979c39434554d21f6e39a102811717b9bc28.tar.bz2 cygnal-cfd6979c39434554d21f6e39a102811717b9bc28.zip |
* 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/ChangeLog | 9 |
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. |