diff --git a/ChangeLog b/ChangeLog index 8119894d9..fe099c661 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,27 @@ 2007-01-04 Love Hörnquist Åstrand + * lib/krb5/rd_req.c: Make it possible to turn off PAC check, its + default on. + + * lib/krb5/rd_req.c (krb5_rd_req_ctx): If there is a PAC, verify + its server signature. + + * kdc/kerberos5.c (_kdc_as_rep): call windc client access hook. + (_kdc_tkt_add_if_relevant_ad): constify in data argument. + + * kdc/windc_plugin.h: More comments add a client_access hook. + + * kdc/windc.c: Add _kdc_windc_client_access. + + * kdc/krb5tgs.c: rename functions after export some more pac + functions. + + * lib/krb5/test_pac.c: export some more pac functions. + + * lib/krb5/pac.c: export some more pac functions. + + * kdc/krb5tgs.c: Resign the PAC in tgsreq if we have a PAC. + * configure.in: add tests/plugin/Makefile 2007-01-03 Love Hörnquist Åstrand diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index 436a44a4d..72bbf7727 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,5 +1,11 @@ -2006-12-07 Love Hörnquist Åstrand +2006-12-31 Love Hörnquist Åstrand + * rsa.c: add RSA_generate_key_ex + + * rsa.h: add RSA_generate_key_ex + +2006-12-07 Love Hörnquist Åstrand + * Makefile.am: CLEANFILES += test_crypto 2006-12-06 Love Hörnquist Åstrand diff --git a/tests/ChangeLog b/tests/ChangeLog index 7f944fcac..14ba94e01 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,8 @@ 2007-01-04 Love Hörnquist Åstrand + * kdc/ap-req.c: Make it possible to turn off PAC check, its + default on. + * plugin/windc.c: Add client_access. * plugin/check-pac.in: Verify PAC on server end too.