summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 012749b0d..d49180e6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,16 @@
26 compiled-time disabled (turn on -DJPAKE in Makefile.inc). 26 compiled-time disabled (turn on -DJPAKE in Makefile.inc).
27 27
28 "just commit it. It isn't too intrusive." deraadt@ 28 "just commit it. It isn't too intrusive." deraadt@
29 - stevesk@cvs.openbsd.org 2008/11/04 19:18:00
30 [readconf.c]
31 because parse_forward() is now used to parse all forward types (DLR),
32 and it malloc's space for host variables, we don't need to malloc
33 here. fixes small memory leaks.
34
35 previously dynamic forwards were not parsed in parse_forward() and
36 space was not malloc'd in that case.
37
38 ok djm@
29 39
3020081103 4020081103
31 - OpenBSD CVS Sync 41 - OpenBSD CVS Sync
@@ -4876,4 +4886,4 @@
4876 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4886 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4877 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4887 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4878 4888
4879$Id: ChangeLog,v 1.5130 2008/11/05 05:20:46 djm Exp $ 4889$Id: ChangeLog,v 1.5131 2008/11/05 05:30:06 djm Exp $