14137ff4cSJacques VidrineChanges in release 0.4e 24137ff4cSJacques Vidrine 34137ff4cSJacques Vidrine * improve libcrypto and database autoconf tests 44137ff4cSJacques Vidrine 54137ff4cSJacques Vidrine * do not care about salting of server principals when serving v4 requests 64137ff4cSJacques Vidrine 74137ff4cSJacques Vidrine * some improvements to gssapi library 84137ff4cSJacques Vidrine 94137ff4cSJacques Vidrine * test for existing compile_et/libcom_err 104137ff4cSJacques Vidrine 114137ff4cSJacques Vidrine * portability fixes 124137ff4cSJacques Vidrine 134137ff4cSJacques Vidrine * bug fixes 144137ff4cSJacques Vidrine 154137ff4cSJacques VidrineChanges in release 0.4d 164137ff4cSJacques Vidrine 174137ff4cSJacques Vidrine * fix some problems when using libcrypto from openssl 184137ff4cSJacques Vidrine 194137ff4cSJacques Vidrine * handle /dev/ptmx `unix98' ptys on Linux 204137ff4cSJacques Vidrine 214137ff4cSJacques Vidrine * add some forgotten man pages 224137ff4cSJacques Vidrine 234137ff4cSJacques Vidrine * rsh: clean-up and add man page 244137ff4cSJacques Vidrine 254137ff4cSJacques Vidrine * fix -A and -a in builtin-ls in tpd 264137ff4cSJacques Vidrine 274137ff4cSJacques Vidrine * fix building problem on Irix 284137ff4cSJacques Vidrine 294137ff4cSJacques Vidrine * make `ktutil get' more efficient 304137ff4cSJacques Vidrine 314137ff4cSJacques Vidrine * bug fixes 324137ff4cSJacques Vidrine 334137ff4cSJacques VidrineChanges in release 0.4c 344137ff4cSJacques Vidrine 354137ff4cSJacques Vidrine * fix buffer overrun in telnetd 364137ff4cSJacques Vidrine 374137ff4cSJacques Vidrine * repair some of the v4 fallback code in kinit 384137ff4cSJacques Vidrine 394137ff4cSJacques Vidrine * add more shared library dependencies 404137ff4cSJacques Vidrine 414137ff4cSJacques Vidrine * simplify and fix hprop handling of v4 databases 424137ff4cSJacques Vidrine 434137ff4cSJacques Vidrine * fix some building problems (osf's sia and osfc2 login) 444137ff4cSJacques Vidrine 454137ff4cSJacques Vidrine * bug fixes 464137ff4cSJacques Vidrine 474137ff4cSJacques VidrineChanges in release 0.4b 484137ff4cSJacques Vidrine 494137ff4cSJacques Vidrine * update the shared library version numbers correctly 504137ff4cSJacques Vidrine 514137ff4cSJacques VidrineChanges in release 0.4a 524137ff4cSJacques Vidrine 534137ff4cSJacques Vidrine * corrected key used for checksum in mk_safe, unfortunately this 544137ff4cSJacques Vidrine makes it backwards incompatible 554137ff4cSJacques Vidrine 564137ff4cSJacques Vidrine * update to autoconf 2.50, libtool 1.4 574137ff4cSJacques Vidrine 584137ff4cSJacques Vidrine * re-write dns/config lookups (krb5_krbhst API) 594137ff4cSJacques Vidrine 604137ff4cSJacques Vidrine * make order of using subkeys consistent 614137ff4cSJacques Vidrine 624137ff4cSJacques Vidrine * add man page links 634137ff4cSJacques Vidrine 644137ff4cSJacques Vidrine * add more man pages 654137ff4cSJacques Vidrine 664137ff4cSJacques Vidrine * remove rfc2052 support, now only rfc2782 is supported 674137ff4cSJacques Vidrine 684137ff4cSJacques Vidrine * always build with kaserver protocol support in the KDC (assuming 694137ff4cSJacques Vidrine KRB4 is enabled) and support for reading kaserver databases in 704137ff4cSJacques Vidrine hprop 714137ff4cSJacques Vidrine 72adb0ddaeSAssar WesterlundChanges in release 0.3f 73adb0ddaeSAssar Westerlund 74adb0ddaeSAssar Westerlund * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, 75adb0ddaeSAssar Westerlund the new keytab type that tries both of these in order (SRVTAB is 76adb0ddaeSAssar Westerlund also an alias for krb4:) 77adb0ddaeSAssar Westerlund 78adb0ddaeSAssar Westerlund * improve error reporting and error handling (error messages should 79adb0ddaeSAssar Westerlund be more detailed and more useful) 80adb0ddaeSAssar Westerlund 81adb0ddaeSAssar Westerlund * improve building with openssl 82adb0ddaeSAssar Westerlund 83adb0ddaeSAssar Westerlund * add kadmin -K, rcp -F 84adb0ddaeSAssar Westerlund 85adb0ddaeSAssar Westerlund * fix two incorrect weak DES keys 86adb0ddaeSAssar Westerlund 87adb0ddaeSAssar Westerlund * fix building of kaserver compat in KDC 88adb0ddaeSAssar Westerlund 89adb0ddaeSAssar Westerlund * the API is closer to what MIT krb5 is using 90adb0ddaeSAssar Westerlund 91adb0ddaeSAssar Westerlund * more compatible with windows 2000 92adb0ddaeSAssar Westerlund 93adb0ddaeSAssar Westerlund * removed some memory leaks 94adb0ddaeSAssar Westerlund 95adb0ddaeSAssar Westerlund * bug fixes 96adb0ddaeSAssar Westerlund 975e9cd1aeSAssar WesterlundChanges in release 0.3e 985e9cd1aeSAssar Westerlund 995e9cd1aeSAssar Westerlund * rcp program included 1005e9cd1aeSAssar Westerlund 1015e9cd1aeSAssar Westerlund * fix buffer overrun in ftpd 1025e9cd1aeSAssar Westerlund 1035e9cd1aeSAssar Westerlund * handle omitted sequence numbers as zeroes to handle MIT krb5 that 1045e9cd1aeSAssar Westerlund cannot generate zero sequence numbers 1055e9cd1aeSAssar Westerlund 1065e9cd1aeSAssar Westerlund * handle v4 /.k files better 1075e9cd1aeSAssar Westerlund 1085e9cd1aeSAssar Westerlund * configure/portability fixes 1095e9cd1aeSAssar Westerlund 1105e9cd1aeSAssar Westerlund * fixes in parsing of options to kadmin (sub-)commands 1115e9cd1aeSAssar Westerlund 1125e9cd1aeSAssar Westerlund * handle errors in kadmin load better 1135e9cd1aeSAssar Westerlund 1145e9cd1aeSAssar Westerlund * bug fixes 1155e9cd1aeSAssar Westerlund 1165e9cd1aeSAssar WesterlundChanges in release 0.3d 1175e9cd1aeSAssar Westerlund 1185e9cd1aeSAssar Westerlund * add krb5-config 1195e9cd1aeSAssar Westerlund 1205e9cd1aeSAssar Westerlund * fix a bug in 3des gss-api mechanism, making it compatible with the 1215e9cd1aeSAssar Westerlund specification and the MIT implementation 1225e9cd1aeSAssar Westerlund 1235e9cd1aeSAssar Westerlund * make telnetd only allow a specific list of environment variables to 1245e9cd1aeSAssar Westerlund stop it from setting `sensitive' variables 1255e9cd1aeSAssar Westerlund 1265e9cd1aeSAssar Westerlund * try to use an existing libdes 1275e9cd1aeSAssar Westerlund 1285e9cd1aeSAssar Westerlund * lib/krb5, kdc: use correct usage type for ap-req messages. This 1295e9cd1aeSAssar Westerlund should improve compatability with MIT krb5 when using 3DES 1305e9cd1aeSAssar Westerlund encryption types 1315e9cd1aeSAssar Westerlund 1325e9cd1aeSAssar Westerlund * kdc: fix memory allocation problem 1335e9cd1aeSAssar Westerlund 1345e9cd1aeSAssar Westerlund * update config.guess and config.sub 1355e9cd1aeSAssar Westerlund 1365e9cd1aeSAssar Westerlund * lib/roken: more stuff implemented 1375e9cd1aeSAssar Westerlund 1385e9cd1aeSAssar Westerlund * bug fixes and portability enhancements 1395e9cd1aeSAssar Westerlund 1405e9cd1aeSAssar WesterlundChanges in release 0.3c 1415e9cd1aeSAssar Westerlund 1425e9cd1aeSAssar Westerlund * lib/krb5: memory caches now support the resolve operation 1435e9cd1aeSAssar Westerlund 1445e9cd1aeSAssar Westerlund * appl/login: set PATH to some sane default 1455e9cd1aeSAssar Westerlund 1465e9cd1aeSAssar Westerlund * kadmind: handle several realms 1475e9cd1aeSAssar Westerlund 1485e9cd1aeSAssar Westerlund * bug fixes (including memory leaks) 1495e9cd1aeSAssar Westerlund 1505e9cd1aeSAssar WesterlundChanges in release 0.3b 1515e9cd1aeSAssar Westerlund 1525e9cd1aeSAssar Westerlund * kdc: prefer default-salted keys on v5 requests 1535e9cd1aeSAssar Westerlund 1545e9cd1aeSAssar Westerlund * kdc: lowercase hostnames in v4 mode 1555e9cd1aeSAssar Westerlund 1565e9cd1aeSAssar Westerlund * hprop: handle more types of MIT salts 1575e9cd1aeSAssar Westerlund 1585e9cd1aeSAssar Westerlund * lib/krb5: fix memory leak 1595e9cd1aeSAssar Westerlund 1605e9cd1aeSAssar Westerlund * bug fixes 1615e9cd1aeSAssar Westerlund 1625e9cd1aeSAssar WesterlundChanges in release 0.3a: 1635e9cd1aeSAssar Westerlund 1645e9cd1aeSAssar Westerlund * implement arcfour-hmac-md5 to interoperate with W2K 1655e9cd1aeSAssar Westerlund 1665e9cd1aeSAssar Westerlund * modularise the handling of the master key, and allow for other 1675e9cd1aeSAssar Westerlund encryption types. This makes it easier to import a database from 1685e9cd1aeSAssar Westerlund some other source without having to re-encrypt all keys. 1695e9cd1aeSAssar Westerlund 1705e9cd1aeSAssar Westerlund * allow for better control over which encryption types are created 1715e9cd1aeSAssar Westerlund 1725e9cd1aeSAssar Westerlund * make kinit fallback to v4 if given a v4 KDC 1735e9cd1aeSAssar Westerlund 1745e9cd1aeSAssar Westerlund * make klist work better with v4 and v5, and add some more MIT 1755e9cd1aeSAssar Westerlund compatibility options 1765e9cd1aeSAssar Westerlund 1775e9cd1aeSAssar Westerlund * make the kdc listen on the krb524 (4444) port for compatibility 1785e9cd1aeSAssar Westerlund with MIT krb5 clients 1795e9cd1aeSAssar Westerlund 1805e9cd1aeSAssar Westerlund * implement more DCE/DFS support, enabled with --enable-dce, see 1815e9cd1aeSAssar Westerlund lib/kdfs and appl/dceutils 1825e9cd1aeSAssar Westerlund 1835e9cd1aeSAssar Westerlund * make the sequence numbers work correctly 1845e9cd1aeSAssar Westerlund 1855e9cd1aeSAssar Westerlund * bug fixes 1865e9cd1aeSAssar Westerlund 1875e9cd1aeSAssar WesterlundChanges in release 0.2t: 1885e9cd1aeSAssar Westerlund 1895e9cd1aeSAssar Westerlund * bug fixes 1905e9cd1aeSAssar Westerlund 1915e9cd1aeSAssar WesterlundChanges in release 0.2s: 1925e9cd1aeSAssar Westerlund 1935e9cd1aeSAssar Westerlund * add OpenLDAP support in hdb 1945e9cd1aeSAssar Westerlund 1955e9cd1aeSAssar Westerlund * login will get v4 tickets when it receives forwarded tickets 1965e9cd1aeSAssar Westerlund 1975e9cd1aeSAssar Westerlund * xnlock supports both v5 and v4 1985e9cd1aeSAssar Westerlund 1995e9cd1aeSAssar Westerlund * repair source routing for telnet 2005e9cd1aeSAssar Westerlund 2015e9cd1aeSAssar Westerlund * fix building problems with krb4 (krb_mk_req) 2025e9cd1aeSAssar Westerlund 2035e9cd1aeSAssar Westerlund * bug fixes 2045e9cd1aeSAssar Westerlund 2055e9cd1aeSAssar WesterlundChanges in release 0.2r: 2065e9cd1aeSAssar Westerlund 2075e9cd1aeSAssar Westerlund * fix realloc memory corruption bug in kdc 2085e9cd1aeSAssar Westerlund 2095e9cd1aeSAssar Westerlund * `add --key' and `cpw --key' in kadmin 2105e9cd1aeSAssar Westerlund 2115e9cd1aeSAssar Westerlund * klist supports listing v4 tickets 2125e9cd1aeSAssar Westerlund 2135e9cd1aeSAssar Westerlund * update config.guess and config.sub 2145e9cd1aeSAssar Westerlund 2155e9cd1aeSAssar Westerlund * make v4 -> v5 principal name conversion more robust 2165e9cd1aeSAssar Westerlund 2175e9cd1aeSAssar Westerlund * support for anonymous tickets 2185e9cd1aeSAssar Westerlund 2195e9cd1aeSAssar Westerlund * new man-pages 2205e9cd1aeSAssar Westerlund 2215e9cd1aeSAssar Westerlund * telnetd: do not negotiate KERBEROS5 authentication if there's no keytab. 2225e9cd1aeSAssar Westerlund 2235e9cd1aeSAssar Westerlund * use and set expiration and not password expiration when dumping 2245e9cd1aeSAssar Westerlund to/from ka server databases / krb4 databases 2255e9cd1aeSAssar Westerlund 2265e9cd1aeSAssar Westerlund * make the code happier with 64-bit time_t 2275e9cd1aeSAssar Westerlund 2285e9cd1aeSAssar Westerlund * follow RFC2782 and by default do not look for non-underscore SRV names 2295e9cd1aeSAssar Westerlund 2305e9cd1aeSAssar WesterlundChanges in release 0.2q: 2315e9cd1aeSAssar Westerlund 2325e9cd1aeSAssar Westerlund * bug fix in tcp-handling in kdc 2335e9cd1aeSAssar Westerlund 2345e9cd1aeSAssar Westerlund * bug fix in expand_hostname 2355e9cd1aeSAssar Westerlund 236d61f1c79SMark MurrayChanges in release 0.2p: 237d61f1c79SMark Murray 238d61f1c79SMark Murray * bug fix in `kadmin load/merge' 239d61f1c79SMark Murray 240d61f1c79SMark Murray * bug fix in krb5_parse_address 241d61f1c79SMark Murray 242283d988cSMark MurrayChanges in release 0.2o: 243283d988cSMark Murray 244283d988cSMark Murray * gss_{import,export}_sec_context added to libgssapi 245283d988cSMark Murray 246283d988cSMark Murray * new option --addresses to kdc (for listening on an explicit set of 247283d988cSMark Murray addresses) 248283d988cSMark Murray 249283d988cSMark Murray * bug fixes in the krb4 and kaserver emulation part of the kdc 250283d988cSMark Murray 251283d988cSMark Murray * other bug fixes 252283d988cSMark Murray 25313e3f4d6SMark MurrayChanges in release 0.2n: 25413e3f4d6SMark Murray 25513e3f4d6SMark Murray * more robust parsing of dump files in kadmin 25613e3f4d6SMark Murray * changed default timestamp format for log messages to extended ISO 25713e3f4d6SMark Murray 8601 format (Y-M-DTH:M:S) 25813e3f4d6SMark Murray * changed md4/md5/sha1 APIes to be de-facto `standard' 25913e3f4d6SMark Murray * always make hostname into lower-case before creating principal 26013e3f4d6SMark Murray * small bits of more MIT-compatability 26113e3f4d6SMark Murray * bug fixes 26213e3f4d6SMark Murray 263b528cefcSMark MurrayChanges in release 0.2m: 264b528cefcSMark Murray 265b528cefcSMark Murray * handle glibc's getaddrinfo() that returns several ai_canonname 266b528cefcSMark Murray 267b528cefcSMark Murray * new endian test 268b528cefcSMark Murray 269b528cefcSMark Murray * man pages fixes 270b528cefcSMark Murray 271b528cefcSMark MurrayChanges in release 0.2l: 272b528cefcSMark Murray 273b528cefcSMark Murray * bug fixes 274b528cefcSMark Murray 275b528cefcSMark MurrayChanges in release 0.2k: 276b528cefcSMark Murray 277b528cefcSMark Murray * better IPv6 test 278b528cefcSMark Murray 279b528cefcSMark Murray * make struct sockaddr_storage in roken work better on alphas 280b528cefcSMark Murray 281b528cefcSMark Murray * some missing [hn]to[hn]s fixed. 282b528cefcSMark Murray 283b528cefcSMark Murray * allow users to change their own passwords with kadmin (with initial 284b528cefcSMark Murray tickets) 285b528cefcSMark Murray 286b528cefcSMark Murray * fix stupid bug in parsing KDC specification 287b528cefcSMark Murray 288b528cefcSMark Murray * add `ktutil change' and `ktutil purge' 289b528cefcSMark Murray 290b528cefcSMark MurrayChanges in release 0.2j: 291b528cefcSMark Murray 292b528cefcSMark Murray * builds on Irix 293b528cefcSMark Murray 294b528cefcSMark Murray * ftpd works in passive mode 295b528cefcSMark Murray 296b528cefcSMark Murray * should build on cygwin 297b528cefcSMark Murray 298b528cefcSMark Murray * work around broken IPv6-code on OpenBSD 2.6, also add configure 299b528cefcSMark Murray option --disable-ipv6 300b528cefcSMark Murray 301b528cefcSMark MurrayChanges in release 0.2i: 302b528cefcSMark Murray 303b528cefcSMark Murray * use getaddrinfo in the missing places. 304b528cefcSMark Murray 305b528cefcSMark Murray * fix SRV lookup for admin server 306b528cefcSMark Murray 307b528cefcSMark Murray * use get{addr,name}info everywhere. and implement it in terms of 308b528cefcSMark Murray getipnodeby{name,addr} (which uses gethostbyname{,2} and 309b528cefcSMark Murray gethostbyaddr) 310b528cefcSMark Murray 311b528cefcSMark MurrayChanges in release 0.2h: 312b528cefcSMark Murray 313b528cefcSMark Murray * fix typo in kx (now compiles) 314b528cefcSMark Murray 315b528cefcSMark MurrayChanges in release 0.2g: 316b528cefcSMark Murray 317b528cefcSMark Murray * lots of bug fixes: 318b528cefcSMark Murray * push works 319b528cefcSMark Murray * repair appl/test programs 320b528cefcSMark Murray * sockaddr_storage works on solaris (alignment issues) 321b528cefcSMark Murray * works better with non-roken getaddrinfo 322b528cefcSMark Murray * rsh works 323b528cefcSMark Murray * some non standard C constructs removed 324b528cefcSMark Murray 325b528cefcSMark MurrayChanges in release 0.2f: 326b528cefcSMark Murray 327b528cefcSMark Murray * support SRV records for kpasswd 328b528cefcSMark Murray * look for both _kerberos and krb5-realm when doing host -> realm mapping 329b528cefcSMark Murray 330b528cefcSMark MurrayChanges in release 0.2e: 331b528cefcSMark Murray 332b528cefcSMark Murray * changed copyright notices to remove `advertising'-clause. 333b528cefcSMark Murray * get{addr,name}info added to roken and used in the other code 334b528cefcSMark Murray (this makes things work much better with hosts with both v4 and v6 335b528cefcSMark Murray addresses, among other things) 336b528cefcSMark Murray * do pre-auth for both password and key-based get_in_tkt 337b528cefcSMark Murray * support for having several databases 338b528cefcSMark Murray * new command `del_enctype' in kadmin 339b528cefcSMark Murray * strptime (and new strftime) add to roken 340b528cefcSMark Murray * more paranoia about finding libdb 341b528cefcSMark Murray * bug fixes 342b528cefcSMark Murray 343b528cefcSMark MurrayChanges in release 0.2d: 344b528cefcSMark Murray 345b528cefcSMark Murray * new configuration option [libdefaults]default_etypes_des 346b528cefcSMark Murray * internal ls in ftpd builds without KRB4 347b528cefcSMark Murray * kx/rsh/push/pop_debug tries v5 and v4 consistenly 348b528cefcSMark Murray * build bug fixes 349b528cefcSMark Murray * other bug fixes 350b528cefcSMark Murray 351b528cefcSMark MurrayChanges in release 0.2c: 352b528cefcSMark Murray 353b528cefcSMark Murray * bug fixes (see ChangeLog's for details) 354b528cefcSMark Murray 355b528cefcSMark MurrayChanges in release 0.2b: 356b528cefcSMark Murray 357b528cefcSMark Murray * bug fixes 358b528cefcSMark Murray * actually bump shared library versions 359b528cefcSMark Murray 360b528cefcSMark MurrayChanges in release 0.2a: 361b528cefcSMark Murray 362b528cefcSMark Murray * a new program verify_krb5_conf for checking your /etc/krb5.conf 363b528cefcSMark Murray * add 3DES keys when changing password 364b528cefcSMark Murray * support null keys in database 365b528cefcSMark Murray * support multiple local realms 366b528cefcSMark Murray * implement a keytab backend for AFS KeyFile's 367b528cefcSMark Murray * implement a keytab backend for v4 srvtabs 368b528cefcSMark Murray * implement `ktutil copy' 369b528cefcSMark Murray * support password quality control in v4 kadmind 370b528cefcSMark Murray * improvements in v4 compat kadmind 371b528cefcSMark Murray * handle the case of having the correct cred in the ccache but with 372b528cefcSMark Murray the wrong encryption type better 373b528cefcSMark Murray * v6-ify the remaining programs. 374b528cefcSMark Murray * internal ls in ftpd 375b528cefcSMark Murray * rename strcpy_truncate/strcat_truncate to strlcpy/strlcat 376b528cefcSMark Murray * add `ank --random-password' and `cpw --random-password' in kadmin 377b528cefcSMark Murray * some programs and documentation for trying to talk to a W2K KDC 378b528cefcSMark Murray * bug fixes 379b528cefcSMark Murray 380b528cefcSMark MurrayChanges in release 0.1m: 381b528cefcSMark Murray 382b528cefcSMark Murray * support for getting default from krb5.conf for kinit/kf/rsh/telnet. 383b528cefcSMark Murray From Miroslav Ruda <ruda@ics.muni.cz> 384b528cefcSMark Murray * v6-ify hprop and hpropd 385b528cefcSMark Murray * support numeric addresses in krb5_mk_req 386b528cefcSMark Murray * shadow support in login and su. From Miroslav Ruda <ruda@ics.muni.cz> 387b528cefcSMark Murray * make rsh/rshd IPv6-aware 388b528cefcSMark Murray * make the gssapi sample applications better at reporting errors 389b528cefcSMark Murray * lots of bug fixes 390b528cefcSMark Murray * handle systems with v6-aware libc and non-v6 kernels (like Linux 391b528cefcSMark Murray with glibc 2.1) better 392b528cefcSMark Murray * hide failure of ERPT in ftp 393b528cefcSMark Murray * lots of bug fixes 394b528cefcSMark Murray 395b528cefcSMark MurrayChanges in release 0.1l: 396b528cefcSMark Murray 397b528cefcSMark Murray * make ftp and ftpd IPv6-aware 398b528cefcSMark Murray * add inet_pton to roken 399b528cefcSMark Murray * more IPv6-awareness 400b528cefcSMark Murray * make mini_inetd v6 aware 401b528cefcSMark Murray 402b528cefcSMark MurrayChanges in release 0.1k: 403b528cefcSMark Murray 404b528cefcSMark Murray * bump shared libraries versions 405b528cefcSMark Murray * add roken version of inet_ntop 406b528cefcSMark Murray * merge more changes to rshd 407b528cefcSMark Murray 408b528cefcSMark MurrayChanges in release 0.1j: 409b528cefcSMark Murray 410b528cefcSMark Murray * restore back to the `old' 3DES code. This was supposed to be done 411b528cefcSMark Murray in 0.1h and 0.1i but I did a CVS screw-up. 412b528cefcSMark Murray * make telnetd handle v6 connections 413b528cefcSMark Murray 414b528cefcSMark MurrayChanges in release 0.1i: 415b528cefcSMark Murray 416b528cefcSMark Murray * start using `struct sockaddr_storage' which simplifies the code 417b528cefcSMark Murray (with a fallback definition if it's not defined) 418b528cefcSMark Murray * bug fixes (including in hprop and kf) 419b528cefcSMark Murray * don't use mawk which seems to mishandle roken.awk 420b528cefcSMark Murray * get_addrs should be able to handle v6 addresses on Linux (with the 421b528cefcSMark Murray required patch to the Linux kernel -- ask within) 422b528cefcSMark Murray * rshd builds with shadow passwords 423b528cefcSMark Murray 424b528cefcSMark MurrayChanges in release 0.1h: 425b528cefcSMark Murray 426b528cefcSMark Murray * kf: new program for forwarding credentials 427b528cefcSMark Murray * portability fixes 428b528cefcSMark Murray * make forwarding credentials work with MIT code 429b528cefcSMark Murray * better conversion of ka database 430b528cefcSMark Murray * add etc/services.append 431b528cefcSMark Murray * correct `modified by' from kpasswdd 432b528cefcSMark Murray * lots of bug fixes 433b528cefcSMark Murray 434b528cefcSMark MurrayChanges in release 0.1g: 435b528cefcSMark Murray 436b528cefcSMark Murray * kgetcred: new program for explicitly obtaining tickets 437b528cefcSMark Murray * configure fixes 438b528cefcSMark Murray * krb5-aware kx 439b528cefcSMark Murray * bug fixes 440b528cefcSMark Murray 441b528cefcSMark MurrayChanges in release 0.1f; 442b528cefcSMark Murray 443b528cefcSMark Murray * experimental support for v4 kadmin protokoll in kadmind 444b528cefcSMark Murray * bug fixes 445b528cefcSMark Murray 446b528cefcSMark MurrayChanges in release 0.1e: 447b528cefcSMark Murray 448b528cefcSMark Murray * try to handle old DCE and MIT kdcs 449b528cefcSMark Murray * support for older versions of credential cache files and keytabs 450b528cefcSMark Murray * postdated tickets work 451b528cefcSMark Murray * support for password quality checks in kpasswdd 452b528cefcSMark Murray * new flag --enable-kaserver for kdc 453b528cefcSMark Murray * renew fixes 454b528cefcSMark Murray * prototype su program 455b528cefcSMark Murray * updated (some) manpages 456b528cefcSMark Murray * support for KDC resource records 457b528cefcSMark Murray * should build with --without-krb4 458b528cefcSMark Murray * bug fixes 459b528cefcSMark Murray 460b528cefcSMark MurrayChanges in release 0.1d: 461b528cefcSMark Murray 462b528cefcSMark Murray * Support building with DB2 (uses 1.85-compat API) 463b528cefcSMark Murray * Support krb5-realm.DOMAIN in DNS 464b528cefcSMark Murray * new `ktutil srvcreate' 465b528cefcSMark Murray * v4/kafs support in klist/kdestroy 466b528cefcSMark Murray * bug fixes 467b528cefcSMark Murray 468b528cefcSMark MurrayChanges in release 0.1c: 469b528cefcSMark Murray 470b528cefcSMark Murray * fix ASN.1 encoding of signed integers 471b528cefcSMark Murray * somewhat working `ktutil get' 472b528cefcSMark Murray * some documentation updates 473b528cefcSMark Murray * update to Autoconf 2.13 and Automake 1.4 474b528cefcSMark Murray * the usual bug fixes 475b528cefcSMark Murray 476b528cefcSMark MurrayChanges in release 0.1b: 477b528cefcSMark Murray 478b528cefcSMark Murray * some old -> new crypto conversion utils 479b528cefcSMark Murray * bug fixes 480b528cefcSMark Murray 481b528cefcSMark MurrayChanges in release 0.1a: 482b528cefcSMark Murray 483b528cefcSMark Murray * new crypto code 484b528cefcSMark Murray * more bug fixes 485b528cefcSMark Murray * make sure we ask for DES keys in gssapi 486b528cefcSMark Murray * support signed ints in ASN1 487b528cefcSMark Murray * IPv6-bug fixes 488b528cefcSMark Murray 489b528cefcSMark MurrayChanges in release 0.0u: 490b528cefcSMark Murray 491b528cefcSMark Murray * lots of bug fixes 492b528cefcSMark Murray 493b528cefcSMark MurrayChanges in release 0.0t: 494b528cefcSMark Murray 495b528cefcSMark Murray * more robust parsing of krb5.conf 496b528cefcSMark Murray * include net{read,write} in lib/roken 497b528cefcSMark Murray * bug fixes 498b528cefcSMark Murray 499b528cefcSMark MurrayChanges in release 0.0s: 500b528cefcSMark Murray 501b528cefcSMark Murray * kludges for parsing options to rsh 502b528cefcSMark Murray * more robust parsing of krb5.conf 503b528cefcSMark Murray * removed some arbitrary limits 504b528cefcSMark Murray * bug fixes 505b528cefcSMark Murray 506b528cefcSMark MurrayChanges in release 0.0r: 507b528cefcSMark Murray 508b528cefcSMark Murray * default options for some programs 509b528cefcSMark Murray * bug fixes 510b528cefcSMark Murray 511b528cefcSMark MurrayChanges in release 0.0q: 512b528cefcSMark Murray 513b528cefcSMark Murray * support for building shared libraries with libtool 514b528cefcSMark Murray * bug fixes 515b528cefcSMark Murray 516b528cefcSMark MurrayChanges in release 0.0p: 517b528cefcSMark Murray 518b528cefcSMark Murray * keytab moved to /etc/krb5.keytab 519b528cefcSMark Murray * avoid false detection of IPv6 on Linux 520b528cefcSMark Murray * Lots of more functionality in the gssapi-library 521b528cefcSMark Murray * hprop can now read ka-server databases 522b528cefcSMark Murray * bug fixes 523b528cefcSMark Murray 524b528cefcSMark MurrayChanges in release 0.0o: 525b528cefcSMark Murray 526b528cefcSMark Murray * FTP with GSSAPI support. 527b528cefcSMark Murray * Bug fixes. 528b528cefcSMark Murray 529b528cefcSMark MurrayChanges in release 0.0n: 530b528cefcSMark Murray 531b528cefcSMark Murray * Incremental database propagation. 532b528cefcSMark Murray * Somewhat improved kadmin ui; the stuff in admin is now removed. 533b528cefcSMark Murray * Some support for using enctypes instead of keytypes. 534b528cefcSMark Murray * Lots of other improvement and bug fixes, see ChangeLog for details. 535