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