aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | Update readmetony2016-10-24
| | |
| * | Tidy-up and tweaks.tony2016-10-24
| | |
| * | Update the test cases to give take into account the new dictionary.tony2016-10-24
| | |
| * | Fix memory leaktony2016-10-24
| | |
| * | More ignorestony2016-10-24
| | |
| * | Add extra entropy if a password is made from multiple matches, also move ↵tony2016-10-24
| | | | | | | | | | | | some controlling #defines to beginning of zxcvbn.c
| * | Add option to dict-generate to limit the number of entries from a word file.tony2016-10-24
| | |
| * | Include the correct dictionary source files int the repo.tony2016-10-16
| | |
| * | update to use larger dictionaries from the Dropbox version of zxcvbn.tony2016-10-16
| | | | | | | | | | | | Also allow for repeated sequences.
| * | Allow for sequences like 2468 to be detected.tony2016-09-28
| |/ | | | | | | Also add printing password entropy as log10(guesses)
* | Debian package version 0.20160925-1debian/0.20160925-1Sean Whitton2016-09-28
| |
* | patches forwardedSean Whitton2016-09-28
| |
* | disable -fPIESean Whitton2016-09-28
| |
* | standardise makefile variablesSean Whitton2016-09-28
| |
* | patch clean target againSean Whitton2016-09-28
| |
* | drop patched merged upstream & update changelogSean Whitton2016-09-28
| |
* | Merge tag '0.20160925'Sean Whitton2016-09-28
|\|
| * Merge branch 'spwhitton-build-libs'0.20160925tony2016-09-25
| |\
| | * Merge branch 'build-libs' of https://github.com/spwhitton/zxcvbn-ctony2016-09-25
| |/|
| | * Targets to build static libSean Whitton2016-09-24
| | |
| | * Targets to build shlibSean Whitton2016-09-24
| | |
| | * Angled-include zxcvbn.hSean Whitton2016-09-24
| | | | | | | | | | | | To build as a shared/static library.
| * | Merge pull request #5 from spwhitton/fix-clean-targettsyrogit2016-09-25
| |\ \ | | | | | | | | Fix clean target
| | * | Fix clean targetSean Whitton2016-09-24
| | |/ | | | | | | | | | Some build products are not cleaned.
| * | Merge pull request #7 from spwhitton/conditional-cflagstsyrogit2016-09-25
| |\ \ | | | | | | | | Conditionally define CFLAGS and CPPFLAGS
| | * | Conditionally define CFLAGS and CPPFLAGSSean Whitton2016-09-24
| | |/ | | | | | | | | | This avoids wiping out distribution-defined flags.
| * | Merge pull request #6 from spwhitton/fix-build-gcc-5tsyrogit2016-09-25
| |\ \ | | |/ | |/| Add missing cast for C++11
| | * Add missing cast for C++11Sean Whitton2016-09-24
| |/ | | | | | | | | | | Fixes build with gcc 5+ Fixes #1
* | Debian package version 0.20150103-1debian/0.20150103-1Sean Whitton2016-09-24
| |
* | ensure -fPIC by compiling -inline.c twiceSean Whitton2016-09-24
| |
* | Revert "ldconfig trigger"Sean Whitton2016-09-24
| | | | | | | | | | | | This reverts commit 8121e7ad8ef64088f79c5b2f9266b672c10342e8. debhelper should do this for us.
* | add SONAME symlink, tooSean Whitton2016-09-24
| |
* | ldconfig triggerSean Whitton2016-09-24
| |
* | Forwarded: headers & better patch descriptionsSean Whitton2016-09-24
| |
* | fix patch descriptionSean Whitton2016-09-24
| |
* | d/clean -> patch to upstream clean targetSean Whitton2016-09-24
| |
* | use $< in shlib targetSean Whitton2016-09-24
| |
* | fix building & testing static libSean Whitton2016-09-24
| | | | | | | | | | Previous approach sometimes led to a test-statlib that wouldn't execute.
* | add Pre-DependsSean Whitton2016-09-24
| |
* | fix order of -l optionsSean Whitton2016-09-24
| |
* | remove template lines from d/rulesSean Whitton2016-09-24
| |
* | add Multi-Arch: fieldsSean Whitton2016-09-24
| |
* | references to static lib in README.sourceSean Whitton2016-09-24
| |
* | build & install static lib, tooSean Whitton2016-09-24
| |
* | fix 'all' targetSean Whitton2016-09-24
| |
* | move -fPIC out of CFLAGSSean Whitton2016-09-24
| | | | | | | | Again, we don't want this in general.
* | move -shared out of LDFLAGSSean Whitton2016-09-24
| | | | | | | | We only need -shared once, but LDFLAGS is general.
* | override debian-watch-may-check-gpg-signatureSean Whitton2016-09-24
| |
* | fix package name in symbols fileSean Whitton2016-09-24
| |
* | fix symbols file nameSean Whitton2016-09-24
| |