index
:
delta/openssh-git.git
IBS
PRIVSEP
V_2_5_2
V_2_9_9
V_2_9_P1
V_3_0_2
V_3_2_3
V_3_3
V_3_5
V_3_6
V_3_6_1
V_3_7
V_3_8
V_3_8_1
V_3_9
V_4_0
V_4_1
V_4_2
V_4_3
V_4_4
V_4_5
V_4_6
V_4_7
V_4_9
V_5_3
V_5_4
V_5_6
V_5_8
V_5_9
V_6_0
V_6_2
V_6_3
V_6_4
V_6_5
V_6_6
V_6_7
V_6_8
V_6_9
V_7_0
V_7_1
V_7_2
V_7_3
V_7_4
V_7_5
V_7_6
V_7_7
V_7_8
V_7_9
V_8_0
V_8_1
V_8_2
V_8_3
V_8_4
V_8_5
V_8_6
V_8_7
V_8_8
V_8_9
V_9_0
V_9_1
V_9_2
V_9_3
baserock/6.7-musl
baserock/morph
baserock/tiagogomes/armv8l64
master
anongit.mindrot.org: openssh.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hostfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: piece of UpdateHostkeys client strictification: when
djm@openbsd.org
2022-01-07
1
-2
/
+2
*
upstream: Dynamically allocate encoded HashKnownHosts and free as
dtucker@openbsd.org
2021-10-06
1
-9
/
+11
*
upstream: Order includes as per style(9). Portable already has
dtucker@openbsd.org
2021-07-08
1
-1
/
+1
*
upstream: typos in comments; GHPR#180 from Vill
djm@openbsd.org
2021-04-03
1
-2
/
+2
*
upstream: make struct hostkeys public; I have no idea why I made it
djm@openbsd.org
2021-01-26
1
-6
/
+1
*
upstream: move check_host_cert() from sshconnect,c to sshkey.c and
djm@openbsd.org
2021-01-26
1
-1
/
+2
*
upstream: load_hostkeys()/hostkeys_foreach() variants for FILE*
djm@openbsd.org
2020-12-21
1
-11
/
+43
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-31
/
+26
*
upstream: UpdateHostkeys: better CheckHostIP handling
djm@openbsd.org
2020-10-12
1
-28
/
+49
*
upstream: Fix UpdateHostkeys/HashKnownHosts/CheckHostIP bug
djm@openbsd.org
2020-10-07
1
-1
/
+4
*
upstream: when ordering host key algorithms in the client, consider
djm@openbsd.org
2020-10-07
1
-5
/
+9
*
upstream: avoid spurious error message when ssh-keygen creates files
djm@openbsd.org
2020-06-26
1
-4
/
+6
*
missing ifdef SELINUX; spotted by dtucker
Damien Miller
2020-06-26
1
-0
/
+4
*
upstream: Defer creation of ~/.ssh by ssh(1) until we attempt to
dtucker@openbsd.org
2020-06-26
1
-1
/
+35
*
upstream: when ordering the hostkey algorithms to request from a
djm@openbsd.org
2020-05-27
1
-1
/
+13
*
upstream: fix possible null-deref in check_key_not_revoked; ok
markus@openbsd.org
2020-03-13
1
-2
/
+2
*
upstream: change explicit_bzero();free() to freezero()
jsg@openbsd.org
2020-02-28
1
-3
/
+2
*
upstream: allow UpdateKnownHosts=yes to function when multiple
djm@openbsd.org
2020-01-25
1
-1
/
+2
*
remove duplicate #includes
Damien Miller
2019-10-02
1
-1
/
+0
*
upstream: Remove some set but never used variables. ok daraadt@
dtucker@openbsd.org
2019-07-08
1
-3
/
+2
*
upstream: oops, from asou
deraadt@openbsd.org
2019-06-28
1
-2
/
+2
*
upstream: Some asprintf() calls were checked < 0, rather than the
deraadt@openbsd.org
2019-06-28
1
-3
/
+3
*
upstream: memleaks; found by valgrind
djm@openbsd.org
2018-07-16
1
-2
/
+2
*
upstream: switch config file parsing to getline(3) as this avoids
markus@openbsd.org
2018-06-07
1
-6
/
+9
*
upstream commit
deraadt@openbsd.org
2017-06-01
1
-2
/
+2
*
upstream commit
djm@openbsd.org
2017-05-01
1
-15
/
+3
*
upstream commit
djm@openbsd.org
2017-05-01
1
-14
/
+1
*
upstream commit
djm@openbsd.org
2017-03-10
1
-7
/
+12
*
upstream commit
tedu@openbsd.org
2016-09-21
1
-4
/
+3
*
upstream commit
djm@openbsd.org
2015-05-10
1
-2
/
+2
*
upstream commit
djm@openbsd.org
2015-04-01
1
-4
/
+5
*
upstream commit
djm@openbsd.org
2015-02-17
1
-76
/
+143
*
upstream commit
djm@openbsd.org
2015-01-27
1
-2
/
+4
*
upstream commit
djm@openbsd.org
2015-01-27
1
-16
/
+190
*
upstream commit
djm@openbsd.org
2015-01-20
1
-89
/
+52
*
upstream commit
djm@openbsd.org
2015-01-20
1
-2
/
+145
*
upstream commit
djm@openbsd.org
2015-01-15
1
-34
/
+40
*
upstream commit
djm@openbsd.org
2014-10-20
1
-3
/
+3
*
- djm@cvs.openbsd.org 2014/06/24 01:13:21
Damien Miller
2014-07-02
1
-1
/
+2
*
- markus@cvs.openbsd.org 2014/04/29 18:01:49
Damien Miller
2014-05-15
1
-1
/
+7
*
- tedu@cvs.openbsd.org 2014/01/31 16:39:19
Damien Miller
2014-02-04
1
-3
/
+3
*
- markus@cvs.openbsd.org 2014/01/27 18:58:14
Damien Miller
2014-02-04
1
-15
/
+14
*
- djm@cvs.openbsd.org 2014/01/09 23:20:00
Damien Miller
2014-01-10
1
-1
/
+2
*
- djm@cvs.openbsd.org 2013/07/12 00:19:59
Damien Miller
2013-07-18
1
-7
/
+10
*
- djm@cvs.openbsd.org 2013/05/17 00:13:13
Darren Tucker
2013-06-02
1
-9
/
+7
*
- djm@cvs.openbsd.org 2010/12/04 13:31:37
Darren Tucker
2010-12-05
1
-1
/
+2
*
- djm@cvs.openbsd.org 2010/11/29 23:45:51
Damien Miller
2010-12-01
1
-125
/
+176
*
- djm@cvs.openbsd.org 2010/03/04 10:36:03
Damien Miller
2010-03-04
1
-21
/
+81
*
- OpenBSD CVS Sync
Damien Miller
2010-02-27
1
-4
/
+27
*
- (dtucker) OpenBSD CVS Sync
Darren Tucker
2009-10-24
1
-2
/
+2
[next]