summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/lynx
AgeCommit message (Collapse)Author
2003-08-12Stop the madness, though shalt not pass FD_SETSIZE as the first param toTodd C. Miller
select(2) needlessly. deraadt@ OK
2003-05-17no need for O0 on hppa anymoreMichael Shalayeff
2003-05-08multiple readlink() calls that forgot the -1...Vincent Labrecque
ok millert
2003-05-07Re-include a patch missed in the recent upgrade:Anil Madhavapeddy
When passive FTP fails, switch to active FTP and try again Submitted by Andrew Basterfield <bob@cemetery.homeunix.org>
2003-05-01Update to lynx-2.8.4-rel1, patchset d, now with IPv6 as wellAnil Madhavapeddy
Local patches we maintain to the distribution are: - replace unbounded fscanf with fgets (avsm) - spelling fixes (deraadt) - hppa -O0 workaround (mickey) - default to ftp passive (deraadt) - work with non-exec scripts (deraadt,hin,maja) - be more careful with rlogin username (art) - default to our webpage (deraadt) - install helpfiles locally (maja) - mkdtemp temp space directory (art) - install more recent config.guess (avsm) Tested by beck,millert,grange,fries,miod and others, deraadt@ ok
2003-04-22replace an unbounded fscanf with an fgetsAnil Madhavapeddy
suggested by and ok millert@
2003-01-04spellingTheo de Raadt
2002-12-19build LYMainLoop.o -O0 as a workaround for gcc on hppaMichael Shalayeff
2002-11-25Fix URL CRLF Injection bug.margarida
-- A CRLF injection vulnerability has been reported for Lynx that may allow an attacker to include extra HTTP headers when viewing web pages. If Lynx is called from the command line, carriage return and line feed (CRLF) characters may be included in the specified URL. These characters are not escaped when the input is used to construct a HTTP request. URL: http://www.flora.org/lynx-dev/html/month082002/msg00211.html henning@ fgs@ pjanzen@ pvalchev@ ok
2002-06-05default to passive, upgrade to active as needed; Andrew BasterfieldTheo de Raadt
list@lostgeneration.freeserve.co.uk
2001-09-01config changes to tell configure that macppc is a powerpc. Fixes thisDale Rahn
issue for mvmeppc at the same time.
2001-04-09Don't use config.cache as a dependency as it breaks GLOBAL_AUTOCONF_CACHETodd C. Miller
(and there is no rule to generate it anyway).
2000-11-07Passive ftp support from newer lynx sources. To enable it, seeFederico G. Schwindt
FTP_PASSIVE in lynx.cfg.
2000-07-31Don't try to pass GNUCFLAGS over to submakes, wrecks havok with POSIX makeMarc Espie
rules.
2000-06-28integrate USE_SSL into real settings; wd@ics.nara-wu.ac.jpTheo de Raadt
2000-05-01Make it compile even if exec-permissions are missing on cfg_defs.shHans Insulander
and cfg_edit.sh. Work by maja@, ok deraadt@
2000-04-30disable GLOBAL_AUTOCONF_CACHE for the moment, since it doesn't work. Noticed ↵Mats O Jansson
by millert@. -moj
2000-04-30code missed when upgraded to 2.8.2. -mojMats O Jansson
2000-04-21a little bit of glue to call openssl; mark@moxienet.comTheo de Raadt
2000-03-25Upgrade to Lynx 2.8.2. -mojMats O Jansson
1999-12-21strip lynx before installation.Federico G. Schwindt
1999-06-07move CC, CCX, and COPTS forward; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-04-20cleanup if -dump is called; markus.friedl@fau.deTheo de Raadt
1998-12-21cheaper select() callTheo de Raadt
1998-12-05NOMAN fixeskstailey
1998-11-16simple fixes for buffer overflows in telnet:// tn3270:// and rlogin:// and a ↵Artur Grabowski
fix for stupid handling of username for rlogin:// (which is passed to system()...)
1998-10-28mkdtemp a directory where Lynx puts all it's temporary files.Artur Grabowski
Fixing creation of all temp files would involve rewriting Lynx.
1998-10-18set PATH before running configure since we can't rely on the user's path ↵Todd C. Miller
being sane
1998-05-06Don't overflow on long mailto:-tags.Artur Grabowski
1998-04-02this should be updated to new autoconf one of these days.Theo de Raadt
In the meantime, we are cpu-unknown-openbsd2.3
1998-03-14install helpfiles in locally. -mojMats O Jansson
1998-03-11support non-executable shell scriptsTheo de Raadt
1998-03-11default to our web pageTheo de Raadt
1998-03-11support non-executable shell scriptsTheo de Raadt
1998-03-11make it work in our world... -mojMats O Jansson
1998-03-11Lynx 2.8Mats O Jansson