]> jfr.im git - solanum.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)
commit5a91bbf920852441b5b7e0236ebada89f8003dea
tree6c60e006560f4d49fdab213101775ccc80e54943
parent920cb1dc4abc10d8acabc35c2d226810aefcd43d
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