summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt
Commit message (Expand)AuthorAgeFilesLines
* english(4) police.schweikh2002-12-271-1/+1
* crypt(3) incorrectly documents md5 salt, fixed.trhodes2002-04-091-1/+1
* Fix grammer in comment.phk2002-03-251-1/+1
* Modernize my email-address.phk2002-03-251-1/+1
* Darn. There is (now was) a signed/unsigned issue that resulted in amarkm2002-03-071-4/+4
* No functional change, but big code cleanup. WARNS, lint(1) and style(9).markm2002-03-064-60/+63
* s/crypt_format/crypt_default/ to match reality.ru2001-12-131-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
* Implement __FBSDID()dillon2001-09-163-11/+7
* Remove out-of-date "cannot be exported from USA" notice.markm2001-08-151-2/+0
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-132-6/+0
* Remove whitespace at EOL.dd2001-07-151-1/+1
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.ru2001-07-101-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Remove duplicate words.dd2001-06-241-2/+2
* 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
OpenPOWER on IntegriCloud