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
2011-07-06
bzero the agent address. the kernel was for a while very cranky about
Ted Unangst
2011-06-23
ignore EINTR errors from poll()
Damien Miller
2011-06-23
rename sandbox.h => ssh-sandbox.h to make things easier for portable
Damien Miller
2011-06-22
$OpenBSD$ makers
Damien Miller
2011-06-22
hook up a channel confirm callback to warn the user then requested X11
Damien Miller
2011-06-22
introduce sandboxing of the pre-auth privsep child using systrace(4).
Damien Miller
2011-06-22
reuse the multistate option arrays to pretty-print options for "sshd -T"
Damien Miller
2011-06-17
setproctitle for a mux master that has been gracefully stopped;
Damien Miller
2011-06-17
factor out multi-choice option parsing into a parse_multistate label
Damien Miller
2011-06-17
the protocol version should be unsigned; bz#1913 reported by mb AT
Damien Miller
2011-06-17
make the pre-auth privsep slave log via a socketpair shared with the
Damien Miller
2011-06-14
make sure key_parse_public/private_rsa1() no longer consumes its input buffer.
Markus Friedl
2011-06-04
explain IdentifyFile's semantics a little better, prompted by bz#1898
Damien Miller
2011-06-03
Check current parent process ID against saved one to determine if the parent
Darren Tucker
2011-06-03
bz#1883 - setproctitle() to identify mux master; patch from Bert.Wesarg
Damien Miller
2011-05-24
Remove undocumented legacy options UserKnownHostsFile2 and
Damien Miller
2011-05-23
read in key comments for v.2 keys (though note that these are not
Damien Miller
2011-05-23
tweak previous; ok djm
Jason McIntyre
2011-05-23
remove extra newline
Damien Miller
2011-05-23
make secure_filename() spam debug logs less
Damien Miller
2011-05-23
allow AuthorizedKeysFile to specify multiple files, separated by spaces.
Damien Miller
2011-05-20
use a macro to define which string options to copy between configs
Damien Miller
2011-05-20
Add comment documenting what should be after the preauth check. ok djm
Darren Tucker
2011-05-20
the options TrustedUserCAKeys, RevokedKeysFile, AuthorizedKeysFile
Damien Miller
2011-05-17
fatal() if asked to generate a legacy ECDSA cert (these don't exist)
Damien Miller
2011-05-15
use FD_CLOEXEC consistently; patch from zion AT x96.org
Damien Miller
2011-05-13
warn on unexpected key type in key_parse_private_type()
Damien Miller
2011-05-11
remove support for authorized_keys2; it is a relic from the early days
Damien Miller
2011-05-10
despam debug() logs by detecting that we are trying to load a private key
Damien Miller
2011-05-08
improve our behaviour when TTY allocation fails: if we are in
Damien Miller
2011-05-07
+.It RequestTTY
Jason McIntyre
2011-05-07
- tweak previous
Jason McIntyre
2011-05-06
fix numbering; from bert.wesarg AT googlemail.com
Damien Miller
2011-05-06
fix dropping from previous diff
Damien Miller
2011-05-06
Add a RequestTTY ssh_config option to allow configuration-based
Damien Miller
2011-05-06
support negated Host matching, e.g.
Damien Miller
2011-05-06
add a %L expansion (short-form of the local host name) for ControlPath;
Damien Miller
2011-05-06
set traffic class for IPv6 traffic as we do for IPv4 TOS;
Damien Miller
2011-05-06
fix memory leak; bz#1849 ok dtucker@
Damien Miller
2011-05-06
mention that IPv6 addresses must be enclosed in square brackets;
Damien Miller
2011-05-06
clarify language about overriding defaults. bz#1892, from Petr Cerny
Darren Tucker
2011-05-05
gracefully fall back when ControlPath is too large for a
Damien Miller
2011-05-04
allow "ssh-add - < key"; feedback and ok markus@
Damien Miller
2011-04-25
linting this library is not helping anything
Theo de Raadt
2011-04-18
certificate options are supposed to be packed in lexical order of option
Damien Miller
2011-04-18
tweak previous;
Jason McIntyre
2011-04-17
allow graceful shutdown of multiplexing: request that a mux server removes
Damien Miller
2011-04-13
mention valid -b sizes for ECDSA keys; bz#1862
Damien Miller
2011-04-13
improve wording; bz#1861
Damien Miller
2011-04-12
exit with 0 status on SIGTERM; bz#1879
Damien Miller
[next]