xref: /freebsd/crypto/heimdal/NEWS (revision 5e9cd1ae3e10592ed70e7575551cba1bbab04d84)
15e9cd1aeSAssar WesterlundChanges in release 0.3e
25e9cd1aeSAssar Westerlund
35e9cd1aeSAssar Westerlund * rcp program included
45e9cd1aeSAssar Westerlund
55e9cd1aeSAssar Westerlund * fix buffer overrun in ftpd
65e9cd1aeSAssar Westerlund
75e9cd1aeSAssar Westerlund * handle omitted sequence numbers as zeroes to handle MIT krb5 that
85e9cd1aeSAssar Westerlund   cannot generate zero sequence numbers
95e9cd1aeSAssar Westerlund
105e9cd1aeSAssar Westerlund * handle v4 /.k files better
115e9cd1aeSAssar Westerlund
125e9cd1aeSAssar Westerlund * configure/portability fixes
135e9cd1aeSAssar Westerlund
145e9cd1aeSAssar Westerlund * fixes in parsing of options to kadmin (sub-)commands
155e9cd1aeSAssar Westerlund
165e9cd1aeSAssar Westerlund * handle errors in kadmin load better
175e9cd1aeSAssar Westerlund
185e9cd1aeSAssar Westerlund * bug fixes
195e9cd1aeSAssar Westerlund
205e9cd1aeSAssar WesterlundChanges in release 0.3d
215e9cd1aeSAssar Westerlund
225e9cd1aeSAssar Westerlund * add krb5-config
235e9cd1aeSAssar Westerlund
245e9cd1aeSAssar Westerlund * fix a bug in 3des gss-api mechanism, making it compatible with the
255e9cd1aeSAssar Westerlund   specification and the MIT implementation
265e9cd1aeSAssar Westerlund
275e9cd1aeSAssar Westerlund * make telnetd only allow a specific list of environment variables to
285e9cd1aeSAssar Westerlund   stop it from setting `sensitive' variables
295e9cd1aeSAssar Westerlund
305e9cd1aeSAssar Westerlund * try to use an existing libdes
315e9cd1aeSAssar Westerlund
325e9cd1aeSAssar Westerlund * lib/krb5, kdc: use correct usage type for ap-req messages.  This
335e9cd1aeSAssar Westerlund   should improve compatability with MIT krb5 when using 3DES
345e9cd1aeSAssar Westerlund   encryption types
355e9cd1aeSAssar Westerlund
365e9cd1aeSAssar Westerlund * kdc: fix memory allocation problem
375e9cd1aeSAssar Westerlund
385e9cd1aeSAssar Westerlund * update config.guess and config.sub
395e9cd1aeSAssar Westerlund
405e9cd1aeSAssar Westerlund * lib/roken: more stuff implemented
415e9cd1aeSAssar Westerlund
425e9cd1aeSAssar Westerlund * bug fixes and portability enhancements
435e9cd1aeSAssar Westerlund
445e9cd1aeSAssar WesterlundChanges in release 0.3c
455e9cd1aeSAssar Westerlund
465e9cd1aeSAssar Westerlund * lib/krb5: memory caches now support the resolve operation
475e9cd1aeSAssar Westerlund
485e9cd1aeSAssar Westerlund * appl/login: set PATH to some sane default
495e9cd1aeSAssar Westerlund
505e9cd1aeSAssar Westerlund * kadmind: handle several realms
515e9cd1aeSAssar Westerlund
525e9cd1aeSAssar Westerlund * bug fixes (including memory leaks)
535e9cd1aeSAssar Westerlund
545e9cd1aeSAssar WesterlundChanges in release 0.3b
555e9cd1aeSAssar Westerlund
565e9cd1aeSAssar Westerlund * kdc: prefer default-salted keys on v5 requests
575e9cd1aeSAssar Westerlund
585e9cd1aeSAssar Westerlund * kdc: lowercase hostnames in v4 mode
595e9cd1aeSAssar Westerlund
605e9cd1aeSAssar Westerlund * hprop: handle more types of MIT salts
615e9cd1aeSAssar Westerlund
625e9cd1aeSAssar Westerlund * lib/krb5: fix memory leak
635e9cd1aeSAssar Westerlund
645e9cd1aeSAssar Westerlund * bug fixes
655e9cd1aeSAssar Westerlund
665e9cd1aeSAssar WesterlundChanges in release 0.3a:
675e9cd1aeSAssar Westerlund
685e9cd1aeSAssar Westerlund * implement arcfour-hmac-md5 to interoperate with W2K
695e9cd1aeSAssar Westerlund
705e9cd1aeSAssar Westerlund * modularise the handling of the master key, and allow for other
715e9cd1aeSAssar Westerlund   encryption types. This makes it easier to import a database from
725e9cd1aeSAssar Westerlund   some other source without having to re-encrypt all keys.
735e9cd1aeSAssar Westerlund
745e9cd1aeSAssar Westerlund * allow for better control over which encryption types are created
755e9cd1aeSAssar Westerlund
765e9cd1aeSAssar Westerlund * make kinit fallback to v4 if given a v4 KDC
775e9cd1aeSAssar Westerlund
785e9cd1aeSAssar Westerlund * make klist work better with v4 and v5, and add some more MIT
795e9cd1aeSAssar Westerlund   compatibility options
805e9cd1aeSAssar Westerlund
815e9cd1aeSAssar Westerlund * make the kdc listen on the krb524 (4444) port for compatibility
825e9cd1aeSAssar Westerlund   with MIT krb5 clients
835e9cd1aeSAssar Westerlund
845e9cd1aeSAssar Westerlund * implement more DCE/DFS support, enabled with --enable-dce, see
855e9cd1aeSAssar Westerlund   lib/kdfs and appl/dceutils
865e9cd1aeSAssar Westerlund
875e9cd1aeSAssar Westerlund * make the sequence numbers work correctly
885e9cd1aeSAssar Westerlund
895e9cd1aeSAssar Westerlund * bug fixes
905e9cd1aeSAssar Westerlund
915e9cd1aeSAssar WesterlundChanges in release 0.2t:
925e9cd1aeSAssar Westerlund
935e9cd1aeSAssar Westerlund * bug fixes
945e9cd1aeSAssar Westerlund
955e9cd1aeSAssar WesterlundChanges in release 0.2s:
965e9cd1aeSAssar Westerlund
975e9cd1aeSAssar Westerlund * add OpenLDAP support in hdb
985e9cd1aeSAssar Westerlund
995e9cd1aeSAssar Westerlund * login will get v4 tickets when it receives forwarded tickets
1005e9cd1aeSAssar Westerlund
1015e9cd1aeSAssar Westerlund * xnlock supports both v5 and v4
1025e9cd1aeSAssar Westerlund
1035e9cd1aeSAssar Westerlund * repair source routing for telnet
1045e9cd1aeSAssar Westerlund
1055e9cd1aeSAssar Westerlund * fix building problems with krb4 (krb_mk_req)
1065e9cd1aeSAssar Westerlund
1075e9cd1aeSAssar Westerlund * bug fixes
1085e9cd1aeSAssar Westerlund
1095e9cd1aeSAssar WesterlundChanges in release 0.2r:
1105e9cd1aeSAssar Westerlund
1115e9cd1aeSAssar Westerlund * fix realloc memory corruption bug in kdc
1125e9cd1aeSAssar Westerlund
1135e9cd1aeSAssar Westerlund * `add --key' and `cpw --key' in kadmin
1145e9cd1aeSAssar Westerlund
1155e9cd1aeSAssar Westerlund * klist supports listing v4 tickets
1165e9cd1aeSAssar Westerlund
1175e9cd1aeSAssar Westerlund * update config.guess and config.sub
1185e9cd1aeSAssar Westerlund
1195e9cd1aeSAssar Westerlund * make v4 -> v5 principal name conversion more robust
1205e9cd1aeSAssar Westerlund
1215e9cd1aeSAssar Westerlund * support for anonymous tickets
1225e9cd1aeSAssar Westerlund
1235e9cd1aeSAssar Westerlund * new man-pages
1245e9cd1aeSAssar Westerlund
1255e9cd1aeSAssar Westerlund * telnetd: do not negotiate KERBEROS5 authentication if there's no keytab.
1265e9cd1aeSAssar Westerlund
1275e9cd1aeSAssar Westerlund * use and set expiration and not password expiration when dumping
1285e9cd1aeSAssar Westerlund   to/from ka server databases / krb4 databases
1295e9cd1aeSAssar Westerlund
1305e9cd1aeSAssar Westerlund * make the code happier with 64-bit time_t
1315e9cd1aeSAssar Westerlund
1325e9cd1aeSAssar Westerlund * follow RFC2782 and by default do not look for non-underscore SRV names
1335e9cd1aeSAssar Westerlund
1345e9cd1aeSAssar WesterlundChanges in release 0.2q:
1355e9cd1aeSAssar Westerlund
1365e9cd1aeSAssar Westerlund * bug fix in tcp-handling in kdc
1375e9cd1aeSAssar Westerlund
1385e9cd1aeSAssar Westerlund * bug fix in expand_hostname
1395e9cd1aeSAssar Westerlund
140d61f1c79SMark MurrayChanges in release 0.2p:
141d61f1c79SMark Murray
142d61f1c79SMark Murray * bug fix in `kadmin load/merge'
143d61f1c79SMark Murray
144d61f1c79SMark Murray * bug fix in krb5_parse_address
145d61f1c79SMark Murray
146283d988cSMark MurrayChanges in release 0.2o:
147283d988cSMark Murray
148283d988cSMark Murray * gss_{import,export}_sec_context added to libgssapi
149283d988cSMark Murray
150283d988cSMark Murray * new option --addresses to kdc (for listening on an explicit set of
151283d988cSMark Murray   addresses)
152283d988cSMark Murray
153283d988cSMark Murray * bug fixes in the krb4 and kaserver emulation part of the kdc
154283d988cSMark Murray
155283d988cSMark Murray * other bug fixes
156283d988cSMark Murray
15713e3f4d6SMark MurrayChanges in release 0.2n:
15813e3f4d6SMark Murray
15913e3f4d6SMark Murray * more robust parsing of dump files in kadmin
16013e3f4d6SMark Murray * changed default timestamp format for log messages to extended ISO
16113e3f4d6SMark Murray   8601 format (Y-M-DTH:M:S)
16213e3f4d6SMark Murray * changed md4/md5/sha1 APIes to be de-facto `standard'
16313e3f4d6SMark Murray * always make hostname into lower-case before creating principal
16413e3f4d6SMark Murray * small bits of more MIT-compatability
16513e3f4d6SMark Murray * bug fixes
16613e3f4d6SMark Murray
167b528cefcSMark MurrayChanges in release 0.2m:
168b528cefcSMark Murray
169b528cefcSMark Murray * handle glibc's getaddrinfo() that returns several ai_canonname
170b528cefcSMark Murray
171b528cefcSMark Murray * new endian test
172b528cefcSMark Murray
173b528cefcSMark Murray * man pages fixes
174b528cefcSMark Murray
175b528cefcSMark MurrayChanges in release 0.2l:
176b528cefcSMark Murray
177b528cefcSMark Murray * bug fixes
178b528cefcSMark Murray
179b528cefcSMark MurrayChanges in release 0.2k:
180b528cefcSMark Murray
181b528cefcSMark Murray * better IPv6 test
182b528cefcSMark Murray
183b528cefcSMark Murray * make struct sockaddr_storage in roken work better on alphas
184b528cefcSMark Murray
185b528cefcSMark Murray * some missing [hn]to[hn]s fixed.
186b528cefcSMark Murray
187b528cefcSMark Murray * allow users to change their own passwords with kadmin (with initial
188b528cefcSMark Murray   tickets)
189b528cefcSMark Murray
190b528cefcSMark Murray * fix stupid bug in parsing KDC specification
191b528cefcSMark Murray
192b528cefcSMark Murray * add `ktutil change' and `ktutil purge'
193b528cefcSMark Murray
194b528cefcSMark MurrayChanges in release 0.2j:
195b528cefcSMark Murray
196b528cefcSMark Murray * builds on Irix
197b528cefcSMark Murray
198b528cefcSMark Murray * ftpd works in passive mode
199b528cefcSMark Murray
200b528cefcSMark Murray * should build on cygwin
201b528cefcSMark Murray
202b528cefcSMark Murray * work around broken IPv6-code on OpenBSD 2.6, also add configure
203b528cefcSMark Murray   option --disable-ipv6
204b528cefcSMark Murray
205b528cefcSMark MurrayChanges in release 0.2i:
206b528cefcSMark Murray
207b528cefcSMark Murray * use getaddrinfo in the missing places.
208b528cefcSMark Murray
209b528cefcSMark Murray * fix SRV lookup for admin server
210b528cefcSMark Murray
211b528cefcSMark Murray * use get{addr,name}info everywhere.  and implement it in terms of
212b528cefcSMark Murray   getipnodeby{name,addr} (which uses gethostbyname{,2} and
213b528cefcSMark Murray   gethostbyaddr)
214b528cefcSMark Murray
215b528cefcSMark MurrayChanges in release 0.2h:
216b528cefcSMark Murray
217b528cefcSMark Murray * fix typo in kx (now compiles)
218b528cefcSMark Murray
219b528cefcSMark MurrayChanges in release 0.2g:
220b528cefcSMark Murray
221b528cefcSMark Murray * lots of bug fixes:
222b528cefcSMark Murray   * push works
223b528cefcSMark Murray   * repair appl/test programs
224b528cefcSMark Murray   * sockaddr_storage works on solaris (alignment issues)
225b528cefcSMark Murray   * works better with non-roken getaddrinfo
226b528cefcSMark Murray   * rsh works
227b528cefcSMark Murray   * some non standard C constructs removed
228b528cefcSMark Murray
229b528cefcSMark MurrayChanges in release 0.2f:
230b528cefcSMark Murray
231b528cefcSMark Murray * support SRV records for kpasswd
232b528cefcSMark Murray * look for both _kerberos and krb5-realm when doing host -> realm mapping
233b528cefcSMark Murray
234b528cefcSMark MurrayChanges in release 0.2e:
235b528cefcSMark Murray
236b528cefcSMark Murray * changed copyright notices to remove `advertising'-clause.
237b528cefcSMark Murray * get{addr,name}info added to roken and used in the other code
238b528cefcSMark Murray   (this makes things work much better with hosts with both v4 and v6
239b528cefcSMark Murray    addresses, among other things)
240b528cefcSMark Murray * do pre-auth for both password and key-based get_in_tkt
241b528cefcSMark Murray * support for having several databases
242b528cefcSMark Murray * new command `del_enctype' in kadmin
243b528cefcSMark Murray * strptime (and new strftime) add to roken
244b528cefcSMark Murray * more paranoia about finding libdb
245b528cefcSMark Murray * bug fixes
246b528cefcSMark Murray
247b528cefcSMark MurrayChanges in release 0.2d:
248b528cefcSMark Murray
249b528cefcSMark Murray * new configuration option [libdefaults]default_etypes_des
250b528cefcSMark Murray * internal ls in ftpd builds without KRB4
251b528cefcSMark Murray * kx/rsh/push/pop_debug tries v5 and v4 consistenly
252b528cefcSMark Murray * build bug fixes
253b528cefcSMark Murray * other bug fixes
254b528cefcSMark Murray
255b528cefcSMark MurrayChanges in release 0.2c:
256b528cefcSMark Murray
257b528cefcSMark Murray * bug fixes (see ChangeLog's for details)
258b528cefcSMark Murray
259b528cefcSMark MurrayChanges in release 0.2b:
260b528cefcSMark Murray
261b528cefcSMark Murray * bug fixes
262b528cefcSMark Murray * actually bump shared library versions
263b528cefcSMark Murray
264b528cefcSMark MurrayChanges in release 0.2a:
265b528cefcSMark Murray
266b528cefcSMark Murray * a new program verify_krb5_conf for checking your /etc/krb5.conf
267b528cefcSMark Murray * add 3DES keys when changing password
268b528cefcSMark Murray * support null keys in database
269b528cefcSMark Murray * support multiple local realms
270b528cefcSMark Murray * implement a keytab backend for AFS KeyFile's
271b528cefcSMark Murray * implement a keytab backend for v4 srvtabs
272b528cefcSMark Murray * implement `ktutil copy'
273b528cefcSMark Murray * support password quality control in v4 kadmind
274b528cefcSMark Murray * improvements in v4 compat kadmind
275b528cefcSMark Murray * handle the case of having the correct cred in the ccache but with
276b528cefcSMark Murray   the wrong encryption type better
277b528cefcSMark Murray * v6-ify the remaining programs.
278b528cefcSMark Murray * internal ls in ftpd
279b528cefcSMark Murray * rename strcpy_truncate/strcat_truncate to strlcpy/strlcat
280b528cefcSMark Murray * add `ank --random-password' and `cpw --random-password' in kadmin
281b528cefcSMark Murray * some programs and documentation for trying to talk to a W2K KDC
282b528cefcSMark Murray * bug fixes
283b528cefcSMark Murray
284b528cefcSMark MurrayChanges in release 0.1m:
285b528cefcSMark Murray
286b528cefcSMark Murray * support for getting default from krb5.conf for kinit/kf/rsh/telnet.
287b528cefcSMark Murray   From Miroslav Ruda <ruda@ics.muni.cz>
288b528cefcSMark Murray * v6-ify hprop and hpropd
289b528cefcSMark Murray * support numeric addresses in krb5_mk_req
290b528cefcSMark Murray * shadow support in login and su. From Miroslav Ruda <ruda@ics.muni.cz>
291b528cefcSMark Murray * make rsh/rshd IPv6-aware
292b528cefcSMark Murray * make the gssapi sample applications better at reporting errors
293b528cefcSMark Murray * lots of bug fixes
294b528cefcSMark Murray * handle systems with v6-aware libc and non-v6 kernels (like Linux
295b528cefcSMark Murray   with glibc 2.1) better
296b528cefcSMark Murray * hide failure of ERPT in ftp
297b528cefcSMark Murray * lots of bug fixes
298b528cefcSMark Murray
299b528cefcSMark MurrayChanges in release 0.1l:
300b528cefcSMark Murray
301b528cefcSMark Murray * make ftp and ftpd IPv6-aware
302b528cefcSMark Murray * add inet_pton to roken
303b528cefcSMark Murray * more IPv6-awareness
304b528cefcSMark Murray * make mini_inetd v6 aware
305b528cefcSMark Murray
306b528cefcSMark MurrayChanges in release 0.1k:
307b528cefcSMark Murray
308b528cefcSMark Murray * bump shared libraries versions
309b528cefcSMark Murray * add roken version of inet_ntop
310b528cefcSMark Murray * merge more changes to rshd
311b528cefcSMark Murray
312b528cefcSMark MurrayChanges in release 0.1j:
313b528cefcSMark Murray
314b528cefcSMark Murray * restore back to the `old' 3DES code.  This was supposed to be done
315b528cefcSMark Murray   in 0.1h and 0.1i but I did a CVS screw-up.
316b528cefcSMark Murray * make telnetd handle v6 connections
317b528cefcSMark Murray
318b528cefcSMark MurrayChanges in release 0.1i:
319b528cefcSMark Murray
320b528cefcSMark Murray * start using `struct sockaddr_storage' which simplifies the code
321b528cefcSMark Murray   (with a fallback definition if it's not defined)
322b528cefcSMark Murray * bug fixes (including in hprop and kf)
323b528cefcSMark Murray * don't use mawk which seems to mishandle roken.awk
324b528cefcSMark Murray * get_addrs should be able to handle v6 addresses on Linux (with the
325b528cefcSMark Murray   required patch to the Linux kernel -- ask within)
326b528cefcSMark Murray * rshd builds with shadow passwords
327b528cefcSMark Murray
328b528cefcSMark MurrayChanges in release 0.1h:
329b528cefcSMark Murray
330b528cefcSMark Murray * kf: new program for forwarding credentials
331b528cefcSMark Murray * portability fixes
332b528cefcSMark Murray * make forwarding credentials work with MIT code
333b528cefcSMark Murray * better conversion of ka database
334b528cefcSMark Murray * add etc/services.append
335b528cefcSMark Murray * correct `modified by' from kpasswdd
336b528cefcSMark Murray * lots of bug fixes
337b528cefcSMark Murray
338b528cefcSMark MurrayChanges in release 0.1g:
339b528cefcSMark Murray
340b528cefcSMark Murray * kgetcred: new program for explicitly obtaining tickets
341b528cefcSMark Murray * configure fixes
342b528cefcSMark Murray * krb5-aware kx
343b528cefcSMark Murray * bug fixes
344b528cefcSMark Murray
345b528cefcSMark MurrayChanges in release 0.1f;
346b528cefcSMark Murray
347b528cefcSMark Murray * experimental support for v4 kadmin protokoll in kadmind
348b528cefcSMark Murray * bug fixes
349b528cefcSMark Murray
350b528cefcSMark MurrayChanges in release 0.1e:
351b528cefcSMark Murray
352b528cefcSMark Murray * try to handle old DCE and MIT kdcs
353b528cefcSMark Murray * support for older versions of credential cache files and keytabs
354b528cefcSMark Murray * postdated tickets work
355b528cefcSMark Murray * support for password quality checks in kpasswdd
356b528cefcSMark Murray * new flag --enable-kaserver for kdc
357b528cefcSMark Murray * renew fixes
358b528cefcSMark Murray * prototype su program
359b528cefcSMark Murray * updated (some) manpages
360b528cefcSMark Murray * support for KDC resource records
361b528cefcSMark Murray * should build with --without-krb4
362b528cefcSMark Murray * bug fixes
363b528cefcSMark Murray
364b528cefcSMark MurrayChanges in release 0.1d:
365b528cefcSMark Murray
366b528cefcSMark Murray * Support building with DB2 (uses 1.85-compat API)
367b528cefcSMark Murray * Support krb5-realm.DOMAIN in DNS
368b528cefcSMark Murray * new `ktutil srvcreate'
369b528cefcSMark Murray * v4/kafs support in klist/kdestroy
370b528cefcSMark Murray * bug fixes
371b528cefcSMark Murray
372b528cefcSMark MurrayChanges in release 0.1c:
373b528cefcSMark Murray
374b528cefcSMark Murray * fix ASN.1 encoding of signed integers
375b528cefcSMark Murray * somewhat working `ktutil get'
376b528cefcSMark Murray * some documentation updates
377b528cefcSMark Murray * update to Autoconf 2.13 and Automake 1.4
378b528cefcSMark Murray * the usual bug fixes
379b528cefcSMark Murray
380b528cefcSMark MurrayChanges in release 0.1b:
381b528cefcSMark Murray
382b528cefcSMark Murray * some old -> new crypto conversion utils
383b528cefcSMark Murray * bug fixes
384b528cefcSMark Murray
385b528cefcSMark MurrayChanges in release 0.1a:
386b528cefcSMark Murray
387b528cefcSMark Murray * new crypto code
388b528cefcSMark Murray * more bug fixes
389b528cefcSMark Murray * make sure we ask for DES keys in gssapi
390b528cefcSMark Murray * support signed ints in ASN1
391b528cefcSMark Murray * IPv6-bug fixes
392b528cefcSMark Murray
393b528cefcSMark MurrayChanges in release 0.0u:
394b528cefcSMark Murray
395b528cefcSMark Murray * lots of bug fixes
396b528cefcSMark Murray
397b528cefcSMark MurrayChanges in release 0.0t:
398b528cefcSMark Murray
399b528cefcSMark Murray * more robust parsing of krb5.conf
400b528cefcSMark Murray * include net{read,write} in lib/roken
401b528cefcSMark Murray * bug fixes
402b528cefcSMark Murray
403b528cefcSMark MurrayChanges in release 0.0s:
404b528cefcSMark Murray
405b528cefcSMark Murray * kludges for parsing options to rsh
406b528cefcSMark Murray * more robust parsing of krb5.conf
407b528cefcSMark Murray * removed some arbitrary limits
408b528cefcSMark Murray * bug fixes
409b528cefcSMark Murray
410b528cefcSMark MurrayChanges in release 0.0r:
411b528cefcSMark Murray
412b528cefcSMark Murray * default options for some programs
413b528cefcSMark Murray * bug fixes
414b528cefcSMark Murray
415b528cefcSMark MurrayChanges in release 0.0q:
416b528cefcSMark Murray
417b528cefcSMark Murray * support for building shared libraries with libtool
418b528cefcSMark Murray * bug fixes
419b528cefcSMark Murray
420b528cefcSMark MurrayChanges in release 0.0p:
421b528cefcSMark Murray
422b528cefcSMark Murray * keytab moved to /etc/krb5.keytab
423b528cefcSMark Murray * avoid false detection of IPv6 on Linux
424b528cefcSMark Murray * Lots of more functionality in the gssapi-library
425b528cefcSMark Murray * hprop can now read ka-server databases
426b528cefcSMark Murray * bug fixes
427b528cefcSMark Murray
428b528cefcSMark MurrayChanges in release 0.0o:
429b528cefcSMark Murray
430b528cefcSMark Murray * FTP with GSSAPI support.
431b528cefcSMark Murray * Bug fixes.
432b528cefcSMark Murray
433b528cefcSMark MurrayChanges in release 0.0n:
434b528cefcSMark Murray
435b528cefcSMark Murray * Incremental database propagation.
436b528cefcSMark Murray * Somewhat improved kadmin ui; the stuff in admin is now removed.
437b528cefcSMark Murray * Some support for using enctypes instead of keytypes.
438b528cefcSMark Murray * Lots of other improvement and bug fixes, see ChangeLog for details.
439