diff --git a/ChangeLog b/ChangeLog index 907ed20c9..bbf876dd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Mon Jun 30 06:08:14 1997 Assar Westerlund + + * appl/rsh: New program. + + * lib/krb5/keytab.c (krb5_kt_add_entry): change open mode to + O_WRONLY | O_APPEND + + * lib/krb5/get_cred.c: removed stale prototype for + `extract_ticket' and corrected call. + + * lib/asn1/gen_length.c (length_type): Make the length functions + for SequenceOf non-destructive + + * admin/ank.c (doit): Fix reading of `y/n'. + Mon Jun 16 05:41:43 1997 Assar Westerlund * lib/gssapi/wrap.c, unwrap.c: do encrypt and add sequence number diff --git a/appl/Makefile.am b/appl/Makefile.am new file mode 100644 index 000000000..d07c30abc --- /dev/null +++ b/appl/Makefile.am @@ -0,0 +1,4 @@ +# $Id$ + +AUTOMAKE_OPTIONS = foreign no-dependencies ansi2knr +SUBDIRS = rsh