diff --git a/appl/rsh/ChangeLog b/appl/rsh/ChangeLog index 3a3072cbb..4463abdf7 100644 --- a/appl/rsh/ChangeLog +++ b/appl/rsh/ChangeLog @@ -1,3 +1,12 @@ +2000-08-10 Assar Westerlund + + * rsh.c: move code to do config/command parsing correctly. + +2000-08-09 Assar Westerlund + + * rsh.c (main): only fetch stuff from krb5.conf when no option has + been given + 2000-08-01 Assar Westerlund * rsh.c (doit): loop until we create an error socket of an diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index 6393ee539..0e677761b 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,3 +1,11 @@ +2000-08-10 Assar Westerlund + + * acl.c (fetch_acl): fix wrong cases, use krb5_principal_match + +2000-08-07 Assar Westerlund + + * ipropd_master.c (main): ignore SIGPIPE + 2000-08-06 Assar Westerlund * ipropd_slave.c (receive_everything): make `fd' an int instead of