summaryrefslogtreecommitdiff
path: root/usr.bin/signify/signify.c
AgeCommit message (Expand)Author
2014-05-16checksum mode can use magic pubkey finder tooTed Unangst
2014-05-16rework -C (perfect candidate for using hash tables, really):Marc Espie
2014-05-15fix the band-aid error.Marc Espie
2014-05-14let cpp do some of the workTed Unangst
2014-05-14spell out base64 in error messagesTed Unangst
2014-05-14save some memory by reducing buffer sizesTed Unangst
2014-05-14recode base64 hashes if necessaryTed Unangst
2014-05-14realloc like a boss, so checksum verification doesn't take minutes.Ted Unangst
2014-05-06temp variable for a bit of clarityTed Unangst
2014-05-06remove unneeded variableTed Unangst
2014-05-06factor out the safepathTed Unangst
2014-05-06be more explicit about what's a stringTed Unangst
2014-05-06better alloc idiomTed Unangst
2014-05-06factor max message sizeTed Unangst
2014-04-22use reallocarrayTed Unangst
2014-04-22errx when errno won't be set.Ted Unangst
2014-04-14confirm passwords when generating keysTed Unangst
2014-03-17quiet time is overTed Unangst
2014-03-17clean up after ourselves.Marc Espie
2014-03-17simplify readmsg loopTed Unangst
2014-03-17tweak a few messagesTed Unangst
2014-03-17check memcmp return explicitlyTed Unangst
2014-03-17pull out the pubkey reading bitsTed Unangst
2014-03-17refactor and recombine verify functions.Ted Unangst
2014-03-17move fingerprint check into verifymsgTed Unangst
2014-03-17clarify a variable or two; ok teduTheo de Raadt
2014-03-17have to fill in comment before we can use it.Ted Unangst
2014-03-16do filename check in the other place too. needs a refactorTed Unangst
2014-03-16resolve espie's complaints about appendall (maybe) by folding it intoTed Unangst
2014-03-16oops, forgot the err function here. noticed by Henri KemppainenTed Unangst
2014-03-16we want strncmp here to be safer. spotted by halex.Ted Unangst
2014-03-16grow buffer fasterTed Unangst
2014-03-16tweak path checks. now you can create keys named ......pubTed Unangst
2014-03-16prevent common(?) mistake. can't use a directory as a fileTed Unangst
2014-03-16check the inferred path is in /etc/signifyTed Unangst
2014-03-16start trusting the untrusted comment. (a little)Ted Unangst
2014-03-07if message file is stdin, don't read passphrase from stdin, it won't work.Ted Unangst
2014-03-07allow reading input messages on a pipe. use at your own peril.Ted Unangst
2014-03-06allow password on stdin if it's not a tty. commonly requested.Ted Unangst
2014-03-06tweak; from jmc@ and yours trulyChristian Weisgerber
2014-03-05consistently say buflen so i know what length it isTed Unangst
2014-03-05when reading a message, add one byte so we can nul terminuate.Ted Unangst
2014-03-05tighten up code a littleTed Unangst
2014-03-05check calloc and free memory. noticed by jsg and lteo.Ted Unangst
2014-03-04add -C checksum mode, which works with sha256 files in safe easy fashion.Ted Unangst
2014-01-22replace sensitive memsets with explicit_bzeroTed Unangst
2014-01-19do not truncate strlcpy/snprintf, fail hard and properTheo de Raadt
2014-01-19better error message for readpassphrase. from fritjof. ok deraadtTed Unangst
2014-01-15pipes mean read/write may short out.Marc Espie
2014-01-14most common pbkdf failure is no password, so check that first.Ted Unangst