* 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
+1
View File
@@ -23,6 +23,7 @@ libmisc_a_SOURCES = \
fields.c \
getdate.h \
getdate.y \
getlong.c \
hushed.c \
isexpired.c \
limits.c \