diff --git a/appl/popper/ChangeLog b/appl/popper/ChangeLog index adbcc6243..83f0a3791 100644 --- a/appl/popper/ChangeLog +++ b/appl/popper/ChangeLog @@ -1,3 +1,7 @@ +1999-05-10 Assar Westerlund + + * pop_debug.c (doit_v5): call krb5_sendauth with ccache == NULL + 1999-04-11 Assar Westerlund * pop_debug.c (main): use print_version diff --git a/appl/push/ChangeLog b/appl/push/ChangeLog index 64d7b1394..ffc22ca8a 100644 --- a/appl/push/ChangeLog +++ b/appl/push/ChangeLog @@ -1,3 +1,7 @@ +1999-05-10 Assar Westerlund + + * push.c (do_v5): call krb5_sendauth with ccache == NULL + Wed Apr 7 23:40:00 1999 Assar Westerlund * Makefile.in: fix names of hesiod variables diff --git a/appl/rsh/ChangeLog b/appl/rsh/ChangeLog index bbdce4205..16d10b743 100644 --- a/appl/rsh/ChangeLog +++ b/appl/rsh/ChangeLog @@ -1,3 +1,17 @@ +1999-05-10 Assar Westerlund + + * rsh.c (send_krb5_auth): call krb5_sendauth with ccache == NULL. + check return value from krb5_crypto_init + + * common.c (do_write, do_read): always return -1 for failure + (net_write, net_read): remove. they already exist in libroken + +1999-05-09 Assar Westerlund + + * rsh.c: make sure it tries with all other authentication methods + after one has failed + * rsh.c (main): detect the case of no command given. + 1999-04-11 Assar Westerlund * rsh.c: new option --forwardable. use print_version