Commit Graph

99 Commits

Author SHA1 Message Date
cathugger
4fb82c8902
unconditionally define feature test macros 2019-03-31 19:36:58 +00:00
cathugger
33162701fe
glibc isn't limited to linux 2019-03-31 19:26:53 +00:00
cathugger
c9d4f79b9f
makefile: support out of tree builds 2019-03-17 02:23:10 +02:00
cathugger
5c58f03805
split worker off 2019-03-16 21:57:29 +02:00
cathugger
bfd9d712c8
tweak 2019-03-16 13:51:16 +00:00
cathugger
9ac54f6db3
tweak pass functionality control 2019-02-16 16:50:26 +00:00
cathugger
db303cf8f6
cleanup right side reseed 2019-02-15 20:58:26 +00:00
cathugger
226f047aef
yaml stuff won't care about deterministic pw stuff 2019-02-14 00:07:20 +00:00
cathugger
8a375604f1
remove excess tabs 2019-02-13 23:56:43 +00:00
cathugger
f0587c98c3
tweak passphrase code 2019-02-13 23:54:00 +00:00
cathugger
01b733a704
reduce password hash opslimit, tweaks 2019-02-13 23:35:36 +00:00
cathugger
33007eadea
reseed right half of sk in password case, some tweaks 2019-02-13 23:07:53 +00:00
cathugger
0befa419b1
compile batch keygen by default 2019-01-27 20:32:25 +02:00
cathugger
417b7615f8
disable setting stack size, port batch pack to amd64-51-30k, set default batch num 2048 2019-01-20 02:15:58 +02:00
cathugger
9972a833a8
finish porting to amd64-64-24k 2019-01-20 01:29:02 +02:00
cathugger
596ebfc71a
2 stage batching 2019-01-20 01:04:48 +02:00
cathugger
f944bb64a2
some cleanups, port batch invert to amd64-64-24k 2019-01-19 22:40:15 +00:00
cathugger
354e777bb7
implement batched ref10 2019-01-19 16:44:35 +00:00
cathugger
9139d302fb
optimize deterministic worker 2019-01-19 14:10:56 +00:00
cathugger
5bb3d0f821
ref10: batch invert maybe 2019-01-19 13:52:13 +00:00
foobar
7cba4e5669 Destroy determseed mutex. 2019-01-18 20:07:54 +01:00
foobar
12b57ea4a2 Add support for pass-phrase seed generation. 2019-01-18 19:06:14 +01:00
cathugger
74a13ae5c0
clarify -t/-j arguments 2018-12-10 13:21:51 +00:00
cathugger
abc08bc47b
small fixup, implement deduplication support
fixes potential binsearch+binfilter filters mis-ordering case.
implements optional filters deduplication except for regex filters.
adds -v flag for more verbose output.
2018-09-26 20:54:14 +03:00
cathugger
908d4957f6
uhhh... 2018-09-07 00:22:28 +03:00
cathugger
0d120efb67
do not bother with different exit codes 2018-09-07 00:21:48 +03:00
cathugger
b710adea5d
call sodium_init() 2018-08-24 21:31:57 +03:00
cathugger
f696465e55
why did I remove this header? 2018-07-20 17:10:06 +00:00
cathugger
7f3b15245b s/yaml/YAML/ 2018-07-09 17:26:43 +00:00
cathugger
fe266cac50
Merge pull request #11 from heios/master
pseudo-yaml output/processing functionality
2018-07-09 17:02:19 +00:00
cathugger
04fadf3333 fix docs 2018-07-09 17:00:51 +00:00
cathugger
83a63a30ee fixes 2018-07-09 16:54:44 +00:00
cathugger
be50d6b929 refactor,fix,rewrite parts,tweak 2018-07-09 16:38:41 +00:00
cathugger
4bdeb62f44 -O -> -y, -i -> -Y; -o appends by default; introduce -O option to overwrite 2018-07-09 11:42:58 +00:00
heios
6a416795b7 optional functionality for writing results to the single file and extracting specific keys from it 2018-07-06 13:16:48 +03:00
cathugger
eafa834b5e consistently print ammount of threads used 2018-07-05 22:40:34 +00:00
cathugger
37a1506b18 start error codes from 101 not 100 and expect no one relied on them yet 2018-07-01 20:03:13 +00:00
cathugger
6458157cda tweaks 2018-06-16 13:22:52 +00:00
cathugger
cf4443b7fd increase workers stack size. fixes crashing of regex filtering 2018-06-16 12:42:42 +00:00
cathugger
68bb8c369c 20k worker stacks should be enough 2018-06-01 16:48:01 +03:00
cathugger
bc19497f88 more tweaks 2018-05-31 16:14:35 +00:00
cathugger
0208fc3fad tweaks and cleanups 2018-05-31 14:01:33 +00:00
cathugger
0fe541b5fb incase of --help, usage is valid output 2018-04-07 11:59:30 +00:00
cathugger
5e97518634 some cleanups 2018-02-23 00:03:17 +00:00
cathugger
f1f25ba2b6 fix -N for regex filters, fix some warnings 2018-02-22 23:39:55 +00:00
cathugger
09b7b46755 configure stderr buffering. needed for windows 2018-02-22 00:56:31 +00:00
cathugger
01c3b9f3f5 attempt to support windows #2 2018-02-22 00:46:06 +00:00
cathugger
e32e8e06f6 initial support for PCRE2 2018-01-20 19:55:45 +00:00
cathugger
3368452fee split off filtering stuff 2018-01-20 15:33:28 +00:00
cathugger
5023775a37 ifilters/bfilters -> filters 2018-01-20 15:24:29 +00:00