./security/libcrack, Password checking library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q3, Version: 2.7nb2, Package name: libcrack-2.7nb2, Maintainer: pkgsrc-users

CrackLib is a library containing a C function (well, lots of functions
really, but you only need to use one of them) which may be used in a
"passwd"-like program.

The idea is simple: try to prevent users from choosing passwords that
could be guessed by "Crack" by filtering them out, at source.

CrackLib is an offshoot of the version 5 "Crack" software, and
contains a considerable number of ideas nicked from the new software.

NOTE THIS WELL: CrackLib is NOT a replacement "passwd" program.
CrackLib is a LIBRARY. CrackLib is what trendy marketdroid types would
probably call an "enabler".

The idea is that you wire it into your _own_ "passwd" program (if you
have source); alternatively, you wire it into something like "shadow"
from off of the net. You can use it in other things, too.


Master sites:

SHA1: 903bb7e2400c7e486f432aab026dd6584815d2c1
RMD160: 8c1710580ed5778f54d30b709cac0b4b07543aed
Filesize: 20.565 KB

Version history: (Expand)


CVS history: (Expand)


   2016-11-03 20:50:12 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #5147 - requested by spz
security/libcrack: security fix

Revisions pulled up:
- security/libcrack/Makefile                                    1.19
- security/libcrack/distinfo                                    1.8
- security/libcrack/patches/patch-CVE-2016-6318                 1.1

---
   Module Name:	pkgsrc
   Committed By:	spz
   Date:		Sun Oct 30 20:49:58 UTC 2016

   Modified Files:
   	pkgsrc/security/libcrack: Makefile distinfo
   Added Files:
   	pkgsrc/security/libcrack/patches: patch-CVE-2016-6318

   Log message:
   add a patch for CVE-2016-6318 from
   https://bugzilla.redhat.com/attachment.cgi?id=1188599