diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2000-04-15 22:30:49 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2000-04-15 22:30:49 +0000 |
commit | 0ac91154fc664eaed66a8a286069b916adf34e25 (patch) | |
tree | 7ae95d1b6e40b446afa04c5010fd57b920001151 /winsup/utils/ChangeLog | |
parent | eed11cf2bb21ad938cfdd73e21174fe987b23841 (diff) | |
download | cygnal-0ac91154fc664eaed66a8a286069b916adf34e25.tar.gz cygnal-0ac91154fc664eaed66a8a286069b916adf34e25.tar.bz2 cygnal-0ac91154fc664eaed66a8a286069b916adf34e25.zip |
* mkpasswd.c (main): Use GetDCName instead of GetAnyDCName.
Don't create extra passwd entry for administrators group
if local_groups is set.
(usage): Change usage text slightly.
(enum_users): Loop while ERROR_MORE_DATA is returned.
(enum_local_groups): Ditto.
* mkgroup.c (enum_local_groups): Ditto.
(enum_groups) Ditto.
(usage): Change usage text slightly.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index e389c97aa..840b8bb3a 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,15 @@ +Sat Apr 15 23:34:00 2000 Corinna Vinschen <corinna@vinschen.de> + + * mkpasswd.c (main): Use GetDCName instead of GetAnyDCName. + Don't create extra passwd entry for administrators group + if local_groups is set. + (usage): Change usage text slightly. + (enum_users): Loop while ERROR_MORE_DATA is returned. + (enum_local_groups): Ditto. + * mkgroup.c (enum_local_groups): Ditto. + (enum_groups) Ditto. + (usage): Change usage text slightly. + Thu Apr 13 01:22:35 2000 Christopher Faylor <cgf@cygnus.com> * cygpath.cc (main): Add -a -o and -c options. |