summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/hostfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* when ordering the hostkey algorithms to request from a server,djm2020-05-131-1/+13
* fix possible null-deref in check_key_not_revoked; ok djmmarkus2020-03-061-2/+2
* change explicit_bzero();free() to freezero()jsg2020-02-261-3/+2
* allow UpdateKnownHosts=yes to function when multiple known_hosts filesdjm2020-01-251-1/+2
* Remove some set but never used variables. ok daraadt@dtucker2019-07-071-3/+2
* oops, from asouderaadt2019-06-281-2/+2
* Some asprintf() calls were checked < 0, rather than the precise == -1.deraadt2019-06-271-3/+3
* memleaks; found by valgrinddjm2018-07-161-2/+2
* switch config file parsing to getline(3) as this avoids static limitsmarkus2018-06-061-6/+9
* Switch to recallocarray() for a few operations. Both growth and shrinkagederaadt2017-05-311-2/+2
* remove KEY_RSA1djm2017-04-301-15/+3
* unifdef WITH_SSH1djm2017-04-301-14/+1
* ensure hostname is lower-case before hashing it; bz#2591 reported bydjm2017-03-101-7/+12
* replace two arc4random loops with arc4random_buftedu2016-09-171-4/+3
* Remove pattern length argument from match_pattern_list(),djm2015-05-041-2/+2
* downgrade error() for known_hosts parse errors to debug() to quietdjm2015-03-311-4/+5
* Refactor hostkeys_foreach() and dependent codedjm2015-02-161-76/+143
* properly restore umaskdjm2015-01-261-2/+4
* Host key rotation support.djm2015-01-261-16/+190
* convert load_hostkeys() (hostkey ordering and known_hostdjm2015-01-181-89/+52
* introduce hostkeys_foreach() to allow iteration over adjm2015-01-181-2/+145
* sync ssh-keysign, ssh-keygen and some dependencies to the newdjm2015-01-151-34/+40
* whitespacedjm2014-10-201-3/+3
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-1/+2
* make compiling against OpenSSL optional (make OPENSSL=no);markus2014-04-291-1/+7
* replace most bzero with explicit_bzero, except a few that cna be memsettedu2014-01-311-3/+3
* replace openssl HMAC with an implementation based on our ssh_digest_*markus2014-01-271-15/+14
* Introduce digest API and use it to perform all hashing operationsdjm2014-01-091-1/+2
* fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@djm2013-07-121-7/+10
* bye, bye xfree(); ok markus@djm2013-05-171-9/+7
* fix fd leak; spotted and ok dtucker@djm2010-12-041-1/+2
* automatically order the hostkeys requested by the client based ondjm2010-11-291-125/+176
* Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatdjm2010-03-041-21/+81
* Add support for certificate key types for users and hosts.djm2010-02-261-4/+27
* mention the host name that we are looking for in check_host_in_hostfile()djm2009-10-111-2/+2
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-4/+2
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
* move #include <stdlib.h> out of includes.hstevesk2006-07-261-4/+5
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
* move #include <netinet/in.h> out of includes.h; ok deraadt@stevesk2006-07-051-1/+5
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* RCSID() can diederaadt2006-03-191-1/+0
* FILE* leak detected by Coverity via elad AT netbsd.org;djm2006-03-191-2/+4
* "packet.h" not neededstevesk2006-02-071-2/+2
* Correct format/arguments to debug call; spotted by shaw at vranix.com ok djm@dtucker2005-11-221-3/+3
* Silence bogus -Wuninitialized warnings; ok djm@dtucker2005-07-271-2/+2
* spacingderaadt2005-03-101-4/+4
* add support for hashing host names and addresses added to known_hosts files,djm2005-03-011-6/+117
* constify. ok markus@ & djm@jakob2003-11-101-5/+5
* rename log() into logit() to avoid name conflict. markus ok, from netbsditojun2003-04-081-3/+3