diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index fbe46f49d..3d7e789f2 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,3 +1,12 @@ +2004-08-26 Love Hörnquist Åstrand + + * acl.c (fetch_acl): use " \t\n" instead of just "\n" for the + delim of the third element, this is so we can match + "foo@REALMall*@REALM", before it just matched + "foo@REALMall*@REALM", but that is kind of lucky since + what really happen was that the last was stamped out, and + the it never strtok_r never needed to parse over it. + 2004-08-25 Love Hörnquist Åstrand * set_keys.c (_kadm5_generate_key_set): since arcfour-hmac-md5 is