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