386BSD 0.1 development
[unix-history] / usr / src / libexec / ftpd /
1992-02-28 William F. Jolitz386BSD 0.1 development
1983-01-06 William F. JolitzStart development on 386BSD 0.1
1992-03-03 William F. Jolitz386BSD 0.0 release 386BSD-0.0
1992-03-03 William F. Jolitz386BSD 0.0 development
1992-02-28 William F. Jolitz386BSD 0.0 development
1991-08-20 CSRGBSD 4_3_Net_2 release BSD-4_3_Net_2
1991-07-01 CSRGBSD 4_3_Net_2 development
1991-03-17 Cynthia A. E. Livi... macro and text revision (-mdoc version 3)
1991-02-26 Keith BosticANSI fixes, struct direct -> struct dirent, rename...
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-07-02 Keith Bosticinstall man page in the right place
1990-06-28 Mike Karelsset IP type-of-service
1990-06-26 Keith Bosticdate and time created 90/06/25 14:53:56 by bostic
1990-06-26 Keith Bosticdon't use symlink for glob.c, forget fancy versioning
1990-06-25 Trent Heinnew copyright & pathname (ftpd)
1990-06-25 Keith Bosticdate and time created 90/06/24 21:18:51 by bostic
1990-06-25 Keith Bosticdon't need to get includes from ftp, clean vers.c,...
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-05-12 Keith Bosticfirst pass for new make
1990-02-21 Kirk McKusickallocate a null string so that free will not bomb out...
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-11-20 Keith Bosticsource reorganization
1989-05-29 Rick Adamsin new code for NLST, forgot to send \r\n in ASCII...
1989-05-27 Rick Adamschange an int to a long for portability
1989-05-27 Rick Adamsadd some missing fclose() in error cases; check for...
1989-05-12 Keith Bosticfile reorg, pathnames.h, paths.h
1989-04-21 Keith Bosticfile system reorganization; pathnames.h
1989-04-21 Mike Karelsretry data connection (SO_REUSEADDR isn't enough);...
1989-04-03 Keith Bosticgrab wtmp path from utmp.h
1989-03-03 Mike Karelsremove restart for network release
1989-03-01 Mike Karelslots of changes, mostly from Rick Adams: implement...
1989-02-15 Rick Adamscorrect spelling of merchantAbility
1989-01-27 Rick Adamsadd ifdef unix in case this gets "ported" to a non...
1989-01-26 Keith Bosticadd SETPROCTITLE define to CFLAGS
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 (resetart); null deref; from...
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-20 Keith Bosticdup stderr, so get error messages from ls
1988-12-17 Keith Bosticuse varargs; lreply only used once, so just handle...
1988-12-17 Keith Bosticglobbing allocation/freeing wrong; bug report 4.3BSD...
1988-12-15 Keith Bosticglobbing allocation/freeing wrong; bug report 4.3BSD...
1988-12-09 Keith Bostictypo...
1988-12-09 Keith Bostictypo in CWD
1988-12-08 Keith Bosticup version from 4 to 5
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-11-01 Keith Bosticcorrect Berkeley copyright
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 Bosticadd logwtmp and popen modules
1988-09-23 Keith Bosticchange to do globbing and call program directly rather...
1988-09-23 Keith Bosticversion 5.7 of popen from the library
1988-09-23 Keith Bosticchange to preserve wtmp file descriptor so can logout...
1988-09-23 Keith Bosticversion 5.2 of logwtmp from the library
1988-09-23 Keith Bosticbreak out logwtmp and popen into separate modules
1988-09-20 Keith Bosticcleanup, add man page
1988-09-20 Keith BosticBerkeley copyright
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-06-03 Keith Bosticnew template
1987-06-01 Keith Bosticadded depend label
1987-05-16 Kirk McKusickftpd remotehelp output columnated improperly (from...
1987-04-24 Steve Jacobsonredo yacc grammer for RNFR and RNTO
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 McKusickadd restriction that user must have a standard shell
1986-05-29 Kirk McKusickreturn error code 530 when user is denied access
1986-05-29 Kirk McKusickalso require user to have a standard shell
1986-05-07 Gregory MinshallRobustly filter telnet commands on the control connection
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-03-08 Gregory Minshallminor changes from Steve Jacobson.
1986-02-19 Sam Lefflercleanup oob code; recv takes char *, SIOCATMARK takes...
1986-02-04 Gregory MinshallSteve Jacoson's changes (from <csvsj@ucbopal>).
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-04-28 Kirk McKusick4.3BSD beta release manual page
1985-04-28 Kirk McKusickmanual page first distributed with 4.2BSD
1985-03-13 Ralph Campbellreturn null in getline() so dologout() is called rather...
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
next