aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypt
Commit message (Expand)AuthorAgeFilesLines
* Strip the private blowfish code down to only that which isMark Murray2003-06-023-263/+4
* No functional change, but big code cleanup. WARNS, lint(1) and style(9).Mark Murray2002-03-064-216/+92
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+1
* __FBSDID() (second half of src/lib/libcrypt changes)Peter Wemm2001-10-233-6/+10
* Add OpenBSD-style blowfish password hashing. This makes one lessMark Murray2001-03-113-0/+1249
* Merge into a single US-exportable libcrypt, which only providesPeter Wemm2000-12-281-73/+0
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-221-0/+1
* Add NODESCRYPTLINKS knob to prevent spamming of libcrypt -> libscryptKris Kennaway2000-02-291-0/+2
* Really really remove SHA-1 support.Kris Kennaway2000-01-091-1/+1
* Remove the SHA stuff properly.Jordan K. Hubbard2000-01-081-1/+1
* I missed the LDADD/DPADD for -lmd in the secure cases. :-(Peter Wemm1999-12-191-3/+0
* Colour me stupid. This is a better way of using the macros.Mark Murray1999-09-211-1/+1
* Do this the same way as Internat to reduce diffs.Mark Murray1999-09-211-1/+1
* Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons.Dmitrij Tejblum1999-09-211-1/+1
* Restore SONAME setting, otherwise libdescrypt.so.3 doesn't end up withPeter Wemm1999-09-211-0/+4
* Make this completely dependant on the exportable libcrypt, to avoidMark Murray1999-09-2012-1737/+95
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2810-11/+11
* Various man page cleanup:Mike Pritchard1999-08-151-3/+3
* Fix symlinking. Without the -f "force" option, the wrong versionMark Murray1999-01-241-5/+5
* The new crypt code breaks "make world". Back it out.Mark Murray1999-01-2310-1/+951
* Removed from the secure/lib/libcrypt area, because of the rewrite to howBrandon Gillespie1999-01-219-950/+0
* BINFORMAT -> OBJFORMAT ready for E-day. Untested 'cause I'm outsideJohn Birrell1998-08-311-4/+4
* Teach libdescrypt about elf builds.Peter Wemm1997-09-051-3/+19
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2210-11/+11
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1410-11/+11
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-8/+2
* Split libcrypt and libcipher man pages.Mark Murray1996-04-132-91/+6
* Add back missing crypt.3 man page.Jordan K. Hubbard1996-02-211-1/+2
* Dual personality crypt(3). This crypt will choose its encryption algorithmMark Murray1995-12-165-34/+191
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-13/+13
* More elegant fix for short settings.Geoff Rehmet1994-09-192-22/+38
* Back out static hacks & build of usr.bin until Geoff informs thePaul Traina1994-09-072-6/+6
* Remove static in front of declarations for des_setkey and des_cipherPaul Traina1994-09-072-6/+6
* Hopefully fix bogus permissions.Garrett Wollman1994-08-261-1/+2
* Install libdescrypt.so immutable.Garrett Wollman1994-08-261-1/+2
* Fix afterinstall rule for generating links to the real libcryptGeoff Rehmet1994-08-201-8/+16
* when making test programs, look for libdescrypt, not libcryptGeoff Rehmet1994-08-121-2/+2
* 1) don't make bdes yetGeoff Rehmet1994-08-121-1/+6
* Install secure/lib/libcrypt as libdescrypt, and symlink it toGeoff Rehmet1994-08-091-3/+23
* Modify libcrypt so that the only exported symbol is _crypt().Geoff Rehmet1994-08-086-266/+58
* Unecumbered securedist from FreeBSD 1.1.5.1 - sources for libcrypt.Geoff Rehmet1994-08-0811-0/+2479