summaryrefslogtreecommitdiffstats
path: root/lib/libdes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove libdes src/ports users have been switched to libcryptojsg2010-10-2855-16872/+0
|
* Fixed typo in function name.tobias2009-11-221-1/+1
| | | | ok jmc
* function is named int des_string_to_2key, not int des_string_to_2keys;jmc2009-08-131-1/+1
| | | | from Alan R. S. Bueno
* use random; ok millert@martynas2009-08-031-1/+1
|
* Add proper checks against fgets failure. From Charles Longeau.ray2007-04-061-6/+4
| | | | OK moritz@, millert@, and jaredy@.
* delint; ok millert@ ray@otto2006-05-052-75/+89
|
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
|
* belive -> believemiod2005-03-291-1/+1
|
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-1/+1
| | | | | | | To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
* typos from Jonathon Gray;jmc2003-11-086-8/+8
|
* - typosjmc2003-05-231-23/+23
| | | | | - whitespace at EOL - new sentence, new line
* some small typos;jmc2003-03-171-1/+1
|
* duplicate words and spelling fixes in commentsdavid2003-03-102-2/+2
| | | | ok miod@
* copyrights added;jmc2003-02-171-0/+58
| | | | | | | | des_crypt(3): Eric Young aac(4): Michael Smith, BSDi, Niklas Hallqvist; ok niklas@ bktr(4): Amancio Hasty, Roger Hardiman getopt(1): Henry Spencer (public domain) pcnfds(8): Sun
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-1/+1
| | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
* kill sprintfderaadt2002-06-191-1/+1
|
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-142-2/+2
|
* DES_LONG as non-int is just RIDICULOUSderaadt2002-03-043-9/+5
|
* spellingtodd2001-01-041-2/+2
|
* $OpenBSD$todd2000-03-022-2/+2
|
* Typo fixes.alex1999-09-231-2/+2
|
* when checking for weak keys, compare sizeof(des_cblock) bytes, not sizeof(key) bytesart1999-02-191-1/+1
|
* man page repairs; aaron@ug.cs.dal.caderaadt1998-08-291-2/+2
|
* avoid repeated memory leaking; karl@mcs.netderaadt1997-10-071-1/+1
|
* <des.h>provos1997-06-291-1/+1
|
* des_set_key_schedule -> des_set_keyprovos1997-06-291-2/+2
|
* relocate libdes + update to version 4.01provos1997-06-2955-0/+16805