summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2008-03-18 17:25:29 +0100
committerNiko Tyni <ntyni@iki.fi>2008-03-18 17:25:29 +0100
commit877ac7fb8e93efcf0d7b547168749984bd4aa99d (patch)
tree36923402964990ab5bcbeaf6793c7efb7cb547eb /CHANGES
parentc11e056ea3338b001a78f37a257db6fe3554b0d9 (diff)
downloadsmokeping-877ac7fb8e93efcf0d7b547168749984bd4aa99d.tar.gz
smokeping-877ac7fb8e93efcf0d7b547168749984bd4aa99d.tar.xz
bail out if the master/slave shared secret file is world-readable or writable
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ce9d054..3636825 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+* bail out if the master/slave shared secret file is world-readable
+ or writable --niko
+
* add some security notes to the master/slave documentation --niko
* Switch message hash generation to Digest::HMAC_MD5 (bundled) since this