diff --git a/appl/rcp/ChangeLog b/appl/rcp/ChangeLog index 3b28b60db..9c4a5758a 100644 --- a/appl/rcp/ChangeLog +++ b/appl/rcp/ChangeLog @@ -1,3 +1,7 @@ +2001-01-29 Assar Westerlund + + * rcp.c: no calls to err with NULL + 2001-01-28 Assar Westerlund * rcp_locl.h: add diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index b79e55b6e..293f62630 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,9 @@ +2001-01-27 Assar Westerlund + + * get_mic.c: cast parameters to des function to non-const pointers + to handle the case where these functions actually take non-const + des_cblock * + 2001-01-09 Assar Westerlund * accept_sec_context.c (gss_accept_sec_context): use krb5_rd_cred2 diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index b79e55b6e..293f62630 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,3 +1,9 @@ +2001-01-27 Assar Westerlund + + * get_mic.c: cast parameters to des function to non-const pointers + to handle the case where these functions actually take non-const + des_cblock * + 2001-01-09 Assar Westerlund * accept_sec_context.c (gss_accept_sec_context): use krb5_rd_cred2 diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 49c05bb07..a346324db 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,7 @@ +2001-01-29 Assar Westerlund + + * roken-common.h (_PATH_BSHELL): add + 2001-01-27 Assar Westerlund * roken.h.in: move __attribute__ to roken-common.h