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