summaryrefslogtreecommitdiffstats
path: root/security/crack
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Remove the restriction on these due to containing DES code.obrien2000-11-251-1/+0
|
* Add $FreeBSD$'s which help me in problem reports.obrien2000-11-221-0/+1
|
* Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-211-1/+1
|
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-2/+2
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-091-3/+3
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Style nits in the ports I maintain.obrien2000-02-131-10/+10
|
* portlintobrien1999-09-042-2/+0
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* expr -> ${EXPR}mharo1999-08-281-3/+3
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-271-4/+4
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* #4/4 enforcing Caps, no periodhoek1999-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
* '-lcrypt' is needed in the USE_DES case too.steve1998-10-101-2/+2
| | | | PR: 8080
* Don't fetch Crack from a US site.obrien1997-11-261-2/+1
|
* Replace a couple of non-working master_sites with working ones.fenner1997-06-091-3/+3
| | | | Found by: distfile checker
* Add $Id$.asami1997-02-061-0/+3
|
* Minor style nitpick.obrien1997-02-021-1/+1
|
* Change Makefile more to my likeing.obrien1997-02-021-8/+8
|
* This is Alec Muffett's password guessing program.obrien1997-02-029-0/+97
This version (5.0) supports the 4.4BSD password format, and also FreeBSD's MD5 style passwords.
OpenPOWER on IntegriCloud