summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/lynx/WWW (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delinked from tree, now it goes to the bit bucketderaadt2014-07-23104-75294/+0
|
* update to lynx 2.8.8rel2, keeping local changes. primarily to get thesedaniel2014-07-0969-3052/+3861
| | | | | | | | | | | | | changes from 2.8.8dev.16: * fix most issues found by clang 3.2 analyze * fix most issues found by Coverity scan tested on i386, sparc64, and macppc by myself. tested on vax by miod@ (including https) helpful discussion with avsm@, sthen@ ok deraadt@
* update to lynx2.8.7rel.2, with local patches:avsm2011-07-2253-3862/+17296
| | | | | | | | | | | - restore local lynx.cfg settings [avsm] - fix makefile races [espie] - read/write result checking fixes to avoid unsigned comparisons vs -1 [krw] - initialize all the InputFieldData members correctly [fgsch] - fix socklen_t test to include <sys/types.h> [miod] - fgets(3) returns NULL on error, not 0. No functional change [cloder] ok krw@, tests by Simon Kuhnle and Martin Pieuchot
* Fix the "SSL error:host(blah)!=cert(*.blah)-Continue? (y)" error when goingfgsch2010-11-191-4/+69
| | | | | to sites using wildcard certs (i.e. github.com). Adapted from lynx 2.8.7. deraadt@ ok.
* reapply from mainline lynx, fix lost after local update. Okay deraadt.pirofti2009-12-021-0/+1
| | | | | | | 2008-04-27 (2.8.7dev.9) * pass a newline after the start of PRE-section in HTGopher.c to force the first newline between records to be seen and cause the lines to split (report by Ciprian Dorin Craciun) -TD
* Update to lynx-2.8.6.rel5, with our local patches maintained where relevant.avsm2009-05-3191-25227/+25831
| | | | | | | tests from miod@ sthen@ jmc@ jsing@ two additional fixes from miod: - fix uninitialized stack variable use, leading to occasional crash. - modify the socklen_t test to include <sys/types.h>, fixes gcc2 build failures
* from mainline lynx; passed to us by bulibuta@sdf.lonestar.orgderaadt2008-09-301-0/+1
| | | | | | | 2008-04-27 (2.8.7dev.9) * pass a newline after the start of PRE-section in HTGopher.c to force the first newline between records to be seen and cause the lines to split (report by Ciprian Dorin Craciun) -TD
* make lynx(1) to use arc4random(4) instead of other random functions;robert2005-11-271-0/+2
| | | | | avoid a segfault by checking the value of TAB TO; from Alexey Dobriyan <adobriyan@gmail.com>; pushed by deraadt@
* update to lynx2.8.5rel.4; fixes CAN-2005-3120 among other things.fgsch2005-11-044-108/+76
| | | | prompted by naddy@, cloder@ ok.
* sync with lynx 2.8.5.rel2 which fixes a few minor bugs (null pointer checks,avsm2004-06-222-1/+9
| | | | progress bar with very slow connections)
* update to lynx 2.8.5rel.1avsm2004-06-2292-5673/+4485
| | | | tested todd@,naddy@. millert@ deraadt@ ok
* Stop the madness, though shalt not pass FD_SETSIZE as the first param tomillert2003-08-121-4/+4
| | | | select(2) needlessly. deraadt@ OK
* multiple readlink() calls that forgot the -1...vincent2003-05-081-1/+1
| | | | ok millert
* Re-include a patch missed in the recent upgrade:avsm2003-05-072-3/+18
| | | | | | When passive FTP fails, switch to active FTP and try again Submitted by Andrew Basterfield <bob@cemetery.homeunix.org>
* Update to lynx-2.8.4-rel1, patchset d, now with IPv6 as wellavsm2003-05-0175-4905/+8952
| | | | | | | | | | | | | | | | 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
* replace an unbounded fscanf with an fgetsavsm2003-04-221-2/+5
| | | | suggested by and ok millert@
* spellingderaadt2003-01-041-1/+1
|
* Fix URL CRLF Injection bug.margarida2002-11-252-10/+61
| | | | | | | | | | | | | | | -- 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
* default to passive, upgrade to active as needed; Andrew Basterfieldderaadt2002-06-052-4/+19
| | | | list@lostgeneration.freeserve.co.uk
* Passive ftp support from newer lynx sources. To enable it, seefgsch2000-11-071-48/+19
| | | | FTP_PASSIVE in lynx.cfg.
* a little bit of glue to call openssl; mark@moxienet.comderaadt2000-04-214-0/+438
|
* Upgrade to Lynx 2.8.2. -mojmaja2000-03-25141-15532/+11331
|
* simple fixes for buffer overflows in telnet:// tn3270:// and rlogin:// and a fix for stupid handling of username for rlogin:// (which is passed to system()...)art1998-11-161-5/+4
|
* Lynx 2.8maja1998-03-11147-0/+61252