NetBSD/libexec/ftpd
lukem 7ee956fdcc use own code instead of bother with glob() to do ~ expansion in pathname;
there's no need to support glob wildcards in this case when it's not expanded
here in the non-~ case
2001-04-17 01:37:04 +00:00
..
cmds.c ensure replydirname() do not truncate the names. 2001-01-09 06:07:01 +00:00
conf.c don't leak globbed memory. 2001-03-18 22:42:22 +00:00
extern.h add 'noreturn' attribute to ftp_loop, to fix a cc warning. 2001-04-01 23:11:55 +00:00
ftpcmd.y use own code instead of bother with glob() to do ~ expansion in pathname; 2001-04-17 01:37:04 +00:00
ftpd.8 Features: 2000-12-18 02:32:50 +00:00
ftpd.c minor knf post aidan's oob rototill 2001-04-12 02:28:59 +00:00
ftpd.conf.5 Features: 2000-12-18 02:32:50 +00:00
ftpusers.5 ftpd.conf(8) -> (5), and a whitespace nit. 2001-04-04 09:55:26 +00:00
logutmp.c convert to ANSI C as per style guide 2000-05-20 02:20:18 +00:00
logwtmp.c fix redundant declarations. 2001-02-04 22:04:11 +00:00
Makefile - move password checking into separate valid_passwd() function, to assist 2000-11-30 02:59:11 +00:00
pathnames.h only define _DEFAULT_CONFDIR if not set. (allows compile-time override) 2000-03-06 21:42:26 +00:00
popen.c don't leak globbed memory. 2001-03-18 22:42:22 +00:00
version.h use own code instead of bother with glob() to do ~ expansion in pathname; 2001-04-17 01:37:04 +00:00