NetBSD/libexec/ftpd
lukem 397e2cfc53 * change ftpd_popen() to take char *argv[] instead of char *cmd.
the string tokenisation must be performed by the caller (which is
  generally easy because it's almost always a static command).
* change do_conversion() to return a char *argv[] instead of char *cmd.
  tokenisation of the command is done internally.
* change retrieve() to take char *argv[] instead of char *cmd.
  (to take advantage of the above changes).  fixes [bin/8173]
* use fparseln() instead of fgetln()
* store conversions in listed order (rather than reverse order)
* use stringlists instead of handrolling code to manage an argv.
1999-12-07 05:30:53 +00:00
..
conf.c * change ftpd_popen() to take char *argv[] instead of char *cmd. 1999-12-07 05:30:53 +00:00
extern.h * change ftpd_popen() to take char *argv[] instead of char *cmd. 1999-12-07 05:30:53 +00:00
ftpcmd.y * change ftpd_popen() to take char *argv[] instead of char *cmd. 1999-12-07 05:30:53 +00:00
ftpd.8 Document setup of "ftp-only" non-anonymous accounts. 1999-08-02 00:44:59 +00:00
ftpd.c * change ftpd_popen() to take char *argv[] instead of char *cmd. 1999-12-07 05:30:53 +00:00
logwtmp.c more kerberos5 fixes 1999-08-25 20:07:33 +00:00
Makefile * change ftpd_popen() to take char *argv[] instead of char *cmd. 1999-12-07 05:30:53 +00:00
pathnames.h support displaying the stderr output from a LIST or a conversion to 1998-06-08 07:13:13 +00:00
popen.c * change ftpd_popen() to take char *argv[] instead of char *cmd. 1999-12-07 05:30:53 +00:00