aboutsummaryrefslogtreecommitdiff
path: root/lib/libcrypt
Commit message (Expand)AuthorAgeFilesLines
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* crypt(3) incorrectly documents md5 salt, fixed.Tom Rhodes2002-04-091-1/+1
* Fix grammer in comment.Poul-Henning Kamp2002-03-251-1/+1
* Modernize my email-address.Poul-Henning Kamp2002-03-251-1/+1
* Darn. There is (now was) a signed/unsigned issue that resulted in aMark Murray2002-03-071-4/+4
* No functional change, but big code cleanup. WARNS, lint(1) and style(9).Mark Murray2002-03-064-60/+63
* s/crypt_format/crypt_default/ to match reality.Ruslan Ermilov2001-12-131-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
* Implement __FBSDID()Matthew Dillon2001-09-163-11/+7
* Remove out-of-date "cannot be exported from USA" notice.Mark Murray2001-08-151-2/+0
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-132-6/+0
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Remove duplicate words.Dima Dorfman2001-06-241-2/+2
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Help standalone builds by getting libutil.h from src/lib/libutilPeter Wemm2001-03-211-1/+1
* mdoc(7) police: ``It'' macro does not take argument in -enum lists.Ruslan Ermilov2001-03-161-2/+2
* Add OpenBSD-style blowfish password hashing. This makes one lessMark Murray2001-03-114-7/+23
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-2/+2
* Reflect rev 1.18 in crypt.c. Note that this section is somewhatPeter Wemm2000-12-281-3/+5
* Hindsight is wonderful, but I got cold feet over the crypt(3) defaultPeter Wemm2000-12-281-5/+5
* Merge into a single US-exportable libcrypt, which only providesPeter Wemm2000-12-284-114/+68
* logRuslan Ermilov2000-11-221-2/+3
* Still have to support libscrypt for now :( Add #defines to take DESBrian Feldman2000-08-241-0/+2
* How did you sneak in...Brian Feldman2000-08-221-1/+1
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-224-17/+95
* Oops, remove vestigial reference to SHS passwords.Kris Kennaway2000-04-221-3/+2
* Introduce .Lb macro to libcrypt manpage.Alexey Zelkin2000-04-221-19/+54
* A bunch of factual corrections.Mark Murray2000-01-181-7/+4
* Fixed missing include in synopsis.Bruce Evans2000-01-131-0/+1
* Zap SHA1 password support. This will be re-implemented at a later date.Kris Kennaway2000-01-074-195/+2
* Fixed a formatting error in the prototype for crypt().Bruce Evans1999-12-231-2/+2
* Make a dlopen failure consistant with dlsym(). "Shouldn't happen."Peter Wemm1999-12-172-2/+6
* patch glitchPeter Wemm1999-12-171-3/+0
* Remove -lmd. Use dlopen() and dlsym() instead for calls to the MD5* andPeter Wemm1999-12-173-5/+91
* Never return NULL, always return a hash.Mark Murray1999-09-221-1/+1
* Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons.Dmitrij Tejblum1999-09-211-1/+1
* Somebody deleted the SONAME override causing the symlink to be expandedPeter Wemm1999-09-211-0/+4
* Big code cleanup. (Inspired by Brandon Gillespie). Also move asMark Murray1999-09-207-157/+644
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-3/+3
* Simplified using new SYMLINKS macro, mainly to test this macro. TheBruce Evans1999-03-231-26/+15
* Fix symlinking. Without the -f "force" option, the wrong versionMark Murray1999-01-241-4/+4
* The new crypt code broke "make world". Back it out.Mark Murray1999-01-2315-1667/+149
* Moved from the old secure/lib/libcrypt area, because of the rewrite to howBrandon Gillespie1999-01-215-0/+532
* Rewrite of crypt library to be more modular, and addition of theBrandon Gillespie1999-01-2110-149/+1135
* Fixed the elf case of the creation of the libcrypt.so -> libscrypt->soBruce Evans1998-09-021-2/+2
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-301-3/+3