Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/27/1999 23:47:44
Module Name:	basesrc
Committed By:	lukem
Date:		Tue Sep 28 06:47:44 UTC 1999

Modified Files:
	basesrc/usr.bin/ftp: cmds.c cmdtab.c complete.c extern.h fetch.c ftp.1
	    ftp.c main.c util.c

Log Message:
* add new commands:
	lpage	page local files
	pdir	as dir, but through your $PAGER
	pls	as ls, but through your $PAGER
* implement docase() (a la dotrans() et al) and use appropriately, rototilling
  some duplicated code
* globulize(): modify to return a pointer to the strdup()ed result in all cases,
  and hack the code that calls it to take this into account
* replace strcpy() and strncpy() with strlcpy()
* put(), getit(): use some aptly named local vars instead of argv[...]
* delint


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 basesrc/usr.bin/ftp/cmds.c
cvs rdiff -r1.27 -r1.28 basesrc/usr.bin/ftp/cmdtab.c
cvs rdiff -r1.31 -r1.32 basesrc/usr.bin/ftp/complete.c
cvs rdiff -r1.37 -r1.38 basesrc/usr.bin/ftp/extern.h
cvs rdiff -r1.77 -r1.78 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.47 -r1.48 basesrc/usr.bin/ftp/ftp.1
cvs rdiff -r1.67 -r1.68 basesrc/usr.bin/ftp/ftp.c
cvs rdiff -r1.52 -r1.53 basesrc/usr.bin/ftp/main.c
cvs rdiff -r1.64 -r1.65 basesrc/usr.bin/ftp/util.c

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