aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ftp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-031-15/+6
* On behalf of my mentor, MFC an improved[*] version of revision 1.19 ofJuli Mallett2002-06-261-6/+15
* MFC: 1.8; make completion work with filenames containing spaces.Ian Dowse2001-11-251-2/+7
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-3/+3
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-8/+8
* MFC: 1.15: small typo on debug message.Daniel C. Sobral2001-06-291-1/+1
* MFC (rev.1.14: don't follow the null pointer went the server sends anBruce Evans2001-04-061-5/+7
* MFC: r1.32, 1.33: remove extraneous extern, update includesKris Kennaway2001-03-041-2/+1
* MFC: (rev 1.15) Do not call freeaddrinfo(res0) twice.Ruslan Ermilov2001-01-311-0/+1
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-7/+7
* MFC: clarify dir/ls/nlist commands.Ben Smithurst2000-07-121-18/+30
* MFC: -Wall cleanup, `gateport' type fix.Ruslan Ermilov2000-06-245-12/+16
* MFC: (rev 1.17) Get rid of segfault in a `site %s' case.Ruslan Ermilov2000-06-231-1/+1
* MFC: Fix cut-n-paste error (rev 1.27)Stefan Eßer2000-06-201-1/+1
* MFC: Make sure to use native IPv4 address, even if getaddrinfo()Hajimu UMEMOTO2000-06-173-0/+37
* MFC: Mention about -4 and -6 options.Hajimu UMEMOTO2000-06-141-1/+9
* MFC: Don't pass scope-id to EPRT command.Hajimu UMEMOTO2000-06-031-1/+1
* MFC: Replace isurl() with isipv6addr().Hajimu UMEMOTO2000-06-033-1/+32
* MFC: no -g in CFLAGSChris Piazza2000-05-161-1/+1
* Fix whitepace in the arguments of two Xr macros.Sheldon Hearn2000-03-101-2/+2
* ftp(1)'s default pager is "more", not "less", as documented.Nik Clayton2000-03-071-1/+1
* Previous fix was incomplete and has problem in reverse lookup failed dest,Yoshinobu Inoue2000-02-281-3/+2
* Correctly print out "Connected to" hostname.Yoshinobu Inoue2000-02-241-4/+3
* Fix several problems with EPSV (verbosity, one-per-session, missing place)Andrey A. Chernov2000-02-213-6/+14
* Removed bogus line.Yoshinobu Inoue2000-02-191-1/+0
* Don't try EPSV once it failed.Yoshinobu Inoue2000-02-181-5/+12
* Add -4 and -6 options.Yoshinobu Inoue2000-02-154-5/+16
* Add more dual stack consideration.Yoshinobu Inoue2000-02-124-16/+71
* Fix parsing problems.Yoshinobu Inoue2000-02-122-3/+31
* Fix several bogus bugsYoshinobu Inoue2000-02-123-5/+10
* Let ftp command use only PORT(no EPRT) for IPv4 destination.Yoshinobu Inoue2000-02-091-1/+0
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-278-182/+463
* Revert the change from memset() to bzero(), since bzero() is simplySheldon Hearn2000-01-201-1/+1
* Correctly parse broken MDTM responses from servers which formatSheldon Hearn2000-01-181-16/+36
* Remove all \n from __COPYRIGHT(...) string - assembler can't parse themAndrey A. Chernov1999-09-121-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2814-22/+22
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-3/+4
* Reverse the FTP_PASSIVE_MODE check, so it checks for "is not NO" ratherDag-Erling Smørgrav1999-07-032-7/+8
* Document that FTP_PASSIVE_MODE should be explicitlyRuslan Ermilov1999-07-011-2/+4
* retreived -> retrievedKris Kennaway1999-06-301-3/+3
* - add "-s src_addr" option to allow setting of the source IP address;Ruslan Ermilov1999-06-257-75/+108
* Separate the pftp and FTP_PASSIVE_MODE tests so gate mode works again.Dag-Erling Smørgrav1999-06-071-4/+7
* Better error checking.Eivind Eklund1998-12-091-3/+4
* fd_set is documented to be a typedef, not a struct. Conform moreWarner Losh1998-07-262-11/+9
* 'remaining' must be declared off_t instead of int to avoid FPE when the size ofJean-Marc Zucconi1998-07-191-4/+5
* Don't assume that hp->h_lenght == 4. Be conservative in its use.Warner Losh1998-06-091-8/+9
* Fix a few minor typos and style nits.Steve Price1998-03-011-7/+7
* Cleanup code so that long lines to be quoted don't get truncated.Steve Price1998-02-141-13/+11
* Don't print garbage when user enters EOF at name prompt.Paul Traina1998-02-031-3/+4