History log of /csrg-svn/libexec/ftpd/ftpd.c (Results 1 – 25 of 85)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 68976 28-Apr-1995 bostic

the checkuser() function compared p against name, but p points to
the end of the line, not the beginning.
From: "J.T. Conklin" <jtc@NetBSD.ORG>

# 66842 16-Apr-1994 bostic

"bare linefeed's code should match 226
See RFC959 starting around the bottom of page 35.
From: sms@WLV.IIPO.GTEGSC.COM (Steven M. Schultz)

# 66726 06-Apr-1994 pendry

fix globbing - need NOCHECK flag

# 66711 04-Apr-1994 pendry

eliminate local version of glob (cf ftp)
clean up yacc grammar. prettiness police.

# 61427 04-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 60087 17-May-1993 bostic

index, rindex -> strchr, strrchr

# 56384 01-Oct-1992 bostic

fix prototypes for gcc 2.2.2

# 55258 15-Jul-1992 andrew

new features: extend logging to show i/o operations,
display pre- and post-login messages; add prototyping, misc. bug fixes

# 52998 18-Mar-1992 bostic

Don't log user passwords when debug is turned on with -d.
Set "home" to "/" when logging in as a guest.
Don't syslog() trailing CR-LF when using -d.
Don't timestamp connect message, syslog() already

Don't log user passwords when debug is turned on with -d.
Set "home" to "/" when logging in as a guest.
Don't syslog() trailing CR-LF when using -d.
Don't timestamp connect message, syslog() already does that.
Don't timestamp timeout message, syslog() already does that.
Minor whitespace cleanups.
from Craig Leres (leres@ee.lbl.gov)

show more ...

# 50391 02-Jul-1991 karels

hack to avoid kernel problem

# 46669 25-Feb-1991 bostic

ANSI fixes, struct direct -> struct dirent, rename glob() -> ftpglob()

# 45028 07-Aug-1990 karels

use LOG_NDELAY, move openlog before all syslog's

# 44339 27-Jun-1990 karels

set IP type-of-service

# 42666 01-Jun-1990 bostic

new copyright notice

# 42412 28-May-1990 bostic

sys_errlist -> strerror(3)

# 42327 24-May-1990 bostic

handle comments in ftpusers correctly

# 42031 15-May-1990 bostic

string.h is ANSI C include file

# 40183 20-Feb-1990 mckusick

have to put back the checkuser subroutine

# 40155 19-Feb-1990 mckusick

check /etc/ftpusers for denial of access to anonymous (4.3BSD-tahoe/libexec/1)

# 38158 28-May-1989 rick

in new code for NLST, forgot to send \r\n in ASCII mode instead
of just \n

# 38134 26-May-1989 rick

add some missing fclose() in error cases; check for bare \n
received in ASCII mode and print warning; correct test in status() code
so ip address is printed as well as hostname

# 37459 20-Apr-1989 karels

retry data connection (SO_REUSEADDR isn't enough); show directories
in NLST unless globbing (a botch, but too incompatible otherwise); bostic's
pathname changes

# 36947 02-Mar-1989 karels

remove restart for network release

# 36933 28-Feb-1989 karels

lots of changes, mostly from Rick Adams: implement restart, stat,
site (from Dave Borman), size, mdtm; pointer fixes for cray; more cleanups;
proctitle stuff

# 36620 25-Jan-1989 rick

add support for REST (restart at arbitrary byte position) SYST (system
type); fix chroot bug; add setproctitle (#ifdef'd); clean up 400/500
return codes; make NLST/LIST RFC conformant

1234