Files
heimdal/ChangeLog
Love Hörnquist Åstrand eceb0fc866 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19762 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-01-08 12:04:08 +00:00

113 lines
3.0 KiB
Plaintext

2007-01-08 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/name-45-test.c: One of the hosts I sometimes uses is
named "bar.domain", this make one of the tests pass when it
shouldn't.
2007-01-05 Love Hörnquist Åstrand <lha@it.su.se>
* doc/setup.texi: Change --key argument to --out-key.
* kuser/kimpersonate.1: mangle my name
2007-01-04 Love Hörnquist Åstrand <lha@it.su.se>
* doc/setup.texi: describe how to use hx509 to create
certificates.
* tools/heimdal-build.sh: Add --distcheck.
* kdc/kerberos5.c: Check for KRB5_PADATA_PA_PAC_REQUEST to check
if we should include the PAC in the krbtgt.
* kdc/pkinit.c (_kdc_as_rep): check if
krb5_generate_random_keyblock failes.
* kdc/kerberos5.c (_kdc_as_rep): check if
krb5_generate_random_keyblock failes.
* kdc/krb5tgs.c (tgs_build_reply): check if
krb5_generate_random_keyblock failes.
* kdc/krb5tgs.c: Scope etype.
* 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 <lha@it.su.se>
* kdc/krb5tgs.c: Get right key for PAC krbtgt verification.
* kdc/config.c: spelling
* lib/krb5/krb5.h: typedef for krb5_pac.
* kdc/headers.h: Include <windc_plugin.h>.
* kdc/Makefile.am: Include windc.c and use windc_plugin.h
* kdc/krb5tgs.c: Call callbacks for emulating a Windows Domain
Controller.
* kdc/kerberos5.c: Call callbacks for emulating a Windows Domain
Controller. Move the some of the log related stuff to its own
function.
* kdc/config.c: Init callbacks for emulating a Windows Domain
Controller.
* kdc/windc.c: Rename the init function to windc instead of pac.
* kdc/windc.c: Callbacks specific to emulating a Windows Domain
Controller.
* kdc/windc_plugin.h: Callbacks specific to emulating a Windows
Domain Controller.
* lib/krb5/Makefile.am: add krb5_HEADERS to build_HEADERZ
* lib/krb5/pac.c: Support all keyed checksum types.
2007-01-02 Love Hörnquist Åstrand <lha@it.su.se>
* lib/krb5/pac.c (krb5_pac_get_types): Return list of types.
* lib/krb5/test_pac.c: test krb5_pac_get_types
* lib/krb5/krbhst.c: Add KRB5_KRBHST_KCA.
* lib/krb5/krbhst.c: Add KRB5_KRBHST_KCA.
* lib/krb5/krb5.h: Add KRB5_KRBHST_KCA.
* lib/krb5/test_pac.c: test Add/remove pac buffer functions.
* lib/krb5/pac.c: Add/remove pac buffer functions.
* lib/krb5/pac.c: sprinkle const
* lib/krb5/pac.c: rename DCHECK to CHECK
* Happy New Year.