summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-05-04 16:24:34 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-05-04 16:24:34 +1000
commitd8093e49bf06813a8c97cbc90810f4863388af77 (patch)
tree186c431180b5e63c14733c5d92a5cdb988426fca /ChangeLog
parent596d33801f6d703c1e45c74df6f6d6fe7ee085bb (diff)
- (dtucker) [auth-pam.c groupaccess.c monitor.c monitor_wrap.c scard-opensc.c
session.c ssh-rand-helper.c sshd.c openbsd-compat/bsd-cygwin_util.c openbsd-compat/setproctitle.c] Convert malloc(foo*bar) -> calloc(foo,bar) in Portable-only code; since calloc zeros, remove now-redundant memsets. Also add a couple of sanity checks. With & ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 49e831187..fe0536a78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
120060504
2 - (dtucker) [auth-pam.c groupaccess.c monitor.c monitor_wrap.c scard-opensc.c
3 session.c ssh-rand-helper.c sshd.c openbsd-compat/bsd-cygwin_util.c
4 openbsd-compat/setproctitle.c] Convert malloc(foo*bar) -> calloc(foo,bar)
5 in Portable-only code; since calloc zeros, remove now-redundant memsets.
6 Also add a couple of sanity checks. With & ok djm@
7
120060503 820060503
2 - (dtucker) [packet.c] Remove in_systm.h since it's also in includes.h 9 - (dtucker) [packet.c] Remove in_systm.h since it's also in includes.h
3 and double including it on IRIX 5.3 causes problems. From Georg Schwarz, 10 and double including it on IRIX 5.3 causes problems. From Georg Schwarz,
@@ -4587,4 +4594,4 @@
4587 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4594 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4588 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4595 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4589 4596
4590$Id: ChangeLog,v 1.4319 2006/05/03 09:01:09 dtucker Exp $ 4597$Id: ChangeLog,v 1.4320 2006/05/04 06:24:34 dtucker Exp $