| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
| |
leave gopher, news, and dired in place for now. but we will soon catch up
to the security level of internet explorer 7 by removing these too.
ok's for the version of this diff that removes even more protocols from
deraadt@, tedu@. general support from other devs.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
| |
|
|
| |
ok deraadt@, sthen@
|
| |
|
|
|
| |
more comfortable.
Reminded by brad@
|
| |
|
|
|
|
|
|
|
|
| |
libcompat isn't needed; configure checks for the presence of cuserid()
and ftime() and the build copes well with the absence of either.
ftime() would only ever be used if gettimeofday() wasn't available,
and cuserid() is replaced by getlogin() but that code branch is not
reached anyway.
ok sthen@ jca@ deraadt@
|
| | |
|
| |
|
|
| |
ok miod@
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
| |
discussed with lots of people, tested by naddy@,
"move fast" deraadt@
|
| |
|
|
|
|
| |
From Patrick Keshishian, thanks! Fix found upstream as well.
Okay miod@. fgs@ seemed to agree.
|
| |
|
|
|
| |
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
|
| |
|
|
|
| |
going for example to http://thawte.com/.
deraadt@ otto@ ok
|
| |
|
|
| |
and remove the patch from configure so we don't need to worry in the future.
|
| |
|
|
| |
deraadt@ ok
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
-1.
ok henning@ beck@ ray@
|
| |
|
|
| |
okay millert@
|
| |
|
|
|
|
|
|
| |
This also fixes an `&&' that was supposed to be an `&'.
Reported by Alexey Dobriyan <adobriyan at gmail dot com>.
``I like it'' otto@.
|
| |
|
|
|
|
|
|
|
| |
or TMP are set to nonexistent directories.
Fixes PR 5247, reported by Marcus Popp <mpopp at paranoidbsd dot
org>
OK millert@, jaredy@, and improvement by moritz@.
|
| |
|
|
|
| |
the code easier to read.
OK deraadt
|
| |
|
|
| |
Reported by Alexey Dobriyan. ok miod@
|
| |
|
|
|
| |
avoid a segfault by checking the value of TAB TO;
from Alexey Dobriyan <adobriyan@gmail.com>; pushed by deraadt@
|
| |
|
|
| |
prompted by naddy@, cloder@ ok.
|
| |
|
|
| |
ok kettenis@
|
| |
|
|
| |
OK deraadt@
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
the machine architecture. We now output amd64 instead
of x86_64 as it should be.
ok deraadt@ pvalchev@
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
lynx while parsing pages such as:
http://lcamtuf.coredump.cx/mangleme/gallery/lynx_die1.html
Submitted by: Thorsten Glaser <tg at 66h.42h.de>
|
| |
|
|
| |
ok deraadt@
|
| | |
|
| |
|
|
| |
ok deraadt@
|
| | |
|
| |
|
|
| |
progress bar with very slow connections)
|
| | |
|
| |
|
|
| |
tested todd@,naddy@. millert@ deraadt@ ok
|
| | |
|
| |
|
|
| |
least ANSI_VARARGS deep inside the configure. Sorry -- try again.
|
| | |
|
| |
|
|
| |
ok deraadt@, millert@, krw@ - mdoc ok jmc@
|
| | |
|
| |
|
|
| |
select(2) needlessly. deraadt@ OK
|