On Tue, Feb 10, 2015 at 07:26:07AM -0500 I heard the voice of
Derek (freebsd lists), and lo! it spake thus:
>
> 2. introduces a new api, crypt_makesalt which will generate an
> appropriate salt for any algorithm selected
It has been an endlessly-repeated source of pain to me that there
isn't a s
On Tue, Feb 10, 2015 at 07:26:07AM -0500, Derek (freebsd lists) wrote:
> I've been working on this for a while, and I've produced a patch
> that does a few things with the base system:
> 1. allows modular crypt to be specified as passwd_format in
> /etc/login.conf
>- this allows setting the
Jilles Tjoelker wrote this message on Sun, Feb 15, 2015 at 00:17 +0100:
> On Tue, Feb 10, 2015 at 07:26:07AM -0500, Derek (freebsd lists) wrote:
> > 3. updates userland to use this API, and removes totally the
> > {crypt_set_format, login_setcryptfmt, login_getcryptfmt} APIs
>
> Removing API func