summaryrefslogtreecommitdiff
path: root/security/crack (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
| | | | Notes: svn path=/head/; revision=27847
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-2/+2
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27426
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-10/+10
| | | | Notes: svn path=/head/; revision=25734
* portlintDavid E. O'Brien1999-09-042-2/+0
| | | | Notes: svn path=/head/; revision=21243
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* expr -> ${EXPR}Michael Haro1999-08-281-3/+3
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-4/+4
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* '-lcrypt' is needed in the USE_DES case too.Steve Price1998-10-101-2/+2
| | | | | | | PR: 8080 Notes: svn path=/head/; revision=13816
* Don't fetch Crack from a US site.David E. O'Brien1997-11-261-2/+1
| | | | Notes: svn path=/head/; revision=8833
* Replace a couple of non-working master_sites with working ones.Bill Fenner1997-06-091-3/+3
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6817
* Add $Id$.Satoshi Asami1997-02-061-0/+3
| | | | Notes: svn path=/head/; revision=5545
* Minor style nitpick.David E. O'Brien1997-02-021-1/+1
| | | | Notes: svn path=/head/; revision=5498
* Change Makefile more to my likeing.David E. O'Brien1997-02-021-8/+8
| | | | Notes: svn path=/head/; revision=5494
* This is Alec Muffett's password guessing program.David E. O'Brien1997-02-029-0/+97
This version (5.0) supports the 4.4BSD password format, and also FreeBSD's MD5 style passwords. Notes: svn path=/head/; revision=5489