aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal/lib/auth/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/auth/ChangeLog')
-rw-r--r--crypto/heimdal/lib/auth/ChangeLog50
1 files changed, 44 insertions, 6 deletions
diff --git a/crypto/heimdal/lib/auth/ChangeLog b/crypto/heimdal/lib/auth/ChangeLog
index c85ad35efa9b..1ef62c092f49 100644
--- a/crypto/heimdal/lib/auth/ChangeLog
+++ b/crypto/heimdal/lib/auth/ChangeLog
@@ -1,14 +1,52 @@
+2007-12-14 Love Hörnquist Åstrand <lha@it.su.se>
+
+ * sia/Makefile.am: One EXTRA_DIST is enought, from dave love.
+
+ * pam/Makefile.am: Add SRCS to EXTRA_DIST
+
+ * afskauthlib/Makefile.am: SRCS
+
+2006-10-22 Love Hörnquist Åstrand <lha@it.su.se>
+
+ * pam/Makefile.am: use libtool to build binaries
+
+2005-05-02 Dave Love <fx@gnu.org>
+
+ * afskauthlib/Makefile.am (afskauthlib.so): Use libtool.
+ (.c.o): Use CC (like SIA module), not COMPILE.
+
+2005-04-19 Love Hörnquist Åstrand <lha@it.su.se>
+
+ * sia/sia.c: fix getpw*_r calls, they return 0 even when the entry
+ isn't found and instead make it with setting return pointer to
+ NULL. From Luke Mewburn <lukem@NetBSD.org>
+
2004-09-08 Johan Danielsson <joda@pdc.kth.se>
- * afskauthlib/verify.c: pull up 1.27->1.28: use
- krb5_appdefault_boolean instead of krb5_config_get_bool
+ * afskauthlib/verify.c: use krb5_appdefault_boolean instead of
+ krb5_config_get_bool
+
+2003-09-23 Love Hörnquist Åstrand <lha@it.su.se>
+
+ * sia/sia.c: Add support for AFS when using Kerberos 5, From:
+ Sergio.Gelato@astro.su.se
+
+2003-07-07 Love Hörnquist Åstrand <lha@it.su.se>
+
+ * pam/Makefile.am: XXX inline COMPILE since automake wont add it
+
+ * afskauthlib/verify.c (verify_krb5): use krb5_cc_clear_mcred
+
+2003-05-08 Love Hörnquist Åstrand <lha@it.su.se>
+
+ * sia/Makefile.am: inline COMPILE since (modern) automake doesn't
+ add it by itself for some reason
-2003-05-08 Love Hörnquist Åstrand <lha@it.su.se>
+2003-04-30 Love Hörnquist Åstrand <lha@it.su.se>
- * sia/Makefile.am: 1.15->1.16: inline COMPILE since (modern)
- automake doesn't add it by itself for some reason
+ * afskauthlib/Makefile.am: always includes kafs now that its built
-2003-03-27 Love Hörnquist Åstrand <lha@it.su.se>
+2003-03-27 Love Hörnquist Åstrand <lha@it.su.se>
* sia/Makefile.am: libkafs is always built now, lets include it