summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-09 22:42:32 +1000
committerDamien Miller <djm@mindrot.org>2000-07-09 22:42:32 +1000
commitf9b625c36e3dea521c02919e90ac2ddcfd19b06a (patch)
tree6e8fa4e190383746877cc0a49b62de34e6d657bd /ChangeLog
parentb38ea865261491e7ef42eb72eb1466bfa8aeefc3 (diff)
- (djm) Fix pam sprintf fix
- (djm) Cleanup entropy collection code a little more. Split initialisation from seeding, perform intialisation immediatly at start, be careful with uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20831f2e3..88ae8b4ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
7 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu> 7 builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
8 - (djm) Replace ut_name with ut_user. Patch from Jim Watt 8 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
9 <jimw@peisj.pebio.com> 9 <jimw@peisj.pebio.com>
10 - (djm) Fix pam sprintf fix
11 - (djm) Cleanup entropy collection code a little more. Split initialisation
12 from seeding, perform intialisation immediatly at start, be careful with
13 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
10 14
1120000708 1520000708
12 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from 16 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from