]> jfr.im git - irc/rqf/shadowircd.git/commit
mkpasswd: Default to MD5-based crypt instead of SHA-based.
authorJilles Tjoelker <redacted>
Wed, 15 Sep 2010 23:39:06 +0000 (01:39 +0200)
committerJilles Tjoelker <redacted>
Wed, 15 Sep 2010 23:39:06 +0000 (01:39 +0200)
commit62a2743ab7aef4888c53c7dbc1c46c28d19a95b2
tree6c717abb04fdf633a344ea81a06098bf3f76b027
parent0a2e2a35c89156ee5fc1ad2a65d0e6251bacc70f
mkpasswd: Default to MD5-based crypt instead of SHA-based.

We have own code for MD5-based crypt and can therefore
support this even if the OS does not. The SHA-based crypts
are not ubiquitous yet.
tools/mkpasswd.c