git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19079 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-20 18:14:57 +00:00
parent ece5f9603e
commit 240d98f20f
4 changed files with 57 additions and 3 deletions

View File

@@ -1,5 +1,34 @@
2006-11-19 Love H<>rnquist <20>strand <lha@it.su.se>
2006-11-20 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/verify_user.c: Make krb5_get_init_creds_opt_free take a
context argument.
* lib/krb5/krb5_get_init_creds.3: Make
krb5_get_init_creds_opt_free take a context argument.
* lib/krb5/init_creds_pw.c: Make krb5_get_init_creds_opt_free take
a context argument.
* kuser/kinit.c: Make krb5_get_init_creds_opt_free take a context
argument.
* kpasswd/kpasswd.c: Make krb5_get_init_creds_opt_free take a
context argument.
* kpasswd/kpasswd-generator.c: Make krb5_get_init_creds_opt_free
take a context argument.
* kdc/hprop.c: Make krb5_get_init_creds_opt_free take a context
argument.
* lib/krb5/init_creds.c: Make krb5_get_init_creds_opt_free take a
context argument.
* appl/gssmask/gssmask.c: Make krb5_get_init_creds_opt_free take a
context argument.
2006-11-19 Love H<>rnquist <20>strand <lha@it.su.se>
* doc/setup.texi: fix pkinit option (s/-/_/)
* kdc/config.c: revert the enable-pkinit change, and make it

View File

@@ -1,3 +1,8 @@
2006-11-20 Love H<>rnquist <20>strand <lha@it.su.se>
* pop_pass.c: Make krb5_get_init_creds_opt_free take a context
argument.
2006-10-07 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: Add man_MANS to EXTRA_DIST

View File

@@ -1,4 +1,16 @@
2006-11-15 Love H<>rnquist <20>strand <lha@it.su.se>
2006-11-20 Love H<>rnquist <20>strand <lha@it.su.se>
* krb5/acquire_cred.c: Make krb5_get_init_creds_opt_free take a
context argument.
2006-11-16 Love H<>rnquist <20>strand <lha@it.su.se>
* test_context.c: Test that token keys are the same, return
actual_mech.
2006-11-15 Love H<>rnquist <20>strand <lha@it.su.se>
* spnego/spnego_locl.h: Make bitfields unsigned, add maybe_open.
* spnego/accept_sec_context.c: Use ASN.1 encoder functions to
encode CHOICE structure now that we can handle it.

View File

@@ -1,5 +1,13 @@
2006-10-22 Love H<>rnquist <20>strand <lha@it.su.se>
2006-11-20 Love H<>rnquist <20>strand <lha@it.su.se>
* ipropd_slave.c: Make krb5_get_init_creds_opt_free take a context
argument.
* init_c.c: Make krb5_get_init_creds_opt_free take a context
argument.
2006-10-22 Love H<>rnquist <20>strand <lha@it.su.se>
* ent_setup.c: Try to not leak memory.
2006-10-07 Love H<>rnquist <20>strand <lha@it.su.se>