summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-11-29 11:56:35 +1100
committerDamien Miller <djm@mindrot.org>2000-11-29 11:56:35 +1100
commit3f62abaee876bb4ef7450799cdee1081297aae51 (patch)
treef5a7cfa07969976a003761a662681f11bfccbc87 /ChangeLog
parenta2e53ccb64c42a635b4618b592e470a02c0142b0 (diff)
- (djm) bsd-rresvport.c bzero -> memset
- (djm) Don't fail in defines.h on absence of 64 bit types (we will still fail during compilation of sftp-server). - (djm) Fail if ar is not found during configure
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 092741164..a7abfd587 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
120001129 120001129
2 - (djm) Fix(?) the ssh hang-on-logout/data-from-child race 2 - (djm) Fix(?) the ssh hang-on-logout/data-from-child race
3 - (djm) bsd-rresvport.c bzero -> memset
4 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
5 still fail during compilation of sftp-server).
6 - (djm) Fail if ar is not found during configure
3 7
420001125 820001125
5 - (djm) Give up privs when reading seed file 9 - (djm) Give up privs when reading seed file