summaryrefslogtreecommitdiff
path: root/lib/libdes
AgeCommit message (Collapse)Author
2006-05-05delint; ok millert@ ray@Otto Moerbeek
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-03-29belive -> believeMiod Vallat
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
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
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-05-23- typosJason McIntyre
- whitespace at EOL - new sentence, new line
2003-03-17some small typos;Jason McIntyre
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
ok miod@
2003-02-17copyrights added;Jason McIntyre
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
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
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@
2002-06-19kill sprintfTheo de Raadt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-03-04DES_LONG as non-int is just RIDICULOUSTheo de Raadt
2001-01-04spellingTodd T. Fries
2000-03-02$OpenBSD$Todd T. Fries
1999-09-23Typo fixes.Alex Feldman
1999-02-19when checking for weak keys, compare sizeof(des_cblock) bytes, not ↵Artur Grabowski
sizeof(key) bytes
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1997-10-07avoid repeated memory leaking; karl@mcs.netTheo de Raadt
1997-06-29<des.h>Niels Provos
1997-06-29des_set_key_schedule -> des_set_keyNiels Provos
1997-06-29relocate libdes + update to version 4.01Niels Provos