*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7763 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-01-08 08:09:03 +00:00
parent 6824231e69
commit d56fe61fa0
3 changed files with 23 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
2000-01-08 Assar Westerlund <assar@sics.se>
* lib/krb5/principal.c (krb5_sname_to_principal): use
krb5_expand_hostname
* lib/krb5/expand_hostname.c (krb5_expand_hostname): handle
ai_canonname being set in any of the addresses returnedby
getaddrinfo. glibc apparently returns the reverse lookup of every
address in ai_canonname.
2000-01-06 Assar Westerlund <assar@sics.se>
* Release 0.2l

View File

@@ -1,3 +1,9 @@
2000-01-08 Assar Westerlund <assar@sics.se>
* common.c (match_local_auth): handle ai_canonname being set in
any of the addresses returnedby getaddrinfo. glibc apparently
returns the reverse lookup of every address in ai_canonname.
1999-12-28 Assar Westerlund <assar@sics.se>
* kxd.c (main): call krb5_getportbyname with the default in

View File

@@ -1,3 +1,10 @@
2000-01-08 Assar Westerlund <assar@sics.se>
* telnet/commands.c (tn): handle ai_canonname being set in any of
the addresses returnedby getaddrinfo. glibc apparently returns
the reverse lookup of every address in ai_canonname. remove some
unused variables.
2000-01-01 Assar Westerlund <assar@sics.se>
* telnetd/sys_term.c (addarg): make void (return value isn't check