summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/readconf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix printing (ssh -G ...) of HostKeyAlgorithms=+...djm2015-08-211-2/+6
* Allow ssh_config and sshd_config kex parameters options be prefixeddjm2015-07-301-12/+13
* Turn off DSA by default; add HostKeyAlgorithms to the server andmarkus2015-07-101-17/+20
* Fix \-escaping bug that caused forward path parsing to skip twodjm2015-06-261-2/+3
* Reorder EscapeChar option parsing to avoid a single-byte out-djm2015-05-221-6/+6
* Remove pattern length argument from match_pattern_list(),djm2015-05-041-9/+7
* rename xrealloc() to xreallocarray() since it follows that form.deraadt2015-04-241-3/+3
* fix uninitialised memory read when parsing a config file consistingdjm2015-03-301-2/+4
* Revise hostkeys@openssh.com hostkey learning extension.djm2015-02-161-2/+4
* turn UpdateHostkeys off by default until I figure out mlarkin@'sdjm2015-02-021-2/+2
* Add a ssh_config HostbasedKeyType option to control whichdjm2015-01-301-3/+22
* Host key rotation support.djm2015-01-261-2/+11
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-1/+2
* sync ssh-keysign, ssh-keygen and some dependencies to the newdjm2015-01-151-3/+2
* add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypesdjm2015-01-131-2/+2
* fix ssh_config FingerprintHash evaluation order; from Petr Lautrbachdjm2015-01-081-3/+4
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-1/+23
* add RevokedHostKeys option for the clientdjm2014-12-041-2/+10
* Remove unnecessary include: netinet/in_systm.h is not needed by theselteo2014-10-241-2/+1
* Tweak config reparsing with host canonicalisationdjm2014-10-081-68/+380
* Add support for Unix domain socket forwarding. A remote TCP portmillert2014-07-151-38/+186
* don't record duplicate IdentityFilesdjm2014-04-231-1/+12
* reparse ssh_config and ~/.ssh/config if hostname canonicalisation changesdjm2014-02-231-3/+24
* when processing Match blocks, skip 'exec' clauses if previous predicatesdjm2014-02-221-10/+21
* remove experimental, never-enabled JPAKE code; ok markus@djm2014-01-291-15/+2
* support ed25519 keys (hostkeys and user identities) using the public domainmarkus2013-12-061-1/+3
* unsigned casts for ctype macros where neccessaryderaadt2013-11-201-2/+2
* Disallow empty Match statements and add "Match all" which matches everything.dtucker2013-10-241-2/+20
* commentdjm2013-10-231-1/+2
* Hostname may have %h sequences that should be expanded prior to Matchdjm2013-10-231-6/+14
* rename "command" subclause of the recently-added "Match" keyword todjm2013-10-201-4/+4
* s/canonicalise/canonicalize/ for consistency with existing spelling,djm2013-10-161-25/+25
* Implement client-side hostname canonicalisation to allow an explicitdjm2013-10-161-1/+112
* refactor client config code a little:djm2013-10-141-104/+95
* add a "Match" keyword to ssh_config that allows matching on hostname,djm2013-10-141-12/+215
* Add a ssh_config ProxyUseFDPass option that supports the use ofdjm2013-08-201-2/+10
* revert 1.203 while we investigate crashes reported by okan@dtucker2013-06-101-3/+1
* plug another memleak. bz#1967, from Zhenbo Xu, detected by Melton, ok djmdtucker2013-06-051-1/+3
* bye, bye xfree(); ok markus@djm2013-05-171-18/+12
* remove now-unused variablesdtucker2013-05-161-3/+3
* switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@dtucker2013-05-161-28/+7
* add the ability to ignore specific unrecognised ssh_config options;djm2013-05-161-9/+26
* Add an optional second argument to RekeyLimit in the client to allowdtucker2013-05-161-31/+49
* g/c unused variable (-Wunused)djm2013-03-061-3/+1
* Don't complain if IdentityFiles specified in system-wide configs are missing.dtucker2013-02-221-6/+7
* Keep track of which IndentityFile options were manually supplied and whichdtucker2013-02-171-26/+30
* unbreak remote portforwarding with dynamic allocated listen ports:markus2011-09-231-1/+2
* Remove undocumented legacy options UserKnownHostsFile2 anddjm2011-05-241-29/+40
* Add a RequestTTY ssh_config option to allow configuration-baseddjm2011-05-061-2/+26
* support negated Host matching, e.g.djm2011-05-061-5/+21