aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* upload to unstabledebian/2.3+dfsg-1archive/debian/2.3+dfsg-1Sean Whitton2017-06-25
|
* bumps std-ver to 4.0.0Sean Whitton2017-06-25
|
* update d/copyright for upstream's license changeSean Whitton2017-06-25
| | | | | Note that the makefile was not modified in this release, but both contributors additionally released under Expat.
* bump copyright yearsSean Whitton2017-06-25
|
* changelogSean Whitton2017-06-25
|
* Merge tag 'v2.3+dfsg'Sean Whitton2017-06-25
|\ | | | | | | | | | | | | | | | | | | | | version 2.3 DFSG-cleaned # gpg: Signature made Sun 25 Jun 2017 06:48:08 BST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: issuer "spwhitton@spwhitton.name" # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
| * DFSG: code updates for words-10k-pass.txtv2.3+dfsgSean Whitton2017-06-25
| |
| * DFSG: replace words-passwd with old words-10k-passSean Whitton2017-06-25
| |
| * Revert commit 3552fedeb2f485b2cba8d04a4ef6262fd9dffd1c.tony2017-06-18
| | | | | | | | | | | | This has been done to clarify the licensing of past contributions. There has not any response from rchatterjee regarding this so reverting his updates(see conversation for github pull request #12). Other contributors have accepted the change (see github pull requests #11, #14 and github issue #15).
| * Merge pull request #14 from dhenot/mastertsyrogit2017-05-15
| |\ | | | | | | Fix match for decrementing sequences causing heap corruptions
| | * Fix match for decrementing sequencesDavid Hénot2017-05-11
| | | | | | | | | | | | | | | This was causing heap corruptions (write past array boundary) in ZxcvbnMatch for passwords ending with 09 for example
| * | Correct name in LICENSE.txt and change license header in other source files ↵tony2017-05-15
| | | | | | | | | | | | to match.
| * | Merge pull request #13 from craigslist/add-licensetsyrogit2017-05-15
| |\ \ | | | | | | | | Add license to project, changing to MIT copyright.
| | * | add license to projectKevin M. Goess2017-04-10
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the MIT copyright license to the project to make it easier for other people to re-use. The other clones of the original zxcvbn also seem to be doing the same thing. This is the only identifying information I have on the author, not sure if that's enough for you?: tsyrogit https://github.com/tsyrogit
| * | Merge pull request #12 from rchatterjee/patch-1tsyrogit2017-05-15
| |\ \ | | |/ | |/| Update README.md
| | * Update README.mdRahul Chatterjee2017-04-04
| |/ | | | | Cosmetic changes on the readme. And many thanks for porting `zxcvbn` to c/c++.
| * Calculate the required size for PossChars based on the dictionary used. The fixtony2017-03-04
| | | | | | | | | | for this by hannob in commit ad2ef761 works for the current dictionary, but would fail if a dictionary is used with 49 or more possible characters for one of its nodes.
| * Merge pull request #11 from hannob/mastertsyrogit2017-03-04
| |\ | | | | | | memory safety fixes (bugs discovered with address sanitizer)
| | * Fix one byte buffer overflow in ListPossibleChars().Hanno2017-03-01
| | | | | | | | | | | | | | | The array PossChars, part of DictWork_t, needs to be one byte larger to hold the trailing zero byte.
| | * use delete [] instead of deleteHanno2017-03-01
| |/
* | Declare fast forward from 0.20160925-1archive/debian/2.0+dfsg-1Sean Whitton2016-11-29
|\ \ | | | | | | | | | [dgit --overwrite]
| * | standardise-makefile-variablesSean Whitton2016-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use $(LDFLAGS) close to end of command to avoid build failures with linker option --as-needed - use $(CC), $(AR), $(CXX) to the user can choose their own compiler - use $(CPPFLAGS), $(CFLAGS) and $(CXXFLAGS) are they are intended - correct CPPFLAGS -> CXXFLAGS at top of file Forwarded: https://github.com/tsyrogit/zxcvbn-c/pull/10 Gbp-Pq: Name standardise-makefile-variables.patch
| * | add another missing file to clean targetSean Whitton2016-09-28
| | | | | | | | | | | | | | | Forwarded: https://github.com/tsyrogit/zxcvbn-c/pull/9 Gbp-Pq: Name add-another-missing-file-to-clean-target.patch
| * | patch README for DebianSean Whitton2016-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Remove build instructions, and functions for when zxcvbn-c ws compiled with USE_DICT_FILE (see README.source). Forwarded: not-needed Gbp-Pq: Name patch-README-for-Debian.patch
| * | zxcvbn-c (0.20160925-1) unstable; urgency=mediumSean Whitton2016-09-28
| |\ \ | | | | | | | | | | | | | | | | | | | | * Initial release (Closes: #838492). [dgit import unpatched zxcvbn-c 0.20160925-1]
| | * | Import zxcvbn-c_0.20160925-1.debian.tar.xzSean Whitton2016-09-28
| | / | | | | | | | | | [dgit import tarball zxcvbn-c 0.20160925-1 zxcvbn-c_0.20160925-1.debian.tar.xz]
| * / Import zxcvbn-c_0.20160925.orig.tar.xzSean Whitton2016-09-28
| / | | | | | | [dgit import orig zxcvbn-c_0.20160925.orig.tar.xz]
* | tweak & finalise changelogSean Whitton2016-11-29
| |
* | standardise watchfileSean Whitton2016-11-29
| |
* | drop unused overrideSean Whitton2016-11-29
| |
* | add dversionmangleSean Whitton2016-11-29
| |
* | tweak changelogSean Whitton2016-11-29
| |
* | tweak README.sourceSean Whitton2016-11-29
| |
* | Merge tag 'v2.0+dfsg'Sean Whitton2016-11-29
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v2.0 DFSG-cleaned # gpg: Signature made Tue 29 Nov 2016 04:38:48 PM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: issuer "spwhitton@spwhitton.name" # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
| * | DFSG: code updates for words-10k-pass.txtv2.0+dfsgSean Whitton2016-11-29
| | |
| * | DFSG: replace words-passwd with old words-10k-passSean Whitton2016-11-29
| |/
* | add debian/upstream/scriptsSean Whitton2016-11-29
| |
* | add Files-ExcludedSean Whitton2016-11-29
| |
* | missing sources, update README.source & copyrightSean Whitton2016-11-29
| |
* | copyright stanza for makefileSean Whitton2016-11-29
| |
* | changelog about ABI breakSean Whitton2016-11-29
| |
* | switch repo to patches-applied for dgitSean Whitton2016-10-25
| |
* | refresh remaining patchSean Whitton2016-10-25
| |
* | changelog & drop patches merged upstreamSean Whitton2016-10-25
| |
* | Merge tag 'v2.0'Sean Whitton2016-10-25
|\| | | | | | | | | | | | | | | | | This version adds (some of) the new features that have been added to the coffee script code over the last year. * Updated and larger dictionaries * Detect repeated matches in a password (e.g wordword,./,./ ) * Detect sequences where the difference between characters is more than one (e.g. adgj ) * Detect reversed dictionary words in a password * Increase the calculated entropy if a password is made of multiple matched parts
| * Merge remote-tracking branch 'origin/master'v2.0tony2016-10-24
| |\ | | | | | | | | | makefile
| | * Merge pull request #10 from spwhitton/standardise-makefile-varsV1.0tsyrogit2016-10-24
| | |\ | | | | | | | | Standardise makefile variables
| | | * Standardise makefile variablesSean Whitton2016-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use $(LDFLAGS) close to end of command to avoid build failures with linker option --as-needed - use $(CC), $(AR), $(CXX) to the user can choose their own compiler - use $(CPPFLAGS), $(CFLAGS) and $(CXXFLAGS) are they are intended - correct CPPFLAGS -> CXXFLAGS at top of file
| | * | Merge pull request #9 from spwhitton/fix-clean-target-againtsyrogit2016-10-24
| | |\ \ | | | |/ | | |/| Add another missing file to clean target
| | | * Add another missing file to clean targetSean Whitton2016-09-28
| | |/