Age | Commit message (Expand) | Author |
2022-08-26 | Move (unused) variables under !VERIFYONLY | Klemens Nanni |
2020-01-21 | In -C mode, the public key is optional since it can be deduced from | Theo Buehler |
2019-12-22 | have parseb64file be non-destructive, so we can write the | Marc Espie |
2019-09-09 | use PATH_MAX instead of 1024; ok tedu | Theo de Raadt |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-03-23 | allow -n to zero the gzip header timestamp. suggestion from Andre Stoebe. | Ted Unangst |
2019-01-17 | change an error message to be less misleading. | Ted Unangst |
2019-01-17 | clean up the user's password even after various errors. | Ted Unangst |
2017-07-11 | fix style compliance, in the keyname compliance function no less | Ted Unangst |
2017-04-18 | use freezero() instead of explicit_bzero + free | Theo de Raadt |
2016-10-06 | - better check for seckeyname/pubkeyname "equality", remove the path | Marc Espie |
2016-10-05 | when generating keys, make sure the names specified adhere to all | Ted Unangst |
2016-10-05 | more properly check the secret key extension. from espie | Ted Unangst |
2016-10-05 | combining an assignment and *two* tests in one conditional is a bit much. | Ted Unangst |
2016-09-27 | the keytype checking is logically part of verify, and it's small, so | Ted Unangst |
2016-09-27 | no need to copy keypath if we already have one | Ted Unangst |
2016-09-26 | have to advance pointer past the / to get basename. | Ted Unangst |
2016-09-26 | there's a hidden feature to infer the public key from the signature | Ted Unangst |
2016-09-10 | spaces found during re-read | Theo de Raadt |
2016-09-03 | fix parameters checking | Marc Espie |
2016-09-02 | use err() instead of errx when an errno is set | Ted Unangst |
2016-09-02 | the old check for when verify needed to create files (affecting pledge) | Ted Unangst |
2016-09-02 | combine the pledge switch with the execution switch. no changes yet, | Ted Unangst |
2016-09-02 | -e and -z cannot be combined | Ted Unangst |
2016-09-02 | document the new stuff, usage nits. | Marc Espie |
2016-09-02 | add a new option (-z) for signing gzip archives. | Marc Espie |
2016-09-02 | move more code into createsig. callers just pass seckey filename. | Ted Unangst |
2016-09-02 | split the sign() function into two, with a pure memory core made | Ted Unangst |
2016-09-01 | don't initialize variables with functions | Ted Unangst |
2016-09-01 | add a -t keytype option for untrusted comment automatic key extraction | Marc Espie |
2016-06-08 | use getprogname | Ted Unangst |
2015-12-04 | polishing | Ted Unangst |
2015-11-02 | Make signify's stdout line buffered. This allows to run the verbose | Alexander Bluhm |
2015-10-30 | mark usage __dead | Ted Unangst |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-08 | add some tame calls. we may need a bunch of permissions to create files | Ted Unangst |
2015-01-16 | improve checksum parsing slightly. now handles filenames with spaces. | Ted Unangst |
2015-01-16 | just to be careful, add a cpp guard that the sscanf sizes are ok | Ted Unangst |
2015-01-15 | use PATH_MAX for path buffers. in case, you know... | Ted Unangst |
2015-01-09 | absurd optimization. reduce initial space by one to avoid leaving one byte | Ted Unangst |
2015-01-07 | bcallah noticed the ifndef guard for headers was wrong. don't fix, just | Ted Unangst |
2014-12-29 | useless change. overwriting the nul byte with a newline means b64_ntop | Ted Unangst |
2014-12-29 | rename fingerprint struct field. no longer exposed to users, but since it's | Ted Unangst |
2014-12-29 | remove the inspect debug command. should not be used by users, who are not | Ted Unangst |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-07-13 | compare snprintf return value with -1. this isn't really necessary because | Ted Unangst |
2014-05-30 | don't assign variables in if() that's not error checking | Ted Unangst |
2014-05-30 | a little style consistency with error checking | Ted Unangst |
2014-05-16 | save up the failures for the end in the argc == 0. | Ted Unangst |
2014-05-16 | a few changes for new code to match local style | Ted Unangst |