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
/
ssh
Age
Commit message (
Expand
)
Author
2008-05-19
unbreak tree by committing this bit that I missed from:
Damien Miller
2008-05-19
support -l (print fingerprint) in combination with -F (find host) to
Damien Miller
2008-05-19
Fix sending tty modes when stdin is not a tty (bz#1199). Previously
Damien Miller
2008-05-19
unbreak protocol keepalive timeouts bz#1465; ok dtucker@
Damien Miller
2008-05-18
comment extension announcement
Damien Miller
2008-05-17
grammar and correctness fixes from stevesk@
Damien Miller
2008-05-16
document our protocol extensions and deviations; ok markus@
Damien Miller
2008-05-15
document eow message in ssh protocol 2 channel state machine;
Damien Miller
2008-05-12
Ensure nh_result lies on a 64-bit boundary (fixes warnings observed
Peter Valchev
2008-05-09
unbreak
Markus Friedl
2008-05-09
error-fd race: don't enable the error fd in the select bitmask
Markus Friedl
2008-05-09
re-add the USE_PIPES code and enable it.
Markus Friedl
2008-05-09
dingo stole my diff hunk
Damien Miller
2008-05-09
tidy up session multiplexing code, moving it into its own file and
Damien Miller
2008-05-09
Try additional addresses when connecting to a port forward destination
Damien Miller
2008-05-08
Use new channel status confirmation callback system to properly deal
Damien Miller
2008-05-08
Make the maximum number of sessions run-time controllable via
Damien Miller
2008-05-08
Implement a channel success/failure status confirmation callback
Damien Miller
2008-05-08
avoid extra malloc/copy/free when receiving data over the net;
Markus Friedl
2008-05-07
sort;
Jason McIntyre
2008-05-07
push the sshd_config bits in, spotted by ajacoutot@
Pierre-Yves Ritschard
2008-05-07
Enable the AllowAgentForwarding option in sshd_config (global and match
Pierre-Yves Ritschard
2008-04-30
default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by
Damien Miller
2008-04-29
garbage collect two unused fields in struct mm_master; ok markus@
Otto Moerbeek
2008-04-18
remove unneccessary parentheses
Damien Miller
2008-04-18
macro fixage;
Jason McIntyre
2008-04-18
introduce sftp extension methods statvfs@openssh.com and
Damien Miller
2008-04-13
Use arc4random_buf() when requesting more than a single word of output
Damien Miller
2008-04-05
HostbasedAuthentication is supported under Match too
Damien Miller
2008-04-04
oops, some unrelated stuff crept into that commit - backout.
Damien Miller
2008-04-04
ChrootDirectory is supported in Match blocks (in fact, it is most useful
Damien Miller
2008-04-03
openssh-5.0
Damien Miller
2008-04-02
avoid possible hijacking of x11-forwarded connections (back out 1.183)
Markus Friedl
2008-03-27
remove trailing whitespace;
Jason McIntyre
2008-03-27
openssh-4.9
Damien Miller
2008-03-26
Fix RCS ident
Damien Miller
2008-03-26
add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc
Damien Miller
2008-03-25
last patch had backwards test; spotted by termim AT gmail.com
Damien Miller
2008-03-25
ignore ~/.ssh/rc if a sshd_config ForceCommand is specified;
Damien Miller
2008-03-24
msg_controllen has to be CMSG_SPACE so that the kernel can account for
Theo de Raadt
2008-03-23
prefer POSIX-style file renaming over filexfer rename behaviour if the server
Damien Miller
2008-03-15
Repair the simple cases for msg_controllen where it should just be
Theo de Raadt
2008-03-13
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
Theo de Raadt
2008-03-04
crank version; from djm
Theo de Raadt
2008-03-02
use a union to ensure alignment of the cmsg (pay attention: various other
Theo de Raadt
2008-02-27
add an extension method "posix-rename@openssh.com" to perform POSIX atomic
Damien Miller
2008-02-22
Allow all SSH2 packet types, including UNIMPLEMENTED to reset the
Darren Tucker
2008-02-22
closefrom() call was too early, delay it until just before we execute
Damien Miller
2008-02-20
correct boolean encoding for coredump; der Mouse via dugsong
Markus Friedl
2008-02-14
When started in configuration test mode (-t) do not check that sshd is
Marc Balmer
[next]