Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/30/1999 16:51:28
Module Name:	basesrc
Committed By:	lukem
Date:		Thu Sep 30 23:51:28 UTC 1999

Modified Files:
	basesrc/usr.bin/ftp: cmds.c extern.h fetch.c ftp.c ftp_var.h main.c

Log Message:
* In the !NI_NUMERICHOST case (i.e, getaddrinfo() challenged systems), portnum
  should be in host order. found/fixed by Matthias Pfaller <leo@dachau.marco.de>
* parse_url(): improve checking of portnum, and add an extra argument to pass
  back the parsed portnum to the caller (reduces a bit of code duplication)
* Move the KAME/WIDE copyrights after the BSD/TNFi ones. Since there was
  significantly less code added under the former, it's only fair on the latter.


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 basesrc/usr.bin/ftp/cmds.c
cvs rdiff -r1.39 -r1.40 basesrc/usr.bin/ftp/extern.h
cvs rdiff -r1.81 -r1.82 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.71 -r1.72 basesrc/usr.bin/ftp/ftp.c
cvs rdiff -r1.36 -r1.37 basesrc/usr.bin/ftp/ftp_var.h
cvs rdiff -r1.54 -r1.55 basesrc/usr.bin/ftp/main.c

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