nkeys not used any more, don't increment
[metze/heimdal/wip.git] / NEWS
1 Release Notes - Heimdal - Version Heimdal 1.3
2
3  New features
4
5  - Partital support for MIT kadmind rpc protocol in kadmind
6  - Better support for finding keytab entries when using SPN aliases in the KDC
7  - Support BER in ASN.1 library (needed for CMS)
8  - Support decryption in Keychain private keys
9  - Support for new sqlite based credential cache
10  - Try both to KDC referals the the common DNS reverse lookup in GSS-API
11  - Fix the KCM not not leak resources on failure
12  - Add IPv6 support to iprop
13  - Support localization of error strings in
14    kinit/klist/kdestroy and Kerberos library
15  - Remove Kerberos 4 support in application (still in KDC)
16  - Deprecate DES
17  - Support i18n password in windows domains (using UTF-8)
18  - More complete API emulation of OpenSSL in hcrypto
19  - Support for ECDSA and ECDH when linking with OpenSSL
20
21  API changes
22
23  - Support for settin friendly name on credential caches
24  - Move to using doxygen to generate documentation.
25  - Sprinkling __attribute__((depricated)) for old function to be removed
26  - Support to export LAST-REQUST information in AS-REQ
27  - Support for client deferrals in in AS-REQ
28  - Add seek support for krb5_storage.
29  - Support for split AS-REQ, first step for IA-KERB
30  - Fix many memory leaks and bugs
31  - Improved regression test
32  - Support krb5_cccol
33  - Switch to krb5_set_error_message
34  - Support krb5_crypto_*_iov    
35  - Switch to use EVP for most function
36  - Use SOCK_CLOEXEC and O_CLOEXEC (close on exec)
37  - Add support for GSS_C_DELEG_POLICY_FLAG
38  - Add krb5_cc_[gs]et_config to store data in the credential caches
39  - PTY testing application
40
41 Bugfixes
42  - Make building on AIX6 possible.
43  - Bugfixes in LDAP KDC code to make it more stable
44  - Make ipropd-slave reconnect when master down gown
45
46
47 Release Notes - Heimdal - Version Heimdal 1.2.1
48
49 * Bug
50
51   [HEIMDAL-147] - Heimdal 1.2 not compiling on Solaris
52   [HEIMDAL-151] - Make canned tests work again after cert expired
53   [HEIMDAL-152] - iprop test: use full hostname to avoid realm
54                   resolving errors
55   [HEIMDAL-153] - ftp: Use the correct length for unmap, msync
56
57 Release Notes - Heimdal - Version Heimdal 1.2
58
59 * Bug
60
61   [HEIMDAL-10] - Follow-up on bug report for SEGFAULT in
62                  gss_display_name/gss_export_name when using SPNEGO
63   [HEIMDAL-15] - Re: [Heimdal-bugs] potential bug in Heimdal 1.1
64   [HEIMDAL-17] - Remove support for depricated [libdefaults]capath
65   [HEIMDAL-52] - hdb overwrite aliases for db databases
66   [HEIMDAL-54] - Two issues which affect credentials delegation
67   [HEIMDAL-58] - sockbuf.c calls setsockopt with bad args
68   [HEIMDAL-62] - Fix printing of sig_atomic_t
69   [HEIMDAL-87] - heimdal 1.1 not building under cygwin in hcrypto
70   [HEIMDAL-105] - rcp: sync rcp with upstream bsd rcp codebase
71   [HEIMDAL-117] - Use libtool to detect symbol versioning (Debian Bug#453241)
72
73 * Improvement
74   [HEIMDAL-67] - Fix locking and store credential in atomic writes
75                  in the FILE credential cache
76   [HEIMDAL-106] - make compile on cygwin again
77   [HEIMDAL-107] - Replace old random key generation in des module
78                   and use it with RAND_ function instead
79   [HEIMDAL-115] - Better documentation and compatibility in hcrypto
80                   in regards to OpenSSL
81
82 * New Feature
83   [HEIMDAL-3] - pkinit alg agility PRF test vectors
84   [HEIMDAL-14] - Add libwind to Heimdal
85   [HEIMDAL-16] - Use libwind in hx509
86   [HEIMDAL-55] - Add flag to krb5 to not add GSS-API INT|CONF to
87                  the negotiation
88   [HEIMDAL-74] - Add support to report extended error message back
89                  in AS-REQ to support windows clients
90   [HEIMDAL-116] - test pty based application (using rkpty)
91   [HEIMDAL-120] - Use new OpenLDAP API (older deprecated)
92
93 * Task
94   [HEIMDAL-63] - Dont try key usage KRB5_KU_AP_REQ_AUTH for TGS-REQ.
95                  This drop compatibility with pre 0.3d KDCs.
96   [HEIMDAL-64] - kcm: first implementation of kcm-move-cache
97   [HEIMDAL-65] - Failed to compile with --disable-pk-init
98   [HEIMDAL-80] - verify that [VU#162289]: gcc silently discards some
99                  wraparound checks doesn't apply to Heimdal
100
101 Changes in release 1.1
102
103  * Read-only PKCS11 provider built-in to hx509.
104
105  * Documentation for hx509, hcrypto and ntlm libraries improved.
106
107  * Better compatibilty with Windows 2008 Server pre-releases and Vista.
108
109  * Mac OS X 10.5 support for native credential cache.
110
111  * Provide pkg-config file for Heimdal (heimdal-gssapi.pc).
112
113  * Bug fixes.
114
115 Changes in release 1.0.2
116
117 * Ubuntu packages.
118
119 * Bug fixes.
120
121 Changes in release 1.0.1
122
123  * Serveral bug fixes to iprop.
124
125  * Make work on platforms without dlopen.
126
127  * Add RFC3526 modp group14 as default.
128
129  * Handle [kdc] database = { } entries without realm = stanzas.
130
131  * Make krb5_get_renewed_creds work.
132
133  * Make kaserver preauth work again.
134
135  * Bug fixes.
136
137 Changes in release 1.0
138
139  * Add gss_pseudo_random() for mechglue and krb5.
140
141  * Make session key for the krbtgt be selected by the best encryption
142    type of the client.
143
144  * Better interoperability with other PK-INIT implementations.
145
146  * Inital support for Mac OS X Keychain for hx509.
147
148  * Alias support for inital ticket requests.
149
150  * Add symbol versioning to selected libraries on platforms that uses
151    GNU link editor: gssapi, hcrypto, heimntlm, hx509, krb5, and libkdc.
152
153  * New version of imath included in hcrypto.
154
155  * Fix memory leaks.
156
157  * Bugs fixes.
158
159 Changes in release 0.8.1
160
161  * Make ASN.1 library less paranoid to with regard to NUL in string to
162    make it inter-operate with MIT Kerberos again.
163
164  * Make GSS-API library work again when using gss_acquire_cred
165
166  * Add symbol versioning to libgssapi when using GNU ld.
167
168  * Fix memory leaks 
169
170  * Bugs fixes
171
172 Changes in release 0.8
173
174  * PK-INIT support.
175
176  * HDB extensions support, used by PK-INIT.
177
178  * New ASN.1 compiler.
179
180  * GSS-API mechglue from FreeBSD.
181
182  * Updated SPNEGO to support RFC4178.
183
184  * Support for Cryptosystem Negotiation Extension (RFC 4537).
185
186  * A new X.509 library (hx509) and related crypto functions.
187
188  * A new ntlm library (heimntlm) and related crypto functions.
189
190  * Updated the built-in crypto library with bignum support using
191    imath, support for RSA and DH and renamed it to libhcrypto.
192
193  * Subsystem in the KDC, digest, that will perform the digest
194    operation in the KDC, currently supports: CHAP, MS-CHAP-V2, SASL
195    DIGEST-MD5 NTLMv1 and NTLMv2.
196
197  * KDC will return the "response too big" error to force TCP retries
198    for large (default 1400 bytes) UDP replies.  This is common for
199    PK-INIT requests.
200
201  * Libkafs defaults to use 2b tokens.
202
203  * Default to use the API cache on Mac OS X.
204
205  * krb5_kuserok() also checks ~/.k5login.d directory for acl files,
206    see manpage for krb5_kuserok for description.
207
208  * Many, many, other updates to code and info manual and manual pages.
209
210  * Bug fixes
211
212 Changes in release 0.7.2
213
214 * Fix security problem in rshd that enable an attacker to overwrite
215   and change ownership of any file that root could write.
216
217 * Fix a DOS in telnetd. The attacker could force the server to crash
218   in a NULL de-reference before the user logged in, resulting in inetd
219   turning telnetd off because it forked too fast.
220
221 * Make gss_acquire_cred(GSS_C_ACCEPT) check that the requested name
222   exists in the keytab before returning success. This allows servers
223   to check if its even possible to use GSSAPI.
224
225 * Fix receiving end of token delegation for GSS-API. It still wrongly
226   uses subkey for sending for compatibility reasons, this will change
227   in 0.8.
228
229 * telnetd, login and rshd are now more verbose in logging failed and
230   successful logins.
231
232 * Bug fixes
233
234 Changes in release 0.7.1
235
236 * Bug fixes
237
238 Changes in release 0.7
239
240  * Support for KCM, a process based credential cache
241
242  * Support CCAPI credential cache
243
244  * SPNEGO support
245
246  * AES (and the gssapi conterpart, CFX) support
247
248  * Adding new and improve old documentation
249
250  * Bug fixes
251
252 Changes in release 0.6.6
253
254 * Fix security problem in rshd that enable an attacker to overwrite
255   and change ownership of any file that root could write.
256
257 * Fix a DOS in telnetd. The attacker could force the server to crash
258   in a NULL de-reference before the user logged in, resulting in inetd
259   turning telnetd off because it forked too fast.
260
261 Changes in release 0.6.5
262
263  * fix vulnerabilities in telnetd
264
265  * unbreak Kerberos 4 and kaserver
266
267 Changes in release 0.6.4
268
269  * fix vulnerabilities in telnet
270
271  * rshd: encryption without a separate error socket should now work
272
273  * telnet now uses appdefaults for the encrypt and forward/forwardable
274    settings
275
276  * bug fixes
277
278 Changes in release 0.6.3
279
280  * fix vulnerabilities in ftpd
281
282  * support for linux AFS /proc "syscalls"
283
284  * support for RFC3244 (Windows 2000 Kerberos Change/Set Password) in
285    kpasswdd
286
287  * fix possible KDC denial of service
288
289  * bug fixes
290
291 Changes in release 0.6.2
292
293  * Fix possible buffer overrun in v4 kadmin (which now defaults to off)
294
295 Changes in release 0.6.1
296
297  * Fixed ARCFOUR suppport
298
299  * Cross realm vulnerability
300
301  * kdc: fix denial of service attack
302
303  * kdc: stop clients from renewing tickets into the future
304
305  * bug fixes
306         
307 Changes in release 0.6
308
309 * The DES3 GSS-API mechanism has been changed to inter-operate with
310   other GSSAPI implementations. See man page for gssapi(3) how to turn
311   on generation of correct MIC messages. Next major release of heimdal 
312   will generate correct MIC by default.
313
314 * More complete GSS-API support
315
316 * Better AFS support: kdc (524) supports 2b; 524 in kdc and AFS
317   support in applications no longer requires Kerberos 4 libs
318
319 * Kerberos 4 support in kdc defaults to turned off (includes ka and 524)
320
321 * other bug fixes
322
323 Changes in release 0.5.2
324
325  * kdc: add option for disabling v4 cross-realm (defaults to off)
326
327  * bug fixes
328
329 Changes in release 0.5.1
330
331  * kadmind: fix remote exploit
332
333  * kadmind: add option to disable kerberos 4
334
335  * kdc: make sure kaserver token life is positive
336
337  * telnet: use the session key if there is no subkey
338
339  * fix EPSV parsing in ftp
340
341  * other bug fixes
342
343 Changes in release 0.5
344
345  * add --detach option to kdc
346
347  * allow setting forward and forwardable option in telnet from
348    .telnetrc, with override from command line
349
350  * accept addresses with or without ports in krb5_rd_cred
351
352  * make it work with modern openssl
353
354  * use our own string2key function even with openssl (that handles weak
355    keys incorrectly)
356
357  * more system-specific requirements in login
358
359  * do not use getlogin() to determine root in su
360
361  * telnet: abort if telnetd does not support encryption
362
363  * update autoconf to 2.53
364
365  * update config.guess, config.sub
366
367  * other bug fixes
368
369 Changes in release 0.4e
370
371  * improve libcrypto and database autoconf tests
372
373  * do not care about salting of server principals when serving v4 requests
374
375  * some improvements to gssapi library
376
377  * test for existing compile_et/libcom_err
378
379  * portability fixes
380
381  * bug fixes
382
383 Changes in release 0.4d
384
385  * fix some problems when using libcrypto from openssl
386
387  * handle /dev/ptmx `unix98' ptys on Linux
388
389  * add some forgotten man pages
390
391  * rsh: clean-up and add man page
392
393  * fix -A and -a in builtin-ls in tpd
394
395  * fix building problem on Irix
396
397  * make `ktutil get' more efficient
398
399  * bug fixes
400
401 Changes in release 0.4c
402
403  * fix buffer overrun in telnetd
404
405  * repair some of the v4 fallback code in kinit
406
407  * add more shared library dependencies
408
409  * simplify and fix hprop handling of v4 databases
410
411  * fix some building problems (osf's sia and osfc2 login)
412
413  * bug fixes
414
415 Changes in release 0.4b
416
417  * update the shared library version numbers correctly
418
419 Changes in release 0.4a
420
421  * corrected key used for checksum in mk_safe, unfortunately this
422    makes it backwards incompatible
423
424  * update to autoconf 2.50, libtool 1.4
425
426  * re-write dns/config lookups (krb5_krbhst API)
427
428  * make order of using subkeys consistent
429
430  * add man page links
431
432  * add more man pages
433
434  * remove rfc2052 support, now only rfc2782 is supported
435
436  * always build with kaserver protocol support in the KDC (assuming
437    KRB4 is enabled) and support for reading kaserver databases in
438    hprop
439
440 Changes in release 0.3f
441
442  * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab,
443    the new keytab type that tries both of these in order (SRVTAB is
444    also an alias for krb4:)
445
446  * improve error reporting and error handling (error messages should
447    be more detailed and more useful)
448
449  * improve building with openssl
450
451  * add kadmin -K, rcp -F 
452
453  * fix two incorrect weak DES keys
454
455  * fix building of kaserver compat in KDC
456
457  * the API is closer to what MIT krb5 is using
458
459  * more compatible with windows 2000
460
461  * removed some memory leaks
462
463  * bug fixes
464
465 Changes in release 0.3e
466
467  * rcp program included
468
469  * fix buffer overrun in ftpd
470
471  * handle omitted sequence numbers as zeroes to handle MIT krb5 that
472    cannot generate zero sequence numbers
473
474  * handle v4 /.k files better
475
476  * configure/portability fixes
477
478  * fixes in parsing of options to kadmin (sub-)commands
479
480  * handle errors in kadmin load better
481
482  * bug fixes
483
484 Changes in release 0.3d
485
486  * add krb5-config
487
488  * fix a bug in 3des gss-api mechanism, making it compatible with the
489    specification and the MIT implementation
490
491  * make telnetd only allow a specific list of environment variables to
492    stop it from setting `sensitive' variables
493
494  * try to use an existing libdes
495
496  * lib/krb5, kdc: use correct usage type for ap-req messages.  This
497    should improve compatability with MIT krb5 when using 3DES
498    encryption types
499
500  * kdc: fix memory allocation problem
501
502  * update config.guess and config.sub
503
504  * lib/roken: more stuff implemented
505
506  * bug fixes and portability enhancements
507
508 Changes in release 0.3c
509
510  * lib/krb5: memory caches now support the resolve operation
511
512  * appl/login: set PATH to some sane default
513
514  * kadmind: handle several realms
515
516  * bug fixes (including memory leaks)
517
518 Changes in release 0.3b
519
520  * kdc: prefer default-salted keys on v5 requests
521
522  * kdc: lowercase hostnames in v4 mode
523
524  * hprop: handle more types of MIT salts
525
526  * lib/krb5: fix memory leak
527
528  * bug fixes
529
530 Changes in release 0.3a:
531
532  * implement arcfour-hmac-md5 to interoperate with W2K
533
534  * modularise the handling of the master key, and allow for other
535    encryption types. This makes it easier to import a database from
536    some other source without having to re-encrypt all keys.
537
538  * allow for better control over which encryption types are created
539
540  * make kinit fallback to v4 if given a v4 KDC
541
542  * make klist work better with v4 and v5, and add some more MIT
543    compatibility options
544
545  * make the kdc listen on the krb524 (4444) port for compatibility
546    with MIT krb5 clients
547
548  * implement more DCE/DFS support, enabled with --enable-dce, see
549    lib/kdfs and appl/dceutils
550
551  * make the sequence numbers work correctly
552
553  * bug fixes
554
555 Changes in release 0.2t:
556
557  * bug fixes
558
559 Changes in release 0.2s:
560
561  * add OpenLDAP support in hdb
562
563  * login will get v4 tickets when it receives forwarded tickets
564
565  * xnlock supports both v5 and v4
566
567  * repair source routing for telnet
568
569  * fix building problems with krb4 (krb_mk_req)
570
571  * bug fixes
572
573 Changes in release 0.2r:
574
575  * fix realloc memory corruption bug in kdc
576
577  * `add --key' and `cpw --key' in kadmin
578
579  * klist supports listing v4 tickets
580
581  * update config.guess and config.sub
582
583  * make v4 -> v5 principal name conversion more robust
584
585  * support for anonymous tickets
586
587  * new man-pages
588
589  * telnetd: do not negotiate KERBEROS5 authentication if there's no keytab.
590
591  * use and set expiration and not password expiration when dumping
592    to/from ka server databases / krb4 databases
593
594  * make the code happier with 64-bit time_t
595
596  * follow RFC2782 and by default do not look for non-underscore SRV names
597
598 Changes in release 0.2q:
599
600  * bug fix in tcp-handling in kdc
601
602  * bug fix in expand_hostname
603
604 Changes in release 0.2p:
605
606  * bug fix in `kadmin load/merge'
607
608  * bug fix in krb5_parse_address
609
610 Changes in release 0.2o:
611
612  * gss_{import,export}_sec_context added to libgssapi
613
614  * new option --addresses to kdc (for listening on an explicit set of
615    addresses)
616
617  * bug fixes in the krb4 and kaserver emulation part of the kdc
618
619  * other bug fixes
620
621 Changes in release 0.2n:
622
623  * more robust parsing of dump files in kadmin
624  * changed default timestamp format for log messages to extended ISO
625    8601 format (Y-M-DTH:M:S)
626  * changed md4/md5/sha1 APIes to be de-facto `standard'
627  * always make hostname into lower-case before creating principal
628  * small bits of more MIT-compatability
629  * bug fixes
630
631 Changes in release 0.2m:
632
633  * handle glibc's getaddrinfo() that returns several ai_canonname
634
635  * new endian test
636
637  * man pages fixes
638
639 Changes in release 0.2l:
640
641  * bug fixes
642
643 Changes in release 0.2k:
644
645  * better IPv6 test
646
647  * make struct sockaddr_storage in roken work better on alphas
648
649  * some missing [hn]to[hn]s fixed.
650
651  * allow users to change their own passwords with kadmin (with initial
652    tickets)
653
654  * fix stupid bug in parsing KDC specification
655
656  * add `ktutil change' and `ktutil purge'
657
658 Changes in release 0.2j:
659
660  * builds on Irix
661
662  * ftpd works in passive mode
663
664  * should build on cygwin
665
666  * work around broken IPv6-code on OpenBSD 2.6, also add configure
667    option --disable-ipv6
668
669 Changes in release 0.2i:
670
671  * use getaddrinfo in the missing places.
672
673  * fix SRV lookup for admin server
674
675  * use get{addr,name}info everywhere.  and implement it in terms of
676    getipnodeby{name,addr} (which uses gethostbyname{,2} and
677    gethostbyaddr)
678
679 Changes in release 0.2h:
680
681  * fix typo in kx (now compiles)
682
683 Changes in release 0.2g:
684
685  * lots of bug fixes:
686    * push works
687    * repair appl/test programs
688    * sockaddr_storage works on solaris (alignment issues)
689    * works better with non-roken getaddrinfo
690    * rsh works
691    * some non standard C constructs removed
692
693 Changes in release 0.2f:
694
695  * support SRV records for kpasswd
696  * look for both _kerberos and krb5-realm when doing host -> realm mapping
697
698 Changes in release 0.2e:
699
700  * changed copyright notices to remove `advertising'-clause.
701  * get{addr,name}info added to roken and used in the other code
702    (this makes things work much better with hosts with both v4 and v6
703     addresses, among other things)
704  * do pre-auth for both password and key-based get_in_tkt
705  * support for having several databases
706  * new command `del_enctype' in kadmin
707  * strptime (and new strftime) add to roken
708  * more paranoia about finding libdb
709  * bug fixes
710
711 Changes in release 0.2d:
712
713  * new configuration option [libdefaults]default_etypes_des
714  * internal ls in ftpd builds without KRB4
715  * kx/rsh/push/pop_debug tries v5 and v4 consistenly
716  * build bug fixes
717  * other bug fixes
718
719 Changes in release 0.2c:
720
721  * bug fixes (see ChangeLog's for details)
722
723 Changes in release 0.2b:
724
725  * bug fixes
726  * actually bump shared library versions
727
728 Changes in release 0.2a:
729
730  * a new program verify_krb5_conf for checking your /etc/krb5.conf
731  * add 3DES keys when changing password
732  * support null keys in database
733  * support multiple local realms
734  * implement a keytab backend for AFS KeyFile's
735  * implement a keytab backend for v4 srvtabs
736  * implement `ktutil copy'
737  * support password quality control in v4 kadmind
738  * improvements in v4 compat kadmind
739  * handle the case of having the correct cred in the ccache but with
740    the wrong encryption type better
741  * v6-ify the remaining programs.
742  * internal ls in ftpd
743  * rename strcpy_truncate/strcat_truncate to strlcpy/strlcat
744  * add `ank --random-password' and `cpw --random-password' in kadmin
745  * some programs and documentation for trying to talk to a W2K KDC
746  * bug fixes
747
748 Changes in release 0.1m:
749
750  * support for getting default from krb5.conf for kinit/kf/rsh/telnet.
751    From Miroslav Ruda <ruda@ics.muni.cz>
752  * v6-ify hprop and hpropd
753  * support numeric addresses in krb5_mk_req
754  * shadow support in login and su. From Miroslav Ruda <ruda@ics.muni.cz>
755  * make rsh/rshd IPv6-aware
756  * make the gssapi sample applications better at reporting errors
757  * lots of bug fixes
758  * handle systems with v6-aware libc and non-v6 kernels (like Linux
759    with glibc 2.1) better
760  * hide failure of ERPT in ftp
761  * lots of bug fixes
762
763 Changes in release 0.1l:
764
765  * make ftp and ftpd IPv6-aware
766  * add inet_pton to roken
767  * more IPv6-awareness
768  * make mini_inetd v6 aware
769
770 Changes in release 0.1k:
771
772  * bump shared libraries versions
773  * add roken version of inet_ntop
774  * merge more changes to rshd
775
776 Changes in release 0.1j:
777
778  * restore back to the `old' 3DES code.  This was supposed to be done
779    in 0.1h and 0.1i but I did a CVS screw-up.
780  * make telnetd handle v6 connections
781
782 Changes in release 0.1i:
783
784  * start using `struct sockaddr_storage' which simplifies the code
785    (with a fallback definition if it's not defined)
786  * bug fixes (including in hprop and kf)
787  * don't use mawk which seems to mishandle roken.awk
788  * get_addrs should be able to handle v6 addresses on Linux (with the
789    required patch to the Linux kernel -- ask within)
790  * rshd builds with shadow passwords
791
792 Changes in release 0.1h:
793
794  * kf: new program for forwarding credentials
795  * portability fixes
796  * make forwarding credentials work with MIT code
797  * better conversion of ka database
798  * add etc/services.append
799  * correct `modified by' from kpasswdd
800  * lots of bug fixes
801
802 Changes in release 0.1g:
803
804  * kgetcred: new program for explicitly obtaining tickets
805  * configure fixes
806  * krb5-aware kx
807  * bug fixes
808
809 Changes in release 0.1f;
810
811  * experimental support for v4 kadmin protokoll in kadmind
812  * bug fixes
813
814 Changes in release 0.1e:
815
816  * try to handle old DCE and MIT kdcs
817  * support for older versions of credential cache files and keytabs
818  * postdated tickets work
819  * support for password quality checks in kpasswdd
820  * new flag --enable-kaserver for kdc
821  * renew fixes
822  * prototype su program
823  * updated (some) manpages
824  * support for KDC resource records
825  * should build with --without-krb4
826  * bug fixes
827
828 Changes in release 0.1d:
829
830  * Support building with DB2 (uses 1.85-compat API)
831  * Support krb5-realm.DOMAIN in DNS
832  * new `ktutil srvcreate'
833  * v4/kafs support in klist/kdestroy
834  * bug fixes
835
836 Changes in release 0.1c:
837
838  * fix ASN.1 encoding of signed integers
839  * somewhat working `ktutil get'
840  * some documentation updates
841  * update to Autoconf 2.13 and Automake 1.4
842  * the usual bug fixes
843
844 Changes in release 0.1b:
845
846  * some old -> new crypto conversion utils
847  * bug fixes
848
849 Changes in release 0.1a:
850
851  * new crypto code
852  * more bug fixes
853  * make sure we ask for DES keys in gssapi
854  * support signed ints in ASN1
855  * IPv6-bug fixes
856
857 Changes in release 0.0u:
858
859  * lots of bug fixes
860
861 Changes in release 0.0t:
862
863  * more robust parsing of krb5.conf
864  * include net{read,write} in lib/roken
865  * bug fixes
866
867 Changes in release 0.0s:
868
869  * kludges for parsing options to rsh
870  * more robust parsing of krb5.conf
871  * removed some arbitrary limits
872  * bug fixes
873
874 Changes in release 0.0r:
875
876  * default options for some programs
877  * bug fixes
878
879 Changes in release 0.0q:
880
881  * support for building shared libraries with libtool
882  * bug fixes
883
884 Changes in release 0.0p:
885
886  * keytab moved to /etc/krb5.keytab
887  * avoid false detection of IPv6 on Linux
888  * Lots of more functionality in the gssapi-library
889  * hprop can now read ka-server databases
890  * bug fixes
891
892 Changes in release 0.0o:
893
894  * FTP with GSSAPI support.
895  * Bug fixes.
896
897 Changes in release 0.0n:
898
899  * Incremental database propagation.
900  * Somewhat improved kadmin ui; the stuff in admin is now removed.
901  * Some support for using enctypes instead of keytypes.
902  * Lots of other improvement and bug fixes, see ChangeLog for details.