| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
| |
to sites using wildcard certs (i.e. github.com). Adapted from lynx 2.8.7.
deraadt@ ok.
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
avoid a segfault by checking the value of TAB TO;
from Alexey Dobriyan <adobriyan@gmail.com>; pushed by deraadt@
|
| |
|
|
| |
prompted by naddy@, cloder@ ok.
|
| |
|
|
| |
progress bar with very slow connections)
|
| |
|
|
| |
tested todd@,naddy@. millert@ deraadt@ ok
|
| |
|
|
| |
select(2) needlessly. deraadt@ OK
|
| |
|
|
| |
ok millert
|
| |
|
|
|
|
| |
When passive FTP fails, switch to active FTP and try again
Submitted by Andrew Basterfield <bob@cemetery.homeunix.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
suggested by and ok millert@
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
--
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
|
| |
|
|
| |
list@lostgeneration.freeserve.co.uk
|
| |
|
|
| |
FTP_PASSIVE in lynx.cfg.
|
| | |
|
| | |
|
| | |
|
| |
|