index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
signify
Age
Commit message (
Expand
)
Author
2014-08-22
don't need this file, only the mod version
Ted Unangst
2014-08-07
Bump example pubkey filenames to /etc/signify/openbsd-56-base.pub for
Lawrence Teo
2014-07-22
Pull in all the parts. Let's face the facts -- .PATH from other
Theo de Raadt
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
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
[next]