From 40fd46885ac388a27b021f0cf7cf897b2162e002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 2 May 2005 13:52:39 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15049 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/login/ChangeLog | 4 ++++ lib/auth/ChangeLog | 5 +++++ lib/des/ChangeLog | 9 +++++++++ lib/gssapi/ChangeLog | 4 ++++ lib/gssapi/krb5/ChangeLog | 4 ++++ 5 files changed, 26 insertions(+) diff --git a/appl/login/ChangeLog b/appl/login/ChangeLog index 51e51c4fb..93b51f87b 100644 --- a/appl/login/ChangeLog +++ b/appl/login/ChangeLog @@ -1,3 +1,7 @@ +2005-05-02 Dave Love + + * limits_conf.c: Check RLIMIT_MEMLOCK, not RLIMIT_LOCK. + 2005-04-28 Dave Love * limits_conf.c: Maybe include sys/resource.h. Use various diff --git a/lib/auth/ChangeLog b/lib/auth/ChangeLog index ffdeaaa2e..d7c494b79 100644 --- a/lib/auth/ChangeLog +++ b/lib/auth/ChangeLog @@ -1,3 +1,8 @@ +2005-05-02 Dave Love + + * afskauthlib/Makefile.am (afskauthlib.so): Use libtool. + (.c.o): Use CC (like SIA module), not COMPILE. + 2005-04-19 Love Hörnquist Åstrand * sia/sia.c: fix getpw*_r calls, they return 0 even when the entry diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index 52ad244b8..6bc2cc47e 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,5 +1,14 @@ +2005-05-02 Dave Love + + * mdtest.c: Include . + 2005-04-30 Love Hörnquist Åstrand + * ui.c: Include . + (UI_UTIL_read_pw_string): make the prompt argument const. + + * des.h (UI_UTIL_read_pw_string): make the prompt argument const + * ui.c (UI_UTIL_read_pw_string): remove unused variable plen * des.c: replace with diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 677d5d6bf..ef8c710c4 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,7 @@ +2005-05-02 Dave Love + + * test_cred.c (main): Call setprogname. + 2005-04-27 Love Hörnquist Åstrand * prefix all sequence symbols with _, they are not part of the diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index 677d5d6bf..ef8c710c4 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,3 +1,7 @@ +2005-05-02 Dave Love + + * test_cred.c (main): Call setprogname. + 2005-04-27 Love Hörnquist Åstrand * prefix all sequence symbols with _, they are not part of the