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