BSD 4_3_Reno release
[unix-history] / usr / src / libexec / ftpd / ftpd.c
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-08-08 Mike Karelsuse LOG_NDELAY, move openlog before all syslog's
1990-06-28 Mike Karelsset IP type-of-service
1990-06-02 Keith Bosticnew copyright notice
1990-05-29 Keith Bosticsys_errlist -> strerror(3)
1990-05-25 Keith Bostichandle comments in ftpusers correctly
1990-05-16 Keith Bosticstring.h is ANSI C include file
1990-02-21 Kirk McKusickhave to put back the checkuser subroutine
1990-02-20 Kirk McKusickcheck /etc/ftpusers for denial of access to anonymous...
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
1989-05-29 Rick Adamsin new code for NLST, forgot to send \r\n in ASCII...
1989-05-27 Rick Adamsadd some missing fclose() in error cases; check for...
1989-04-21 Mike Karelsretry data connection (SO_REUSEADDR isn't enough);...
1989-03-03 Mike Karelsremove restart for network release
1989-03-01 Mike Karelslots of changes, mostly from Rick Adams: implement...
1989-01-26 Rick Adamsadd support for REST (restart at arbitrary byte positio...
1989-01-17 Keith Bosticdon't print 0 bytes for ls commands
1989-01-16 Keith Bosticadd SYST (sys type), REST (restart); null deref; from...
1989-01-16 Keith Bosticsyslog logins, both successful(??) and unsuccessful
1988-12-20 Keith Bosticif no home directory, log into '/'; delete old #ifdef...
1988-12-17 Keith Bosticuse varargs; lreply only used once, so just handle...
1988-12-08 Mike Karelsfix user/pass to reset all on failure (*don't* leave...
1988-12-01 Keith BosticRick Adams for Bill Scherlis, the night that MilNet...
1988-11-19 Mike Karelsmake mode more prominent
1988-11-02 Keith Bosticcleanup logwtmp stuff, stupid mistakes
1988-10-31 Keith Bosticsecurity problem with user; bug report 4.3BSD/ucb/251
1988-09-23 Keith Bosticprint ascii/binary mode for connection, not address...
1988-09-23 Keith Bosticfix for ANSI C; cast return of signal before compare...
1988-09-23 Keith Bosticbreak out logwtmp and popen into separate modules
1988-06-19 Keith Bosticinstall approved copyright notice
1988-03-15 Keith Bosticadd Berkeley specific header
1987-09-05 Kirk McKusickfix bogus use of varags (4.3BSD/etc/90)
1987-04-24 Steve Jacobsonfreoprn stderr to /dev/null to prevent ls() 'file not...
1987-03-04 CSRGBSD 4_3 release BSD-4_3
1988-03-09 CSRGBSD 4_2 release BSD-4_2
1986-11-19 Keith BosticFTPD refuses to let /bin/sh users log in; bug report...
1986-05-29 Kirk McKusickalso require user to have a standard shell
1986-05-07 Gregory MinshallUse SO_OOBINLINE for TCP urgent data.
1986-04-17 Kirk McKusickstandardize the reply codes (from mcvax!dpk@seismo...
1986-04-04 Kirk McKusickcommand code 200 does not exist, should be code 250...
1986-03-08 Gregory MinshallClean up for lint; add syslog.
1986-02-19 Sam Lefflercleanup oob code; recv takes char *, SIOCATMARK takes...
1986-02-04 Gregory MinshallSteve Jacobson's changes (from <csvsj@ucbopal>).
1985-06-07 Distribution FolksAdd copyright
1985-06-05 Sam Lefflerforce glob failure to result in original string being...
1985-02-25 Jim Bloomfix printf format
1984-12-24 Sam Leffleralways exit in dologout; from brl
1984-09-05 Sam Lefflerconvert setsockopt call to new interface
1984-07-25 Jay Lepreaufix wtmp logging: no anonymous logout record; null...
1984-04-12 Mike Karelsconvert for inetd
1984-02-11 Ralph Campbelllog anonymous logins in wtmp properly.
1983-09-23 Sam Lefflerdisallow null passwords (geez I fixed this long ago...
1983-08-24 Mike Karelsif !logged_in, going to loop indefinitely
1983-08-10 Sam Lefflerif data is buffered when a SIGPIPE arrives, can loop...
1983-07-25 Sam Lefflerdon't reply when connection breaks, noone to send to
1983-07-02 Sam Lefflerinclude fix
1983-06-23 Sam Lefflerdo wtmp logging and cleanup some stuff
1983-06-20 Bill Joyfix glob one more time (can't fix all since glob done...
1983-06-16 Sam Lefflerfix for multi-homing problem; glob done wrong
1983-06-12 Sam Lefflernew signals == no libjobs
1983-04-02 CSRGBSD 4_1c_2 release BSD-4_1c_2
1983-03-30 Sam Lefflerfrom jsq@utexas-11 (mls, mdir and random cleanups after me)
1983-03-24 Sam Lefflermerge of changes from jsq@utexas-11
1983-03-01 Sam Lefflerformatting
1983-02-22 Sam Lefflerfixes from texas
1983-02-03 Sam Leffler2 holes: disallow |'s in ls and dir; 2nd, provide forbi...
1983-01-24 Sam Lefflerpretty dumb stuff -- better to use fileno directly
1983-01-24 Sam Lefflerhack for address binding + rearrange replys for sanity
1983-01-23 Sam LefflerSIGCHLD reset on each occurance
1983-01-22 Sam Lefflerfollow spec dummy
1983-01-20 Sam Lefflerforgot errno.h, who wrote this code anyway?
1983-01-20 Sam Lefflerrearrange stuff so printfs look right
1983-01-19 Sam Lefflerput back debugging and reap children so no zombies
1983-01-19 Sam Lefflerput back debugging and reap child so no zombies
1983-01-17 Sam Leffleroops
1983-01-17 Sam Leffleruse default port on data transfers when no PORT is...
1983-01-17 Sam Lefflerinsure default address used even if some transfers...
1983-01-17 Sam Lefflerdisallow remote command execution, lest someone become...
1983-01-16 Sam Lefflerscrewed up reseting effective uid after acquiring socket
1983-01-16 Sam Lefflerleave stderr open only when debugging
1983-01-16 Sam Lefflerhandle globbing problems; make sure new files are owned
1983-01-14 Sam Lefflerdate and time created 83/01/13 23:57:01 by sam
1979-09-27 CSRGStart development on BSD 4_3_Reno
1978-11-06 CSRGStart development on BSD 4_1c_2
1978-11-06 CSRGStart development on BSD 4_3_Tahoe
1978-11-06 CSRGStart development on BSD 4_3
1978-11-06 CSRGStart development on BSD 4_2