Age | Commit message (Expand) | Author |
2014-05-06 | temp variable for a bit of clarity | Ted Unangst |
2014-05-06 | remove unneeded variable | Ted Unangst |
2014-05-06 | factor out the safepath | Ted Unangst |
2014-05-06 | be more explicit about what's a string | Ted Unangst |
2014-05-06 | better alloc idiom | Ted Unangst |
2014-05-06 | factor max message size | Ted Unangst |
2014-04-22 | use reallocarray | Ted Unangst |
2014-04-22 | errx when errno won't be set. | Ted Unangst |
2014-04-14 | confirm passwords when generating keys | Ted Unangst |
2014-03-17 | quiet time is over | Ted Unangst |
2014-03-17 | clean up after ourselves. | Marc Espie |
2014-03-17 | simplify readmsg loop | Ted Unangst |
2014-03-17 | tweak a few messages | Ted Unangst |
2014-03-17 | check memcmp return explicitly | Ted Unangst |
2014-03-17 | pull out the pubkey reading bits | Ted Unangst |
2014-03-17 | refactor and recombine verify functions. | Ted Unangst |
2014-03-17 | move fingerprint check into verifymsg | Ted Unangst |
2014-03-17 | clarify a variable or two; ok tedu | Theo de Raadt |
2014-03-17 | have to fill in comment before we can use it. | Ted Unangst |
2014-03-16 | do filename check in the other place too. needs a refactor | Ted Unangst |
2014-03-16 | resolve espie's complaints about appendall (maybe) by folding it into | Ted Unangst |
2014-03-16 | secretly document the signature comment public key name stuff | Ted Unangst |
2014-03-16 | oops, forgot the err function here. noticed by Henri Kemppainen | Ted Unangst |
2014-03-16 | we want strncmp here to be safer. spotted by halex. | Ted Unangst |
2014-03-16 | grow buffer faster | Ted Unangst |
2014-03-16 | tweak path checks. now you can create keys named ......pub | Ted Unangst |
2014-03-16 | prevent common(?) mistake. can't use a directory as a file | Ted Unangst |
2014-03-16 | check the inferred path is in /etc/signify | Ted Unangst |
2014-03-16 | start trusting the untrusted comment. (a little) | Ted Unangst |
2014-03-07 | if message file is stdin, don't read passphrase from stdin, it won't work. | Ted Unangst |
2014-03-07 | allow reading input messages on a pipe. use at your own peril. | Ted Unangst |
2014-03-06 | allow password on stdin if it's not a tty. commonly requested. | Ted Unangst |
2014-03-06 | tweak; from jmc@ and yours truly | Christian Weisgerber |
2014-03-05 | consistently say buflen so i know what length it is | Ted Unangst |
2014-03-05 | when reading a message, add one byte so we can nul terminuate. | Ted Unangst |
2014-03-05 | tighten up code a little | Ted Unangst |
2014-03-05 | check calloc and free memory. noticed by jsg and lteo. | Ted Unangst |
2014-03-04 | add -C checksum mode, which works with sha256 files in safe easy fashion. | Ted Unangst |
2014-02-27 | use the real keys' names | Ted Unangst |
2014-01-22 | replace sensitive memsets with explicit_bzero | Ted Unangst |
2014-01-19 | do not truncate strlcpy/snprintf, fail hard and proper | Theo de Raadt |
2014-01-19 | better error message for readpassphrase. from fritjof. ok deraadt | Ted Unangst |
2014-01-17 | Add a new example showing how to verify bsd.rd with signify and the new | Lawrence Teo |
2014-01-15 | pipes mean read/write may short out. | Marc Espie |
2014-01-14 | most common pbkdf failure is no password, so check that first. | Ted Unangst |
2014-01-14 | rearrange the bottom of main so it is less of a "zoo". ok deraadt | Ted Unangst |
2014-01-14 | stick that last example in a display, and avoid linewrap; | Jason McIntyre |
2014-01-14 | this can be static | Ted Unangst |
2014-01-14 | stdlib.h for malloc. from Fritjof | Ted Unangst |
2014-01-14 | use a pipe, as intended, in the example | Christian Weisgerber |