From 9eb09214818b7530b33dd03f647e2fc4d035ec9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 4 Dec 2006 23:42:50 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19216 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 14 ++++++++++++++ appl/login/ChangeLog | 4 ++++ kadmin/ChangeLog | 8 +++++++- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e380ef288..0a300c3d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-12-05 Love Hörnquist Åstrand + + * lib/hdb/hdb-ldap.c: Clear errno before calling the strtol + functions. From Paul Stoeber to OpenBSD by Ray Lai and Björn + Sandell. + + * lib/krb5/config_file.c: Use strcspn to remove \n from fgets + result. Prompted by change by Ray Lai of OpenBSD via Björn + Sandell. + + * kdc/string2key.c: Use strcspn to remove \n from fgets + result. Prompted by change by Ray Lai of OpenBSD via Björn + Sandell. + 2006-11-30 Love Hörnquist Åstrand * lib/krb5/krbhst.c (plugin_get_hosts): be more paranoid and pass diff --git a/appl/login/ChangeLog b/appl/login/ChangeLog index a33dc1284..2400808db 100644 --- a/appl/login/ChangeLog +++ b/appl/login/ChangeLog @@ -1,5 +1,9 @@ 2006-12-05 Love Hörnquist Åstrand + * limits_conf.c: Clear errno before calling the strtol + functions. From Paul Stoeber to OpenBSD by Ray Lai and Björn + Sandell. + * limits_conf.c: Report to syslog strings that start with NUL; prevents negative index array access. Ray Lai of OpenBSD via Björn Sandell. diff --git a/kadmin/ChangeLog b/kadmin/ChangeLog index a3bfd8af2..470d33c57 100644 --- a/kadmin/ChangeLog +++ b/kadmin/ChangeLog @@ -1,5 +1,11 @@ -2006-10-22 Love Hörnquist Åstrand +2006-12-05 Love Hörnquist Åstrand + * add-random-users.c: Use strcspn to remove \n from fgets + result. Prompted by change by Ray Lai of OpenBSD via Björn + Sandell. + +2006-10-22 Love Hörnquist Åstrand + * mod.c: Try to not leak memory. * check.c: Try to not leak memory.