git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12744 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-03 00:59:12 +00:00
parent 1ce5a9d550
commit 74967d603a
2 changed files with 49 additions and 0 deletions

View File

@@ -1,3 +1,48 @@
2003-09-03 Love H<>rnquist <20>strand <lha@it.su.se>
* kuser/kverify.c: use
krb5_get_init_creds_opt_alloc/krb5_get_init_creds_opt_free
* kpasswd/kpasswd-generator.c: use
krb5_get_init_creds_opt_alloc/krb5_get_init_creds_opt_free
* kdc/hprop.c: use
krb5_get_init_creds_opt_alloc/krb5_get_init_creds_opt_free compare
a uint32_t with 0xffffffff instead of -1
* lib/krb5/krb5_425_conv_principal.3: fix [Gt]
* kuser/kinit.c: use
krb5_get_init_creds_opt_alloc/krb5_get_init_creds_opt_free
* lib/krb5/init_creds_pw.c (krb5_get_init_creds_password): handle
password passed in though context
* lib/krb5/Makefile.am (TESTS): += test_config
* lib/krb5/aes-test.c: move variable thats used within a #ifdef to
be defined within that #ifdef
* lib/krb5/data.c (krb5_data_free): reset whole krb5_data when
freeing it
* lib/krb5/keyblock.c (krb5_keyblock_zero): new function, zeros
out a keyblock
* lib/krb5/init_creds_pw.c: rewrite/implement
krb5_get_init_creds_password with new preauth handing, still it
can only work with krb5-pa-enc-timestamp for preauth, but now it
can handle etype-info2
* lib/krb5/init_creds.c (krb5_get_init_creds_opt_alloc): allocate
a opt structure
(krb5_get_init_creds_opt_free): free a opt structure
(krb5_get_init_creds_opt_set_pa_password): set preauth info for
enc-timestamp
* lib/krb5/krb5_locl.h: add struct
_krb5_get_init_creds_opt_private
2003-09-02 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/krb5.h: add SAM keyusage numbers, add s2k proc typedef,

View File

@@ -1,3 +1,7 @@
2003-09-03 Love H<>rnquist <20>strand <lha@it.su.se>
* login.c (krb5_to4): set client princ of the mcred
2003-07-07 Love H<>rnquist <20>strand <lha@it.su.se>
* login.c (krb5_to4): use krb5_cc_clear_mcred