index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
signify
/
signify.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
improve checksum parsing slightly. now handles filenames with spaces.
tedu
2015-01-16
1
-4
/
+3
*
just to be careful, add a cpp guard that the sscanf sizes are ok
tedu
2015-01-16
1
-1
/
+4
*
use PATH_MAX for path buffers. in case, you know...
tedu
2015-01-15
1
-3
/
+4
*
absurd optimization. reduce initial space by one to avoid leaving one byte
tedu
2015-01-09
1
-2
/
+2
*
bcallah noticed the ifndef guard for headers was wrong. don't fix, just
tedu
2015-01-07
1
-5
/
+3
*
useless change. overwriting the nul byte with a newline means b64_ntop
tedu
2014-12-29
1
-2
/
+2
*
rename fingerprint struct field. no longer exposed to users, but since it's
tedu
2014-12-29
1
-11
/
+11
*
remove the inspect debug command. should not be used by users, who are not
tedu
2014-12-29
1
-37
/
+2
*
Yet more #include de-duplication.
krw
2014-11-20
1
-2
/
+1
*
compare snprintf return value with -1. this isn't really necessary because
tedu
2014-07-13
1
-16
/
+17
*
don't assign variables in if() that's not error checking
tedu
2014-05-30
1
-3
/
+5
*
a little style consistency with error checking
tedu
2014-05-30
1
-11
/
+6
*
save up the failures for the end in the argc == 0.
tedu
2014-05-16
1
-16
/
+16
*
a few changes for new code to match local style
tedu
2014-05-16
1
-11
/
+11
*
checksum mode can use magic pubkey finder too
tedu
2014-05-16
1
-3
/
+3
*
rework -C (perfect candidate for using hash tables, really):
espie
2014-05-16
1
-72
/
+90
*
fix the band-aid error.
espie
2014-05-15
1
-3
/
+3
*
let cpp do some of the work
tedu
2014-05-14
1
-4
/
+5
*
spell out base64 in error messages
tedu
2014-05-14
1
-4
/
+4
*
save some memory by reducing buffer sizes
tedu
2014-05-14
1
-5
/
+5
*
recode base64 hashes if necessary
tedu
2014-05-14
1
-1
/
+17
*
realloc like a boss, so checksum verification doesn't take minutes.
tedu
2014-05-14
1
-5
/
+8
*
temp variable for a bit of clarity
tedu
2014-05-06
1
-6
/
+6
*
remove unneeded variable
tedu
2014-05-06
1
-4
/
+2
*
factor out the safepath
tedu
2014-05-06
1
-2
/
+3
*
be more explicit about what's a string
tedu
2014-05-06
1
-5
/
+5
*
better alloc idiom
tedu
2014-05-06
1
-2
/
+2
*
factor max message size
tedu
2014-05-06
1
-3
/
+4
*
use reallocarray
tedu
2014-04-22
1
-3
/
+3
*
errx when errno won't be set.
tedu
2014-04-22
1
-7
/
+7
*
confirm passwords when generating keys
tedu
2014-04-14
1
-4
/
+13
*
quiet time is over
tedu
2014-03-17
1
-3
/
+1
*
clean up after ourselves.
espie
2014-03-17
1
-1
/
+2
*
simplify readmsg loop
tedu
2014-03-17
1
-7
/
+6
*
tweak a few messages
tedu
2014-03-17
1
-8
/
+8
*
check memcmp return explicitly
tedu
2014-03-17
1
-6
/
+6
*
pull out the pubkey reading bits
tedu
2014-03-17
1
-25
/
+24
*
refactor and recombine verify functions.
tedu
2014-03-17
1
-36
/
+56
*
move fingerprint check into verifymsg
tedu
2014-03-17
1
-21
/
+10
*
clarify a variable or two; ok tedu
deraadt
2014-03-17
1
-8
/
+8
*
have to fill in comment before we can use it.
tedu
2014-03-17
1
-2
/
+2
*
do filename check in the other place too. needs a refactor
tedu
2014-03-16
1
-1
/
+4
*
resolve espie's complaints about appendall (maybe) by folding it into
tedu
2014-03-16
1
-16
/
+11
*
oops, forgot the err function here. noticed by Henri Kemppainen
tedu
2014-03-16
1
-2
/
+3
*
we want strncmp here to be safer. spotted by halex.
tedu
2014-03-16
1
-2
/
+2
*
grow buffer faster
tedu
2014-03-16
1
-2
/
+2
*
tweak path checks. now you can create keys named ......pub
tedu
2014-03-16
1
-3
/
+3
*
prevent common(?) mistake. can't use a directory as a file
tedu
2014-03-16
1
-1
/
+4
*
check the inferred path is in /etc/signify
tedu
2014-03-16
1
-3
/
+6
*
start trusting the untrusted comment. (a little)
tedu
2014-03-16
1
-11
/
+32
[next]