summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/md5crypt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).sobrado2009-10-311-2/+2
|
* zap remaining rcsid.espie2005-08-081-5/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansideraadt2003-08-071-10/+5
|
* protosderaadt2003-06-251-2/+4
|
* Use snprintf instead of a strcpy(), strncat() and strcat() sequencemillert2003-04-021-5/+4
| | | | deraadt@ OK
* Part one of userland __P removal. Done with a simple regexp with some minor ↵millert2002-02-161-3/+3
| | | | hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
* tabifykstailey1997-07-231-3/+3
|
* surely not long!deraadt1997-06-291-5/+5
|
* Clean up lint and compile warningstholo1996-12-141-18/+18
|
* unused variable noticed by asriel(right?), proto from mccanne; fed to freebsdderaadt1996-10-151-5/+12
|
* Remove dead codetholo1996-09-151-1/+2
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* pretty the commentderaadt1996-07-021-8/+8
|
* Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$niklas1996-06-031-3/+3
|
* add md5crypt()deraadt1996-05-301-0/+151