git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19683 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-04 11:33:17 +00:00
parent 2ce57212dc
commit 4fe8e7566e
3 changed files with 32 additions and 1 deletions

View File

@@ -1,5 +1,27 @@
2007-01-04 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>

View File

@@ -1,5 +1,11 @@
2006-12-07 Love H<>rnquist <20>strand <lha@it.su.se>
2006-12-31 Love H<>rnquist <20>strand <lha@it.su.se>
* rsa.c: add RSA_generate_key_ex
* rsa.h: add RSA_generate_key_ex
2006-12-07 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: CLEANFILES += test_crypto
2006-12-06 Love H<>rnquist <20>strand <lha@it.su.se>

View File

@@ -1,5 +1,8 @@
2007-01-04 Love H<>rnquist <20>strand <lha@it.su.se>
* 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.