From: Paul L. <pdo...@us...> - 2005-05-21 19:46:28
|
Update of /cvsroot/serverfilters/serversidefilter In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15712 Modified Files: CHANGELOG INSTALL README TODO index.php setup.php version Log Message: Added checkcreds_imap alternative to c-client lib Index: setup.php =================================================================== RCS file: /cvsroot/serverfilters/serversidefilter/setup.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** setup.php 21 May 2005 09:13:18 -0000 1.1.1.1 --- setup.php 21 May 2005 19:46:19 -0000 1.2 *************** *** 44,48 **** { ! return '1.5'; } --- 44,48 ---- { ! return '1.5-1.2.7-alpha-1'; } Index: version =================================================================== RCS file: /cvsroot/serverfilters/serversidefilter/version,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** version 21 May 2005 09:13:18 -0000 1.1.1.1 --- version 21 May 2005 19:46:19 -0000 1.2 *************** *** 1,2 **** Server Side Filter ! 1.5 --- 1,2 ---- Server Side Filter ! 1.5-1.2.7-alpha-1 Index: INSTALL =================================================================== RCS file: /cvsroot/serverfilters/serversidefilter/INSTALL,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** INSTALL 21 May 2005 09:13:18 -0000 1.1.1.1 --- INSTALL 21 May 2005 19:46:19 -0000 1.2 *************** *** 81,87 **** above for other backends as needed. - TODO: document alternative simpler check auth suid script instead of the UW IMAP lib - TODO: document alternative simpler check auth suid script instead of the UW IMAP lib - TODO: document alternative simpler check auth suid script instead of the UW IMAP lib 6) Compile the filtercmd executable in the script directory. For information on how to compile the binary yourself, refer --- 81,84 ---- Index: README =================================================================== RCS file: /cvsroot/serverfilters/serversidefilter/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 21 May 2005 09:13:18 -0000 1.1.1.1 --- README 21 May 2005 19:46:19 -0000 1.2 *************** *** 93,97 **** cd script/ ! ./test.sh For more help with the access and management of filter files, refer --- 93,97 ---- cd script/ ! make test For more help with the access and management of filter files, refer Index: CHANGELOG =================================================================== RCS file: /cvsroot/serverfilters/serversidefilter/CHANGELOG,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** CHANGELOG 21 May 2005 09:13:18 -0000 1.1.1.1 --- CHANGELOG 21 May 2005 19:46:19 -0000 1.2 *************** *** 26,30 **** - Closed security problem where Maildrop filters could be exploited to make Maildrop run any shell commands. ! Version 1.41 --- 26,31 ---- - Closed security problem where Maildrop filters could be exploited to make Maildrop run any shell commands. ! - Added new checkcreds_imap alternative to the UW ! c-client library (thanks to David Phillips <david at geektech.com>). Version 1.41 *************** *** 32,35 **** --- 33,37 ---- 1. Fixed infinite loop bug + Version 1.40 ------------ *************** *** 50,54 **** --- 52,59 ---- 8. Added direct delete option + Version 1.33 ------------ 1. Fixed the LOCAL_MAILDIR variable to support the [DOMAIN] option + + Index: TODO =================================================================== RCS file: /cvsroot/serverfilters/serversidefilter/TODO,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** TODO 21 May 2005 09:13:18 -0000 1.1.1.1 --- TODO 21 May 2005 19:46:19 -0000 1.2 *************** *** 3,9 **** - integrate alternative easy IMAP login auth code instead of UW lib - - bring back FTP functionality --- 3,6 ---- |