Age | Commit message (Expand) | Author |
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 |
2014-01-13 | premature, only wanted to commit n: -> n | Marc Espie |
2014-01-13 | duh, -n does not take args | Marc Espie |
2014-01-13 | dang it! | Ted Unangst |
2014-01-13 | new day, new options. -m message and -x signature. | Ted Unangst |
2014-01-12 | we only write to writable files, so use O_WRONLY. | Ted Unangst |
2014-01-12 | add missing dash in -p option | Robert Peichaer |
2014-01-12 | improve release directory example | Theo de Raadt |
2014-01-12 | subtly improve an example | Theo de Raadt |
2014-01-11 | Check the return value of fstat() in readmsg(). | Lawrence Teo |
2014-01-10 | sort options | Theo de Raadt |
2014-01-10 | -c comment, for people who don't like the default. ok deraadt | Ted Unangst |
2014-01-10 | no Pp before or after Sh; | Jason McIntyre |
2014-01-10 | quiet time. printing verified was an artifact of development, to be sure | Ted Unangst |
2014-01-10 | use a single positional argument instead of a creeping list of __progname | Ted Unangst |
2014-01-10 | a little more consistent with names, notably call signature files sigfiles | Ted Unangst |
2014-01-10 | base64.c workaround keeps sneaking back in | Ted Unangst |
2014-01-10 | provide a small (very very) practical example for using signify | Theo de Raadt |
2014-01-10 | change the listing of the options, because there is way too much | Theo de Raadt |
2014-01-10 | at least for now, we're going to need some -Inspector magic | Ted Unangst |
2014-01-09 | sync usage(); | Jason McIntyre |
2014-01-09 | revert to O_EXCL for generating keys, so we don't erase them by accident. | Marc Espie |
2014-01-09 | oops | Ted Unangst |
2014-01-09 | change O_EXCL to O_TRUNC before deraadt kills me. | Ted Unangst |
2014-01-09 | copy secret key comment into signature. requested by deraadt | Ted Unangst |
2014-01-09 | oops, re-adapt for the install media | Theo de Raadt |
2014-01-09 | -e embedded signatures. ok deraadt | Ted Unangst |
2014-01-08 | fix logic/usage in VERIFYONLY case | Marc Espie |
2014-01-08 | a few more blocks can use VERIFYONLY | Theo de Raadt |
2014-01-08 | allow building a VERIFYONLY version that's considerably smaller. | Ted Unangst |
2014-01-08 | reduce size by using equivalent code from libc instead of nacl | Ted Unangst |
2014-01-08 | no tomfoolery: mark the comment as untrusted, and enforce it. | Ted Unangst |
2014-01-06 | tedu unused macro. | Marc Espie |
2014-01-03 | don't initialize declared variable with a function call | Ted Unangst |
2014-01-03 | replace hand rolled strchr with strchr | Ted Unangst |