History log of /openbsd-src/lib/libc/crypt/crypt.c (Results 1 – 25 of 31)
Revision Date Author Comments
# 0e3c6306 12-Sep-2015 guenther <guenther@openbsd.org>

Wrap <unistd.h> so that internal calls go direct and they're all weak symbols
Delete unused 'fd' argument from internal function oldttyname()


# 01c754e8 18-Jul-2015 jeremy <jeremy@openbsd.org>

Unbreak, add errno header

OK tedu@


# 09e42fae 18-Jul-2015 tedu <tedu@openbsd.org>

set errno in null cases, just in case.


# 66b2da51 13-May-2015 bluhm <bluhm@openbsd.org>

If crypt(3) is called with an unknown setting, return NULL instead
of some undefined value.
OK tedu@


# 4c974c3f 06-Apr-2015 tedu <tedu@openbsd.org>

bludgeon DES support out of crypt. long live the bcrypt.


# aea60bee 16-Jan-2015 deraadt <deraadt@openbsd.org>

Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther


# 648087b0 08-Dec-2014 tedu <tedu@openbsd.org>

remove setkey and encrypt interfaces. they are useless and dangerous.
ok deraadt naddy


# 43daa70d 25-Nov-2014 tedu <tedu@openbsd.org>

revert the bludgeoning of DES. if we need a thread safe crypt, maybe it's
better to find one instead of continuing to mangle this mess.


# c2e1f5c2 25-Nov-2014 tedu <tedu@openbsd.org>

push some global data down into functions to make this threadlier.
only doing what's needed for crypt_hashpass. sigh.


# b9d7d65b 17-May-2014 tedu <tedu@openbsd.org>

refactor some of the des crypt code to use fewer globals.
ok miod


# 05fedc11 12-May-2014 tedu <tedu@openbsd.org>

remove md5crypt.
while changing things, add a crypt_checkpass wrapper that handles most of
the edge cases. (not quite ready for production, though.)
ok deraadt


# c2c925de 08-Aug-2005 espie <espie@openbsd.org>

zap remaining rcsid.

Kill old files that are no longer compiled.

okay theo


# 1b1a0d8b 14-Sep-2004 deraadt <deraadt@openbsd.org>

do the char * to u_char * song and dance back and forth explicitly as
we match API's against each other, fun eh; millert ok


# dcb9298a 12-Aug-2003 deraadt <deraadt@openbsd.org>

Split crypto routine sup again, but differently. This should make the
mail floppy parts a fair bit smaller.


# fc5f064a 07-Aug-2003 deraadt <deraadt@openbsd.org>

unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5crypt
things in crypt.3, and create MLINKS


# d6fd0492 29-Apr-2002 pvalchev <pvalchev@openbsd.org>

wierd -> weird


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.

show more ...


# f1a075da 27-Jun-2001 lebel <lebel@openbsd.org>

use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.


# 8f4badf2 22-Mar-1998 niklas <niklas@openbsd.org>

$OpenBSD$


# 8f9b423b 10-Sep-1997 deraadt <deraadt@openbsd.org>

indentation cleanup


# 58720cef 09-Jul-1997 millert <millert@openbsd.org>

Clean up some -Wall flowers.


# 716aa8c9 30-Mar-1997 deraadt <deraadt@openbsd.org>

delete the unaligned code


# 0d57bab4 27-Mar-1997 downsj <downsj@openbsd.org>

Err, umm.


# 64800010 27-Mar-1997 downsj <downsj@openbsd.org>

Make this code sane.


# f3a8aaa7 13-Feb-1997 provos <provos@openbsd.org>

added hook for bcrypt


12