*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7529 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-12-05 11:01:55 +00:00
parent 20a75eb93a
commit 0c37b6af0c
4 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
1999-12-05 Assar Westerlund <assar@sics.se>
* ftpd/ftpd.c (dolog): use getnameinfo_verified
* ftpd/ftpd.c: replace inaddr2str by getnameinfo
1999-12-04 Assar Westerlund <assar@sics.se>
* ftp/ruserpass.c (guess_domain): re-write to use getaddrinfo

View File

@@ -1,3 +1,8 @@
1999-12-05 Assar Westerlund <assar@sics.se>
* kxd.c (recv_conn): use getnameinfo_verified
* kxd.c (recv_conn): replace inaddr2str with getnameinfo
1999-12-04 Assar Westerlund <assar@sics.se>
* kx.c (connect_host): use getaddrinfo

View File

@@ -1,5 +1,6 @@
1999-12-04 Assar Westerlund <assar@sics.se>
* telnetd/telnetd.c (doit): use getnameinfo_verified
* telnetd/telnetd.c: use getnameinfo
* telnet/commands.c: re-write to using getaddrinfo. disable
source-routing for the moment, it doesn't seem to be used anyways.

View File

@@ -1,5 +1,6 @@
1999-12-05 Assar Westerlund <assar@sics.se>
* roken.h.in (inaddr2str): remove
* Makefile.am (libroken_la_SOURCES); removed inaddr2str
* roken-common.h (getnameinfo_verified): add prototype
* getnameinfo_verified.c: new file