*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5325 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-02-01 03:14:28 +00:00
parent cadde46b56
commit 5ac696a38f
2 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
Mon Feb 1 04:09:06 1999 Assar Westerlund <assar@sics.se>
* lib/krb5/send_to_kdc.c (krb5_sendto_kdc): only call
gethostbyname2 with AF_INET6 if we actually have IPv6. From
"Brandon S. Allbery KF8NH" <allbery@kf8nh.apk.net>
* lib/krb5/changepw.c (get_kdc_address): dito
Sun Jan 31 06:26:36 1999 Assar Westerlund <assar@sics.se>
* kdc/connect.c (parse_prots): always bind to AF_INET, there are

View File

@@ -1,3 +1,9 @@
Mon Feb 1 04:08:36 1999 Assar Westerlund <assar@sics.se>
* telnet/commands.c (tn): only call gethostbyname2 with AF_INET6
if we actually have IPv6. From "Brandon S. Allbery KF8NH"
<allbery@kf8nh.apk.net>
Wed May 27 04:19:17 1998 Assar Westerlund <assar@sics.se>
* telnet/sys_bsd.c (process_rings): correct call to `stilloob'