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
2013-09-19
bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch from
Damien Miller
2013-09-19
bz#1297 - tell the client (via packet_send_debug) when their preferred
Damien Miller
2013-09-19
fix swapped pflag and printflag in sftp upload_dir; from Iain Morgan
Damien Miller
2013-09-19
store the initial file offset so the progress meter doesn't freak out
Damien Miller
2013-09-16
Remove gssapi config parts from ssh_config, as was already done for sshd_config.
Stuart Henderson
2013-09-13
avoid unaligned access in code that reused a buffer to send a
Damien Miller
2013-09-12
fix connection crash when sending break (~B) on ControlPersist'd session;
Damien Miller
2013-09-07
Remove commented-out kerberos/gssapi config options from sample config,
Stuart Henderson
2013-09-02
All the instances of arc4random_stir() are bogus, since arc4random()
Theo de Raadt
2013-08-31
make ^w match ksh behaviour (delete previous word instead of entire line)
Damien Miller
2013-08-28
improve batch processing a bit by making use of the quite flag a bit
Mike Belopuhov
2013-08-22
Stir PRNG after post-accept fork. The child gets a different PRNG state
Damien Miller
2013-08-20
some proxyusefdpass tweaks;
Jason McIntyre
2013-08-20
Add a ssh_config ProxyUseFDPass option that supports the use of
Damien Miller
2013-08-14
some Bx/Ox conversion;
Jason McIntyre
2013-08-13
another of the same typo
Damien Miller
2013-08-13
typo in error message; from Stephan Rickauer
Damien Miller
2013-08-10
libkafs5 -> libkafs (unused in build, so no functional change)
Antoine Jacoutot
2013-08-09
enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word;
Damien Miller
2013-08-09
two problems found by a to-be-committed regress test: 1) msg_id was not
Damien Miller
2013-08-09
do getopt parsing for all sftp commands (with an empty optstring for
Damien Miller
2013-08-08
add a "-l" flag for the rename command to force it to use the silly
Damien Miller
2013-08-08
fix two year old regression: symlinking a file would incorrectly
Damien Miller
2013-08-07
sort -a;
Jason McIntyre
2013-08-06
add cast to avoid format warning; from portable
Damien Miller
2013-08-06
document top-level -a option (the -a option to 'get' was already documented)
Damien Miller
2013-08-06
fix some whitespace at EOL
Damien Miller
2013-07-25
openssh-6.3 for release
Damien Miller
2013-07-25
sftp support for resuming partial downloads; patch mostly by Loganaden
Damien Miller
2013-07-25
daemonise backgrounded (ControlPersist'ed) multiplexing master to ensure
Damien Miller
2013-07-22
oops, forgot to commit corresponding header change;
Damien Miller
2013-07-22
make MAC key, data to be hashed and nonce for final hash const;
Damien Miller
2013-07-20
fix verification error in (as-yet usused) KRL signature checking path
Damien Miller
2013-07-20
fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@
Damien Miller
2013-07-20
call cleanup_handler on SIGINT when in debug mode to ensure sockets
Damien Miller
2013-07-20
More useful error message on missing current user in /etc/passwd
Damien Miller
2013-07-20
use a union to ensure correct alignment; ok deraadt
Damien Miller
2013-07-19
add ssh-agent(1) support to sshd(8); allows encrypted hostkeys,
Markus Friedl
2013-07-18
be more exact wrt perms for ~/.ssh/config; bz#2078
Damien Miller
2013-07-16
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
Ingo Schwarze
2013-07-12
set TCP nodelay for connections started with -N; bz#2124 ok dtucker@
Damien Miller
2013-07-12
do_print_resource_record() can never be called with a NULL filename, so
Damien Miller
2013-07-12
in ssh_gai_strerror() don't fallback to strerror for EAI_SYSTEM when
Damien Miller
2013-07-12
fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
Damien Miller
2013-07-02
add missing library dependencies
Markus Friedl
2013-07-02
remove extra whitespace
Markus Friedl
2013-06-27
do not use Sx for sections outwith the man page - ingo informs me that
Jason McIntyre
2013-06-22
improved time_t overflow check suggested by guenther@
Damien Miller
2013-06-21
make this -Wsign-compare clean after time_t conversion
Damien Miller
2013-06-21
sprinkle in some error() to explain moduli(5) parse failures
Damien Miller
[next]