summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/readconf.c
AgeCommit message (Expand)Author
2011-09-23unbreak remote portforwarding with dynamic allocated listen ports:Markus Friedl
2011-05-24Remove undocumented legacy options UserKnownHostsFile2 andDamien Miller
2011-05-06Add a RequestTTY ssh_config option to allow configuration-basedDamien Miller
2011-05-06support negated Host matching, e.g.Damien Miller
2010-11-13allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead ofDamien Miller
2010-09-22add a KexAlgorithms knob to the client and server configuration to allowDamien Miller
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-07-19add a "ControlPersist" option that automatically starts a backgroundDamien Miller
2010-06-25Add X11ForwardTimeout option to specify timeout for untrusted X11Damien Miller
2010-06-25bz#1327: remove hardcoded limit of 100 permitopen clauses and portDamien Miller
2010-05-16mux support for remote forwarding with dynamic port allocation,Markus Friedl
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl
2010-01-09Remove RoutingDomain from ssh since it's now not needed. It can be replacedDarren Tucker
2009-12-29Rename RDomain config option to RoutingDomain to be more clear andKevin Steves
2009-12-25validate routing domain is in range 0-RT_TABLEID_MAX.Kevin Steves
2009-10-28Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.Reyk Floeter
2009-10-08disable protocol 1 by default (after a transition period of about 10 years)Markus Friedl
2009-06-27Add client option UseRoaming. It doesn't do anything yet but willAndreas Gunnarsson
2009-02-12support remote port forwarding with a zero listen port (-R0:...) toDamien Miller
2009-01-22make a2port() return -1 when it encounters an invalid port numberDamien Miller
2009-01-151) use obsolete instead of alias for consistencyKevin Steves
2008-12-09don't leave junk (free'd) pointers around in Forward *fwd argument onDamien Miller
2008-11-04because parse_forward() is now used to parse all forward types (DLR),Kevin Steves
2008-11-04Add support for an experimental zero-knowledge password authenticationDamien Miller
2008-11-03fix commentKevin Steves
2008-11-03remove valueless commentKevin Steves
2008-11-01merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@Kevin Steves
2008-06-26Move SSH Fingerprint Visualization away from sharing the config optionAlexander von Gernler
2008-06-11Introduce SSH Fingerprint ASCII Visualization, a technique inspired by theAlexander von Gernler
2008-01-19promote rekeylimit to a int64 so it can hold the maximum useful limitDamien Miller
2007-12-31Prevent strict-aliasing warnings on newer gcc versions. bz #1355, patchDarren Tucker
2007-10-22make sure that both the local and remote port are correct whenMarkus Friedl
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-01-21spacesKevin Steves
2007-01-17Honour activep for times (eg ServerAliveInterval) while parsingDarren Tucker
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-17move #include <unistd.h> out of includes.hKevin Steves
2006-07-12move #include <netdb.h> out of includes.h; ok djm@Kevin Steves
2006-07-11move #include <errno.h> out of includes.h; ok markus@Kevin Steves
2006-07-11add ExitOnForwardFailure: terminate the connection if ssh(1)Markus Friedl
2006-07-05move #include <netinet/in.h> out of includes.h; ok deraadt@Kevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2006-03-19potential NULL pointer dereferences detected by CoverityDamien Miller
2006-02-22move #include <ctype.h> out of includes.h; ok djm@Kevin Steves
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2006-02-12raise error when the user specifies a RekeyLimit that is smaller than 16Damien Miller
2005-12-08two changes to the new ssh tunnel support. this breaks compatibilityReyk Floeter