git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12560 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-16 20:00:38 +00:00
parent 3ee67f793f
commit eaffdea2a6

View File

@@ -1,3 +1,26 @@
2003-08-16 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/krb5.conf.5: document tgs_require_subkey
* lib/asn1/Makefile.am: remove trance of generate tests files, its
not really for consumption yet
* lib/hdb/Makefile.am: split generated source from non generated
source we make-proto.pl can generate prototypes for non
generate-source only (make-proto.pl dies on asn1compile's .c
files)
* lib/krb5/get_cred.c (init_tgs_req): make generation of subkey
optional on configuration parameter
[realms]realm={tgs_require_subkey=bool}
defaults to off. The RFC1510 weakly defines the correct behavior,
so old DCE secd apparently required the subkey to be there, and MS
will use it when its there. But the request isn't encrypted in the
subkey, so you get to choose if you want to talk to a MS mdc or a
old DCE secd.
* kdc/kerberos5.c (*): handle krb5_unparse_name returning non-zero
2003-08-15 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/principal.c (unparse_name): len can't be zero, so,