summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-11-24 10:36:15 +1100
committerDamien Miller <djm@mindrot.org>2010-11-24 10:36:15 +1100
commit88e341e1ca9502403242a275941b11e509f669fb (patch)
treec431601d3544e14ddbbeb24764c68648aa3a9f1e /ChangeLog
parentd995712383c043c4f9d8ca52363e6e1df128dc72 (diff)
- (djm) [loginrec.c] Relax permission requirement on btmp logs to allow
group read/write. ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62c9c6666..91e2c892a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
120101124 120101124
2 - (dtucker) [platform.c session.c] Move the getluid call out of session.c and 2 - (dtucker) [platform.c session.c] Move the getluid call out of session.c and
3 into the platform-specific code Only affects SCO, tested by and ok tim@. 3 into the platform-specific code Only affects SCO, tested by and ok tim@.
4 - (djm) [loginrec.c] Relax permission requirement on btmp logs to allow
5 group read/write. ok dtucker@
4 6
520101122 720101122
6 - (dtucker) Bug #1840: fix warning when configuring --with-ssl-engine, patch 8 - (dtucker) Bug #1840: fix warning when configuring --with-ssl-engine, patch