x
[heimdal.git] / ChangeLog
blobdd1f4beef0be457e99afe2f2ef9ae794b7d81195
1 2008-01-21  Love Hörnquist Åstrand  <lha@it.su.se>
3         * lib/krb5/get_for_creds.c: Use on variable less.
5         * lib/krb5/get_for_creds.c: Try to handle ticket full and
6         ticketless tickets better. Add doxygen comments while here.
8         * lib/krb5/test_forward.c: Used for testing
9         krb5_get_forwarded_creds().
10         
11         * lib/krb5/Makefile.am: noinst_PROGRAMS += test_forward
13         * lib/krb5/Makefile.am: drop CHECK_SYMBOLS
15         * lib/hdb/Makefile.am: drop CHECK_SYMBOLS
17         * kdc/Makefile.am: drop CHECK_SYMBOLS
19 2008-01-18  Love Hörnquist Åstrand  <lha@it.su.se>
21         * lib/krb5/version-script.map: Add krb5_digest_probe.
22         
23 2008-01-13  Love Hörnquist Åstrand  <lha@it.su.se>
24         
25         * lib/krb5/pkinit.c: Replace hx509_name_to_der_name with
26         hx509_name_binary.
28 2008-01-12  Love Hörnquist Åstrand  <lha@it.su.se>
30         * lib/krb5/Makefile.am: add missing files
32 2007-12-28  Love Hörnquist Åstrand  <lha@it.su.se>
34         * kdc/digest.c: Log probe message, add NTLM_TARGET_DOMAIN to the
35         type2 message.
37 2007-12-14  Love Hörnquist Åstrand  <lha@it.su.se>
39         * lib/hdb/dbinfo.c: Add hdb_default_db().
41         * Makefile.am: Add some extra cf/*.
43 2007-12-12  Love Hörnquist Åstrand  <lha@it.su.se>
44         
45         * kuser/kgetcred.c: Fix type of name-type. From Andy Polyakov.
47 2007-12-09  Love Hörnquist Åstrand  <lha@it.su.se>
49         * kdc/log.c: Use hdb_db_dir().
51         * kpasswd/kpasswdd.c: Use hdb_db_dir().
53 2007-12-08  Love Hörnquist Åstrand  <lha@it.su.se>
54         
55         * kdc/config.c: Use hdb_db_dir().
57         * kdc/kdc_locl.h: add KDC_LOG_FILE
59         * kdc/hpropd.c: Use hdb_default_db().
61         * kdc/kstash.c: Use hdb_db_dir().
63         * kdc/pkinit.c: Adapt to hx509 changes, use hdb_db_dir().
65         * lib/krb5/rd_req.c: Document krb5_rd_req_in_set_pac_check.
67         * lib/krb5/verify_krb5_conf.c: Check check_pac.
69         * lib/krb5/rd_req.c: use KRB5_CTX_F_CHECK_PAC to init check_pac
70         field in the krb5_rd_req_in_ctx
72         * lib/krb5/expand_hostname.c: Adapt to changing
73         dns_canonicalize_hostname into flags field.
75         * lib/krb5/context.c: Adapt to changing dns_canonicalize_hostname
76         into flags field, add check-pac as an libdefaults option.
78         * lib/krb5/pkinit.c: Adapt to changes in hx509 interface.
80         * doc: add doxygen documentation to hcrypto
82         * doc/doxytmpl.dxy: generate links
83         
84 2007-12-07  Love Hörnquist Åstrand  <lha@it.su.se>
86         * lib/krb5/Makefile.am: build_HEADERZ += heim_threads.h
88         * lib/hdb/dbinfo.c (hdb_db_dir): Return the directory where the
89         hdb database resides.
91         * configure.in: Add --with-hdbdir to specify where the database is
92         stored.
94         * lib/krb5/crypto.c: revert previous patch, the problem is located
95         in the RAND_file_name() function that will cause recursive nss
96         lookups, can't fix that here.
98 2007-12-06  Love Hörnquist Åstrand  <lha@it.su.se>
100         * lib/krb5/crypto.c (krb5_generate_random_block): try to avoid the
101         dead-lock in by not holding the lock while running
102         RAND_file_name. Prompted by Hai Zaar.
104         * lib/krb5/n-fold.c: spelling
105         
106 2007-12-04  Love Hörnquist Åstrand  <lha@it.su.se>
108         * kuser/kdigest.c (digest-probe): implement command.
110         * kuser/kdigest-commands.in (digest-probe): new command
111         
112         * kdc/digest.c: Implement supportedMechs request.
114         * lib/krb5/error_string.c: Make krb5_get_error_string return an
115         allocated string to make the function indempotent. From
116         Zeqing (Fred) Xia.
118 2007-12-03  Love Hörnquist Åstrand  <lha@it.su.se>
120         * lib/krb5/krb5_locl.h (krb5_context_data): Flag if
121         default_cc_name was set by the user.
123         * lib/krb5/fcache.c (fcc_move): make sure ->version is uptodate.
125         * kcm/acquire.c: use krb5_free_cred_contents
127         * kuser/kimpersonate.c: use krb5_free_cred_contents
128         
129         * kuser/kinit.c: Use krb5_cc_move to make an atomic switch of the
130         cred cache.
132         * lib/krb5/cache.c: Put back code that was needed, move gen_new
133         into new_unique.
135         * lib/krb5/mcache.c (mcc_default_name): Remove const
137         * lib/krb5/krb5_locl.h: Add KRB5_DEFAULT_CCNAME_KCM, redefine
138         KRB5_DEFAULT_CCNAME to KRB5_DEFAULT_CCTYPE
140         * lib/krb5/cache.c: Use krb5_cc_ops->default_name to get the
141         default name.
143         * lib/krb5/kcm.c: Implement krb5_cc_ops->default_name.
145         * lib/krb5/mcache.c: Implement krb5_cc_ops->default_name.
147         * lib/krb5/fcache.c: Implement krb5_cc_ops->default_name.
149         * lib/krb5/krb5.h: Add krb5_cc_ops->default_name.
151         * lib/krb5/acache.c: Free context when done, implement
152         krb5_cc_ops->default_name.
154         * lib/krb5/kcm.c: implement dummy kcm_move
156         * lib/krb5/mcache.c: Implement the move operation.
158         * lib/krb5/version-script.map: export krb5_cc_move
160         * lib/krb5/cache.c: New function krb5_cc_move().
162         * lib/krb5/fcache.c: Implement the move operation.
164         * lib/krb5/krb5.h: Add move to the krb5_cc_ops, causes major
165         version bump.
167         * lib/krb5/acache.c: Implement the move operation. Avoid using
168         cc_set_principal() since it broken on Mac OS X 10.5.0.
169         
170 2007-12-02  Love Hörnquist Åstrand  <lha@it.su.se>
172         * lib/krb5/krb5_ccapi.h: Drop variable names to avoid -Wshadow.
173         
174 2007-11-14  Love Hörnquist Åstrand  <lha@it.su.se>
176         * kdc/krb5tgs.c: Should pass different key usage constants
177         depending on whether or not optional sub-session key was passed by
178         the client for the check of authorization data. The constant is
179         used to derive "specific key" and its values are specified in
180         7.5.1 of RFC4120.
181         
182         Patch from Andy Polyakov.
184         * kdc/krb5tgs.c: Don't send auth data in referrals, microsoft
185         clients have started to not like that. Thanks to Andy Polyakov for
186         excellent research.
188 2007-11-11  Love Hörnquist Åstrand  <lha@it.su.se>
190         * lib/krb5/creds.c: use krb5_data_cmp
192         * lib/krb5/acache.c: use krb5_free_cred_contents
194         * lib/krb5/test_renew.c: use krb5_free_cred_contents
195         
196 2007-11-10  Love Hörnquist Åstrand  <lha@it.su.se>
198         * lib/krb5/acl.c: doxygen documentation
200         * lib/krb5/addr_families.c: doxygen documentation
202         * doc: add doxygen
204         * lib/krb5/plugin.c: doxygen documentation
206         * lib/krb5/kcm.c: doxygen documentation
208         * lib/krb5/fcache.c: doxygen documentation
210         * lib/krb5/cache.c: doxygen documentations
211         
212         * lib/krb5/doxygen.c: doxygen introduction
214         * lib/krb5/error_string.c: Doxygen documentation.
216 2007-11-03  Love Hörnquist Åstrand  <lha@it.su.se>
218         * lib/krb5/test_plugin.c: expose krb5_plugin_register
220         * lib/krb5/plugin.c: expose krb5_plugin_register
222         * lib/krb5/version-script.map: sort, expose krb5_plugin_register
224 2007-10-24  Love Hörnquist Åstrand  <lha@it.su.se>
226         * kdc/kerberos5.c: Adding same enctype is enough one time. From
227         Andy Polyakov and Bjorn Sandell.
228         
229 2007-10-18  Love  <lha@stacken.kth.se>
231         * lib/krb5/cache.c (krb5_cc_retrieve_cred): check return value
232         from krb5_cc_start_seq_get. From Zeqing (Fred) Xia
233         
234         * lib/krb5/fcache.c (init_fcc): provide better error codes
236         * kdc/kerberos5.c (get_pa_etype_info2): more paranoia, avoid
237         sending warning about pruned etypes.
239         * kdc/kerberos5.c (older_enctype): old windows enctypes (arcfour
240         based) "old", this to support windows 2000 clients (unjoined to a
241         domain). From Andy Polyakov.
243 2007-10-07  Love Hörnquist Åstrand  <lha@it.su.se>
245         * doc/setup.texi: Spelling, from Mark Peoples via Bjorn Sandell.
246         
247 2007-10-04  Love Hörnquist Åstrand  <lha@it.su.se>
249         * kdc/krb5tgs.c: More prettier printing of enctype, from KAMADA
250         Ken'ichi.
252         * lib/krb5/crypto.c (krb5_enctype_to_string): make sure string is
253         NULL on failure.
255 2007-10-03  Love Hörnquist Åstrand  <lha@it.su.se>
257         * kdc/kdc-replay.c: Catch KRB5_PROG_ATYPE_NOSUPP from
258         krb5_addr2sockaddr and igore thte test is that case.
259         
260 2007-09-29  Love Hörnquist Åstrand  <lha@it.su.se>
262         * lib/krb5/context.c (krb5_free_context): free
263         default_cc_name_env, from Gunther Deschner.
265 2007-08-27  Love Hörnquist Åstrand  <lha@it.su.se>
267         * lib/krb5/{krb5.h,pac.c,test_pac.c,send_to_kdc.c,rd_req.c}: Make
268         work with c++, reported by Hai Zaar
270         * lib/krb5/{digest.c,krb5.h}: Make work with c++, reported by Hai Zaar
272 2007-08-20  Love Hörnquist Åstrand  <lha@it.su.se>
274         * lib/hdb/Makefile.am: EXTRA_DIST += hdb.schema
276 2007-07-31  Love Hörnquist Åstrand  <lha@it.su.se>
278         * check return value of alloc functions, from Charles Longeau
280         * lib/krb5/principal.c: spelling.
282         * kadmin/kadmin.8: spelling
284         * lib/krb5/crypto.c: Check return values from alloc
285         functions. Prompted by patch of Charles Longeau.
287         * lib/krb5/n-fold.c: Make _krb5_n_fold return a error
288         code. Prompted by patch of Charles Longeau.
290 2007-07-27  Love Hörnquist Åstrand  <lha@it.su.se>
292         * lib/krb5/init_creds.c: Always set the ticket options, use
293         KRB5_ADDRESSLESS_DEFAULT as the default value, this make the unset
294         tri-state not so useful.
296 2007-07-24  Love Hörnquist Åstrand  <lha@it.su.se>
298         * tools/heimdal-gssapi.pc.in: Add LIB_pkinit to the list of
299         libraries.
301         * tools/heimdal-gssapi.pc.in: pkg-config file for libgssapi in
302         heimdal.
304         * tools/Makefile.am: Add heimdal-gssapi.pc and install it into
305         $(libdir)/pkgconfig
307 2007-07-23  Love Hörnquist Åstrand  <lha@it.su.se>
309         * lib/krb5/pkinit.c: Add RFC3526 modp group14 as a default.
311 2007-07-22  Love Hörnquist Åstrand  <lha@it.su.se>
313         * lib/hdb/dbinfo.c (get_dbinfo): use dbname instead of realm as
314         key if the entry is a correct entry.
316         * lib/krb5/get_cred.c: Make krb5_get_renewed_creds work, from
317         Gunther Deschner.
319         * lib/krb5/Makefile.am: Add test_renew to noinst_PROGRAMS.
321         * lib/krb5/test_renew.c: Test for krb5_get_renewed_creds.
323 2007-07-21  Love Hörnquist Åstrand  <lha@it.su.se>
325         * lib/hdb/keys.c: Make parse_key_set handle key set string "v5",
326         from Peter Meinecke.
328         * kdc/kaserver.c: Don't ovewrite the error code, from Peter
329         Meinecke.
331 2007-07-18  Love Hörnquist Åstrand  <lha@it.su.se>
333         * TODO-1.0: remove 
335         * Makefile.am: remove TODO-1.0
337 2007-07-17  Love Hörnquist Åstrand  <lha@it.su.se>
339         * Heimdal 1.0 release branch cut here
340         
341         * doc/hx509.texi: use version.texi
342         
343         * doc/heimdal.texi: use version.texi
344         
345         * doc/version.texi: version.texi
347         * lib/hdb/db3.c: avoid type-punned pointer warning.
349         * kdc/kx509.c: Use unsigned char * as argument to HMAC_Update to
350         please OpenSSL and gcc.
352         * kdc/digest.c: Use unsigned char * as argument to MD5_Update to
353         please OpenSSL and gcc.
355 2007-07-16  Love Hörnquist Åstrand  <lha@it.su.se>
357         * include/Makefile.am: Add krb_err.h.
359         * kdc/set_dbinfo.c: Print acl file too.
361         * kdc/kerberos4.c: Error codes are just fine, remove XXX now.
363         * lib/krb5/krb5-v4compat.h: Drop duplicate error codes.
365         * kdc/kerberos4.c: switch to ET errors.
367         * lib/krb5/Makefile.am: Add krb_err.h to build_HEADERZ.
369         * lib/krb5/v4_glue.c: If its a Kerberos 4 error-code, remove the
370         et BASE.
372 2007-07-15  Love Hörnquist Åstrand  <lha@it.su.se>
374         * lib/krb5/krb5-v4compat.h: Include "krb_err.h".
376         * lib/krb5/v4_glue.c: return more interesting error codes.
378         * lib/krb5/plugin.c: Prefix enum plugin_type.
380         * lib/krb5/krb5_locl.h: Expose plugin structures.
381         
382         * lib/krb5/krb5.h: Add plugin structures.
384         * lib/krb5/krb_err.et: V4 errors.
386         * lib/krb5/version-script.map: First version of version script.
388 2007-07-13  Love Hörnquist Åstrand  <lha@it.su.se>
390         * kdc/kerberos5.c: Java 1.6 expects the name to be the same type,
391         lets allow that for uncomplicated name-types.
393 2007-07-12  Love Hörnquist Åstrand  <lha@it.su.se>
395         * lib/krb5/v4_glue.c (_krb5_krb_rd_req): if ticket contains
396         address 0, its ticket less and don't really care about
397         from_addr. return better error codes.
399         * kpasswd/kpasswdd.c: Fix pointer vs strict alias rules.
401 2007-07-11  Love Hörnquist Åstrand  <lha@it.su.se>
403         * lib/hdb/hdb-ldap.c: When using sambaNTPassword, avoid adding
404         more then one enctype 23 to krb5EncryptionType.
406         * lib/krb5/cache.c: Spelling.
408         * kdc/kerberos5.c: Don't send newer enctypes in ETYPE-INFO.
409         (get_pa_etype_info2): return the enctypes as sorted in the
410         database
412 2007-07-10  Love Hörnquist Åstrand  <lha@it.su.se>
414         * kuser/kinit.c: krb5-v4compat.h defines prototypes for
415         v4 (semiprivate functions) in libkrb5, don't include
416         krb5-private.h any longer.
418         * lib/krb5/krbhst.c: Set error string when there is no KDC for a
419         realm.
421         * lib/krb5/Makefile.am: New library version.
423         * kdc/Makefile.am: New library version.
425         * lib/krb5/krb5_locl.h: Add default_cc_name_env.
427         * lib/krb5/cache.c (enviroment_changed): return non-zero if
428         enviroment that will determine default krb5cc name has changed.
429         (krb5_cc_default_name): also check if cached value is uptodate.
431         * lib/krb5/krb5_locl.h: Drop pkinit_flags.
433 2007-07-05  Love Hörnquist Åstrand  <lha@it.su.se>
435         * configure.in: add tests/java/Makefile
437         * lib/hdb/dbinfo.c: Add hdb_dbinfo_get_log_file.
439 2007-07-04  Love Hörnquist Åstrand  <lha@it.su.se>
441         * kdc/kerberos5.c: Improve the default salt detection to avoid
442         returning v4 password salting to java that doesn't look at the
443         returning padata for salting.
445         * kdc: Split out krb5_kdc_set_dbinfo, From Andrew Bartlett
447 2007-07-02  Love Hörnquist Åstrand  <lha@it.su.se>
449         * kdc/digest.c: Try harder to provide better error message for
450         digest messages.
452         * lib/krb5/Makefile.am: verify_krb5_conf_OBJECTS depends on
453         krb5-pr*.h, make -j finds this.
454         
455 2007-06-28  Love Hörnquist Åstrand  <lha@it.su.se>
457         * kdc/digest.c: On success, print username, not ip-adress.
459 2007-06-26  Love Hörnquist Åstrand  <lha@it.su.se>
461         * lib/krb5/get_cred.c: Add krb5_get_renewed_creds.
463         * lib/krb5/krb5_get_credentials.3: add krb5_get_renewed_creds
465         * lib/krb5/pkinit.c: Use hx509_cms_unwrap_ContentInfo.
466         
467 2007-06-25  Love Hörnquist Åstrand  <lha@it.su.se>
469         * doc/setup.texi: Add example for pkinit_win2k_require_binding
470         in [kdc] section.
472         * kdc/default_config.c: Rename require_binding to
473         win2k_require_binding to match client configuration.
475         * kdc/default_config.c: Add [kdc]pkinit_require_binding option.
477         * kdc/pkinit.c (pk_mk_pa_reply_enckey): only allow non-bound reply
478         if its not required.
480         * kdc/default_config.c: rename pkinit_princ_in_cert and add
481         pkinit_require_binding
483         * kdc/kdc.h: rename pkinit_princ_in_cert and add
484         pkinit_require_binding
486         * kdc/pkinit.c: rename pkinit_princ_in_cert
488 2007-06-24  Love Hörnquist Åstrand  <lha@it.su.se>
490         * lib/krb5/pkinit.c: Adapt to hx509_verify_hostname change.
492 2007-06-21  Love Hörnquist Åstrand  <lha@it.su.se>
494         * kdc/krb5tgs.c: Drop unused variable.
496         * kdc/krb5tgs.c: disable anonyous tgs requests
498         * kdc/krb5tgs.c: Don't check PAC on cross realm for now.
500         * kuser/kgetcred.c: Set KRB5_GC_CONSTRAINED_DELEGATION and parse
501         nametypes.
503         * lib/krb5/krb5_principal.3: Document krb5_parse_nametype.
505         * lib/krb5/principal.c (krb5_parse_nametype): parse nametype and
506         return their integer values.
508         * lib/krb5/krb5.h (krb5_get_creds): Add
509         KRB5_GC_CONSTRAINED_DELEGATION.
511         * lib/krb5/get_cred.c (krb5_get_creds): if
512         KRB5_GC_CONSTRAINED_DELEGATION is set, set both request_anonymous
513         and constrained_delegation.
515 2007-06-20  Love Hörnquist Åstrand  <lha@it.su.se>
517         * kdc/digest.c: Return an error message instead of dropping the
518         packet for more failure cases.
520         * lib/krb5/krb5_principal.3: Add KRB5_PRINCIPAL_UNPARSE_DISPLAY.
522         * appl/gssmask/gssmask.c (AcquirePKInitCreds): fail more
523         gracefully
524         
525 2007-06-18  Love Hörnquist Åstrand  <lha@it.su.se>
527         * lib/krb5/pac.c: make compile.
528         
529         * lib/krb5/pac.c (verify_checksum): memset cksum to avoid using
530         pointer from stack.
532         * lib/krb5/plugin.c: Don't expose free pointer.
534         * lib/krb5/pkinit.c (_krb5_pk_load_id): fail directoy for first
535         calloc.
536         
537         * lib/krb5/pkinit.c (get_reply_key*): don't expose freed memory
539         * lib/krb5/krbhst.c: Host is static memory, don't free.
541         * lib/krb5/crypto.c (decrypt_internal_derived): make sure length
542         is longer then confounder + checksum.
544         * kdc: export get_dbinfo as krb5_kdc_set_dbinfo and call from
545         users. This to allows libkdc users to to specify their own
546         databases
548         * lib/krb5/pkinit.c (pk_rd_pa_reply_enckey): simplify handling of
549         content data (and avoid leaking memory).
551         * kdc/misc.c (_kdc_db_fetch): set error string for failures.
552         
553 2007-06-15  Love Hörnquist Åstrand  <lha@it.su.se>
555         * kdc/pkinit.c: Use KRB5_AUTHDATA_INITIAL_VERIFIED_CAS.
557 2007-06-13  Love Hörnquist Åstrand  <lha@it.su.se>
559         * kdc/pkinit.c: tell user when they got a pk-init request with
560         pkinit disabled.
562 2007-06-12  Love Hörnquist Åstrand  <lha@it.su.se>
563         
564         * lib/krb5/principal.c: Rename UNPARSE_NO_QUOTE to
565         UNPARSE_DISPLAY.
567         * lib/krb5/krb5.h: Rename UNPARSE_NO_QUOTE to UNPARSE_DISPLAY.
569         * lib/krb5/principal.c: Make no-quote mean replace strange chars
570         with space.
572         * lib/krb5/principal.c: Support KRB5_PRINCIPAL_UNPARSE_NO_QUOTE.
574         * lib/krb5/krb5.h: Add KRB5_PRINCIPAL_UNPARSE_NO_QUOTE.
576         * lib/krb5/test_princ.c: Test quoteing.
578         * lib/krb5/pkinit.c: update (c)
579         
580         * lib/krb5/get_cred.c: use krb5_sendto_context to talk to the KDC.
582         * lib/krb5/send_to_kdc.c (_krb5_kdc_retry): check if the whole
583         process needs to restart or just skip this KDC.
585         * lib/krb5/init_creds_pw.c: Use krb5_sendto_context to talk to
586         KDC.
588         * lib/krb5/krb5.h: Add sendto hooks and opaque structure.
590         * lib/krb5/krb5_rd_error.3: Update prototype.
592         * lib/krb5/send_to_kdc.c: Add hooks for processing the reply from
593         the server.
594         
595 2007-06-11  Love Hörnquist Åstrand  <lha@it.su.se>
597         * lib/krb5/krb5_err.et: Some new error codes from RFC 4120.
598         
599 2007-06-09  Love Hörnquist Åstrand  <lha@it.su.se>
601         * kdc/krb5tgs.c: Constify.
603         * kdc/kerberos5.c: Constify.
605         * kdc/pkinit.c: Check for KRB5-PADATA-PK-AS-09-BINDING. Constify.
607 2007-06-08  Love Hörnquist Åstrand  <lha@it.su.se>
609         * include/Makefile.am: Make krb5-types.h nodist_include_HEADERS.
611         * kdc/Makefile.am: EXTRA_DIST += version-script.map.
612         
613 2007-06-07  Love Hörnquist Åstrand  <lha@it.su.se>
614         
615         * Makefile.am (print-distdir): print name of dist
617         * kdc/pkinit.c: Break out loading of mappings file to a separate
618         function and remove warning that it can't open the mapping file,
619         there are now mappings in the db, maybe the users uses that
620         instead...
622         * lib/krb5/crypto.c: Require the raw key have the correct size and
623         do away with the minsize.  Minsize was a thing that originated
624         from RC2, but since RC2 is done in the x509/cms subsystem now
625         there is no need to keep that around.
627         * lib/hdb/dbinfo.c: If there is no default dbname, also check for
628         unset mkey_file and set it default mkey name, make backward compat
629         stuff work.
631         * kdc/version-script.map: add new symbols
633         * kdc/kdc-replay.c: Also update krb5_context view of what the time
634         is.
636         * configure.in: add tests/can/Makefile
638         * kdc/kdc-replay.c: Add --[version|help].
640         * kdc/pkinit.c: Push down the kdc time into the x509 library.
642         * kdc/connect.c: Move up krb5_kdc_save_request so we can catch the
643         reply data too.
645         * kdc/kdc-replay.c: verify reply by checking asn1 class, type and
646         tag of the reply if there is one.
648         * kdc/process.c: Save asn1 class, type and tag of the reply if
649         there is one. Used to verify the reply in kdc-replay.
651 2007-06-06  Love Hörnquist Åstrand  <lha@it.su.se>
653         * kdc/kdc_locl.h: extern for request_log.
655         * kdc/Makefile.am: Add kdc-replay.
657         * kdc/kdc-replay.c: Replay kdc messages to the KDC library.
659         * kdc/config.c: Pick up request_log from [kdc]kdc-request-log.
661         * kdc/connect.c: Option to save the request to disk.
663         * kdc/process.c (krb5_kdc_save_request): save request to file.
665         * kdc/process.c (krb5_kdc_process*): dont update _kdc_time
666         automagicly.
667         (krb5_kdc_update_time): set or get current kdc-time.
669         * kdc/pkinit.c (_kdc_pk_rd_padata): accept both pkcs-7 and
670         pkauthdata as the signeddata oid
671         
672         * kdc/pkinit.c (_kdc_pk_rd_padata): Try to log what went wrong.
674 2007-06-05  Love Hörnquist Åstrand  <lha@it.su.se>
675         
676         * kdc/pkinit.c: Use oid_id_pkcs7_data for pkinit-9 encKey reply to
677         match windows DC behavior better.
678         
679 2007-06-04  Love Hörnquist Åstrand  <lha@it.su.se>
681         * configure.in: use test for -framework Security
683         * appl/test/uu_server.c: Print status to stdout.
685         * kdc/digest.c (digest ntlm): provide log entires by setting ret
686         to an error.
687         
688 2007-06-03  Love Hörnquist Åstrand  <lha@it.su.se>
690         * doc/hx509.texi: Indent crl-sign.
692         * doc/hx509.texi: One more crl-sign example.
694         * lib/krb5/test_princ.c: plug memory leaks.
696         * lib/krb5/pac.c: plug memory leaks.
698         * lib/krb5/test_pac.c: plug memory leaks.
700         * lib/krb5/test_prf.c: plug memory leak.
702         * lib/krb5/test_cc.c: plug memory leaks.
704         * doc/hx509.texi: Simple blob about publishing CRLs.
706         * doc/win2k.texi: drop text about enctypes.
707         
708 2007-06-02  Love Hörnquist Åstrand  <lha@it.su.se>
710         * kdc/pkinit.c: In case of OCSP verification failure, referash
711         every 5 min. In case of success, refreash 2 min before expiring or
712         faster.
713         
714 2007-05-31  Love Hörnquist Åstrand  <lha@it.su.se>
715         
716         * lib/krb5/krb5_err.et: add error 68, WRONG_REALM
718         * kdc/pkinit.c: Handle the ms san in a propper way, still cheat
719         with the realm name.
721         * kdc/kerberos5.c: If _kdc_pk_check_client failes, bail out
722         directly and hand the error back to the client.
724         * lib/krb5/krb5_err.et: Add missing REVOCATION_STATUS_UNAVAILABLE
725         and fix error message for CLIENT_NAME_MISMATCH.
727         * kdc/pkinit.c: More logging for pk-init client mismatch.
729         * kdc/kerberos5.c: Also add a KRB5_PADATA_PK_AS_REQ_WIN for
730         windows pk-init (-9) to make MIT clients happy.
731         
732 2007-05-30  Love Hörnquist Åstrand  <lha@it.su.se>
733         
734         * kdc/pkinit.c: Force des3 for win2k.
736         * kdc/pkinit.c: Add wrapping to ContentInfo wrapping to
737         COMPAT_WIN2K.
739         * lib/krb5/keytab_keyfile.c: Spelling.
741         * kdc/pkinit.c: Allow matching by MS UPN SAN, note that this delta
742         doesn't deal with case of realm.
743         
744 2007-05-16  Love Hörnquist Åstrand  <lha@it.su.se>
746         * lib/krb5/crypto.c (krb5_crypto_overhead): return static overhead
747         of encryption.
748         
749 2007-05-10  Dave Love  <fx@gnu.org>
750         
751         * doc/win2k.texi: Update some URLs.
753 2007-05-13  Love Hörnquist Åstrand  <lha@it.su.se>
755         * kuser/kimpersonate.c: Fix version number of ticket, it should be
756         5 not the kvno.
757         
758 2007-05-08  Love Hörnquist Åstrand  <lha@it.su.se>
760         * doc/setup.texi: Salting is really Encryption types and salting.
761         
762 2007-05-07  Love Hörnquist Åstrand  <lha@it.su.se>
763         
764         * doc/setup.texi: spelling, from Ronny Blomme
766         * doc/win2k.texi: Fix ksetup /SetComputerPassword, from Ronny
767         Blomme
768         
769 2007-05-02  Love Hörnquist Åstrand  <lha@it.su.se>
771         * lib/hdb/dbinfo.c (hdb_get_dbinfo) If there are no database
772         specified, create one and let it use the defaults.
773         
774 2007-04-27  Love Hörnquist Åstrand  <lha@it.su.se>
775         
776         * lib/hdb/test_dbinfo.c: test acl file
778         * lib/hdb/test_dbinfo.c: test acl file
780         * lib/hdb/dbinfo.c: add acl file
782         * etc: ignore Makefile.in
784         * Makefile.am: SUBDIRS += etc
786         * configure.in: Add etc/Makefile.
788         * etc/Makefile.am: make sure services.append is distributed
790 2007-04-24  Love Hörnquist Åstrand  <lha@it.su.se>
792         * kdc: rename windc_init to krb5_kdc_windc_init
794         * kdc/version-script.map: version script for libkdc
795         
796         * kdc/Makefile.am: version script for libkdc
797         
798 2007-04-23  Love Hörnquist Åstrand  <lha@it.su.se>
800         * lib/krb5/init_creds.c (krb5_get_init_creds_opt_get_error):
801         correct the order of the arguments.
803         * lib/hdb/Makefile.am: Add and test dbinfo.
805         * lib/hdb/hdb.h: Forward declaration for struct hdb_dbinfo;
807         * kdc/config.c: Use krb5_kdc_get_config and just fill in what the
808         users wanted differently.
810         * kdc/default_config.c: Make the default configuration fetch info
811         from the krb5.conf.
812         
813 2007-04-22  Love Hörnquist Åstrand  <lha@it.su.se>
815         * lib/krb5/store.c (krb5_store_creds_tag): use session.keytype to
816         determine if to send the session-key, for the second place in the
817         function.
819         * tools/krb5-config.in: rename des to hcrypto
821         * kuser/Makefile.am: depend on libheimntlm
823         * kuser/kinit.c: Add --ntlm-domain that store the ntlm cred for
824         this domain if the Kerberos password auth worked.
826         * kuser/klist.c: add new option --hidden that doesn't display
827         principal that starts with @
829         * tools/krb5-config.in: Add heimntlm when we use gssapi.
831         * lib/krb5/krb5_ccache.3 (krb5_cc_retrieve_cred): document what to
832         free 'cred' with.
834         * lib/krb5/cache.c (krb5_cc_retrieve_cred): document what to free
835         'cred' with.
836         
837 2007-04-21  Love Hörnquist Åstrand  <lha@it.su.se>
839         * lib/krb5/store.c (krb5_store_creds_tag): use session.keytype to
840         determine if to send the session-key.
842         * kcm/client.c (kcm_ccache_new_client): make root be able to pass
843         the name constraints, not the opposite. From Bryan Jacobs.
844         
845 2007-04-20  Love Hörnquist Åstrand  <lha@it.su.se>
847         * kcm/acl.c: make compile again.
849         * kcm/client.c: fix warning.
850         
851         * kcm: First, it allows root to ignore the naming conventions.
852         Second, it allows root to always perform any operation on any
853         ccache.  Note that root could do this anyway with FILE ccaches.
854         From Bryan Jacobs.
856         * Rename libdes to libhcrypto.
858 2007-04-19  Love Hörnquist Åstrand  <lha@it.su.se>
860         * kinit: remove code that depend on kerberos 4 library
861         
862         * kdc: remove code that depend on kerberos 4 library
863         
864         * configure.in: Drop kerberos 4 support.
866         * kdc/hpropd.c (main): free the message when done with it.
868         * lib/krb5/pkinit.c (_krb5_get_init_creds_opt_free_pkinit):
869         remember to free memory too.
871         * lib/krb5/pkinit.c (pk_rd_pa_reply_dh): free content-type when
872         done.
874         * configure.in: test rk_VERSIONSCRIPT
875         
876 2007-04-18  Love Hörnquist Åstrand  <lha@it.su.se>
878         * fix-export: remove, all done by make dist now
880 2007-04-15  Love Hörnquist Åstrand  <lha@it.su.se>
882         * lib/krb5/krb5_get_credentials.3: spelling, from Jason McIntyre
884 2007-04-11  Love Hörnquist Åstrand  <lha@it.su.se>
886         * kdc/kstash.8: Spelling, from raga <raga@comcast.net> 
887         via Bjorn Sandell.
889         * lib/krb5/store_mem.c: indent.
891         * lib/krb5/recvauth.c: Set error string.
893         * lib/krb5/rd_req.c: clear error strings.
895         * lib/krb5/rd_cred.c: clear error string.
897         * lib/krb5/pkinit.c: Set error strings.
899         * lib/krb5/get_cred.c: Tell what principal we are not finding for
900         all KRB5_CC_NOTFOUND.
901         
902 2007-02-22  Love Hörnquist Åstrand  <lha@it.su.se>
903         
904         * kdc/kerberos5.c: Return the same error codes as a windows KDC.
906         * kuser/kinit.c: KRB5KDC_ERR_PREAUTH_FAILED is also a password
907         failed.
908         
909         * kdc/kerberos5.c: Make handling of replying e_data more generic,
910         from metze.
912         * kdc/kerberos5.c: Fix (string const and shadow) warnings, from
913         metze.
915         * lib/krb5/pac.c: Create the PAC element in the same order as
916         w2k3, maybe there's some broken code in windows which relies on
917         this... From metze.
919         * kdc/kerberos5.c: Select a session enctype from the list of the
920         crypto systems supported enctype, is supported by the client and
921         is one of the enctype of the enctype of the krbtgt.
922         
923         The later is used as a hint what enctype all KDC are supporting to
924         make sure a newer version of KDC wont generate a session enctype
925         that and older version of a KDC in the same realm can't decrypt.
926         
927         But if the KDC admin is paranoid and doesn't want to have "no the
928         best" enctypes on the krbtgt, lets save the best pick from the
929         client list and hope that that will work for any other KDCs.
930         
931         Reported by metze.
933         * kdc/hprop.c (propagate_database): on any failure, drop the
934         connection to the peer and try next one.
935         
936 2007-02-18  Love Hörnquist Åstrand  <lha@it.su.se>
938         * lib/krb5/krb5_get_init_creds.3: document new options.
940         * kdc/krb5tgs.c: Only check service key for cross realm PACs.
942         * lib/krb5/init_creds.c: use the new merged flags field.
943         (krb5_get_init_creds_opt_set_win2k): new function, turn on all w2k
944         compat flags.
946         * lib/krb5/init_creds_pw.c: use the new merged flags field.
948         * lib/krb5/krb5_locl.h: merge all flags into one entity
949         
950 2007-02-11  Dave Love  <fx@gnu.org>
951         
952         * lib/krb5/krb5_aname_to_localname.3: Small fixes
953         
954         * lib/krb5/krb5_digest.3: Small fixes
955         
956         * kuser/kimpersonate.1: Small fixes
958 2007-02-17  Love Hörnquist Åstrand  <lha@it.su.se>
960         * lib/krb5/init_creds_pw.c (find_pa_data): if there is no list,
961         there is no entry.
963         * kdc/krb5tgs.c: Don't check PACs on cross realm requests.
965         * lib/krb5/krb5.h: add KRB5_KU_CANONICALIZED_NAMES.
967         * lib/krb5/init_creds_pw.c: Verify client referral data.
969         * kdc/kerberos5.c: switch some "return ret" to "goto out".
970         
971         * kdc/kerberos5.c: Pass down canonicalize request to hdb layer,
972         sign client referrals.
973         
974         * lib/hdb/hdb.h: Add HDB_F_CANON.
976         * lib/hdb: add simple alias support to the database backends
978 2007-02-16  Love Hörnquist Åstrand  <lha@it.su.se>
980         * kuser/kinit.c: Add canonicalize flag.
982         * lib/krb5/init_creds_pw.c: Use EXTRACT_TICKET_* flags, support
983         canonicalize.
985         * lib/krb5/init_creds.c (krb5_get_init_creds_opt_set_canonicalize):
986         new function.
987         
988         * lib/krb5/get_cred.c: Use EXTRACT_TICKET_* flags.
990         * lib/krb5/get_in_tkt.c: Use EXTRACT_TICKET_* flags.
992         * lib/krb5/krb5_locl.h: Add EXTRACT_TICKET_* flags.
993         
994 2007-02-15  Love Hörnquist Åstrand  <lha@it.su.se>
996         * lib/krb5/test_princ.c: test parsing enterprise-names.
998         * lib/krb5/principal.c: Add support for parsing enterprise-names.
1000         * lib/krb5/krb5.h: Add KRB5_PRINCIPAL_PARSE_ENTERPRISE.
1002         * lib/hdb/hdb-ldap.c: Make work again.
1003         
1004 2007-02-11  Dave Love  <fx@gnu.org>
1006         * kcm/client.c (kcm_ccache_new_client): Cast snprintf'ed value.
1007         
1008 2007-02-10  Love Hörnquist Åstrand  <lha@it.su.se>
1009         
1010         * doc/setup.texi: prune trailing space
1012         * lib/hdb/db.c: Be better at setting and clearing error string.
1014         * lib/hdb/hdb.c: Be better at setting and clearing error string.
1016 2007-02-09  Love Hörnquist Åstrand  <lha@it.su.se>
1018         * lib/krb5/keytab.c (krb5_kt_get_entry): Use krb5_kt_get_full_name
1019         to print out the keytab name.
1021         * doc/setup.texi: Spelling, from Guido Guenther
1022         
1023 2007-02-08  Love Hörnquist Åstrand  <lha@it.su.se>
1025         * lib/krb5/rd_cred.c: Plug memory leak, from Michael B Allen.
1027 2007-02-06  Love Hörnquist Åstrand  <lha@it.su.se>
1029         * lib/krb5/test_store.c (test_uint16): unsigned ints can't be
1030         negative
1031         
1032 2007-02-03  Love Hörnquist Åstrand  <lha@it.su.se>
1034         * kdc/pkinit.c: pass extra flags for detached signatures.
1036         * lib/krb5/pkinit.c: pass extra flags for detached signatures.
1038         * kdc/digest.c: Remove debug output.
1040         * kuser/kdigest.c: Add support for ms-chap-v2 client.
1041         
1042 2007-02-02  Love Hörnquist Åstrand  <lha@it.su.se>
1043                 
1044         * kdc/digest.c: Fix ms-chap-v2 get_masterkey
1046         * kdc/digest.c: Fix ms-chap-v2 mutual response auth code.
1048         * kuser/kdigest.c: Print session key if there is one.
1050         * lib/krb5/digest.c: rename hash-a1 to session key
1052         * kdc/digest.c: Add get_master from RFC 3079 3.4 for MS-CHAP-V2
1054         * kuser/kdigest.c: print rsp if there is one, from Klas.
1056         * kdc/digest.c: Use right size, from Klas Lindfors.
1058         * kuser/kdigest.c: Set client nonce if avaible, from Klas.
1060         * kdc/digest.c: First version from kllin.
1062         * kuser/kdigest.c: Don't restrict the type.
1063         
1064 2007-02-01  Love Hörnquist Åstrand  <lha@it.su.se>
1065         
1066         * kuser/kdigest-commands.in: add --client-response
1068         * kuser/kdigest.c: Print status instead of response.
1070         * kdc/digest.c: Better logging and return status = FALSE when
1071         checksum doesn't match.
1073         * kdc/digest.c: Check the digest response in the KDC.
1075         * lib/krb5/digest.c: New functions to send in requestResponse to
1076         KDC and get status of the request.
1078         * kdc/digest.c: Add support for MS-CHAP v2.
1080         * lib/hdb/hdb-ldap.c: Set hdb->hdb_db for ldap.
1081         
1082 2007-01-31  Love Hörnquist Åstrand  <lha@it.su.se>
1084         * fix-export: Make hx509.info too
1086         * kdc/digest.c: don't verify identifier in CHAP, its the client
1087         that chooses it.
1088         
1089 2007-01-23  Love Hörnquist Åstrand  <lha@it.su.se>
1091         * lib/krb5/Makefile.am: Basic test of prf.
1093         * lib/krb5/test_prf.c: Basic test of prf.
1095         * lib/krb5/mit_glue.c: Add MIT glue for Kerberos RFC 3961 PRF
1096         functions.
1098         * lib/krb5/crypto.c: Add Kerberos RFC 3961 PRF functions.
1100         * lib/krb5/krb5_data.3: Document krb5_data_cmp.
1102         * lib/krb5/data.c: Add krb5_data_cmp.
1103         
1104 2007-01-20  Love Hörnquist Åstrand  <lha@it.su.se>
1106         * kdc/kx509.c: Don't use C99 syntax.
1107         
1108 2007-01-17  Love Hörnquist Åstrand  <lha@it.su.se>
1109         
1110         * configure.in: its LIBADD_roken (and shouldn't really exist, our
1111         libtool usage it broken)
1113         * configure.in: Add an extra variable for roken, LIBADD, that
1114         should be used for library depencies.
1116         * lib/krb5/send_to_kdc.c (krb5_sendto): zero out receive buffer.
1118         * lib/krb5/krb5_init_context.3: fix mdoc errors
1120         * Heimdal 0.8 branch cut today
1122         * doc/hx509.texi: Spelling and more about proxy certificates.
1124         * configure.in: check for arc4random
1125         
1126 2007-01-16  Love Hörnquist Åstrand  <lha@it.su.se>
1127         
1128         * lib/krb5/send_to_kdc.c (krb5_sendto): zero receive krb5_data
1129         before starting
1131         * tools/heimdal-build.sh: make cvs keep quiet
1133         * kuser/kverify.c: Use argument as principal if passed an
1134         argument. Bug report from Douglas E. Engert
1135         
1136 2007-01-15  Love Hörnquist Åstrand  <lha@it.su.se>
1137         
1138         * lib/krb5/rd_req.c (krb5_rd_req_ctx): The code failed to consider
1139         the enc_tkt_in_skey case, from Douglas E. Engert.
1141         * kdc/kx509.c: Issue certificates.
1143         * kdc/config.c: Parse kx509/kca configuration.
1145         * kdc/kdc.h: add kx509 config
1146         
1147 2007-01-14  Love Hörnquist Åstrand  <lha@it.su.se>
1148         
1149         * kdc/kerberos5.c (_kdc_find_padata): if there is not padata,
1150         there is nothing find.
1152         * doc/hx509.texi: Examples for pk-init.
1154         * doc/hx509.texi: About extending ca lifetime and sub cas.
1155         
1156 2007-01-13  Love Hörnquist Åstrand <lha@it.su.se>
1157         
1158         * doc/hx509.texi: More about certificates.
1159         
1160 2007-01-12  Love Hörnquist Åstrand  <lha@it.su.se>
1162         * doc/hx509.texi: add Application requirements and write about
1163         xmpp/jabber.
1164         
1165 2007-01-11  Love Hörnquist Åstrand  <lha@it.su.se>
1167         * doc/hx509.texi: More about issuing certificates.
1169         * doc/hx509.texi: Start of a x.509 manual.
1171         * include/Makefile.am: remove install headerfiles
1173         * lib/krb5/test_pac.c: Use more interesting data to cause more
1174         errors.
1176         * include/Makefile.am: remove install headerfiles
1178         * lib/krb5/mcache.c: MCC_CURSOR not used, remove.
1180         * lib/krb5/crypto.c: macro kcrypto_oid_enc now longer used
1182         * lib/krb5/rd_safe.c (krb5_rd_safe): set length before trying to
1183         allocate data
1184         
1185 2007-01-10  Love Hörnquist Åstrand  <lha@it.su.se>
1186         
1187         * doc/setup.texi: Hint about hxtool validate.
1189         * appl/test/uu_server.c: print both "server" and "client"
1191         * kdc/krb5tgs.c: Rename keys to be more obvious what they do.
1193         * kdc/kerberos5.c: Use other keys to sign PAC with. From Andrew
1194         Bartlett
1195         
1196         * kdc/windc.c: ident, spelling.
1198         * kdc/windc_plugin.h: indent.
1200         * kdc/krb5tgs.c: Pass down server entry to verify_pac function.
1201         from Andrew Bartlett
1203         * kdc/windc.c: pass down server entry to verify_pac function, from
1204         Andrew Bartlett
1206         * kdc/windc_plugin.h: pass down server entry to verify_pac
1207         function, from Andrew Bartlett
1209         * configure.in: Provide a automake symbol ENABLE_SHARED if shared
1210         libraries are built.
1212         * lib/krb5/rd_req.c (krb5_rd_req_ctx): Use the correct keyblock
1213         when verifying the PAC.  From Andrew Bartlett.
1214         
1215 2007-01-09  Love Hörnquist Åstrand  <lha@it.su.se>
1217         * lib/krb5/test_pac.c: move around to code test on real PAC.
1219         * lib/krb5/pac.c: A tiny 2 char diffrence that make the code work
1220         for real.
1222         * lib/krb5/test_pac.c: Test more PAC (note that the values used in
1223         this test is wrong, they have to be fixed when the pac code is
1224         fixed).
1226         * doc/setup.texi: Update to new hxtool issue-certificate usage
1228         * lib/krb5/init_creds_pw.c: Make sure we don't sent both ENC-TS
1229         and PK-INIT pa data, no need to expose our password protecting our
1230         PKCS12 key.
1232         * kuser/klist.c (print_cred_verbose): include ticket length in the
1233         verbose output
1234         
1235 2007-01-08  Love Hörnquist Åstrand  <lha@it.su.se>
1236         
1237         * lib/krb5/acache.c (loadlib): pass RTLD_LAZY to dlopen, without
1238         it linux is unhappy.
1240         * lib/krb5/plugin.c (loadlib): pass RTLD_LAZY to dlopen, without
1241         it linux is unhappy.
1243         * lib/krb5/name-45-test.c: One of the hosts I sometimes uses is
1244         named "bar.domain", this make one of the tests pass when it
1245         shouldn't.
1247 2007-01-05  Love Hörnquist Åstrand  <lha@it.su.se>
1249         * doc/setup.texi: Change --key argument to --out-key.
1251         * kuser/kimpersonate.1: mangle my name
1252         
1253 2007-01-04  Love Hörnquist Åstrand  <lha@it.su.se>
1254         
1255         * doc/setup.texi: describe how to use hx509 to create
1256         certificates.
1258         * tools/heimdal-build.sh: Add --distcheck.
1260         * kdc/kerberos5.c: Check for KRB5_PADATA_PA_PAC_REQUEST to check
1261         if we should include the PAC in the krbtgt.
1263         * kdc/pkinit.c (_kdc_as_rep): check if
1264         krb5_generate_random_keyblock failes.
1266         * kdc/kerberos5.c (_kdc_as_rep): check if
1267         krb5_generate_random_keyblock failes.
1269         * kdc/krb5tgs.c (tgs_build_reply): check if
1270         krb5_generate_random_keyblock failes.
1272         * kdc/krb5tgs.c: Scope etype.
1274         * lib/krb5/rd_req.c: Make it possible to turn off PAC check, its
1275         default on.
1277         * lib/krb5/rd_req.c (krb5_rd_req_ctx): If there is a PAC, verify
1278         its server signature.
1280         * kdc/kerberos5.c (_kdc_as_rep): call windc client access hook.
1281         (_kdc_tkt_add_if_relevant_ad): constify in data argument.
1283         * kdc/windc_plugin.h: More comments add a client_access hook.
1285         * kdc/windc.c: Add _kdc_windc_client_access.
1287         * kdc/krb5tgs.c: rename functions after export some more pac
1288         functions.
1290         * lib/krb5/test_pac.c: export some more pac functions.
1292         * lib/krb5/pac.c: export some more pac functions.
1294         * kdc/krb5tgs.c: Resign the PAC in tgsreq if we have a PAC.
1296         * configure.in: add tests/plugin/Makefile
1297         
1298 2007-01-03  Love Hörnquist Åstrand  <lha@it.su.se>
1300         * kdc/krb5tgs.c: Get right key for PAC krbtgt verification.
1302         * kdc/config.c: spelling
1304         * lib/krb5/krb5.h: typedef for krb5_pac.
1306         * kdc/headers.h: Include <windc_plugin.h>.
1308         * kdc/Makefile.am: Include windc.c and use windc_plugin.h
1310         * kdc/krb5tgs.c: Call callbacks for emulating a Windows Domain
1311         Controller.
1313         * kdc/kerberos5.c: Call callbacks for emulating a Windows Domain
1314         Controller.  Move the some of the log related stuff to its own
1315         function.
1317         * kdc/config.c: Init callbacks for emulating a Windows Domain
1318         Controller.
1320         * kdc/windc.c: Rename the init function to windc instead of pac.
1322         * kdc/windc.c: Callbacks specific to emulating a Windows Domain
1323         Controller.
1325         * kdc/windc_plugin.h: Callbacks specific to emulating a Windows
1326         Domain Controller.
1328         * lib/krb5/Makefile.am: add krb5_HEADERS to build_HEADERZ
1330         * lib/krb5/pac.c: Support all keyed checksum types.
1331         
1332 2007-01-02  Love Hörnquist Åstrand  <lha@it.su.se>
1333         
1334         * lib/krb5/pac.c (krb5_pac_get_types): Return list of types.
1335         
1336         * lib/krb5/test_pac.c: test krb5_pac_get_types
1338         * lib/krb5/krbhst.c: Add KRB5_KRBHST_KCA.
1340         * lib/krb5/krbhst.c: Add KRB5_KRBHST_KCA.
1342         * lib/krb5/krb5.h: Add KRB5_KRBHST_KCA.
1344         * lib/krb5/test_pac.c: test Add/remove pac buffer functions.
1346         * lib/krb5/pac.c: Add/remove pac buffer functions.
1348         * lib/krb5/pac.c: sprinkle const
1350         * lib/krb5/pac.c: rename DCHECK to CHECK
1351         
1352         * Happy New Year.