Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Aidan Cully <aidan@netbsd.org>
List: source-changes
Date: 04/02/2001 02:04:32
Module Name:	basesrc
Committed By:	aidan
Date:		Sun Apr  1 23:04:32 UTC 2001

Modified Files:
	basesrc/libexec/ftpd: extern.h ftpcmd.y ftpd.c

Log Message:
As threatened, handle OOB commands from within ftpcmd.y.
This involved changing the yacc syntax to be line-oriented, rather than
having it run against the entire input at once, and adding a flag to
struct tab, to indicate if or not it's acceptable for a command to occur
OOB.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 basesrc/libexec/ftpd/extern.h
cvs rdiff -r1.59 -r1.60 basesrc/libexec/ftpd/ftpcmd.y
cvs rdiff -r1.122 -r1.123 basesrc/libexec/ftpd/ftpd.c

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