aboutsummaryrefslogtreecommitdiff
path: root/security/pwned-check/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* security/pwned-check: Remove spaces from sample config fileTobias Kortkamp2018-12-271-0/+1
| | | | | | | | | | | | | | | | It contains unnecessary spaces, which results in the following error messages on command execution. $ pwned-check /usr/local/etc/pwned-check.conf: /var/db/pwned-check: Permission denied /usr/local/etc/pwned-check.conf: https://downloads.pwnedpasswords.com/passwords: not found PR: 228635 Submitted by: Hiroki Tagato <tagattie@yandex.com> Approved by: se (maintainer timeout, ~7 months) Notes: svn path=/head/; revision=488522
* Add information about support of the online check to the package description.Stefan Eßer2018-07-291-2/+2
| | | | | | | Approved by: antoine (implicit) Notes: svn path=/head/; revision=475648
* Update to new datafile version with significantly more password hashes.Stefan Eßer2018-03-091-1/+1
| | | | | | | Approved by: antoine (implicit) Notes: svn path=/head/; revision=463960
* Bump port-epoch after an attempted update to support the new revision ofStefan Eßer2018-03-011-0/+1
| | | | | | | | | | | | | the data files had to be reverted. The new file format is incompatible and no longer suitable for quick lookup of the password hashes. Sorting the 30 GB file into a usable form took more than 4 hours on my system, which seems impractical. The port will therefore stay on the level of the "old" data files. Approved by: antoine (implicit) Notes: svn path=/head/; revision=463326
* Revert previous commit. The format of the passwort hash database filesStefan Eßer2018-02-231-1/+1
| | | | | | | | | | | | has been changed and entries are no longer sorted. PORTEPOCH is not incremented, since only a few minutes passed after the commit of the revoked upate. Approved by: antoine (implicit) Notes: svn path=/head/; revision=462752
* Update to use newly released database of pawned passwords (2.5 times theStefan Eßer2018-02-231-1/+1
| | | | | | | | | number of passwords covered, compared to the previous version). Approved by: antoine (implicit) Notes: svn path=/head/; revision=462749
* This script uses a downloaded copy of the pwned passwort hashes availableStefan Eßer2017-10-231-0/+29
from https://haveibeenpwned.com/Passwords/ to allow passwords to be locally checked, whether they are known to have been obtained in a data breach and therefore should not be used. Approved by: Antoine (mentor) Notes: svn path=/head/; revision=452741