Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap <unistd.h> so that internal calls go direct and they're all weak symbols | guenther | 2015-09-12 | 1 | -1/+3 |
| | | | | Delete unused 'fd' argument from internal function oldttyname() | ||||
* | Unbreak, add errno header | jeremy | 2015-07-18 | 1 | -1/+2 |
| | | | | OK tedu@ | ||||
* | set errno in null cases, just in case. | tedu | 2015-07-18 | 1 | -2/+3 |
| | |||||
* | If crypt(3) is called with an unknown setting, return NULL instead | bluhm | 2015-05-13 | 1 | -1/+3 |
| | | | | | of some undefined value. OK tedu@ | ||||
* | bludgeon DES support out of crypt. long live the bcrypt. | tedu | 2015-04-06 | 1 | -682/+1 |
| | |||||
* | Move to the <limits.h> universe. | deraadt | 2015-01-16 | 1 | -2/+1 |
| | | | | review by millert, binary checking process with doug, concept with guenther | ||||
* | remove setkey and encrypt interfaces. they are useless and dangerous. | tedu | 2014-12-08 | 1 | -7/+7 |
| | | | | ok deraadt naddy | ||||
* | revert the bludgeoning of DES. if we need a thread safe crypt, maybe it's | tedu | 2014-11-25 | 1 | -31/+33 |
| | | | | better to find one instead of continuing to mangle this mess. | ||||
* | push some global data down into functions to make this threadlier. | tedu | 2014-11-25 | 1 | -33/+31 |
| | | | | only doing what's needed for crypt_hashpass. sigh. | ||||
* | refactor some of the des crypt code to use fewer globals. | tedu | 2014-05-17 | 1 | -36/+39 |
| | | | | ok miod | ||||
* | remove md5crypt. | tedu | 2014-05-12 | 1 | -5/+4 |
| | | | | | | while changing things, add a crypt_checkpass wrapper that handles most of the edge cases. (not quite ready for production, though.) ok deraadt | ||||
* | zap remaining rcsid. | espie | 2005-08-08 | 1 | -5/+1 |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | do the char * to u_char * song and dance back and forth explicitly as | deraadt | 2004-09-14 | 1 | -5/+5 |
| | | | | we match API's against each other, fun eh; millert ok | ||||
* | Split crypto routine sup again, but differently. This should make the | deraadt | 2003-08-12 | 1 | -82/+39 |
| | | | | mail floppy parts a fair bit smaller. | ||||
* | unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5crypt | deraadt | 2003-08-07 | 1 | -27/+57 |
| | | | | things in crypt.3, and create MLINKS | ||||
* | wierd -> weird | pvalchev | 2002-04-29 | 1 | -3/+3 |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | millert | 2002-02-16 | 1 | -4/+4 |
| | | | | hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | ||||
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel | 2001-06-27 | 1 | -4/+3 |
| | |||||
* | $OpenBSD$ | niklas | 1998-03-22 | 1 | -1/+3 |
| | |||||
* | indentation cleanup | deraadt | 1997-09-10 | 1 | -7/+8 |
| | |||||
* | Clean up some -Wall flowers. | millert | 1997-07-09 | 1 | -2/+2 |
| | |||||
* | delete the unaligned code | deraadt | 1997-03-30 | 1 | -11/+1 |
| | |||||
* | Err, umm. | downsj | 1997-03-27 | 1 | -3/+3 |
| | |||||
* | Make this code sane. | downsj | 1997-03-27 | 1 | -3/+4 |
| | |||||
* | added hook for bcrypt | provos | 1997-02-13 | 1 | -4/+10 |
| | |||||
* | Fix RCS ids | tholo | 1996-08-19 | 1 | -2/+5 |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | for magic MD5 salt, call md5crypt() | deraadt | 1996-07-02 | 1 | -3/+6 |
| | |||||
* | Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$ | niklas | 1996-06-03 | 1 | -1/+1 |
| | |||||
* | Update prototypes to match declarations | tholo | 1996-03-25 | 1 | -11/+11 |
| | | | | | Remove unused variables Install all man-page links | ||||
* | i believe i took care of the 32bit and alignment issues, so the comment can ↵ | deraadt | 1995-12-18 | 1 | -8/+1 |
| | | | | go away | ||||
* | non-USA crypto code by davidb@werj.com.au. The source has been split | deraadt | 1995-12-16 | 1 | -0/+715 |
& copied into two pieces so that use of crypt() pulls in a crypt.o that contains only that one programmer interface -- this permits USA export of binaries that use crypt() for authentication purposes. morecrypt.c contains the other DES programmer interfaces commonly used. |