comparison CHANGES @ 1339:c31276613181 DROPBEAR_2017.75

fix changelog for atomic dropbearkey
author Matt Johnston <matt@ucc.asn.au>
date Thu, 18 May 2017 21:31:13 +0800
parents 8978d879ef07
children 1a3c4ec0f840
comparison
equal deleted inserted replaced
1338:cfd2abbf9cf4 1339:c31276613181
15 authorized_keys with command= options it might be possible to read other 15 authorized_keys with command= options it might be possible to read other
16 contents of that file. 16 contents of that file.
17 This information disclosure is to an already authenticated user. 17 This information disclosure is to an already authenticated user.
18 Thanks to Jann Horn of Google Project Zero for reporting this. 18 Thanks to Jann Horn of Google Project Zero for reporting this.
19 19
20 - Call fsync() to ensure that new hostkeys (dropbear -R) are flushed to disk 20 - Generate hostkeys with dropbearkey atomically and flush to disk with fsync
21 Thanks to Andrei Gherzan for a patch 21 Thanks to Andrei Gherzan for a patch
22 22
23 - Fix out of tree builds with bundled libtom 23 - Fix out of tree builds with bundled libtom
24 Thanks to Henrik Nordström and Peter Krefting for patches. 24 Thanks to Henrik Nordström and Peter Krefting for patches.
25 25