aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-09-11 14:54:33 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-09-11 14:54:33 +0000
commit4176436cc441bf1a0ca587f6e6ae11adda54c427 (patch)
treedbcd1f2eaf4686e834053556c60c22985a217c03
parentif wrong password, dont read passwd_file (diff)
downloadw3m-4176436cc441bf1a0ca587f6e6ae11adda54c427.tar.gz
w3m-4176436cc441bf1a0ca587f6e6ae11adda54c427.zip
[w3m-dev 03311] Re: Passwords
* configure (config.h): default PASSWD_FILE * fm.h (passwd_file): default PASSWD_FILE From: Yuuichi Teranishi <teranisi@gohome.org>
-rw-r--r--ChangeLog8
-rwxr-xr-xconfigure3
-rw-r--r--fm.h4
3 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fba128..bd69179 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-11 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * [w3m-dev 03311] Re: Passwords
+ * configure (config.h): default PASSWD_FILE
+ * fm.h (passwd_file): default PASSWD_FILE
+
2002-09-11 Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03307] add password_file support
@@ -3775,4 +3781,4 @@
* release-0-2-1
* import w3m-0.2.1
-$Id: ChangeLog,v 1.425 2002/09/10 17:27:39 ukai Exp $
+$Id: ChangeLog,v 1.426 2002/09/11 14:54:33 ukai Exp $
diff --git a/configure b/configure
index ce2a1bf..a821cbe 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.75 2002/09/09 13:50:44 ukai Exp $
+# $Id: configure,v 1.76 2002/09/11 14:54:33 ukai Exp $
# Configuration.
#
@@ -2376,6 +2376,7 @@ $def_use_xface
#define COOKIE_FILE "cookie"
#define HISTORY_FILE "history"
+#define PASSWD_FILE RC_DIR "/passwd"
#define USER_MAILCAP RC_DIR "/mailcap"
#define SYS_MAILCAP "/etc/mailcap"
#define USER_MIMETYPES "~/.mime.types"
diff --git a/fm.h b/fm.h
index f37f3f6..a28a246 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.63 2002/09/10 17:27:47 ukai Exp $ */
+/* $Id: fm.h,v 1.64 2002/09/11 14:54:33 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -838,7 +838,7 @@ global char *ExtBrowser init(DEF_EXT_BROWSER);
global char *ExtBrowser2 init(NULL);
global char *ExtBrowser3 init(NULL);
global int BackgroundExtViewer init(TRUE);
-global char *passwd_file init(NULL);
+global char *passwd_file init(PASSWD_FILE);
global char *ftppasswd init(NULL);
#ifdef FTPPASS_HOSTNAMEGEN
global int ftppass_hostnamegen init(TRUE);