freebsd-skq/libexec/ftpd
yar 92b68c7646 Let tilde expansion be done even if a file/directory doesn't exist yet.
This makes such natural commands as "MKD ~user/newdir" or "STOR ~/newfile"
do what they are supposed to instead of failing miserably with the
"File not found" error.

This involves a bit of code reorganization.  Namely, the code doing
glob(3) expansion has been separated to a function; a new function
has been introduced to do tilde expansion; the latter function is
invoked on a pathname before the former one.  Thus behaviour mimicing
that of the Bourne shell has been achieved.
2003-02-04 17:50:38 +00:00
..
config.h Portability configuration data for LukeM ftpd. 2001-07-19 17:45:14 +00:00
extern.h Silence some FORMAT_AUDIT warnings (one left) 2002-02-04 01:23:44 +00:00
ftpchroot.5 Give the code around chroot(2)/chdir(2) a major overhaul by 2003-01-29 10:07:27 +00:00
ftpcmd.y Let tilde expansion be done even if a file/directory doesn't exist yet. 2003-02-04 17:50:38 +00:00
ftpd.8 Add a new option to ftpd(8), "-h", to disable printing any 2003-01-29 10:58:58 +00:00
ftpd.c RFC 959 doesn't list reply code 550 as a valid responce to STOR/STOU, 2003-02-04 03:33:25 +00:00
logwtmp.c Oops. Some ut_time stuff slipped through the cracks. These turned out 2002-11-17 23:46:45 +00:00
Makefile Extend the format of /etc/ftpchroot so an alternative chroot 2003-01-26 19:02:56 +00:00
pathnames.h $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
popen.c GLOB_QUOTE has been retired. 2002-07-17 05:47:49 +00:00