summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt
Commit message (Expand)AuthorAgeFilesLines
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Help standalone builds by getting libutil.h from src/lib/libutilpeter2001-03-211-1/+1
* mdoc(7) police: ``It'' macro does not take argument in -enum lists.ru2001-03-161-2/+2
* Add OpenBSD-style blowfish password hashing. This makes one lessmarkm2001-03-114-7/+23
* Prepare for mdoc(7)NG.ru2000-12-291-2/+2
* Reflect rev 1.18 in crypt.c. Note that this section is somewhatpeter2000-12-281-3/+5
* Hindsight is wonderful, but I got cold feet over the crypt(3) defaultpeter2000-12-281-5/+5
* Merge into a single US-exportable libcrypt, which only providespeter2000-12-284-114/+68
* logru2000-11-221-2/+3
* Still have to support libscrypt for now :( Add #defines to take DESgreen2000-08-241-0/+2
* How did you sneak in...green2000-08-221-1/+1
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-224-17/+95
* Oops, remove vestigial reference to SHS passwords.kris2000-04-221-3/+2
* Introduce .Lb macro to libcrypt manpage.phantom2000-04-221-19/+54
* A bunch of factual corrections.markm2000-01-181-7/+4
* Fixed missing include in synopsis.bde2000-01-131-0/+1
* Zap SHA1 password support. This will be re-implemented at a later date.kris2000-01-074-195/+2
* Fixed a formatting error in the prototype for crypt().bde1999-12-231-2/+2
* Make a dlopen failure consistant with dlsym(). "Shouldn't happen."peter1999-12-172-2/+6
* patch glitchpeter1999-12-171-3/+0
* Remove -lmd. Use dlopen() and dlsym() instead for calls to the MD5* andpeter1999-12-173-5/+91
* Never return NULL, always return a hash.markm1999-09-221-1/+1
* Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons.dt1999-09-211-1/+1
* Somebody deleted the SONAME override causing the symlink to be expandedpeter1999-09-211-0/+4
* Big code cleanup. (Inspired by Brandon Gillespie). Also move asmarkm1999-09-207-157/+644
* $Header$ -> $FreeBSD$peter1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-282-3/+3
* Simplified using new SYMLINKS macro, mainly to test this macro. Thebde1999-03-231-26/+15
* Fix symlinking. Without the -f "force" option, the wrong versionmarkm1999-01-241-4/+4
* The new crypt code broke "make world". Back it out.markm1999-01-2315-1667/+149
* Moved from the old secure/lib/libcrypt area, because of the rewrite to howbrandon1999-01-215-0/+532
* Rewrite of crypt library to be more modular, and addition of thebrandon1999-01-2110-149/+1135
* Fixed the elf case of the creation of the libcrypt.so -> libscrypt->sobde1998-09-021-2/+2
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-301-3/+3
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-301-2/+2
* Turn on the rcsid storage so that it's easier to tell the differencepeter1998-05-281-2/+2
* When compiling under elf, use correct library naming conventions. Alsopeter1997-09-051-3/+19
* Revert $FreeBSD$ to $Id$peter1997-02-222-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-3/+3
* A couple of minor nits.phk1996-10-141-5/+10
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+3
* Remove trailing whitespace.rgrimes1995-05-302-9/+9
* Install shared libraries in ${DESTDIR}${SHLIBDIR} instead of inbde1994-11-141-15/+15
* *** ATTENTION *** YOU MIGHT BE ABOUT TO BE HOSED *** ATTENTION ***phk1994-11-072-156/+125
* Fix afterinstall rule for generating links to the real libcryptcsgr1994-08-201-7/+13
* Fix afterinstall rule for NOSHARED casecsgr1994-08-121-1/+6
* The password scrambler now becomes libscrypt, and libcrypt iscsgr1994-08-091-0/+19
* Nates password scrambler, from FreebSD 1.1.5, but with everything except csgr1994-08-092-0/+193
OpenPOWER on IntegriCloud