dspam-commit Mailing List for DSPAM (Page 17)
Brought to you by:
paulcockings,
sbajic
You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(59) |
Jun
(59) |
Jul
(24) |
Aug
(42) |
Sep
(7) |
Oct
(44) |
Nov
(28) |
Dec
(58) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(27) |
Feb
(5) |
Mar
(6) |
Apr
(33) |
May
(19) |
Jun
(4) |
Jul
(10) |
Aug
(27) |
Sep
|
Oct
|
Nov
(3) |
Dec
(1) |
2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
(6) |
Jun
(8) |
Jul
(24) |
Aug
(34) |
Sep
(4) |
Oct
(3) |
Nov
(13) |
Dec
(2) |
2012 |
Jan
|
Feb
(5) |
Mar
|
Apr
(12) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Stevan B. <sb...@us...> - 2009-08-17 23:25:11
|
- Log ----------------------------------------------------------------- commit 9e479ac979d60e457ff14ab8106582954d98f567 Author: Stevan Bajic <st...@ba...> Date: Tue Aug 18 01:24:40 2009 +0200 Adding Romainian and French templates to be build by regular make file MFM: 1 day Bug-ID: none Bug-Reported-By: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ configure.ac | 4 +++- webui/cgi-bin/Makefile.am | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2009-08-17 23:20:53
|
- Log ----------------------------------------------------------------- commit 96140c03c67cc9d45de5a3a515028ba81df711d5 Author: Julien Valroff <ju...@ki...> Date: Tue Aug 18 01:19:57 2009 +0200 Adding French templates for Web UI (provided and translated by Julien Valroff <ju...@ki...>) MFM: 1 day Bug-ID: none Bug-Reported-By: Julien Valroff <ju...@ki...> ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 + webui/{ => cgi-bin/templates/fr}/.cvsignore | 0 webui/cgi-bin/templates/{ => fr}/Makefile.am | 2 +- .../templates/{ => fr}/nav_admin_error.html | 12 +- .../templates/fr/nav_admin_preferences.html | 129 ++++++++++++++++++++ .../templates/{ => fr}/nav_admin_status.html | 62 +++++----- .../cgi-bin/templates/{ => fr}/nav_admin_user.html | 16 ++-- webui/cgi-bin/templates/fr/nav_alerts.html | 52 ++++++++ webui/cgi-bin/templates/fr/nav_analysis.html | 52 ++++++++ webui/cgi-bin/templates/fr/nav_error.html | 40 ++++++ webui/cgi-bin/templates/{ => fr}/nav_fragment.html | 0 webui/cgi-bin/templates/{ => fr}/nav_history.html | 30 +++--- webui/cgi-bin/templates/fr/nav_performance.html | 108 ++++++++++++++++ webui/cgi-bin/templates/fr/nav_preferences.html | 120 ++++++++++++++++++ webui/cgi-bin/templates/fr/nav_quarantine.html | 85 +++++++++++++ .../templates/{ => fr}/nav_viewmessage.html | 0 webui/cgi-bin/templates/fr/strings.pl | 85 +++++++++++++ 17 files changed, 733 insertions(+), 62 deletions(-) copy webui/{ => cgi-bin/templates/fr}/.cvsignore (100%) copy webui/cgi-bin/templates/{ => fr}/Makefile.am (87%) copy webui/cgi-bin/templates/{ => fr}/nav_admin_error.html (53%) create mode 100644 webui/cgi-bin/templates/fr/nav_admin_preferences.html copy webui/cgi-bin/templates/{ => fr}/nav_admin_status.html (52%) copy webui/cgi-bin/templates/{ => fr}/nav_admin_user.html (55%) create mode 100644 webui/cgi-bin/templates/fr/nav_alerts.html create mode 100644 webui/cgi-bin/templates/fr/nav_analysis.html create mode 100644 webui/cgi-bin/templates/fr/nav_error.html copy webui/cgi-bin/templates/{ => fr}/nav_fragment.html (100%) copy webui/cgi-bin/templates/{ => fr}/nav_history.html (55%) create mode 100644 webui/cgi-bin/templates/fr/nav_performance.html create mode 100644 webui/cgi-bin/templates/fr/nav_preferences.html create mode 100644 webui/cgi-bin/templates/fr/nav_quarantine.html copy webui/cgi-bin/templates/{ => fr}/nav_viewmessage.html (100%) create mode 100755 webui/cgi-bin/templates/fr/strings.pl hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2009-08-17 23:10:47
|
- Log ----------------------------------------------------------------- commit 58722e89fbb005f2c5429334b744c7207e7fade6 Author: Julien Valroff <ju...@ki...> Date: Tue Aug 18 01:09:51 2009 +0200 Swap out text/labels from the CGIs into external file (patch from Julien Valroff <ju...@ki...> slightly modified by Stevan Bajic) MFM: 1 day Bug-ID: none Bug-Reported-By: Julien Valroff <ju...@ki...> ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 + webui/cgi-bin/admin.cgi | 34 ++++++--- webui/cgi-bin/admingraph.cgi | 19 ++++- webui/cgi-bin/dspam.cgi | 150 +++++++++++++++++++---------------- webui/cgi-bin/graph.cgi | 19 ++++- webui/cgi-bin/templates/strings.pl | 84 ++++++++++++++++++++ 6 files changed, 220 insertions(+), 88 deletions(-) create mode 100755 webui/cgi-bin/templates/strings.pl hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2009-08-15 12:04:41
|
- Log ----------------------------------------------------------------- commit cf7f3531406c3c2e8fafa957ccdca8fb54727447 Author: Stevan Bajic <st...@ba...> Date: Sat Aug 15 14:03:06 2009 +0200 Fixing memory leak in dspam.c MFM: 1 day Bug-ID: 2837915 Bug-Reported-By: Franck Bourdonnec <fra...@us...> Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ src/dspam.c | 9 ++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2009-08-15 10:30:42
|
- Log ----------------------------------------------------------------- commit 292b914f3a803329cb261edddfe591504a84516c Author: Julien Valroff <ju...@ki...> Date: Sat Aug 15 12:29:41 2009 +0200 Fixing typo in README MFM: 1 day Bug-ID: none Bug-Reported-By: Julien Valroff <ju...@ki...> ----------------------------------------------------------------------- Summary of changes: README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- dspam |
From: Hugo M. <hmo...@us...> - 2009-08-14 11:19:59
|
- Log ----------------------------------------------------------------- commit 00b77d0f728a913d4702a6fd97725470607f2f5b Author: Hugo Monteiro <hug...@fc...> Date: Fri Aug 14 13:09:01 2009 +0100 Rewrote command execution code on the program driver for external lookup * replaced if statements for switch case * Fixed child process wait * Improved error handling MFM: 5 days Bug-ID: none Bug-Reported-By: Aaron Hurt <ah...@an...> Julien Valroff <ju...@ki...> Security: none ----------------------------------------------------------------------- Summary of changes: src/external_lookup.c | 50 +++++++++++++++++++++++++++++++++++++----------- 1 files changed, 38 insertions(+), 12 deletions(-) hooks/post-receive -- dspam |
From: Hugo M. <hmo...@us...> - 2009-08-11 16:13:23
|
- Log ----------------------------------------------------------------- commit 81db3c68429d75de6268877d214a3fcab1d9dec2 Author: Hugo Monteiro <hug...@fc...> Date: Tue Aug 11 17:11:18 2009 +0100 Added LDAP_DEPRECATED to external_lookup.c. * It's a quick fix for the 2.3.x OpenLDAP API change. * ldap functions calls will have to be redone soon! MFM: 1 day Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: src/external_lookup.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- dspam |
From: Hugo M. <hmo...@us...> - 2009-08-11 13:05:33
|
- Log ----------------------------------------------------------------- commit 07db723a4506739268ba1b83705525877bf48e04 Author: Hugo Monteiro <hug...@fc...> Date: Tue Aug 11 14:02:14 2009 +0100 Added description and initial documentation on the External User Lookup to the README file. MFM: 5 days Bug-ID: none Bug-Reported-By: Julien Valroff <ju...@ki...> Security: none ----------------------------------------------------------------------- Summary of changes: README | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 46 insertions(+), 0 deletions(-) hooks/post-receive -- dspam |
From: Ion-Mihai I. T. <it...@us...> - 2009-08-05 20:46:14
|
- Log ----------------------------------------------------------------- commit b62513eba021bbfb463d7733c879f6df0940a2ce Author: Ion-Mihai Tetcu <it...@Fr...> Date: Wed Aug 5 23:30:03 2009 +0300 - mention we use inet_ntoa_r() which is under BSD licence - mention the contrib/ scripts licence can be found in their respective directories MFM: instant ----------------------------------------------------------------------- Summary of changes: LICENSE | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- dspam |
From: Ion-Mihai I. T. <it...@us...> - 2009-08-05 20:45:59
|
- Log ----------------------------------------------------------------- commit 7bc17913edcd5fe244825699ea5c33a81380b11b Author: Ion-Mihai Tetcu <it...@Fr...> Date: Wed Aug 5 23:30:03 2009 +0300 - mention we use inet_ntoa_r() which is under BSD licence - mention the contrib/ scripts licence can be found in their respective directories MFM: instant (cherry picked from commit b62513eba021bbfb463d7733c879f6df0940a2ce) ----------------------------------------------------------------------- Summary of changes: LICENSE | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- dspam |
From: Ion-Mihai I. T. <it...@us...> - 2009-08-05 20:45:46
|
- Log ----------------------------------------------------------------- commit da8fe96e3606a0b6b4ec8be5fa2a3eecf06806b4 Author: Ion-Mihai Tetcu <it...@Fr...> Date: Wed Aug 5 23:30:03 2009 +0300 - mention we use inet_ntoa_r() which is under BSD licence - mention the contrib/ scripts licence can be found in their respective directories MFM: instant (cherry picked from commit b62513eba021bbfb463d7733c879f6df0940a2ce) (cherry picked from commit 7bc17913edcd5fe244825699ea5c33a81380b11b) ----------------------------------------------------------------------- Summary of changes: LICENSE | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- dspam |
From: Ion-Mihai I. T. <it...@us...> - 2009-08-05 20:45:18
|
- Log ----------------------------------------------------------------- commit e9f79237da786e7c571cb7e0132c113fe50c1835 Author: Ion-Mihai Tetcu <it...@Fr...> Date: Wed Aug 5 23:30:03 2009 +0300 - mention we use inet_ntoa_r() which is under BSD licence - mention the contrib/ scripts licence can be found in their respective directories MFM: instant (cherry picked from commit b62513eba021bbfb463d7733c879f6df0940a2ce) (cherry picked from commit 7bc17913edcd5fe244825699ea5c33a81380b11b) (cherry picked from commit da8fe96e3606a0b6b4ec8be5fa2a3eecf06806b4) ----------------------------------------------------------------------- Summary of changes: LICENSE | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- dspam |
From: Ion-Mihai I. T. <it...@us...> - 2009-08-05 20:16:52
|
- Log ----------------------------------------------------------------- commit 6d74242971c62da070d0ed54c0d10e990998a0b9 Author: Ion-Mihai Tetcu <it...@Fr...> Date: Wed Aug 5 19:22:09 2009 +0300 Translate the Romanian templates. Un-reviewed, un-tested. To be connected to the build once verified (webui/cgi-bin/Makefile.am, configure.ac, CHANGELOG). commit 461fd7df0c27f2be647ab4cf3a20f1952a61f0b6 Author: Ion-Mihai Tetcu <it...@Fr...> Date: Wed Aug 5 16:35:27 2009 +0300 Start the Romanian translation for the WebUI. ----------------------------------------------------------------------- Summary of changes: webui/cgi-bin/templates/{ => ro}/Makefile.am | 2 +- .../templates/{ => ro}/nav_admin_error.html | 14 ++-- .../templates/{ => ro}/nav_admin_preferences.html | 61 ++++++------ .../templates/{ => ro}/nav_admin_status.html | 40 ++++---- .../cgi-bin/templates/{ => ro}/nav_admin_user.html | 20 ++-- webui/cgi-bin/templates/{ => ro}/nav_alerts.html | 18 ++-- webui/cgi-bin/templates/{ => ro}/nav_analysis.html | 0 webui/cgi-bin/templates/ro/nav_error.html | 40 +++++++ webui/cgi-bin/templates/{ => ro}/nav_fragment.html | 2 +- webui/cgi-bin/templates/{ => ro}/nav_history.html | 32 +++--- webui/cgi-bin/templates/ro/nav_performance.html | 109 ++++++++++++++++++++ .../templates/{ => ro}/nav_preferences.html | 58 +++++----- .../cgi-bin/templates/{ => ro}/nav_quarantine.html | 37 ++++--- .../templates/{ => ro}/nav_viewmessage.html | 20 ++-- 14 files changed, 304 insertions(+), 149 deletions(-) copy webui/cgi-bin/templates/{ => ro}/Makefile.am (87%) copy webui/cgi-bin/templates/{ => ro}/nav_admin_error.html (52%) copy webui/cgi-bin/templates/{ => ro}/nav_admin_preferences.html (55%) copy webui/cgi-bin/templates/{ => ro}/nav_admin_status.html (79%) copy webui/cgi-bin/templates/{ => ro}/nav_admin_user.html (60%) copy webui/cgi-bin/templates/{ => ro}/nav_alerts.html (58%) copy webui/cgi-bin/templates/{ => ro}/nav_analysis.html (100%) create mode 100644 webui/cgi-bin/templates/ro/nav_error.html copy webui/cgi-bin/templates/{ => ro}/nav_fragment.html (90%) copy webui/cgi-bin/templates/{ => ro}/nav_history.html (67%) create mode 100644 webui/cgi-bin/templates/ro/nav_performance.html copy webui/cgi-bin/templates/{ => ro}/nav_preferences.html (55%) copy webui/cgi-bin/templates/{ => ro}/nav_quarantine.html (55%) copy webui/cgi-bin/templates/{ => ro}/nav_viewmessage.html (58%) hooks/post-receive -- dspam |
From: Ion-Mihai I. T. <it...@us...> - 2009-08-05 20:16:47
|
- Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: webui/htdocs/dspam-logo-small.gif | Bin 4792 -> 4792 bytes 1 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 doc/Makefile.am mode change 100755 => 100644 doc/courier.txt mode change 100755 => 100644 doc/exim.txt mode change 100755 => 100644 doc/mysql_drv.txt mode change 100755 => 100644 doc/pgsql_drv.txt mode change 100755 => 100644 doc/pop3filter.txt mode change 100755 => 100644 doc/postfix.txt mode change 100755 => 100644 doc/qmail.txt mode change 100755 => 100644 doc/relay.txt mode change 100755 => 100644 doc/sendmail.txt mode change 100755 => 100644 doc/sqlite_drv.txt mode change 100755 => 100644 m4/ldap.m4 mode change 100755 => 100644 src/tools.sqlite_drv/purge-2.sql mode change 100755 => 100644 src/tools.sqlite_drv/purge-3.sql mode change 100644 => 100755 src/tools/dspam_notify.pl mode change 100755 => 100644 webui/.cvsignore mode change 100755 => 100644 webui/Makefile.am mode change 100755 => 100644 webui/cgi-bin/admins mode change 100755 => 100644 webui/cgi-bin/default.prefs mode change 100755 => 100644 webui/cgi-bin/rgb.txt mode change 100755 => 100644 webui/cgi-bin/templates/.cvsignore mode change 100755 => 100644 webui/cgi-bin/templates/nav_admin_error.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_admin_preferences.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_admin_status.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_admin_user.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_alerts.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_analysis.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_error.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_fragment.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_history.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_performance.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_preferences.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_quarantine.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_viewmessage.html mode change 100755 => 100644 webui/htdocs/Makefile.am mode change 100755 => 100644 webui/htdocs/base.css mode change 100755 => 100644 webui/htdocs/dspam-logo-small.gif hooks/post-receive -- dspam |
From: Ion-Mihai I. T. <it...@us...> - 2009-08-05 12:32:59
|
- Log ----------------------------------------------------------------- commit 9975f32dc6e47a131bf4a355de8ee374707d848a Merge: cb091073bbdaff53244dbb811f79041e2fb640eb 36b8679e400bb15de43902ecb17d2fcc9d59fafa Author: Ion-Mihai Tetcu <it...@Fr...> Date: Wed Aug 5 15:25:43 2009 +0300 MFM: 36b8679e400bb15de43902ecb17d2fcc9d59fafa: Adding Hebrew templates for Web UI * Translation done by Dudi Goldenberg <du...@ko...> * HTML changes done by Stevan Bajic <st...@ba...> Merge commit '36b8679e400bb15de43902ecb17d2fcc9d59fafa' into RELENG_3 commit cb091073bbdaff53244dbb811f79041e2fb640eb Merge: a4ee7f8c023b40653248e461ea4d30c84f792b1e 4afc531bf500c9ae7d876ee4d0f6ab6d73f1e75d Author: Ion-Mihai Tetcu <it...@Fr...> Date: Wed Aug 5 15:23:57 2009 +0300 MFM 4afc531bf500c9ae7d876ee4d0f6ab6d73f1e75d: Fixing file permission Merge commit '4afc531bf500c9ae7d876ee4d0f6ab6d73f1e75d' into RELENG_3 ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 + configure.ac | 6 +- webui/cgi-bin/Makefile.am | 5 +- webui/{ => cgi-bin/templates/he}/.cvsignore | 0 webui/cgi-bin/templates/{ => he}/Makefile.am | 2 +- webui/cgi-bin/templates/he/nav_admin_error.html | 37 ++++++ .../templates/he/nav_admin_preferences.html | 126 ++++++++++++++++++++ webui/cgi-bin/templates/he/nav_admin_status.html | 117 ++++++++++++++++++ webui/cgi-bin/templates/he/nav_admin_user.html | 58 +++++++++ webui/cgi-bin/templates/he/nav_alerts.html | 51 ++++++++ webui/cgi-bin/templates/he/nav_analysis.html | 52 ++++++++ webui/cgi-bin/templates/he/nav_error.html | 40 ++++++ webui/cgi-bin/templates/he/nav_fragment.html | 26 ++++ webui/cgi-bin/templates/{ => he}/nav_history.html | 48 ++++---- webui/cgi-bin/templates/he/nav_performance.html | 109 +++++++++++++++++ webui/cgi-bin/templates/he/nav_preferences.html | 120 +++++++++++++++++++ webui/cgi-bin/templates/he/nav_quarantine.html | 81 +++++++++++++ webui/cgi-bin/templates/he/nav_viewmessage.html | 53 ++++++++ webui/htdocs/dspam-logo-small.gif | Bin 4792 -> 4792 bytes 19 files changed, 901 insertions(+), 32 deletions(-) mode change 100755 => 100644 doc/Makefile.am mode change 100755 => 100644 doc/courier.txt mode change 100755 => 100644 doc/exim.txt mode change 100755 => 100644 doc/mysql_drv.txt mode change 100755 => 100644 doc/pgsql_drv.txt mode change 100755 => 100644 doc/pop3filter.txt mode change 100755 => 100644 doc/postfix.txt mode change 100755 => 100644 doc/qmail.txt mode change 100755 => 100644 doc/relay.txt mode change 100755 => 100644 doc/sendmail.txt mode change 100755 => 100644 doc/sqlite_drv.txt mode change 100755 => 100644 m4/ldap.m4 mode change 100755 => 100644 src/tools.sqlite_drv/purge-2.sql mode change 100755 => 100644 src/tools.sqlite_drv/purge-3.sql mode change 100644 => 100755 src/tools/dspam_notify.pl mode change 100755 => 100644 webui/.cvsignore mode change 100755 => 100644 webui/Makefile.am mode change 100755 => 100644 webui/cgi-bin/admins mode change 100755 => 100644 webui/cgi-bin/default.prefs mode change 100755 => 100644 webui/cgi-bin/rgb.txt mode change 100755 => 100644 webui/cgi-bin/templates/.cvsignore copy webui/{ => cgi-bin/templates/he}/.cvsignore (100%) mode change 100755 => 100644 copy webui/cgi-bin/templates/{ => he}/Makefile.am (87%) create mode 100644 webui/cgi-bin/templates/he/nav_admin_error.html create mode 100644 webui/cgi-bin/templates/he/nav_admin_preferences.html create mode 100644 webui/cgi-bin/templates/he/nav_admin_status.html create mode 100644 webui/cgi-bin/templates/he/nav_admin_user.html create mode 100644 webui/cgi-bin/templates/he/nav_alerts.html create mode 100644 webui/cgi-bin/templates/he/nav_analysis.html create mode 100644 webui/cgi-bin/templates/he/nav_error.html create mode 100644 webui/cgi-bin/templates/he/nav_fragment.html copy webui/cgi-bin/templates/{ => he}/nav_history.html (50%) mode change 100755 => 100644 create mode 100644 webui/cgi-bin/templates/he/nav_performance.html create mode 100644 webui/cgi-bin/templates/he/nav_preferences.html create mode 100644 webui/cgi-bin/templates/he/nav_quarantine.html create mode 100644 webui/cgi-bin/templates/he/nav_viewmessage.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_admin_error.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_admin_preferences.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_admin_status.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_admin_user.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_alerts.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_analysis.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_error.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_fragment.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_history.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_performance.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_preferences.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_quarantine.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_viewmessage.html mode change 100755 => 100644 webui/htdocs/Makefile.am mode change 100755 => 100644 webui/htdocs/base.css mode change 100755 => 100644 webui/htdocs/dspam-logo-small.gif hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2009-08-04 10:34:13
|
- Log ----------------------------------------------------------------- commit 36b8679e400bb15de43902ecb17d2fcc9d59fafa Author: Stevan Bajic <st...@ba...> Date: Tue Aug 4 12:31:06 2009 +0200 Adding Hebrew templates for Web UI * Translation done by Dudi Goldenberg <du...@ko...> * HTML changes done by Stevan Bajic <st...@ba...> MFM: 1 day Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 + configure.ac | 6 +- webui/cgi-bin/Makefile.am | 5 +- webui/{ => cgi-bin/templates/he}/.cvsignore | 0 webui/cgi-bin/templates/{ => he}/Makefile.am | 2 +- webui/cgi-bin/templates/he/nav_admin_error.html | 37 ++++++ .../templates/he/nav_admin_preferences.html | 126 ++++++++++++++++++++ webui/cgi-bin/templates/he/nav_admin_status.html | 117 ++++++++++++++++++ webui/cgi-bin/templates/he/nav_admin_user.html | 58 +++++++++ webui/cgi-bin/templates/he/nav_alerts.html | 51 ++++++++ webui/cgi-bin/templates/he/nav_analysis.html | 52 ++++++++ webui/cgi-bin/templates/he/nav_error.html | 40 ++++++ webui/cgi-bin/templates/he/nav_fragment.html | 26 ++++ webui/cgi-bin/templates/{ => he}/nav_history.html | 48 ++++---- webui/cgi-bin/templates/he/nav_performance.html | 109 +++++++++++++++++ webui/cgi-bin/templates/he/nav_preferences.html | 120 +++++++++++++++++++ webui/cgi-bin/templates/he/nav_quarantine.html | 81 +++++++++++++ webui/cgi-bin/templates/he/nav_viewmessage.html | 53 ++++++++ 18 files changed, 901 insertions(+), 32 deletions(-) copy webui/{ => cgi-bin/templates/he}/.cvsignore (100%) copy webui/cgi-bin/templates/{ => he}/Makefile.am (87%) create mode 100644 webui/cgi-bin/templates/he/nav_admin_error.html create mode 100644 webui/cgi-bin/templates/he/nav_admin_preferences.html create mode 100644 webui/cgi-bin/templates/he/nav_admin_status.html create mode 100644 webui/cgi-bin/templates/he/nav_admin_user.html create mode 100644 webui/cgi-bin/templates/he/nav_alerts.html create mode 100644 webui/cgi-bin/templates/he/nav_analysis.html create mode 100644 webui/cgi-bin/templates/he/nav_error.html create mode 100644 webui/cgi-bin/templates/he/nav_fragment.html copy webui/cgi-bin/templates/{ => he}/nav_history.html (50%) create mode 100644 webui/cgi-bin/templates/he/nav_performance.html create mode 100644 webui/cgi-bin/templates/he/nav_preferences.html create mode 100644 webui/cgi-bin/templates/he/nav_quarantine.html create mode 100644 webui/cgi-bin/templates/he/nav_viewmessage.html hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2009-08-04 09:38:02
|
- Log ----------------------------------------------------------------- commit 4afc531bf500c9ae7d876ee4d0f6ab6d73f1e75d Author: Stevan Bajic <st...@ba...> Date: Tue Aug 4 11:36:00 2009 +0200 Fixing file permission. MFM: now Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: webui/htdocs/dspam-logo-small.gif | Bin 4792 -> 4792 bytes 1 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 doc/Makefile.am mode change 100755 => 100644 doc/courier.txt mode change 100755 => 100644 doc/exim.txt mode change 100755 => 100644 doc/mysql_drv.txt mode change 100755 => 100644 doc/pgsql_drv.txt mode change 100755 => 100644 doc/pop3filter.txt mode change 100755 => 100644 doc/postfix.txt mode change 100755 => 100644 doc/qmail.txt mode change 100755 => 100644 doc/relay.txt mode change 100755 => 100644 doc/sendmail.txt mode change 100755 => 100644 doc/sqlite_drv.txt mode change 100755 => 100644 m4/ldap.m4 mode change 100755 => 100644 src/tools.sqlite_drv/purge-2.sql mode change 100755 => 100644 src/tools.sqlite_drv/purge-3.sql mode change 100644 => 100755 src/tools/dspam_notify.pl mode change 100755 => 100644 webui/.cvsignore mode change 100755 => 100644 webui/Makefile.am mode change 100755 => 100644 webui/cgi-bin/admins mode change 100755 => 100644 webui/cgi-bin/default.prefs mode change 100755 => 100644 webui/cgi-bin/rgb.txt mode change 100755 => 100644 webui/cgi-bin/templates/.cvsignore mode change 100755 => 100644 webui/cgi-bin/templates/nav_admin_error.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_admin_preferences.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_admin_status.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_admin_user.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_alerts.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_analysis.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_error.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_fragment.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_history.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_performance.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_preferences.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_quarantine.html mode change 100755 => 100644 webui/cgi-bin/templates/nav_viewmessage.html mode change 100755 => 100644 webui/htdocs/Makefile.am mode change 100755 => 100644 webui/htdocs/base.css mode change 100755 => 100644 webui/htdocs/dspam-logo-small.gif hooks/post-receive -- dspam |
From: Alexander P. <ap...@us...> - 2009-08-03 13:19:54
|
- Log ----------------------------------------------------------------- commit 8077d766cbf7baa35a91dbc1f78a04ec3d37909c Author: Alexander Prinsier <ap...@ma...> Date: Mon Aug 3 15:17:28 2009 +0200 Set version to DSPAM-3.9.0-BETA2. commit 251b5562a2049525bc4bf638c3cc95367bf9801a Merge: 2f0c8d4212aeec3a82270b48969e00c8118a7a64 a4ee7f8c023b40653248e461ea4d30c84f792b1e Author: Alexander Prinsier <ap...@ma...> Date: Mon Aug 3 15:13:01 2009 +0200 Merge branch 'RELENG_3_9' into RELENG_3_9_0 ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 95 ++++ RELEASE.NOTES | 85 ++-- configure.ac | 2 +- contrib/README | 24 + contrib/dspam_maintenance/README | 1 + contrib/dspam_maintenance/dspam_maintenance.sh | 529 +++++++++++++++++++ contrib/lotus_notes/README | 1 + contrib/lotus_notes/libDSPAMReporting.lss | 347 +++++++++++++ contrib/plugins/dspam-thunderbird-extension.xpi | Bin 0 -> 47155 bytes contrib/plugins/thunderbird/Makefile | 9 + contrib/plugins/thunderbird/README | 28 + contrib/plugins/thunderbird/TODO | 2 + contrib/plugins/thunderbird/chrome.manifest | 8 + .../thunderbird/chrome/content/contents.rdf | 32 ++ .../plugins/thunderbird/chrome/content/dspam.js | 243 +++++++++ .../thunderbird/chrome/content/messenger.xul | 35 ++ .../plugins/thunderbird/chrome/content/options.js | 226 ++++++++ .../plugins/thunderbird/chrome/content/options.xul | 240 +++++++++ .../plugins/thunderbird/chrome/content/toolbar.xul | 7 + .../thunderbird/chrome/locale/de-DE/contents.rdf | 18 + .../thunderbird/chrome/locale/de-DE/dspam.dtd | 44 ++ .../chrome/locale/de-DE/dspam.properties | 37 ++ .../thunderbird/chrome/locale/en-US/contents.rdf | 18 + .../thunderbird/chrome/locale/en-US/dspam.dtd | 44 ++ .../chrome/locale/en-US/dspam.properties | 37 ++ .../thunderbird/chrome/locale/pt-PT/contents.rdf | 18 + .../thunderbird/chrome/locale/pt-PT/dspam.dtd | 42 ++ .../chrome/locale/pt-PT/dspam.properties | 37 ++ .../plugins/thunderbird/chrome/skin/contents.rdf | 18 + .../chrome/skin/dspam-logo-eyes-small.gif | Bin 0 -> 3557 bytes .../chrome/skin/dspam-logo-eyes-transp-small.png | Bin 0 -> 1533 bytes .../thunderbird/chrome/skin/dspam-logo-eyes.gif | Bin 0 -> 30241 bytes .../thunderbird/chrome/skin}/dspam-logo-small.gif | Bin 4792 -> 4792 bytes .../thunderbird/chrome/skin/dspam-logo-text.gif | Bin 0 -> 4241 bytes .../plugins/thunderbird/chrome/skin/dspam-logo.gif | Bin 4792 -> 4792 bytes contrib/plugins/thunderbird/chrome/skin/dspam.css | 36 ++ .../thunderbird/chrome/skin/report-spam-orig.png | Bin 0 -> 5208 bytes .../thunderbird/chrome/skin/reportham-large.png | Bin 0 -> 1268 bytes .../thunderbird/chrome/skin/reportham-small.png | Bin 0 -> 1339 bytes .../thunderbird/chrome/skin/reportspam-large.png | Bin 0 -> 1379 bytes .../thunderbird/chrome/skin/reportspam-small.png | Bin 0 -> 1038 bytes contrib/plugins/thunderbird/install.rdf | 41 ++ contrib/plugins/thunderbird/license.txt | 12 + doc/pop3filter.txt | 6 +- doc/postfix.txt | 45 ++ src/Makefile.am | 21 +- src/agent_shared.c | 2 +- src/agent_shared.h | 2 +- src/base64.c | 8 +- src/config_shared.c | 4 +- src/decode.c | 110 ++-- src/decode.h | 22 +- src/dspam.c | 542 ++++++++++---------- src/hash_drv.c | 36 +- src/heap.c | 5 +- src/language.h | 1 + src/libdspam.c | 16 +- src/libdspam.h | 4 +- src/list.c | 4 +- src/mysql_drv.c | 203 +++----- src/mysql_drv.h | 6 +- src/pgsql_drv.c | 13 +- src/pref.c | 6 +- src/read_config.h | 2 +- src/tokenizer.c | 9 +- src/tools.hash_drv/Makefile.am | 24 +- src/tools.hash_drv/cssclean.c | 4 +- src/tools.hash_drv/csscompress.c | 5 +- src/tools.hash_drv/cssconvert.c | 5 +- src/tools.pgsql_drv/dspam_pg2int8.c | 5 +- src/util.c | 9 +- src/util.h | 4 +- webui/cgi-bin/admin.cgi | 131 ++++- webui/cgi-bin/admingraph.cgi | 16 +- webui/cgi-bin/configure.pl.in | 45 ++- webui/cgi-bin/dspam.cgi | 33 +- webui/cgi-bin/templates/nav_admin_status.html | 29 +- webui/htdocs/base.css | 5 + 78 files changed, 3077 insertions(+), 621 deletions(-) create mode 100644 contrib/README create mode 100644 contrib/dspam_maintenance/README create mode 100755 contrib/dspam_maintenance/dspam_maintenance.sh create mode 100644 contrib/lotus_notes/README create mode 100644 contrib/lotus_notes/libDSPAMReporting.lss create mode 100644 contrib/plugins/dspam-thunderbird-extension.xpi create mode 100644 contrib/plugins/thunderbird/Makefile create mode 100644 contrib/plugins/thunderbird/README create mode 100644 contrib/plugins/thunderbird/TODO create mode 100644 contrib/plugins/thunderbird/chrome.manifest create mode 100644 contrib/plugins/thunderbird/chrome/content/contents.rdf create mode 100644 contrib/plugins/thunderbird/chrome/content/dspam.js create mode 100644 contrib/plugins/thunderbird/chrome/content/messenger.xul create mode 100644 contrib/plugins/thunderbird/chrome/content/options.js create mode 100644 contrib/plugins/thunderbird/chrome/content/options.xul create mode 100644 contrib/plugins/thunderbird/chrome/content/toolbar.xul create mode 100644 contrib/plugins/thunderbird/chrome/locale/de-DE/contents.rdf create mode 100644 contrib/plugins/thunderbird/chrome/locale/de-DE/dspam.dtd create mode 100644 contrib/plugins/thunderbird/chrome/locale/de-DE/dspam.properties create mode 100644 contrib/plugins/thunderbird/chrome/locale/en-US/contents.rdf create mode 100644 contrib/plugins/thunderbird/chrome/locale/en-US/dspam.dtd create mode 100644 contrib/plugins/thunderbird/chrome/locale/en-US/dspam.properties create mode 100644 contrib/plugins/thunderbird/chrome/locale/pt-PT/contents.rdf create mode 100644 contrib/plugins/thunderbird/chrome/locale/pt-PT/dspam.dtd create mode 100644 contrib/plugins/thunderbird/chrome/locale/pt-PT/dspam.properties create mode 100644 contrib/plugins/thunderbird/chrome/skin/contents.rdf create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-eyes-small.gif create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-eyes-transp-small.png create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-eyes.gif copy {webui/htdocs => contrib/plugins/thunderbird/chrome/skin}/dspam-logo-small.gif (100%) mode change 100755 => 100644 create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-text.gif copy webui/htdocs/dspam-logo-small.gif => contrib/plugins/thunderbird/chrome/skin/dspam-logo.gif (100%) mode change 100755 => 100644 create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam.css create mode 100644 contrib/plugins/thunderbird/chrome/skin/report-spam-orig.png create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportham-large.png create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportham-small.png create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportspam-large.png create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportspam-small.png create mode 100644 contrib/plugins/thunderbird/install.rdf create mode 100644 contrib/plugins/thunderbird/license.txt hooks/post-receive -- dspam |
From: Alexander P. <ap...@us...> - 2009-08-03 13:19:41
|
- Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 95 ++++ RELEASE.NOTES | 85 ++-- contrib/README | 24 + contrib/dspam_maintenance/README | 1 + contrib/dspam_maintenance/dspam_maintenance.sh | 529 +++++++++++++++++++ contrib/lotus_notes/README | 1 + contrib/lotus_notes/libDSPAMReporting.lss | 347 +++++++++++++ contrib/plugins/dspam-thunderbird-extension.xpi | Bin 0 -> 47155 bytes contrib/plugins/thunderbird/Makefile | 9 + contrib/plugins/thunderbird/README | 28 + contrib/plugins/thunderbird/TODO | 2 + contrib/plugins/thunderbird/chrome.manifest | 8 + .../thunderbird/chrome/content/contents.rdf | 32 ++ .../plugins/thunderbird/chrome/content/dspam.js | 243 +++++++++ .../thunderbird/chrome/content/messenger.xul | 35 ++ .../plugins/thunderbird/chrome/content/options.js | 226 ++++++++ .../plugins/thunderbird/chrome/content/options.xul | 240 +++++++++ .../plugins/thunderbird/chrome/content/toolbar.xul | 7 + .../thunderbird/chrome/locale/de-DE/contents.rdf | 18 + .../thunderbird/chrome/locale/de-DE/dspam.dtd | 44 ++ .../chrome/locale/de-DE/dspam.properties | 37 ++ .../thunderbird/chrome/locale/en-US/contents.rdf | 18 + .../thunderbird/chrome/locale/en-US/dspam.dtd | 44 ++ .../chrome/locale/en-US/dspam.properties | 37 ++ .../thunderbird/chrome/locale/pt-PT/contents.rdf | 18 + .../thunderbird/chrome/locale/pt-PT/dspam.dtd | 42 ++ .../chrome/locale/pt-PT/dspam.properties | 37 ++ .../plugins/thunderbird/chrome/skin/contents.rdf | 18 + .../chrome/skin/dspam-logo-eyes-small.gif | Bin 0 -> 3557 bytes .../chrome/skin/dspam-logo-eyes-transp-small.png | Bin 0 -> 1533 bytes .../thunderbird/chrome/skin/dspam-logo-eyes.gif | Bin 0 -> 30241 bytes .../thunderbird/chrome/skin}/dspam-logo-small.gif | Bin 4792 -> 4792 bytes .../thunderbird/chrome/skin/dspam-logo-text.gif | Bin 0 -> 4241 bytes .../plugins/thunderbird/chrome/skin/dspam-logo.gif | Bin 4792 -> 4792 bytes contrib/plugins/thunderbird/chrome/skin/dspam.css | 36 ++ .../thunderbird/chrome/skin/report-spam-orig.png | Bin 0 -> 5208 bytes .../thunderbird/chrome/skin/reportham-large.png | Bin 0 -> 1268 bytes .../thunderbird/chrome/skin/reportham-small.png | Bin 0 -> 1339 bytes .../thunderbird/chrome/skin/reportspam-large.png | Bin 0 -> 1379 bytes .../thunderbird/chrome/skin/reportspam-small.png | Bin 0 -> 1038 bytes contrib/plugins/thunderbird/install.rdf | 41 ++ contrib/plugins/thunderbird/license.txt | 12 + doc/pop3filter.txt | 6 +- doc/postfix.txt | 45 ++ src/Makefile.am | 21 +- src/agent_shared.c | 2 +- src/agent_shared.h | 2 +- src/base64.c | 8 +- src/config_shared.c | 4 +- src/decode.c | 110 ++-- src/decode.h | 22 +- src/dspam.c | 542 ++++++++++---------- src/hash_drv.c | 36 +- src/heap.c | 5 +- src/language.h | 1 + src/libdspam.c | 16 +- src/libdspam.h | 4 +- src/list.c | 4 +- src/mysql_drv.c | 203 +++----- src/mysql_drv.h | 6 +- src/pgsql_drv.c | 13 +- src/pref.c | 6 +- src/read_config.h | 2 +- src/tokenizer.c | 9 +- src/tools.hash_drv/Makefile.am | 24 +- src/tools.hash_drv/cssclean.c | 4 +- src/tools.hash_drv/csscompress.c | 5 +- src/tools.hash_drv/cssconvert.c | 5 +- src/tools.pgsql_drv/dspam_pg2int8.c | 5 +- src/util.c | 9 +- src/util.h | 4 +- webui/cgi-bin/admin.cgi | 131 ++++- webui/cgi-bin/admingraph.cgi | 16 +- webui/cgi-bin/configure.pl.in | 45 ++- webui/cgi-bin/dspam.cgi | 33 +- webui/cgi-bin/templates/nav_admin_status.html | 29 +- webui/htdocs/base.css | 5 + 77 files changed, 3076 insertions(+), 620 deletions(-) create mode 100644 contrib/README create mode 100644 contrib/dspam_maintenance/README create mode 100755 contrib/dspam_maintenance/dspam_maintenance.sh create mode 100644 contrib/lotus_notes/README create mode 100644 contrib/lotus_notes/libDSPAMReporting.lss create mode 100644 contrib/plugins/dspam-thunderbird-extension.xpi create mode 100644 contrib/plugins/thunderbird/Makefile create mode 100644 contrib/plugins/thunderbird/README create mode 100644 contrib/plugins/thunderbird/TODO create mode 100644 contrib/plugins/thunderbird/chrome.manifest create mode 100644 contrib/plugins/thunderbird/chrome/content/contents.rdf create mode 100644 contrib/plugins/thunderbird/chrome/content/dspam.js create mode 100644 contrib/plugins/thunderbird/chrome/content/messenger.xul create mode 100644 contrib/plugins/thunderbird/chrome/content/options.js create mode 100644 contrib/plugins/thunderbird/chrome/content/options.xul create mode 100644 contrib/plugins/thunderbird/chrome/content/toolbar.xul create mode 100644 contrib/plugins/thunderbird/chrome/locale/de-DE/contents.rdf create mode 100644 contrib/plugins/thunderbird/chrome/locale/de-DE/dspam.dtd create mode 100644 contrib/plugins/thunderbird/chrome/locale/de-DE/dspam.properties create mode 100644 contrib/plugins/thunderbird/chrome/locale/en-US/contents.rdf create mode 100644 contrib/plugins/thunderbird/chrome/locale/en-US/dspam.dtd create mode 100644 contrib/plugins/thunderbird/chrome/locale/en-US/dspam.properties create mode 100644 contrib/plugins/thunderbird/chrome/locale/pt-PT/contents.rdf create mode 100644 contrib/plugins/thunderbird/chrome/locale/pt-PT/dspam.dtd create mode 100644 contrib/plugins/thunderbird/chrome/locale/pt-PT/dspam.properties create mode 100644 contrib/plugins/thunderbird/chrome/skin/contents.rdf create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-eyes-small.gif create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-eyes-transp-small.png create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-eyes.gif copy {webui/htdocs => contrib/plugins/thunderbird/chrome/skin}/dspam-logo-small.gif (100%) mode change 100755 => 100644 create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-text.gif copy webui/htdocs/dspam-logo-small.gif => contrib/plugins/thunderbird/chrome/skin/dspam-logo.gif (100%) mode change 100755 => 100644 create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam.css create mode 100644 contrib/plugins/thunderbird/chrome/skin/report-spam-orig.png create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportham-large.png create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportham-small.png create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportspam-large.png create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportspam-small.png create mode 100644 contrib/plugins/thunderbird/install.rdf create mode 100644 contrib/plugins/thunderbird/license.txt hooks/post-receive -- dspam |
From: Alexander P. <ap...@us...> - 2009-08-03 13:19:25
|
- Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 95 ++++ RELEASE.NOTES | 85 ++-- contrib/README | 24 + contrib/dspam_maintenance/README | 1 + contrib/dspam_maintenance/dspam_maintenance.sh | 529 +++++++++++++++++++ contrib/lotus_notes/README | 1 + contrib/lotus_notes/libDSPAMReporting.lss | 347 +++++++++++++ contrib/plugins/dspam-thunderbird-extension.xpi | Bin 0 -> 47155 bytes contrib/plugins/thunderbird/Makefile | 9 + contrib/plugins/thunderbird/README | 28 + contrib/plugins/thunderbird/TODO | 2 + contrib/plugins/thunderbird/chrome.manifest | 8 + .../thunderbird/chrome/content/contents.rdf | 32 ++ .../plugins/thunderbird/chrome/content/dspam.js | 243 +++++++++ .../thunderbird/chrome/content/messenger.xul | 35 ++ .../plugins/thunderbird/chrome/content/options.js | 226 ++++++++ .../plugins/thunderbird/chrome/content/options.xul | 240 +++++++++ .../plugins/thunderbird/chrome/content/toolbar.xul | 7 + .../thunderbird/chrome/locale/de-DE/contents.rdf | 18 + .../thunderbird/chrome/locale/de-DE/dspam.dtd | 44 ++ .../chrome/locale/de-DE/dspam.properties | 37 ++ .../thunderbird/chrome/locale/en-US/contents.rdf | 18 + .../thunderbird/chrome/locale/en-US/dspam.dtd | 44 ++ .../chrome/locale/en-US/dspam.properties | 37 ++ .../thunderbird/chrome/locale/pt-PT/contents.rdf | 18 + .../thunderbird/chrome/locale/pt-PT/dspam.dtd | 42 ++ .../chrome/locale/pt-PT/dspam.properties | 37 ++ .../plugins/thunderbird/chrome/skin/contents.rdf | 18 + .../chrome/skin/dspam-logo-eyes-small.gif | Bin 0 -> 3557 bytes .../chrome/skin/dspam-logo-eyes-transp-small.png | Bin 0 -> 1533 bytes .../thunderbird/chrome/skin/dspam-logo-eyes.gif | Bin 0 -> 30241 bytes .../thunderbird/chrome/skin}/dspam-logo-small.gif | Bin 4792 -> 4792 bytes .../thunderbird/chrome/skin/dspam-logo-text.gif | Bin 0 -> 4241 bytes .../plugins/thunderbird/chrome/skin/dspam-logo.gif | Bin 4792 -> 4792 bytes contrib/plugins/thunderbird/chrome/skin/dspam.css | 36 ++ .../thunderbird/chrome/skin/report-spam-orig.png | Bin 0 -> 5208 bytes .../thunderbird/chrome/skin/reportham-large.png | Bin 0 -> 1268 bytes .../thunderbird/chrome/skin/reportham-small.png | Bin 0 -> 1339 bytes .../thunderbird/chrome/skin/reportspam-large.png | Bin 0 -> 1379 bytes .../thunderbird/chrome/skin/reportspam-small.png | Bin 0 -> 1038 bytes contrib/plugins/thunderbird/install.rdf | 41 ++ contrib/plugins/thunderbird/license.txt | 12 + doc/pop3filter.txt | 6 +- doc/postfix.txt | 45 ++ src/Makefile.am | 21 +- src/agent_shared.c | 2 +- src/agent_shared.h | 2 +- src/base64.c | 8 +- src/config_shared.c | 4 +- src/decode.c | 110 ++-- src/decode.h | 22 +- src/dspam.c | 542 ++++++++++---------- src/hash_drv.c | 36 +- src/heap.c | 5 +- src/language.h | 1 + src/libdspam.c | 16 +- src/libdspam.h | 4 +- src/list.c | 4 +- src/mysql_drv.c | 203 +++----- src/mysql_drv.h | 6 +- src/pgsql_drv.c | 13 +- src/pref.c | 6 +- src/read_config.h | 2 +- src/tokenizer.c | 9 +- src/tools.hash_drv/Makefile.am | 24 +- src/tools.hash_drv/cssclean.c | 4 +- src/tools.hash_drv/csscompress.c | 5 +- src/tools.hash_drv/cssconvert.c | 5 +- src/tools.pgsql_drv/dspam_pg2int8.c | 5 +- src/util.c | 9 +- src/util.h | 4 +- webui/cgi-bin/admin.cgi | 131 ++++- webui/cgi-bin/admingraph.cgi | 16 +- webui/cgi-bin/configure.pl.in | 45 ++- webui/cgi-bin/dspam.cgi | 33 +- webui/cgi-bin/templates/nav_admin_status.html | 29 +- webui/htdocs/base.css | 5 + 77 files changed, 3076 insertions(+), 620 deletions(-) create mode 100644 contrib/README create mode 100644 contrib/dspam_maintenance/README create mode 100755 contrib/dspam_maintenance/dspam_maintenance.sh create mode 100644 contrib/lotus_notes/README create mode 100644 contrib/lotus_notes/libDSPAMReporting.lss create mode 100644 contrib/plugins/dspam-thunderbird-extension.xpi create mode 100644 contrib/plugins/thunderbird/Makefile create mode 100644 contrib/plugins/thunderbird/README create mode 100644 contrib/plugins/thunderbird/TODO create mode 100644 contrib/plugins/thunderbird/chrome.manifest create mode 100644 contrib/plugins/thunderbird/chrome/content/contents.rdf create mode 100644 contrib/plugins/thunderbird/chrome/content/dspam.js create mode 100644 contrib/plugins/thunderbird/chrome/content/messenger.xul create mode 100644 contrib/plugins/thunderbird/chrome/content/options.js create mode 100644 contrib/plugins/thunderbird/chrome/content/options.xul create mode 100644 contrib/plugins/thunderbird/chrome/content/toolbar.xul create mode 100644 contrib/plugins/thunderbird/chrome/locale/de-DE/contents.rdf create mode 100644 contrib/plugins/thunderbird/chrome/locale/de-DE/dspam.dtd create mode 100644 contrib/plugins/thunderbird/chrome/locale/de-DE/dspam.properties create mode 100644 contrib/plugins/thunderbird/chrome/locale/en-US/contents.rdf create mode 100644 contrib/plugins/thunderbird/chrome/locale/en-US/dspam.dtd create mode 100644 contrib/plugins/thunderbird/chrome/locale/en-US/dspam.properties create mode 100644 contrib/plugins/thunderbird/chrome/locale/pt-PT/contents.rdf create mode 100644 contrib/plugins/thunderbird/chrome/locale/pt-PT/dspam.dtd create mode 100644 contrib/plugins/thunderbird/chrome/locale/pt-PT/dspam.properties create mode 100644 contrib/plugins/thunderbird/chrome/skin/contents.rdf create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-eyes-small.gif create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-eyes-transp-small.png create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-eyes.gif copy {webui/htdocs => contrib/plugins/thunderbird/chrome/skin}/dspam-logo-small.gif (100%) mode change 100755 => 100644 create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-text.gif copy webui/htdocs/dspam-logo-small.gif => contrib/plugins/thunderbird/chrome/skin/dspam-logo.gif (100%) mode change 100755 => 100644 create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam.css create mode 100644 contrib/plugins/thunderbird/chrome/skin/report-spam-orig.png create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportham-large.png create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportham-small.png create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportspam-large.png create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportspam-small.png create mode 100644 contrib/plugins/thunderbird/install.rdf create mode 100644 contrib/plugins/thunderbird/license.txt hooks/post-receive -- dspam |
From: Ion-Mihai T. <it...@Fr...> - 2009-08-03 12:41:55
|
On Sun, 2 Aug 2009 17:17:13 +0000 "Stevan Bajic" <sb...@us...> wrote: > commit 88f9c0a4f2b6c7b627bc3822f5edf3c9400e587b > Author: Stevan Bajic <st...@ba...> > Date: Sun Aug 2 19:16:18 2009 +0200 > > Added script to contrib for purging old tokens and log entries I see this is under GPLv3 Two issues: - can we distribute a tarball with both GPLv3 and v2? What impact does having GPLv3 code in a tarball? - when committing code under an other licence that DPSAM, please specify this in the commit log. Probably it would be a good idea to also mention the licence in contrib/tool/README -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> it...@Fr..., PGP Key ID 057E9F8B493A297B |
From: Stevan B. <sb...@us...> - 2009-08-03 05:33:54
|
#This is an automated email from the git hooks/post-receive script. It was #generated because a ref change was pushed to the repository containing #the project "dspam". #The branch, master has been updated #EOF } generate_email_footer() { SPACE=" " cat <<-EOF hooks/post-receive -- dspam via 320a2a0ef51fe58665b6bd6b496a394d6d1a11b0 (commit) from dcd7532554901e4fbeedd57c723a4d108ae8adb7 (commit) - Log ----------------------------------------------------------------- commit 320a2a0ef51fe58665b6bd6b496a394d6d1a11b0 Author: Stevan Bajic <st...@ba...> Date: Mon Aug 3 07:33:18 2009 +0200 Fixing compiler warnings MFM: 1 day Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ src/dspam.c | 5 ++--- src/tools.hash_drv/csscompress.c | 3 ++- src/tools.hash_drv/cssconvert.c | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) |
From: Stevan B. <sb...@us...> - 2009-08-03 04:58:33
|
#This is an automated email from the git hooks/post-receive script. It was #generated because a ref change was pushed to the repository containing #the project "dspam". #The branch, master has been updated #EOF } generate_email_footer() { SPACE=" " cat <<-EOF hooks/post-receive -- dspam via dcd7532554901e4fbeedd57c723a4d108ae8adb7 (commit) from d7d37ad4a0cb51571f69f3b282f20d818f51d236 (commit) - Log ----------------------------------------------------------------- commit dcd7532554901e4fbeedd57c723a4d108ae8adb7 Author: Stevan Bajic <st...@ba...> Date: Mon Aug 3 06:57:58 2009 +0200 Fixing dynamic build of storage drivers MFM: 1 day Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ src/Makefile.am | 17 ++++++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) |
From: Stevan B. <sb...@us...> - 2009-08-02 18:11:20
|
#This is an automated email from the git hooks/post-receive script. It was #generated because a ref change was pushed to the repository containing #the project "dspam". #The branch, master has been updated #EOF } generate_email_footer() { SPACE=" " cat <<-EOF hooks/post-receive -- dspam via d7d37ad4a0cb51571f69f3b282f20d818f51d236 (commit) from 85b13ff275948b63390ad0d5afa5eb490f59869b (commit) - Log ----------------------------------------------------------------- commit d7d37ad4a0cb51571f69f3b282f20d818f51d236 Author: Stevan Bajic <st...@ba...> Date: Sun Aug 2 20:10:50 2009 +0200 Fixing resource leak in hash driver MFM: 1 day Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ src/hash_drv.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletions(-) |
From: Stevan B. <sb...@us...> - 2009-08-02 17:21:42
|
#This is an automated email from the git hooks/post-receive script. It was #generated because a ref change was pushed to the repository containing #the project "dspam". #The branch, master has been updated #EOF } generate_email_footer() { SPACE=" " cat <<-EOF hooks/post-receive -- dspam via 85b13ff275948b63390ad0d5afa5eb490f59869b (commit) from 88f9c0a4f2b6c7b627bc3822f5edf3c9400e587b (commit) - Log ----------------------------------------------------------------- commit 85b13ff275948b63390ad0d5afa5eb490f59869b Author: Stevan Bajic <st...@ba...> Date: Sun Aug 2 19:20:46 2009 +0200 Fixed typo in dspam_maintenance.sh MFM: 1 day Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: contrib/dspam_maintenance/dspam_maintenance.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) |