Fumitoshi UKAI d02cc0c7de [w3m-dev 04064] authentication
closes: Bug#:244029: w3m: HTTP basic authentication annoyance
* fm.h (auth_cookie): deleted
* proto.h (find_auth_cookie): deleted
	(add_auth_cookie): deleted
	(add_auth_user_passwd): added
	(invalidate_auth_user_passwd): added
* etc.c (auth_pass): add bad flag
		delete file
	(dir_under): deleted
	(add_auth_pass_entry): add override flag
		no need to check file
	(find_auth_pass_entry): delete file
		check bad flag
		check uname
	(find_auth_user_passwd): find by pu->user
	(add_auth_user_passwd): added
	(invalidate_auth_user_passwd): added
	(parsePasswd): add no override
		ignore file
	(find_auth): deleted
	(find_auth_cookie): deleted
	(dump_auth_cookie): deleted
	(add_auth_cookie): deleted
* file.c (getAuthCookie): add *uname, *pwd
		rewrite
	(loadGeneralFile): delete ss, add uname, pwd
		use add_auth_user_passwd instead of add_auth_cookie
* url.c (HTTPrequest): don't authorization here
		it should be done in getAuthCookie in loadGeneralFile
		through extra_header
* ftp.c (openFTPStream): add uname
		use find_auth_user_passwd instead of find_auth_cookie
		use add_auth_user_passwd instead of add_auth_cookie
2004-04-16 18:47:18 +00:00
2004-03-21 16:50:35 +00:00
2004-03-21 16:50:35 +00:00
2004-04-09 17:18:48 +00:00
2003-09-22 21:02:15 +00:00
2002-10-29 14:28:30 +00:00
2004-04-09 17:18:48 +00:00
2003-09-23 18:42:24 +00:00
2003-09-26 17:59:51 +00:00
2003-09-22 21:02:15 +00:00
2003-09-26 17:59:51 +00:00
2004-04-16 18:47:18 +00:00
2003-09-22 21:02:15 +00:00
2003-03-09 19:40:02 +00:00
2004-04-09 17:18:48 +00:00
2003-09-23 18:42:24 +00:00
2003-03-09 19:40:02 +00:00
2004-04-05 01:19:44 +00:00
2003-09-26 17:59:51 +00:00
2003-09-22 21:02:15 +00:00
2003-09-26 17:59:51 +00:00
2003-09-24 18:48:58 +00:00
2001-11-24 02:01:26 +00:00
2004-04-16 18:47:18 +00:00
2004-04-16 18:47:18 +00:00
2004-04-16 18:47:18 +00:00
2003-09-22 21:02:15 +00:00
2003-09-26 17:59:51 +00:00
2003-01-25 17:42:17 +00:00
2004-04-16 18:47:18 +00:00
2003-09-26 17:59:51 +00:00
2002-12-03 16:01:14 +00:00
2001-11-08 05:14:08 +00:00
2001-11-08 05:14:08 +00:00
2001-11-08 05:14:08 +00:00
2003-04-07 16:27:09 +00:00
2003-09-24 18:48:58 +00:00
2003-09-26 17:59:51 +00:00
2002-01-26 17:24:01 +00:00
2003-09-26 20:48:21 +00:00
2003-10-20 16:41:56 +00:00
2003-07-07 15:49:03 +00:00
2004-04-09 17:18:48 +00:00
2003-09-22 21:02:15 +00:00
2002-01-31 18:28:24 +00:00
2002-11-06 15:09:16 +00:00
2001-11-24 02:01:26 +00:00
2003-10-20 16:41:56 +00:00
2003-10-20 16:41:56 +00:00
2002-12-13 03:02:03 +00:00
2003-09-26 17:59:51 +00:00
2003-09-26 17:59:51 +00:00
2001-11-20 17:49:23 +00:00
2004-04-09 17:18:48 +00:00
2003-09-24 18:48:58 +00:00
2003-04-07 16:27:09 +00:00
2002-07-18 14:59:02 +00:00
2001-11-20 17:49:23 +00:00
2003-10-05 18:52:50 +00:00
2003-09-23 18:42:24 +00:00
2003-09-22 21:02:15 +00:00
2003-09-22 21:02:15 +00:00
2003-09-22 21:02:15 +00:00
2004-03-21 16:50:35 +00:00
2003-10-05 18:52:50 +00:00
2001-11-20 17:49:23 +00:00
2001-11-20 17:49:23 +00:00
2001-11-24 02:01:26 +00:00
2003-09-25 18:15:47 +00:00
2004-04-16 18:47:18 +00:00
2004-03-22 17:20:16 +00:00
2001-11-08 05:14:08 +00:00
2003-09-24 18:48:58 +00:00
2003-09-22 21:02:15 +00:00
2001-11-24 02:01:26 +00:00
2002-12-24 17:20:45 +00:00
2003-01-20 15:30:18 +00:00
2003-09-22 21:02:15 +00:00
2004-01-09 15:46:49 +00:00
2003-09-22 21:02:15 +00:00
2003-09-22 21:02:15 +00:00
2003-09-22 21:02:15 +00:00
2003-04-07 16:27:09 +00:00
2004-04-04 16:47:20 +00:00
2004-04-16 18:47:18 +00:00
2004-03-21 18:40:23 +00:00
2003-09-23 18:42:24 +00:00
2003-07-13 16:20:42 +00:00

If you can read English, see doc/*.
If you can read Japanese, see doc-jp/*.
If you can read both, read both and correct English. :-)
Description
A modernized fork of w3m with next and previous heading and form navigation.b
Readme 13 MiB
Languages
C 60.9%
HTML 13.4%
Roff 12.2%
JavaScript 5.6%
Perl 1.7%
Other 6.1%