Ito Hiroyuki
|
cecd2afa71
|
replace \0 to make full string visible to user (CVE-2010-2074).
|
2010-07-18 13:43:23 +00:00 |
|
Dai Sato
|
3c7e9b27c1
|
[w3m-dev 04155] fix for minpw.
|
2007-05-23 15:06:05 +00:00 |
|
Dai Sato
|
22d66ca585
|
rewind to 10 Feb 2006.
|
2006-04-07 13:21:11 +00:00 |
|
Dai Sato
|
bc7f9c9026
|
apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006.
|
2006-04-05 14:18:53 +00:00 |
|
Fumitoshi UKAI
|
8dc1127617
|
#include <openssl/...>
suggested by ABE Yuji <cbo46560@pop12.odn.ne.jp>
[w3m-dev 03998] problem about pkg-config check for OpenSSL
* html.h: #include <openssl/...>
* istream.c: ditto
* istream.h: ditto
* url.c: ditto
From: Fumitoshi UKAI <ukai@debian.or.jp>
|
2003-10-20 16:41:56 +00:00 |
|
Fumitoshi UKAI
|
eb5aa3e915
|
add comments
|
2003-09-26 17:59:51 +00:00 |
|
Fumitoshi UKAI
|
8d7f5e6241
|
[w3m-dev 03758] Re: SVR4 signal behavior
* etc.c (reset_signals): use mySignal()
(setup_child): ditto
(myExec): ditto
(mySignal): added, use sigaction if available
* fm.h (TRAP_ON): use mySignal
(TRAP_OFF): ditto
* istream.c (ISclose): ditto
* main.c (sig_chld): ditto
(main): ditto
(do_dump): ditto
(resize_hook): ditto
(resize_handler): ditto
(srchcore): ditto
(readsh): ditto
(SigAlarm): ditto
* proto.h (mySignal): added
* terms.c (error_dump): use mySignal()
(set_int): ditto
(mouse_init): ditto
From: Atsushi YOKOYAMA <yoko-a@cmh.fuchu.toshiba.co.jp>
|
2003-02-18 15:43:23 +00:00 |
|
Fumitoshi UKAI
|
136d8b8115
|
[w3m-dev 03659] Can't download from SSL.
* istream.c (ISfileno): case IST_SSL
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
|
2003-01-20 15:25:29 +00:00 |
|
Fumitoshi UKAI
|
36cadfb0ce
|
[w3m-dev 03653] SourceForge.net: 576032 w3m https crashes with OpenSSL-0.9.7
* istream.c (ssl_check_cert_ident): use sk_GENERAL_NAME_free()
From: Fumitoshi UKAI <ukai@debian.or.jp>
|
2003-01-18 18:40:32 +00:00 |
|
Fumitoshi UKAI
|
f4d6305bdd
|
[w3m-dev 03632] cleanup (don't close connection of news server)
* file.c (loadSomething): remove UFclose nntp:,news:
(loadFile): UFclose
(loadGeneralFile): always UFclose
* html.h (UFclose): only reset when ISclose ==0
* istream.c (ISclose): return int
(ISfileno): flag IST_UNCLOSE
* istream.h (ISclose): return int
(IST_UNCLOSE): added
* news.c (news_close): reset IST_UNCLOSE
(news_open): set IST_UNCLOSE
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
|
2003-01-10 17:06:17 +00:00 |
|
Fumitoshi UKAI
|
c5ec364d23
|
[w3m-dev 03631] display current form item
* form.c (form2str): rewrite
* istream.c (ssl_get_certificate): fix typo
* map.c (follow_map_panel): valign=top
(append_map_info): valign=top
(append_link_info): valign=top
(append_frame_info): <pre_int>
html_quote ssl_certificate
(page_info_panel): rewrite, html_quote
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
|
2003-01-10 16:58:30 +00:00 |
|
Fumitoshi UKAI
|
4ca69fff36
|
[w3m-dev 03595] tolower, toupper
* Str.c (Strlower): TOLOWER
(Strupper): TOUPPER
* backend.c: delete ctype.h
* etc.c (gethtmlcmd): TOLOWER
* file.c (readHeader): TOLOWER
(checkOverWrite): TOLOWER
(guess_charset): TOLOWER
* ftp.c: delete ctype.h
* indep.c (strcasecmp): TOLOWER
(strncasecmp): TOLOWER
(strcasematch): TOLOWER
* istream.c: include myctype.h
(ssl_get_certificate): TOLOWER
* mailcap.c (mailcapMatch): TOLOWER
* main.c (_quitfm): TOLOWER
* menu.c (accesskey_menu): TOLOWER
* mimehead.c: include myctype.h
(decodeWord): TOUPPER
* mktable.c: delete ctype.h, include myctype.h
(main): IS_SPACE
* myctype.h: delete ctype.h
(TOLOWER): added
(TOUPPER): added
* parsetagx.c (parse_tag): TOLOWER
* rc.c (str_to_bool): TOLOWER
(str_to_color): TOLOWER
* regex.c: delete ctype.h, include myctype.h
(TOLOWER): added
(TOUPPER): added
(regmatch1): TOLOWER
(matchWhich): TOLOWER, TOUPPER
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
|
2002-12-24 17:20:45 +00:00 |
|
Fumitoshi UKAI
|
d4214f39a6
|
Re: [w3m-dev 03320] Re: Passwords
* etc.c (dir_under): same path is ok
* file.c (loadGeneralFile): if missing, return NULL
ssl cert already checked
* html.h (URLFILE): add ssl_certificate
* istream.c (ssl_get_certificate): change args
* istream.h (ssl_get_certificate): ditto
* url.c (openSSLHandle): add p_cert
ssl certificate check here
(HTTPrequest): auth_cookie fix
From: AIDA Shinra <aida-s@jcom.home.ne.jp>
|
2002-09-28 16:30:07 +00:00 |
|
Fumitoshi UKAI
|
c0d15a79a9
|
fix indent
|
2002-02-07 14:02:12 +00:00 |
|
Fumitoshi UKAI
|
c4dbac6c2c
|
[w3m-dev 03005] fix Bad cert ident
* istream.c (ssl_match_cert_ident): added
* istream.c (ssl_check_cert_ident): use ssl_match_cert_ident()
From: Fumitoshi UKAI <ukai@debian.or.jp>
|
2002-02-06 17:24:14 +00:00 |
|
Fumitoshi UKAI
|
05af6d32e6
|
[w3m-dev 02933] segmentation fault when w3m -dump https:
* file.c (readHeader): use inputAnswer()
* file.c (getAuthCookie): remove term_cbreak()
* file.c (checkOverWrite): use inputAnswer()
* file.c (inputAnswer): added
* istream.c (ssl_get_certificate): use inputAnswer()
* main.c (qquitfm): change prompt
* proto.h (inputAnswer): added
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
|
2002-01-30 15:08:48 +00:00 |
|
Fumitoshi UKAI
|
9de0a515bc
|
[w3m-dev 02829]
From: Fumitoshi UKAI <ukai@debian.or.jp>
|
2002-01-12 13:33:47 +00:00 |
|
Fumitoshi UKAI
|
44ca7f4423
|
[w3m-dev 02772]
From: Fumitoshi UKAI <ukai@debian.or.jp>
|
2001-12-27 18:22:59 +00:00 |
|
Fumitoshi UKAI
|
13eb03f6ba
|
[w3m-dev 02750]
From: Fumitoshi UKAI <ukai@debian.or.jp>
|
2001-12-26 18:46:33 +00:00 |
|
Fumitoshi UKAI
|
2b86b4b794
|
RFC2818 server identity check update
|
2001-12-26 12:58:49 +00:00 |
|
Fumitoshi UKAI
|
f67501a12a
|
[w3m-dev 02743] RFC2818 server identity check
From: Fumitoshi UKAI <ukai@debian.or.jp>
|
2001-12-26 12:18:06 +00:00 |
|
Fumitoshi UKAI
|
975c8f9d43
|
run make indent
|
2001-11-24 02:01:26 +00:00 |
|
Fumitoshi UKAI
|
b30a4fc9ee
|
remove gcc warnings
|
2001-11-20 08:15:22 +00:00 |
|
Fumitoshi UKAI
|
3a391ef6c2
|
follow autoconf conventions, #include cleanups
|
2001-11-16 22:02:00 +00:00 |
|
Akinori Ito
|
85da7ee692
|
Update to w3m-0.2.1-inu-1.6.
|
2001-11-15 00:32:13 +00:00 |
|
Akinori Ito
|
6c63633545
|
Updates from 0.2.1 into 0.2.1-inu-1.5
|
2001-11-09 04:59:17 +00:00 |
|
Akinori Ito
|
68a07bf03b
|
Initial revision
|
2001-11-08 05:14:08 +00:00 |
|