* src/chpasswd.c: Added crypt method: NONE.

* src/chpasswd.c: Added --sha-rounds to the usage().
* libmisc/Makefile.am, libmisc/getlong.c, src/chgpasswd.c,
  src/chpasswd.c: New getlong function. Replace chpasswd's and
  chgpasswd's getnumber.
This commit is contained in:
nekral-guest
2007-11-23 20:09:57 +00:00
parent d8d8f70b0e
commit add1c18b2e
5 changed files with 98 additions and 48 deletions

View File

@@ -1,3 +1,11 @@
2007-11-23 Nicolas François <nicolas.francois@centraliens.net>
* src/chpasswd.c: Added crypt method: NONE.
* src/chpasswd.c: Added --sha-rounds to the usage().
* libmisc/Makefile.am, libmisc/getlong.c, src/chgpasswd.c,
src/chpasswd.c: New getlong function. Replace chpasswd's and
chgpasswd's getnumber.
2007-11-23 Nicolas François <nicolas.francois@centraliens.net>
* lib/groupio.c: Removed unused variable 'member'.