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
2012-05-13
Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests
Darren Tucker
2012-04-23
fix function proto/source mismatch
Damien Miller
2012-04-20
use "brackets" instead of "braces", for consistency;
Jason McIntyre
2012-04-20
setlinebuf(3) is more readable than setvbuf(.., _IOLBF, ...)
Damien Miller
2012-04-12
mention AuthorizedPrincipalsFile=none default
Damien Miller
2012-04-12
VersionAddendum option to allow server operators to append some arbitrary
Damien Miller
2012-04-11
now that sshd defaults to offering ECDSA keys, ssh-keyscan should also
Damien Miller
2012-04-11
don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a
Damien Miller
2012-04-11
Support "none" as an argument for AuthorizedPrincipalsFile to indicate
Damien Miller
2012-04-11
don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a
Damien Miller
2012-03-29
Add PermitOpen none option based on patch from Loganaden Velvindron
Darren Tucker
2012-03-28
explain certificate extensions/crit split rationale. Mention requirement
Damien Miller
2012-03-15
root should always be excluded from the test for /etc/nologin instead
Philip Guenthe
2012-02-29
allow conversion of RSA1 keys to public PEM and PKCS8; "nice" markus@
Damien Miller
2012-02-09
move from 6.0-beta to 6.0
Markus Friedl
2012-01-25
packet_read_poll() is not used anymore.
Markus Friedl
2012-01-25
memleak in key_load_file(); from Jan Klemkow
Markus Friedl
2012-01-25
do not permit SSH2_MSG_SERVICE_REQUEST/ACCEPT during rekeying;
Markus Friedl
2012-01-18
Ensure that $DISPLAY contains only valid characters before using it to
Darren Tucker
2012-01-16
Fix a memory leak in pkcs11_rsa_private_encrypt(), reported by Jan Klemkow.
Miod Vallat
2012-01-08
Fix memory leak in ssh_ecdsa_verify(); from Loganaden Velvindron, ok markus@
Miod Vallat
2012-01-07
fix double-free in new session handler
Damien Miller
2012-01-05
memleak on error path
Damien Miller
2011-12-07
fix some harmless and/or unreachable int overflows;
Damien Miller
2011-12-04
revert:
Damien Miller
2011-12-02
fix bz#1934: newer OpenSSL versions will require HMAC_CTX_Init before
Damien Miller
2011-12-02
fix bz#1948: ssh -f doesn't fork for multiplexed connection.
Damien Miller
2011-11-16
Don't leak list in complete_cmd_parse if there are no commands found.
Owain Ainsworth
2011-10-24
bz#1859: send tty break to pty master instead of (probably already
Damien Miller
2011-10-24
bz#1943: unbreak stdio forwarding when ControlPersist is in user - ssh
Damien Miller
2011-10-19
typo in comment; patch from Michael W. Bombardieri
Damien Miller
2011-10-19
s/tmpfile/tmp/ to make this -Wshadow clean
Damien Miller
2011-10-18
add -k to usage(); reminded by jmc@
Damien Miller
2011-10-18
ssh(1): skip attempting to create ~/.ssh when -F is passed; ok markus@
Damien Miller
2011-10-18
new "ssh-add -k" option to load plain keys (skipping certificates);
Damien Miller
2011-10-18
remove explict search for \0 in packet strings, this job is now done
Damien Miller
2011-10-16
add missing includes to unbreak tree; fix from rpointel
Stefan Sperling
2011-10-16
put -K in the right place (usage());
Jason McIntyre
2011-10-16
Add optional checkpoints for moduli screening. feedback & ok deraadt
Darren Tucker
2011-10-04
silence error spam for "ls */foo" in directory with files; bz#1683
Damien Miller
2011-09-30
fix inverted test that caused logspam; spotted by henning@
Damien Miller
2011-09-30
don't attempt privsep cleanup when not using privsep; ok markus@
Darren Tucker
2011-09-25
improve the AuthorizedPrincipalsFile debug log message to include
Damien Miller
2011-09-23
unbreak remote portforwarding with dynamic allocated listen ports:
Markus Friedl
2011-09-23
Add wildcard support to PermitOpen, allowing things like "PermitOpen
Darren Tucker
2011-09-22
don't let remote_glob() implicitly sort its results in do_globbed_ls() -
Damien Miller
2011-09-12
fix leak in do_lsreaddir(); ok djm
Markus Friedl
2011-09-11
fix leaks in do_hardlink() and do_readlink(); bz#1921
Markus Friedl
2011-09-11
document new -O cancel command; ok djm@
Okan Demirmen
2011-09-10
support cancellation of local/dynamic forwardings from ~C commandline;
Markus Friedl
[next]