Commit graph

116 commits

Author SHA1 Message Date
scribblemaniac
51d76913f1
Fix missing #ifdefs 2022-03-14 19:39:18 -06:00
cathugger
1679e51e1b
move this there 2021-12-08 20:24:55 +00:00
cathugger
90fe9f35d1
some tweaks 2021-12-08 20:22:24 +00:00
cathugger
5b4074a47e
make checkpoint stuff actually proper 2021-12-08 20:14:20 +00:00
scribblemaniac
3706518f76
Move checkpoint saving to main thread
Checkpoints will now be saved every 5 minutes and when the program
ends.
2021-11-05 19:29:11 -06:00
scribblemaniac
c9396de8b2
Use long argument for checkpoint 2021-11-05 17:27:14 -06:00
scribblemaniac
2a4afad91a
Add checkpointing support for passphrases 2021-10-15 22:53:53 -06:00
cathugger
02c35e5f69
actually set stack size for new threads
forgot to actually pass argument
2020-11-23 03:38:56 +00:00
cathugger
af5a7cfe12
set thread size 2020-11-22 13:13:50 +00:00
cathugger
51d87c3857
dont do indirection in for batch stuff 2020-11-22 10:21:06 +00:00
cathugger
30491bd9f8
various things
disable paranoid check which was never triggered as far as I'm aware
add editorconfig
some whitespace changes in configure.ac
which to batch mode by default
start working on putting all filtering options in one bin
some other tweaks
2020-11-21 11:34:25 +00:00
cathugger
a3e141e79b
close filter files, more error handling 2020-05-22 22:30:14 +00:00
cathugger
e933a9b806
correctly handle filter file loading error, small tweak 2020-05-22 17:55:37 +00:00
cathugger
c57f10316f
rawyaml mode 2020-01-17 14:15:56 +00:00
cathugger
9bc52c5fb7
implement worker_batch_pass 2019-11-15 04:58:21 +00:00
cathugger
92b36121b6
explicit void params declarations, add warnings to keep it correct
thx http://nickdesaulniers.github.io/blog/2019/05/12/f-vs-f-void-in-c-vs-c-plus-plus/
2019-05-14 20:29:27 +03:00
cathugger
d03798bece
reduce pwhash opslimit even further, probably for the last time 2019-05-06 16:47:47 +00:00
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