jim 98/05/05 03:44:01
Modified: . STATUS Log: Detail the files opened with ap_pcfg_openfile() Revision Changes Path 1.373 +9 -2 apache-1.3/STATUS Index: STATUS =================================================================== RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving revision 1.372 retrieving revision 1.373 diff -u -r1.372 -r1.373 --- STATUS 1998/05/05 06:55:05 1.372 +++ STATUS 1998/05/05 10:44:00 1.373 @@ -27,8 +27,15 @@ PATCH: Make the code wrapped by unvoted_DISALLOW_DEVICE_ACCESS the default in ap_pcfg_openfile() Status: Martin +1, Jim +1 - -- This still doesn't fix it for htpasswd files... how about other files - like the mime types file? + Brian: This still doesn't fix it for htpasswd files... + how about other files like the mime types file? + Jim: It looks like it does fix it for htpasswd (assuming + htpasswd files are accessed via get_pw()), and group + files (assuming accessed by groups_for_user()), the + mod_mime MIME-file, IMAP handler imap-file and digest + password file. What others are we concerned about? + Dean: ap_pcfg_openfile() should use pfopen() instead of + fopen(). Jim agrees. * get_path_info bug; ap_get_remote_host should be ap_vformatter instead. See: <[EMAIL PROTECTED]>