Age | Commit message (Expand) | Author |
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 |
2014-05-16 | checksum mode can use magic pubkey finder too | Ted Unangst |
2014-05-16 | rework -C (perfect candidate for using hash tables, really): | Marc Espie |
2014-05-15 | fix the band-aid error. | Marc Espie |
2014-05-14 | let cpp do some of the work | Ted Unangst |
2014-05-14 | spell out base64 in error messages | Ted Unangst |
2014-05-14 | save some memory by reducing buffer sizes | Ted Unangst |
2014-05-14 | recode base64 hashes if necessary | Ted Unangst |
2014-05-14 | realloc like a boss, so checksum verification doesn't take minutes. | Ted Unangst |
2014-05-06 | temp variable for a bit of clarity | Ted Unangst |