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
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
2005-12-06
Add support for tun(4) forwarding over OpenSSH, based on an idea and
Reyk Floeter
2005-07-30
listen_hosts initialisation here too; spotted greg AT y2005.nest.cx
Damien Miller
2005-07-17
knf says that a 2nd level indent is four (not three or five) spaces
Damien Miller
2005-06-08
add ControlMaster=auto/autoask options to support opportunistic multiplexing;
Damien Miller
2005-05-16
check return value from strdelim() for NULL (AddressFamily); mpech
Markus Friedl
2005-03-10
spacing
Theo de Raadt
2005-03-10
Check listen addresses for null, prevents xfree from dying during
Darren Tucker
2005-03-04
fix SendEnv config parsing bug found by Roumen Petrov; ok dtucker@
Damien Miller
2005-03-01
add support for hashing host names and addresses added to known_hosts files,
Damien Miller
2005-03-01
bz#413: allow optional specification of bind address for port forwardings.
Damien Miller
2004-07-11
spaces
Theo de Raadt
[next]