Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/ftp



Module Name:    src
Committed By:   lukem
Date:           Tue Apr 22 12:59:33 UTC 2008

Modified Files:
        src/usr.bin/ftp: extern.h fetch.c ftp.c util.c version.h

Log Message:
Use the service name to getaddrinfo() (along with the host name), so that
features such as DNS Service Discovery have a better chance of working.
Suggested by David Young <dyoung>.

Display the service name in various status & error messages.

Don't getservbyname() the :port component of a URL; RFC 3986 says it's
just an unsigned number, not a service name.


To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 src/usr.bin/ftp/extern.h src/usr.bin/ftp/version.h
cvs rdiff -r1.183 -r1.184 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.153 -r1.154 src/usr.bin/ftp/ftp.c
cvs rdiff -r1.144 -r1.145 src/usr.bin/ftp/util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index