Re: crypt_r()?

2022-02-12 Thread Joerg Sonnenberger
Am Sat, Feb 12, 2022 at 05:25:11PM +0100 schrieb Niclas Rosenvik: > On Mon, 7 Feb 2022 16:12:17 +0100 > Thomas Klausner wrote: > > > Hi! > > > > I've been asked by the filezilla software developer if NetBSD will add > > crypt_r() as a thread-safe crypt() replacement. > > > > Is anyone

Re: crypt_r()?

2022-02-12 Thread Niclas Rosenvik
On Mon, 7 Feb 2022 16:12:17 +0100 Thomas Klausner wrote: > Hi! > > I've been asked by the filezilla software developer if NetBSD will add > crypt_r() as a thread-safe crypt() replacement. > > Is anyone interested in working on this? > Thomas Here is a cvs diff that implements crypt_r, as