summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/cmdtab.c
AgeCommit message (Expand)Author
2023-02-25Add option sslnoverify to control validation of SSL certificates.mlelstv
2012-12-22document https support, mentioning certificates are not validated, and obeychristos
2009-04-12Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare).lukem
2008-09-30update copyrightslukem
2008-05-10Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and...skd
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-04-11Revert rename of "debug" command from "ftp_debug" back to "debug".lukem
2006-01-31rename debug to ftp_debug. grr libssh.christos
2005-06-09copyright maintenancelukem
2005-04-11gratuitous whitespace cleanup (before someone else jumps the gun...)lukem
2004-07-15Fix bug in Christos' recent cleanup which broke the "help" and "rhelp" commands.lukem
2004-06-06Save approximately 8K by not including http authentication, extended statuschristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-07-29Improve description of help text for "passive".lukem
2000-11-15- implement "mreget"; as per "mget" but uses "reget" instead of "get"lukem
2000-09-14since everything else here uses ANSI C, we might as well replace __STRING()lukem
2000-07-28rename "opts" to "remopts", so people used to "o host" don't get bitten...lukem
2000-07-18add support for FEAT and OPTS commands with `features' and `opts'.lukem
2000-05-01* Add support for `fget localfile', which reads a list of filenames tolukem
1999-11-12- implement `set rprompt'; right side version of `set prompt'. depends onlukem
1999-11-11- implement updateremotepwd(); update the global variable `remotepwd'lukem
1999-10-24new features:lukem
1999-10-05add TNFi copyright to all files i've done more than a minor amount of work to...lukem
1999-10-05enhancments from Marc Horowitz <marc@mit.edu> to improve connection timeouts:lukem
1999-10-01* newer takes an optional second arg, so document thislukem
1999-09-28* add new commands:lukem
1999-09-27* idle(): rename to idlecmd(). certain linux distributions have an incompatiblelukem
1999-09-22* add support for `xferbuf', which sets both `sndbuf' and `rcvbuf'lukem
1999-07-11add epsv4 command, which enable/disable the use of EPSV/EPRT.itojun
1999-07-02add dual-stack (IPv4/v6) support. hope I broke no other part...itojun
1999-06-29[fear this; more ftp hacking from lukem :-]lukem
1999-06-24include <signal.h> explicitly! we use sig_t extern.h, and we cannotchristos
1999-06-20split the "SMALL" #ifdefs into ones for NO_ABOUT, NO_EDITCOMPLETE, andcgd
1999-03-08whitespace & copyright fixeslukem
1998-07-26* spell `retrieved' correctly!lukem
1998-07-10Add "sndbuf" and "rcvbuf" commands for setting the socket buffer sizes,thorpej
1997-08-18bugs fixed:lukem
1997-07-20* use RCSID() && COPYRIGHT() macroslukem
1997-04-05* support $ftp_proxy for ftp:// transfers [bin/3245]lukem
1997-03-14SMALLFTP->SMALL; remove SMALL from Makefilechristos
1997-03-13Features:lukem
1997-01-19New features:lukem
1997-01-09RCS ID policetls
1996-12-06functionality mods:lukem
1996-11-28More features, some of which were inspired by changes thatlukem
1996-11-25Correct the connecthelp info. This is really ftp, not tftp.fvdl
1996-11-25cleanups/bugfixes:lukem
1995-09-08Sync with 4.4lite2tls
1994-08-29Add RCS ids.mycroft
1994-08-25passive mode support, from David Carrel <carrel@cisco.com>, and cleanedcgd