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
/
ssh.c
Age
Commit message (
Expand
)
Author
2008-01-19
ignore SIGPIPE in multiplex client mode - we can receive this if the
Damien Miller
2007-11-03
avoid errno trashing in signal handler; ok dtucker
Theo de Raadt
2007-11-03
Use xstrdup/xfree when saving pwname and pwdir; ok deraadt@
Darren Tucker
2007-11-03
bz #1377: getpwuid results were being clobbered by another getpw* call
Theo de Raadt
2007-10-29
Make LocalCommand work for Protocol 1 too; ok djm@
Darren Tucker
2007-10-29
Plug tiny mem leaks in ControlPath and ProxyCommand option processing; ok djm@
Darren Tucker
2007-09-04
make ssh(1)'s ConnectTimeout option apply to both the TCP connection and
Damien Miller
2007-09-04
make file descriptor passing code return an error rather than call fatal()
Damien Miller
2007-08-07
bz#1232: ensure that any specified LocalCommand is executed after the
Damien Miller
2007-06-14
when waiting for the multiplex exit status, read until the master end
Damien Miller
2007-06-14
handle EINTR when waiting for mux exit status properly
Damien Miller
2007-06-12
improved exit message from multiplex slave sessions; bz #1262
Damien Miller
2007-06-12
Add "-K" flag for ssh to set GSSAPIAuthentication=yes and
Damien Miller
2007-06-12
fix slave exit value when a control master goes away without passing the
Damien Miller
2007-01-03
spaces
Kevin Steves
2006-10-06
sys/resource.h needs sys/time.h; prompted by brad@
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
clean extra spaces
Kevin Steves
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-12
move #include <stddef.h> out of includes.h
Kevin Steves
2006-07-12
move #include <netdb.h> out of includes.h; ok djm@
Kevin Steves
2006-07-11
need <errno.h> here also (it's also included in <openssl/err.h>)
Kevin Steves
2006-07-11
cast asterisk field precision argument to int to remove warning;
Kevin Steves
2006-07-11
add ExitOnForwardFailure: terminate the connection if ssh(1)
Markus Friedl
2006-07-11
Only copy the part of environment variable that we actually use. Prevents
Darren Tucker
2006-07-09
move #include <fcntl.h> out of includes.h
Kevin Steves
2006-07-08
move #include <sys/socket.h> out of includes.h
Kevin Steves
2006-07-06
move #include <pwd.h> out of includes.h; ok markus@
Kevin Steves
2006-07-03
move #include "version.h" out of includes.h; ok markus@
Kevin Steves
2006-07-02
more details and clarity for tun(4) device forwarding; ok and help
Kevin Steves
2006-04-25
Prevent ssh from trying to open private keys with bad permissions more than
Darren Tucker
2006-03-30
add percent escape chars to the IdentityFile option, bz #1159 based
Damien Miller
2006-03-28
spacing
Theo de Raadt
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-25
introduce xcalloc() and xasprintf() failure-checked allocations functions
Damien Miller
2006-03-20
be strict with tolower() casting
Theo de Raadt
2006-03-20
annoying spacing fixes getting in the way of real diffs
Theo de Raadt
2006-03-20
sprinkle u_int throughout pty subsystem, ok markus
Theo de Raadt
2006-03-19
spacing
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2006-03-12
knf nit
Damien Miller
2006-02-22
move #include <ctype.h> out of includes.h; ok djm@
Kevin Steves
2006-02-20
move #include <sys/stat.h> out of includes.h; ok markus@
Kevin Steves
2006-02-20
move #include <signal.h> out of includes.h; ok markus@
Kevin Steves
2006-02-20
move #include <sys/un.h> out of includes.h; ok djm@
Kevin Steves
2006-02-12
add a %l expansion code to the ControlPath, which is filled in with the
Damien Miller
2006-02-10
move #include <sys/ioctl.h> out of includes.h; ok markus@
Kevin Steves
[next]