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
/
ssh-keysign.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make HostBased authentication work with a ProxyCommand. bz #1569, patch
dtucker
2010-01-13
1
-2
/
+2
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-4
/
+2
*
move #include <stdlib.h> out of includes.h
stevesk
2006-07-26
1
-1
/
+2
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
move #include <unistd.h> out of includes.h
stevesk
2006-07-17
1
-1
/
+2
*
move #include <fcntl.h> out of includes.h
stevesk
2006-07-09
1
-1
/
+2
*
move #include <pwd.h> out of includes.h; ok markus@
stevesk
2006-07-06
1
-2
/
+5
*
sessionid can be 32 bytes now too when sha256 kex is used; ok djm@
dtucker
2006-04-02
1
-3
/
+3
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
move #include <paths.h> out of includes.h; ok markus@
stevesk
2006-02-08
1
-1
/
+3
*
ensure that stdio fds are attached; ok deraadt@
djm
2005-09-13
1
-1
/
+8
*
Remove duplicate getuid(), suggested by & ok markus@
dtucker
2004-08-23
1
-3
/
+3
*
Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches
dtucker
2004-08-23
1
-7
/
+7
*
perform strict ownership and modes checks for ~/.ssh/config files, as these
djm
2004-04-18
1
-2
/
+2
*
fix mem leaks; some fixes from Pete Flugstad; tested dtucker@
markus
2004-01-19
1
-1
/
+2
*
return error on msg send/receive failure (rather than fatal); ok markus@
djm
2003-11-17
1
-2
/
+3
*
fix AddressFamily option in config file, from brent@graveland.net; ok markus@
djm
2003-07-03
1
-2
/
+1
*
add AddressFamily option to ssh_config (like -4, -6 on commandline).
djm
2003-05-16
1
-2
/
+4
*
potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
markus
2003-04-02
1
-2
/
+2
*
move RSA_blinding_on to generic key load method
markus
2003-03-13
1
-8
/
+1
*
s/msg_send/ssh_msg_send/ to avoid namespace clashes in portable; ok markus@
djm
2002-12-19
1
-4
/
+4
*
we cannot use HostbasedAuthentication for enabling ssh-keysign(8),
markus
2002-11-07
1
-3
/
+3
*
re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config
markus
2002-07-03
1
-1
/
+15
*
use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld)
markus
2002-07-03
1
-1
/
+14
*
bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.edu
markus
2002-06-26
1
-2
/
+2
*
KNF done automatically while reading....
deraadt
2002-06-19
1
-8
/
+8
*
only accept 20 byte session ids
markus
2002-06-08
1
-3
/
+7
*
extent ssh-keysign protocol:
markus
2002-05-31
1
-9
/
+28
*
add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentication
markus
2002-05-23
1
-0
/
+185