#
40542d6f |
| 28-Jun-2023 |
op <op@openbsd.org> |
revert makefile change included by mistake in previous
|
#
1ff56c59 |
| 28-Jun-2023 |
op <op@openbsd.org> |
drop needless strcspn in the header parsing
since fetch.c revision 1.211, ftp removes trailingwhitespaces early so there's no need to re-do that when parsing a header.
while here, remove an unused
drop needless strcspn in the header parsing
since fetch.c revision 1.211, ftp removes trailingwhitespaces early so there's no need to re-do that when parsing a header.
while here, remove an unused variable too.
ok tb, millert
show more ...
|
#
bb1c3b3f |
| 16-Feb-2021 |
naddy <naddy@openbsd.org> |
make use of getline(3) in ftp(1)
Replace fparseln(3) with getline(3). This removes the only use of libutil.a(fparseln.o) from the ramdisk. Replace a complicated fgetln(3) idiom with the much simple
make use of getline(3) in ftp(1)
Replace fparseln(3) with getline(3). This removes the only use of libutil.a(fparseln.o) from the ramdisk. Replace a complicated fgetln(3) idiom with the much simpler getline(3).
ok jca@
show more ...
|
#
bb8875b8 |
| 27-Jan-2021 |
sthen <sthen@openbsd.org> |
update comment, SMALL was split into SMALL and NOSSL
|
#
bfd817ad |
| 16-May-2019 |
florian <florian@openbsd.org> |
Revert suni'ls ftp rewrite for now. We are juggling too many things at the moment and we can't deal with the differences in behaviour right now.
|
#
d9fff481 |
| 12-May-2019 |
jasper <jasper@openbsd.org> |
add rcs ids
|
#
60f30816 |
| 12-May-2019 |
kmos <kmos@openbsd.org> |
Move us from old ftp(1) to Sunil's new ftp(1). The necessary modifications have been made to make it behave. Any new misbehaviors can be fixed in tree.
OK florian@ deraadt@ "Have you committed ftp y
Move us from old ftp(1) to Sunil's new ftp(1). The necessary modifications have been made to make it behave. Any new misbehaviors can be fixed in tree.
OK florian@ deraadt@ "Have you committed ftp yet?"
show more ...
|
#
bfc79785 |
| 06-May-2016 |
jca <jca@openbsd.org> |
Remove #ifdef INET6 bits, missed in a commit earlier this week
This probably broke passive FTP on IPv6 and [ip::v6]:port syntax in RAMDISK ftp(1), sorry about that.
The diff was initially ok miller
Remove #ifdef INET6 bits, missed in a commit earlier this week
This probably broke passive FTP on IPv6 and [ip::v6]:port syntax in RAMDISK ftp(1), sorry about that.
The diff was initially ok millert@
show more ...
|
#
fab1d31e |
| 12-Oct-2015 |
deraadt <deraadt@openbsd.org> |
ftp(1) was static for years, as a recovery seatbelt. These days reliability has improved, and other repair methods are easier from bsd.rd or whatnot. As a static binary ftp has limited ASLR, yet it
ftp(1) was static for years, as a recovery seatbelt. These days reliability has improved, and other repair methods are easier from bsd.rd or whatnot. As a static binary ftp has limited ASLR, yet it has 7 libraries... Making it non-static means the ASLR picture improves. Let's see who moans first. ok miod daniel
show more ...
|
#
9391f203 |
| 09-Feb-2015 |
tedu <tedu@openbsd.org> |
various defines always exist, so delete the ifdef test. the socks support seems to be dead, since there are no other references. also, redeclaring a standard function? that's a no-no. custom compiles
various defines always exist, so delete the ifdef test. the socks support seems to be dead, since there are no other references. also, redeclaring a standard function? that's a no-no. custom compiles with gate-ftp servers don't need to be supported either. ok deraadt
show more ...
|
#
61acca5f |
| 31-Oct-2014 |
jsing <jsing@openbsd.org> |
Update ftp(1) to use libtls instead of libressl.
|
#
d7d58164 |
| 14-Jul-2014 |
jsing <jsing@openbsd.org> |
Convert ftp(1) to libressl, rather than rolling in^W^Whand rolling libssl.
ok beck@ deraadt@
|
#
b8ff3e6e |
| 05-May-2009 |
martynas <martynas@openbsd.org> |
make it clean removing the ifdef SMALL maze. separate cmds and small stuff. make it a fetcher. shrinks quite a bit agreed by millert@, krw@ ok theo, sthen@
|
#
6a923f3e |
| 05-Jan-2009 |
martynas <martynas@openbsd.org> |
since socks5 has been removed from ports recently, switch ftp to dante instead. "makes sense" sthen@, ajacoutot@, "no objections" millert@; "i agree" jakob@. tested by Simon Kuhnle and myself
|
#
77b8954d |
| 08-Jul-2008 |
martynas <martynas@openbsd.org> |
- add support for recursive transfers (but not for floppies), e.g. 'mget -cr 4.*' would recursively fetch (-r), and resume the previous transfers (-c) of 4.X release directories uses local matching (
- add support for recursive transfers (but not for floppies), e.g. 'mget -cr 4.*' would recursively fetch (-r), and resume the previous transfers (-c) of 4.X release directories uses local matching (fnmatch), but only for recursive transfers. current behavior is not changed in any way. - while here, ifndef SMALL debugging stuff, this saves some space, for floppies - some debugging code was enabled for non-debugging mode, checks assume debug is set to zero, but it's not initially set - all "Confirm with" prompts are forced, remove redundant argument - fix usage: -C and -c are not available for SMALL
discussed a year ago w/ pyr@ looks good to millert@ previous version looked good to pyr@ man page tweaks & ok jmc@
show more ...
|
#
e7c4842a |
| 13-Jun-2007 |
pyr <pyr@openbsd.org> |
Enable cookie support. This allows parsing of netscape-like cookie jars and sending of appropriate cookies. No retrieval of new cookies is done. Careful review and lots of input by millert and ray.
Enable cookie support. This allows parsing of netscape-like cookie jars and sending of appropriate cookies. No retrieval of new cookies is done. Careful review and lots of input by millert and ray.
ok millert@, ray@
show more ...
|
#
349a6152 |
| 16-May-2006 |
deraadt <deraadt@openbsd.org> |
https URL support; rototilled by a few people including me; originally from Rainer_Giedat@genua.de
|
#
ceb459c7 |
| 20-Nov-2003 |
tedu <tedu@openbsd.org> |
build statically, to ease disaster recovery in some situations. ok david@ grange@ henning@ ian@ jakob@ lebel@ markus@ and possibly a few others.
|
#
51864925 |
| 08-Nov-2002 |
fgsch <fgsch@openbsd.org> |
http redirect support; adapted from NetBSD.
|
#
3445cc36 |
| 07-Sep-2000 |
todd <todd@openbsd.org> |
bogus comment police
|
#
ff60459d |
| 03-Sep-2000 |
espie <espie@openbsd.org> |
Boring... Add :L modifier to all tweakable variables tests.
Closes PR 1246
|
#
a4d62a34 |
| 08-Dec-1999 |
itojun <itojun@openbsd.org> |
ftp(1) from KAME, should be good for testing.
|
#
132ab06f |
| 24-Jul-1998 |
millert <millert@openbsd.org> |
-lcurses, not termcap/termlib
|
#
082f4f14 |
| 02-Oct-1997 |
imp <imp@openbsd.org> |
Fix CFLAGS in SOCKS case, and automatically use USE_SOCKS to compile socks in
|
#
e189ddde |
| 21-Sep-1997 |
deraadt <deraadt@openbsd.org> |
$OpenBSD$
|