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
/
ssh
/
msg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-22
some __func__ and strerror(errno) here; no functional change
djm
1
-7
/
+7
2018-07-09
replace cast with call to sshbuf_mutable_ptr(); ok djm@
markus
1
-2
/
+2
2015-01-15
sync ssh-keysign, ssh-keygen and some dependencies to the new
djm
1
-10
/
+15
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
1
-2
/
+4
2006-07-22
move #include <string.h> out of includes.h
stevesk
1
-1
/
+2
2006-07-17
move #include <unistd.h> out of includes.h
stevesk
1
-1
/
+4
2006-07-11
move #include <errno.h> out of includes.h; ok markus@
stevesk
1
-1
/
+3
2006-03-30
replace {GET,PUT}_XXBIT macros with functionally similar functions,
djm
1
-4
/
+4
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
1
-0
/
+1
2006-03-19
RCSID() can die
deraadt
1
-1
/
+0
2005-05-24
Switch atomicio to use a simpler interface; it now returns a size_t
avsm
1
-9
/
+6
2003-11-17
return error on msg send/receive failure (rather than fatal); ok markus@
djm
1
-14
/
+23
2003-06-28
deal with typing of write vs read in atomicio
deraadt
1
-3
/
+3
2002-12-19
s/msg_send/ssh_msg_send/ to avoid namespace clashes in portable; ok markus@
djm
1
-10
/
+10
2002-07-01
%u
deraadt
1
-2
/
+2
2002-06-24
printf type pedant
itojun
1
-3
/
+3
2002-06-19
KNF done automatically while reading....
deraadt
1
-2
/
+2
2002-05-23
add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentication
markus
1
-0
/
+73