From 7accfc986e7e9a35cc4ac9562c20177b633fd063 Mon Sep 17 00:00:00 2001 From: Barry Jaspan Date: Fri, 18 Oct 1996 20:20:32 +0000 Subject: * kadmin.c (kadmin_addprinc): use a studly temporary password when creating a principal with a random key (no, the security of this operation does not depend on the secrecy of the password) [krb5-admin/115] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9210 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kadmin/cli/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/kadmin/cli/ChangeLog') diff --git a/src/kadmin/cli/ChangeLog b/src/kadmin/cli/ChangeLog index 0224f3ec50..4c6805c50c 100644 --- a/src/kadmin/cli/ChangeLog +++ b/src/kadmin/cli/ChangeLog @@ -1,5 +1,10 @@ Fri Oct 18 13:47:01 1996 Barry Jaspan + * kadmin.c (kadmin_addprinc): use a studly temporary password when + creating a principal with a random key (no, the security of this + operation does not depend on the secrecy of the password) + [krb5-admin/115] + * getdate.y: remove military timezones and plain integeres as part of date specifications, to reduce confusion by redundancy [krb5-admin/15] -- cgit