History log of /csrg-svn/libexec/ftpd/ftpd.c (Results 26 – 50 of 85)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 36557 16-Jan-1989 bostic

don't print 0 bytes for ls commands

# 36551 15-Jan-1989 bostic

add SYST (sys type), REST (restart); null deref; from Rick Adams

# 36550 15-Jan-1989 bostic

syslog logins, both successful(??) and unsuccessful

# 36446 19-Dec-1988 bostic

if no home directory, log into '/'; delete old #ifdef/notdef and
commented out stuff; allocate block for binary transfer, based on st_blksize;
redo reply/lreply as taking multiple arguments -- this s

if no home directory, log into '/'; delete old #ifdef/notdef and
commented out stuff; allocate block for binary transfer, based on st_blksize;
redo reply/lreply as taking multiple arguments -- this should be ripped out
at some point and made to use varargs/vsyslog.

show more ...

# 36435 16-Dec-1988 bostic

use varargs; lreply only used once, so just handle that one case

# 36304 07-Dec-1988 karels

fix user/pass to reset all on failure (*don't* leave failed anonymous
login as root!), limit login attempts, sleep after failures to slow down
guessing, correct telnet option processing, various clea

fix user/pass to reset all on failure (*don't* leave failed anonymous
login as root!), limit login attempts, sleep after failures to slow down
guessing, correct telnet option processing, various cleanups

show more ...

# 36276 30-Nov-1988 bostic

Rick Adams for Bill Scherlis, the night that MilNet died

# 36235 18-Nov-1988 karels

make mode more prominent

# 36192 01-Nov-1988 bostic

cleanup logwtmp stuff, stupid mistakes

# 36185 30-Oct-1988 bostic

security problem with user; bug report 4.3BSD/ucb/251

# 35700 22-Sep-1988 bostic

print ascii/binary mode for connection, not address and port #

# 35691 22-Sep-1988 bostic

fix for ANSI C; cast return of signal before compare with int

# 35672 22-Sep-1988 bostic

break out logwtmp and popen into separate modules

# 34769 18-Jun-1988 bostic

install approved copyright notice

# 33738 14-Mar-1988 bostic

add Berkeley specific header

# 32110 04-Sep-1987 mckusick

fix bogus use of varags (4.3BSD/etc/90)

# 30944 23-Apr-1987 csvsj

freoprn stderr to /dev/null to prevent ls() 'file not found' messages

# 30102 18-Nov-1986 bostic

FTPD refuses to let /bin/sh users log in; bug report 4.3BSD/etc/19

# 28864 28-May-1986 mckusick

also require user to have a standard shell

# 27750 06-May-1986 minshall

Use SO_OOBINLINE for TCP urgent data.
Don't send 150 response unless data connection successful for data transfers.
Correctly filter \r\r\n during ascii receives. (all from Steve Jacobson)

# 27106 16-Apr-1986 mckusick

standardize the reply codes (from mcvax!dpk@seismo.CSS.GOV)

# 26493 07-Mar-1986 minshall

Clean up for lint; add syslog.

# 26227 18-Feb-1986 sam

cleanup oob code; recv takes char *, SIOCATMARK takes int; geez!!!!

# 26044 03-Feb-1986 minshall

Steve Jacobson's changes (from <csvsj@ucbopal>).

# 22499 06-Jun-1985 dist

Add copyright

1234