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
/
readconf.c
Age
Commit message (
Expand
)
Author
2011-09-23
unbreak remote portforwarding with dynamic allocated listen ports:
Markus Friedl
2011-05-24
Remove undocumented legacy options UserKnownHostsFile2 and
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
2010-11-13
allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of
Damien Miller
2010-09-22
add a KexAlgorithms knob to the client and server configuration to allow
Damien Miller
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller
2010-07-19
add a "ControlPersist" option that automatically starts a background
Damien Miller
2010-06-25
Add X11ForwardTimeout option to specify timeout for untrusted X11
Damien Miller
2010-06-25
bz#1327: remove hardcoded limit of 100 permitopen clauses and port
Damien Miller
2010-05-16
mux support for remote forwarding with dynamic port allocation,
Markus Friedl
2010-02-08
replace our obsolete smartcard code with PKCS#11.
Markus Friedl
2010-01-09
Remove RoutingDomain from ssh since it's now not needed. It can be replaced
Darren Tucker
2009-12-29
Rename RDomain config option to RoutingDomain to be more clear and
Kevin Steves
2009-12-25
validate routing domain is in range 0-RT_TABLEID_MAX.
Kevin Steves
2009-10-28
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
Reyk Floeter
2009-10-08
disable protocol 1 by default (after a transition period of about 10 years)
Markus Friedl
2009-06-27
Add client option UseRoaming. It doesn't do anything yet but will
Andreas Gunnarsson
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
2009-01-15
1) use obsolete instead of alias for consistency
Kevin Steves
2008-12-09
don't leave junk (free'd) pointers around in Forward *fwd argument on
Damien Miller
2008-11-04
because parse_forward() is now used to parse all forward types (DLR),
Kevin Steves
2008-11-04
Add support for an experimental zero-knowledge password authentication
Damien Miller
2008-11-03
fix comment
Kevin Steves
2008-11-03
remove valueless comment
Kevin Steves
2008-11-01
merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@
Kevin Steves
2008-06-26
Move SSH Fingerprint Visualization away from sharing the config option
Alexander von Gernler
2008-06-11
Introduce SSH Fingerprint ASCII Visualization, a technique inspired by the
Alexander von Gernler
2008-01-19
promote rekeylimit to a int64 so it can hold the maximum useful limit
Damien Miller
2007-12-31
Prevent strict-aliasing warnings on newer gcc versions. bz #1355, patch
Darren Tucker
2007-10-22
make sure that both the local and remote port are correct when
Markus Friedl
2007-03-20
remove some bogus *p tests from charles longeau
Ted Unangst
2007-01-21
spaces
Kevin Steves
2007-01-17
Honour activep for times (eg ServerAliveInterval) while parsing
Darren Tucker
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.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 <netdb.h> out of includes.h; ok djm@
Kevin Steves
2006-07-11
move #include <errno.h> out of includes.h; ok markus@
Kevin Steves
2006-07-11
add ExitOnForwardFailure: terminate the connection if ssh(1)
Markus Friedl
2006-07-05
move #include <netinet/in.h> out of includes.h; ok deraadt@
Kevin Steves
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-19
RCSID() can die
Theo de Raadt
2006-03-19
potential NULL pointer dereferences detected by Coverity
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-12
raise error when the user specifies a RekeyLimit that is smaller than 16
Damien Miller
2005-12-08
two changes to the new ssh tunnel support. this breaks compatibility
Reyk Floeter
[next]