Bug 119824 - [patch] security/john - add contributed algorithms patch
Summary: [patch] security/john - add contributed algorithms patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-20 13:50 UTC by Daniel Roethlisberger
Modified: 2008-01-21 06:20 UTC (History)
1 user (show)

See Also:


Attachments
john-contrib.diff (1.45 KB, patch)
2008-01-20 13:50 UTC, Daniel Roethlisberger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Roethlisberger 2008-01-20 13:50:00 UTC
Add the contrib patchset which adds support for many more message digest
algorithms to john.  New algorithms are: NT, PO, raw-MD5, IPB2, raw-sha1,
salt-sha1, md5a, KRB5, bfegg, nsldap, ssha, oracle, MYSQL, mysql-sha1, mscash,
lotus5, DOMINOSEC, NETLM, NETNTLM, mssql, mssql05.

I did not make the patch optional since the patchfile is compiled and
distributed by the openwall project, like john itself, and I had no trouble
whatsoever with it.  However, you may want to make it optional via OPTIONS
or a knob nonetheless.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-20 13:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-21 06:11:20 UTC
danfe       2008-01-21 06:11:13 UTC

  FreeBSD ports repository

  Modified files:
    security/john        Makefile distinfo 
  Log:
  Add the contrib patchset which adds support for many more message digest
  algorithms to john.  New algorithms are: NT, PO, raw-MD5, IPB2, raw-sha1,
  salt-sha1, md5a, KRB5, bfegg, nsldap, ssha, oracle, MYSQL, mysql-sha1,
  mscash, lotus5, DOMINOSEC, NETLM, NETNTLM, mssql, mssql05.
  
  PR:             ports/119824
  Submitted by:   Daniel Roethlisberger
  
  Revision  Changes    Path
  1.44      +8 -0      ports/security/john/Makefile
  1.18      +3 -0      ports/security/john/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2008-01-21 06:12:06 UTC
State Changed
From-To: open->closed

Nice work!  Committed, thanks.