aboutsummaryrefslogtreecommitdiff
path: root/security/checkpassword
Commit message (Collapse)AuthorAgeFilesLines
* - Respect CC and CFLAGSRenato Botelho2006-07-231-4/+4
| | | | | | | - Unquote RESTRICTED Notes: svn path=/head/; revision=168564
* - Add SHA256Renato Botelho2005-11-081-0/+2
| | | | Notes: svn path=/head/; revision=147578
* - Use DOCSDIR, PORTDOCS and NOPORTDOCSRenato Botelho2005-09-302-18/+8
| | | | | | | | - Remove one line pkg-plist - Take maintainership Notes: svn path=/head/; revision=143835
* Reset inactive maintainer. Thanks for your work in the past!Kris Kennaway2005-04-031-1/+1
| | | | Notes: svn path=/head/; revision=132381
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* MASTER_SITE_SUBDIR is needless now.SADA Kenji2002-02-071-1/+0
| | | | Notes: svn path=/head/; revision=54328
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-2/+2
| | | | | | | | | 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. Notes: svn path=/head/; revision=53959
* Upgrade to 0.90.SADA Kenji2001-12-233-11/+7
| | | | | | | | PR: ports/32494 Submitted by: Mario Doria <madd@tecdigital.net> Notes: svn path=/head/; revision=52051
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+2
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* The software's www page has been moved.SADA Kenji1999-12-071-1/+1
| | | | Notes: svn path=/head/; revision=23644
* Mastersite has moved.SADA Kenji1999-11-211-1/+1
| | | | Notes: svn path=/head/; revision=23245
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-3/+3
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* #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
* Need to quote if we use "'".Hidetoshi Shimokawa1999-06-161-2/+2
| | | | Notes: svn path=/head/; revision=19492
* Add WWW: to DESCR filesMichael Haro1999-05-031-1/+2
| | | | Notes: svn path=/head/; revision=18397
* Remove ``WWW.jp.FreeBSD.ORG/~sada/*'' addresses from MASTER_SITESSADA Kenji1999-03-311-2/+2
| | | | | | | | & PATCH_SITES, and use ${MASTER_SITE_PORTS_JP} instead. We couldn't use ``WWW.jp.FreeBSD.ORG/'' address soon. Notes: svn path=/head/; revision=17510
* Mirror distfiles.SADA Kenji1999-01-071-2/+4
| | | | Notes: svn path=/head/; revision=15922
* Checkpassword provides a simple, uniform password-checking interfaceSADA Kenji1999-01-065-0/+52
to all root applications. It is suitable for use by applications such as login, ftpd, and pop3d. <URL:ftp://koobera.math.uic.edu/www/checkpwd.html> Notes: svn path=/head/; revision=15897