From 363475a4aea6e27b3f8010ba4b146ee078957bdc Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 10 Oct 1999 04:57:26 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7133 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 8 ++++++++ appl/kx/ChangeLog | 5 +++++ lib/roken/ChangeLog | 8 ++++++++ 3 files changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4ddb4cf1c..4052e276a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1999-10-10 Assar Westerlund + + * lib/krb5/krb5.h (krb5_ccache_data): make `ops' const + + * lib/krb5/crypto.c (krb5_string_to_salttype): new function + + * **/*.[ch]: const-ize + 1999-10-06 Assar Westerlund * lib/krb5/copy_host_realm.c (krb5_copy_host_realm): copy all the diff --git a/appl/kx/ChangeLog b/appl/kx/ChangeLog index c19c98824..bfec7bac2 100644 --- a/appl/kx/ChangeLog +++ b/appl/kx/ChangeLog @@ -1,3 +1,8 @@ +1999-10-10 Assar Westerlund + + * Makefile.am (CLEANFILES): add generated files so that they get + cleaned away + 1999-09-29 Assar Westerlund * common.c (match_local_auth): only look for FamilyLocal (and diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index a12bec4ee..2ba1195d3 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,11 @@ +1999-10-10 Assar Westerlund + + * socket.c: const-ize and comment + + * net_write.c: const-ize + + * base64.c: const-ize + 1999-10-06 Assar Westerlund * getarg.c (getarg): also set optind when returning error