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
2010-02-08
replace our obsolete smartcard code with PKCS#11.
Markus Friedl
2010-01-26
rewrite ssh(1) multiplexing code to a more sensible protocol.
Damien Miller
2010-01-11
Add a 'netcat mode' (ssh -W). This connects stdio on the client to a single
Darren Tucker
2010-01-09
Remove RoutingDomain from ssh since it's now not needed. It can be replaced
Darren Tucker
2009-12-20
When passing user-controlled options with arguments to other programs,
Philip Guenthe
2009-10-28
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
Reyk Floeter
2009-10-24
Request roaming to be enabled if UseRoaming is true and the server
Andreas Gunnarsson
2009-07-02
allow for long home dir paths (bz #1615). ok deraadt
Darren Tucker
2009-03-17
pass correct argv[0] to openlog(); ok djm@
Markus Friedl
2009-02-12
support remote port forwarding with a zero listen port (-R0:...) to
Damien Miller
2009-01-22
make a2port() return -1 when it encounters an invalid port number
Damien Miller
2008-11-01
merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@
Kevin Steves
2008-10-09
add -y to usage();
Jason McIntyre
2008-10-08
Add -y option to force logging via syslog rather than stderr.
Damien Miller
2008-09-11
only send eow and no-more-sessions requests to openssh 5 and newer;
Markus Friedl
2008-07-02
When forking after authentication ("ssh -f") with ExitOnForwardFailure
Damien Miller
2008-06-12
keyword expansion for localcommand. ok djm@
Darren Tucker
2008-06-12
thal shalt not code past the eightieth column
Damien Miller
2008-06-12
maintain an ordered queue of outstanding global requests that we
Damien Miller
2008-06-10
Add a no-more-sessions@openssh.com global request extension that the
Damien Miller
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-08
Use new channel status confirmation callback system to properly deal
Damien Miller
2008-05-08
Implement a channel success/failure status confirmation callback
Damien Miller
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
[next]