dspam-commit Mailing List for DSPAM (Page 10)
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...> - 2010-02-12 13:22:14
|
- Log -----------------------------------------------------------------
commit 5fba6b436ce6957da6357a58af9202417fff1547
Author: Stevan Bajic <st...@ba...>
Date: Fri Feb 12 14:01:29 2010 +0100
Fixing memory leaks in SQLite[2/3] driver
MFM: 0 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
src/sqlite3_drv.c | 6 +++++-
src/sqlite_drv.c | 6 ++++--
3 files changed, 11 insertions(+), 3 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2010-02-05 23:38:19
|
- Log -----------------------------------------------------------------
commit 7d4000786b3cb6679a04ee978ab0fcc001b42186
Author: Stevan Bajic <st...@ba...>
Date: Sat Feb 6 00:29:51 2010 +0100
Adding Russian templates
MFM: 0 days
Bug-ID: 2945937
Bug-Reported-By: Andrey Ananin <was...@us...>
Security: none
commit 34b50930dbd51fcafd7af5a35860964fcf0459d2
Author: Stevan Bajic <st...@ba...>
Date: Sat Feb 6 00:21:10 2010 +0100
Formatting changes
MFM: 0 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 +
configure.ac | 3 +-
webui/cgi-bin/Makefile.am | 5 +-
webui/cgi-bin/templates/Makefile.am | 26 ++--
webui/cgi-bin/templates/{de => ru}/Makefile.am | 2 +-
webui/cgi-bin/templates/ru/nav_admin_error.html | 38 +++++
.../templates/ru/nav_admin_preferences.html | 127 +++++++++++++++++
webui/cgi-bin/templates/ru/nav_admin_status.html | 143 ++++++++++++++++++++
webui/cgi-bin/templates/ru/nav_admin_user.html | 59 ++++++++
webui/cgi-bin/templates/ru/nav_alerts.html | 53 +++++++
webui/cgi-bin/templates/ru/nav_analysis.html | 53 +++++++
webui/cgi-bin/templates/ru/nav_error.html | 41 ++++++
.../templates/{es-es => ru}/nav_fragment.html | 4 +-
webui/cgi-bin/templates/ru/nav_history.html | 85 ++++++++++++
webui/cgi-bin/templates/ru/nav_performance.html | 107 +++++++++++++++
webui/cgi-bin/templates/ru/nav_preferences.html | 121 +++++++++++++++++
webui/cgi-bin/templates/ru/nav_quarantine.html | 85 ++++++++++++
webui/cgi-bin/templates/ru/nav_viewmessage.html | 55 ++++++++
webui/cgi-bin/templates/ru/strings.pl | 84 ++++++++++++
19 files changed, 1074 insertions(+), 19 deletions(-)
copy webui/cgi-bin/templates/{de => ru}/Makefile.am (84%)
create mode 100644 webui/cgi-bin/templates/ru/nav_admin_error.html
create mode 100644 webui/cgi-bin/templates/ru/nav_admin_preferences.html
create mode 100644 webui/cgi-bin/templates/ru/nav_admin_status.html
create mode 100644 webui/cgi-bin/templates/ru/nav_admin_user.html
create mode 100644 webui/cgi-bin/templates/ru/nav_alerts.html
create mode 100644 webui/cgi-bin/templates/ru/nav_analysis.html
create mode 100644 webui/cgi-bin/templates/ru/nav_error.html
copy webui/cgi-bin/templates/{es-es => ru}/nav_fragment.html (71%)
create mode 100644 webui/cgi-bin/templates/ru/nav_history.html
create mode 100644 webui/cgi-bin/templates/ru/nav_performance.html
create mode 100644 webui/cgi-bin/templates/ru/nav_preferences.html
create mode 100644 webui/cgi-bin/templates/ru/nav_quarantine.html
create mode 100644 webui/cgi-bin/templates/ru/nav_viewmessage.html
create mode 100755 webui/cgi-bin/templates/ru/strings.pl
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2010-02-02 14:38:48
|
- Log -----------------------------------------------------------------
commit ed0fd6549da464a8d362dd91d5dfc55d20742a19
Author: Stevan Bajic <st...@ba...>
Date: Tue Feb 2 15:37:30 2010 +0100
Fixing issues with dirname() in cssclean, csscompress and cssconvert
MFM: 0 days
Bug-ID: 2943296
Bug-Reported-By: Enrico Scholz <en...@us...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
src/tools.hash_drv/cssclean.c | 10 +++++++---
src/tools.hash_drv/csscompress.c | 11 +++++++----
src/tools.hash_drv/cssconvert.c | 10 +++++++---
4 files changed, 23 insertions(+), 10 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Hugo M. <hmo...@us...> - 2010-01-28 23:41:36
|
- Log -----------------------------------------------------------------
commit d2d45a730cd8edcaec048410d31f2c9cb87e704e
Author: Hugo Monteiro <hug...@fc...>
Date: Thu Jan 28 23:40:07 2010 +0000
Bumped version number to 0.8 for Thunderbird Extension.
MFM: 0 days
modified: CHANGELOG
modified: contrib/plugins/dspam-thunderbird-extension.xpi
modified: contrib/plugins/thunderbird/install.rdf
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
contrib/plugins/dspam-thunderbird-extension.xpi | Bin 48899 -> 48899 bytes
contrib/plugins/thunderbird/install.rdf | 2 +-
3 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Hugo M. <hug...@fc...> - 2010-01-28 23:23:50
|
On 01/28/2010 11:21 PM, Hugo Monteiro wrote: > - Log ----------------------------------------------------------------- > commit 371297d043710c8dd61f6059d91e3d01b4d6b764 > Author: Hugo Monteiro<hug...@fc...> > Date: Thu Jan 28 23:19:43 2010 +0000 > > MFM: 0 days > Bug-Reported-By: Leandro Fagundes > > modified: CHANGELOG > modified: contrib/plugins/dspam-thunderbird-extension.xpi > modified: contrib/plugins/thunderbird/chrome/locale/pt-PT/dspam.dtd > modified: contrib/plugins/thunderbird/chrome/locale/pt-PT/dspam.properties > > ----------------------------------------------------------------------- > > Summary of changes: > CHANGELOG | 2 + > contrib/plugins/dspam-thunderbird-extension.xpi | Bin 48758 -> 48899 bytes > .../thunderbird/chrome/locale/pt-PT/dspam.dtd | 28 ++++++++++---------- > .../chrome/locale/pt-PT/dspam.properties | 12 ++++---- > 4 files changed, 22 insertions(+), 20 deletions(-) > > > hooks/post-receive > Hrm .. I forgot to add the comment line to the commit. Is there any way i can make an append or something? Hugo. -- fct.unl.pt:~# cat .signature Hugo Monteiro Email : hug...@fc... Telefone : +351 212948300 Ext.15307 Web : http://hmonteiro.net Divisão de Informática Faculdade de Ciências e Tecnologia da Universidade Nova de Lisboa Quinta da Torre 2829-516 Caparica Portugal Telefone: +351 212948596 Fax: +351 212948548 www.ci.fct.unl.pt ap...@fc... fct.unl.pt:~# _ |
|
From: Hugo M. <hmo...@us...> - 2010-01-28 23:21:22
|
- Log -----------------------------------------------------------------
commit 371297d043710c8dd61f6059d91e3d01b4d6b764
Author: Hugo Monteiro <hug...@fc...>
Date: Thu Jan 28 23:19:43 2010 +0000
MFM: 0 days
Bug-Reported-By: Leandro Fagundes
modified: CHANGELOG
modified: contrib/plugins/dspam-thunderbird-extension.xpi
modified: contrib/plugins/thunderbird/chrome/locale/pt-PT/dspam.dtd
modified: contrib/plugins/thunderbird/chrome/locale/pt-PT/dspam.properties
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 +
contrib/plugins/dspam-thunderbird-extension.xpi | Bin 48758 -> 48899 bytes
.../thunderbird/chrome/locale/pt-PT/dspam.dtd | 28 ++++++++++----------
.../chrome/locale/pt-PT/dspam.properties | 12 ++++----
4 files changed, 22 insertions(+), 20 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2010-01-28 00:31:37
|
- Log -----------------------------------------------------------------
commit 3848461d772765c1f3bd175de09e671d139390e4
Author: Stevan Bajic <st...@ba...>
Date: Thu Jan 28 01:31:07 2010 +0100
Removing mapiprop.dll and adding note where to download the dll and source
MFM: 0 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
contrib/OutloukAddin/DLL/README | 2 ++
contrib/OutloukAddin/DLL/mapiprop.dll | Bin 25600 -> 0 bytes
3 files changed, 4 insertions(+), 0 deletions(-)
create mode 100644 contrib/OutloukAddin/DLL/README
delete mode 100644 contrib/OutloukAddin/DLL/mapiprop.dll
hooks/post-receive
--
dspam
|
|
From: Alexander P. <ap...@us...> - 2010-01-27 23:43:51
|
- Log -----------------------------------------------------------------
commit afce3b86973d915518211f136ed4ee9ce4de11bd
Author: Alexander Prinsier <ap...@ma...>
Date: Thu Jan 28 00:43:21 2010 +0100
Added OutloukAddin to contrib
-----------------------------------------------------------------------
Summary of changes:
contrib/OutloukAddin/DLL/mapiprop.dll | Bin 0 -> 25600 bytes
contrib/OutloukAddin/DSpamAddin.sln | 36 +
contrib/OutloukAddin/Engine/.gitignore | 2 +
contrib/OutloukAddin/Engine/Engine.csproj | 167 +++
.../OutloukAddin/Engine/GUI/AktionForm.Designer.cs | 311 ++++++
contrib/OutloukAddin/Engine/GUI/AktionForm.cs | 262 +++++
contrib/OutloukAddin/Engine/GUI/AktionForm.resx | 120 ++
.../OutloukAddin/Engine/GUI/MainForm.Designer.cs | 141 +++
contrib/OutloukAddin/Engine/GUI/MainForm.cs | 174 +++
contrib/OutloukAddin/Engine/GUI/MainForm.resx | 120 ++
.../Engine/GUI/TrainingForm.Designer.cs | 313 ++++++
contrib/OutloukAddin/Engine/GUI/TrainingForm.cs | 165 +++
contrib/OutloukAddin/Engine/GUI/TrainingForm.resx | 120 ++
contrib/OutloukAddin/Engine/Konfiguration.cs | 546 +++++++++
contrib/OutloukAddin/Engine/Language.cs | 80 ++
contrib/OutloukAddin/Engine/Logger.cs | 84 ++
.../Engine/Parser/KonfigurationParser.cs | 138 +++
.../OutloukAddin/Engine/Parser/LanguageParser.cs | 186 ++++
contrib/OutloukAddin/Engine/Parser/MailParser.cs | 384 +++++++
.../OutloukAddin/Engine/Properties/AssemblyInfo.cs | 35 +
.../Engine/Properties/Resources.Designer.cs | 70 ++
.../OutloukAddin/Engine/Properties/Resources.resx | 124 +++
contrib/OutloukAddin/Engine/Resources/folder.bmp | Bin 0 -> 1134 bytes
contrib/OutloukAddin/Engine/TODO.txt | 11 +
contrib/OutloukAddin/Engine/Worker.cs | 419 +++++++
contrib/OutloukAddin/Engine/en-US.xml | 57 +
contrib/OutloukAddin/OutlookInterface/.gitignore | 2 +
.../OutloukAddin/OutlookInterface/AssemblyInfo.cs | 51 +
contrib/OutloukAddin/OutlookInterface/Connect.cs | 307 +++++
.../OutlookInterface/OutlookInterface.csproj | 100 ++
.../OutlookInterfaceSetup/.gitignore | 2 +
.../OutlookInterfaceSetup.vdproj | 1167 ++++++++++++++++++++
.../OutloukAddin/_LANG/Languages.de-DE.resources | Bin 0 -> 4246 bytes
.../OutloukAddin/_LANG/Languages.en-US.resources | Bin 0 -> 3844 bytes
.../OutloukAddin/_LANG/Languages.fr-FR.resources | Bin 0 -> 4246 bytes
.../OutloukAddin/_LANG/Languages.pt-PT.resources | Bin 0 -> 4058 bytes
contrib/OutloukAddin/_LANG/de-DE.xml | 57 +
contrib/OutloukAddin/_LANG/en-US.xml | 57 +
contrib/OutloukAddin/_LANG/fr-FR.xml | 57 +
contrib/OutloukAddin/_LANG/pt-PT.xml | 57 +
contrib/OutloukAddin/simpleConsole/.gitignore | 2 +
contrib/OutloukAddin/simpleConsole/Program.cs | 77 ++
.../simpleConsole/Properties/AssemblyInfo.cs | 33 +
.../simpleConsole/simpleConsole.csproj | 59 +
44 files changed, 6093 insertions(+), 0 deletions(-)
create mode 100644 contrib/OutloukAddin/DLL/mapiprop.dll
create mode 100644 contrib/OutloukAddin/DSpamAddin.sln
create mode 100644 contrib/OutloukAddin/Engine/.gitignore
create mode 100644 contrib/OutloukAddin/Engine/Engine.csproj
create mode 100644 contrib/OutloukAddin/Engine/GUI/AktionForm.Designer.cs
create mode 100644 contrib/OutloukAddin/Engine/GUI/AktionForm.cs
create mode 100644 contrib/OutloukAddin/Engine/GUI/AktionForm.resx
create mode 100644 contrib/OutloukAddin/Engine/GUI/MainForm.Designer.cs
create mode 100644 contrib/OutloukAddin/Engine/GUI/MainForm.cs
create mode 100644 contrib/OutloukAddin/Engine/GUI/MainForm.resx
create mode 100644 contrib/OutloukAddin/Engine/GUI/TrainingForm.Designer.cs
create mode 100644 contrib/OutloukAddin/Engine/GUI/TrainingForm.cs
create mode 100644 contrib/OutloukAddin/Engine/GUI/TrainingForm.resx
create mode 100644 contrib/OutloukAddin/Engine/Konfiguration.cs
create mode 100644 contrib/OutloukAddin/Engine/Language.cs
create mode 100644 contrib/OutloukAddin/Engine/Logger.cs
create mode 100644 contrib/OutloukAddin/Engine/Parser/KonfigurationParser.cs
create mode 100644 contrib/OutloukAddin/Engine/Parser/LanguageParser.cs
create mode 100644 contrib/OutloukAddin/Engine/Parser/MailParser.cs
create mode 100644 contrib/OutloukAddin/Engine/Properties/AssemblyInfo.cs
create mode 100644 contrib/OutloukAddin/Engine/Properties/Resources.Designer.cs
create mode 100644 contrib/OutloukAddin/Engine/Properties/Resources.resx
create mode 100644 contrib/OutloukAddin/Engine/Resources/folder.bmp
create mode 100644 contrib/OutloukAddin/Engine/TODO.txt
create mode 100644 contrib/OutloukAddin/Engine/Worker.cs
create mode 100644 contrib/OutloukAddin/Engine/en-US.xml
create mode 100644 contrib/OutloukAddin/OutlookInterface/.gitignore
create mode 100644 contrib/OutloukAddin/OutlookInterface/AssemblyInfo.cs
create mode 100644 contrib/OutloukAddin/OutlookInterface/Connect.cs
create mode 100644 contrib/OutloukAddin/OutlookInterface/OutlookInterface.csproj
create mode 100644 contrib/OutloukAddin/OutlookInterface/OutlookInterfaceSetup/.gitignore
create mode 100644 contrib/OutloukAddin/OutlookInterface/OutlookInterfaceSetup/OutlookInterfaceSetup.vdproj
create mode 100644 contrib/OutloukAddin/_LANG/Languages.de-DE.resources
create mode 100644 contrib/OutloukAddin/_LANG/Languages.en-US.resources
create mode 100644 contrib/OutloukAddin/_LANG/Languages.fr-FR.resources
create mode 100644 contrib/OutloukAddin/_LANG/Languages.pt-PT.resources
create mode 100644 contrib/OutloukAddin/_LANG/de-DE.xml
create mode 100644 contrib/OutloukAddin/_LANG/en-US.xml
create mode 100644 contrib/OutloukAddin/_LANG/fr-FR.xml
create mode 100644 contrib/OutloukAddin/_LANG/pt-PT.xml
create mode 100644 contrib/OutloukAddin/simpleConsole/.gitignore
create mode 100644 contrib/OutloukAddin/simpleConsole/Program.cs
create mode 100644 contrib/OutloukAddin/simpleConsole/Properties/AssemblyInfo.cs
create mode 100644 contrib/OutloukAddin/simpleConsole/simpleConsole.csproj
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2010-01-27 20:37:46
|
- Log -----------------------------------------------------------------
commit 7a3f37bae5d91a6159b6edd2b7d07db3fa00d088
Author: Stevan Bajic <st...@ba...>
Date: Wed Jan 27 21:35:47 2010 +0100
Using PQescapeByteaConn instead of PQescapeBytea in PostgreSQL driver when PostgreSQL is >= 7.3
MFM: 0 days
Bug-ID: none
Bug-Reported-By: Nathanael D. Noblet <nat...@gn...>
Security: none
commit 6e1ee6eb12c7e2433c5bb769f78a9ca1c3a34fba
Author: Stevan Bajic <st...@ba...>
Date: Wed Jan 27 21:25:58 2010 +0100
Fixing unresolved symbols in libdspam (Richard Valk <in...@ri...> was so nice to test the patches on Mac OS X)
MFM: 0 days
Bug-ID: 2940224
Bug-Reported-By: Jan Ondrej <on...@us...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 42 +++++++++++++++++--------------
src/Makefile.am | 16 ++++++------
src/pgsql_drv.c | 67 ++++++++++++++++++++++++++++++++++++------------
src/pgsql_drv.h | 6 +++-
src/tools/Makefile.am | 16 ++++++------
5 files changed, 93 insertions(+), 54 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2010-01-19 11:19:20
|
- Log -----------------------------------------------------------------
commit fbaad1b96763ac17fa495d825ab56e1b8257c095
Author: Stevan Bajic <st...@ba...>
Date: Tue Jan 19 12:16:49 2010 +0100
Don't allow '../' or '..\' in user name
MFM: 0 days
Bug-ID: 2932993
Bug-Reported-By: Enrico Scholz <en...@us...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
src/agent_shared.c | 29 +++++++++++++++++------------
2 files changed, 19 insertions(+), 12 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2010-01-19 10:53:23
|
- Log -----------------------------------------------------------------
commit b8f24223e082a0d4e73208df3191333abdb2267a
Author: Stevan Bajic <st...@ba...>
Date: Mon Jan 18 21:09:29 2010 +0100
Updating dspam_maintenance.sh to work better under Fedora
MFM: 0 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 +
contrib/dspam_maintenance/dspam_maintenance.sh | 58 ++++++++++++++++++------
2 files changed, 46 insertions(+), 14 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Hugo M. <hmo...@us...> - 2010-01-16 21:40:27
|
- Log -----------------------------------------------------------------
commit be7aac366d3fa0f39f1e1ccab486a43a43e074d3
Author: Hugo Monteiro <hug...@fc...>
Date: Sat Jan 16 21:35:00 2010 +0000
* Added username character escaping to conform to RFC2254
(String Representation of LDAP Search Filters) in External Lookup module
MFM: 21 days
Bug-ID: 2933017
Bug-Reported-By: Enrico Scholz
modified: src/external_lookup.c
-----------------------------------------------------------------------
Summary of changes:
src/external_lookup.c | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Hugo M. <hmo...@us...> - 2010-01-16 15:44:32
|
- Log -----------------------------------------------------------------
commit 9ed5dd879043b8220ae06719914b4f6f3e3c6e2d
Author: root <ro...@le...>
Date: Sat Jan 16 15:42:23 2010 +0000
Fixed compiler warnings on external lookup ldaptimeout initialization
MFM: 0 days
modified: src/external_lookup.c
-----------------------------------------------------------------------
Summary of changes:
src/external_lookup.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2010-01-14 01:44:59
|
- Log -----------------------------------------------------------------
commit f9a96ee638b3758483e86c5ae1a0fc1fc07b1775
Author: Stevan Bajic <st...@ba...>
Date: Thu Jan 14 02:44:03 2010 +0100
Change password handling for MySQL/PostgreSQL in dspam_maintenance.sh
MFM: 0 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 +
contrib/dspam_maintenance/dspam_maintenance.sh | 39 +++++++++++++++++++----
2 files changed, 34 insertions(+), 7 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Alexander P. <ap...@us...> - 2010-01-12 01:07:29
|
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 126 ++-
Makefile.am | 4 +-
README | 26 +-
README.cssclean | 3 +-
UPGRADING | 15 +-
autogen.sh | 6 +-
configure.ac | 18 +-
contrib/README | 2 +
contrib/dspam_maintenance/README | 2 +
contrib/dspam_maintenance/dspam_maintenance.sh | 319 +++-
contrib/lotus_notes/README | 2 +
contrib/lotus_notes/libDSPAMReporting.lss | 2 +
doc/Makefile.am | 2 +-
doc/markov.txt | 2 +
doc/mysql_drv.txt | 6 +-
doc/pgsql_drv.txt | 4 +-
doc/sqlite_drv.txt | 4 +-
doc/tests.txt | 2 +
m4/Makefile.am | 3 +-
m4/libtool_hack.m4 | 33 -
m4/ncore.m4 | 43 -
m4/split_configuration.m4 | 1 +
man/Makefile.am | 68 +-
man/dspam.1 | 17 +-
man/dspam_admin.1 | 130 ++
man/dspam_clean.1 | 17 +-
man/dspam_crc.1 | 64 +
man/dspam_dump.1 | 24 +-
man/dspam_logrotate.1 | 88 +
man/dspam_merge.1 | 15 +-
man/dspam_stats.1 | 15 +-
man/dspam_train.1 | 15 +-
man/libdspam.3 | 19 +-
scripts/Makefile.am | 6 -
scripts/train.pl | 102 -
src/Makefile.am | 27 +-
src/agent_shared.c | 6 +-
src/agent_shared.h | 4 +-
src/base64.c | 6 +-
src/base64.h | 6 +-
src/bnr.c | 4 +-
src/bnr.h | 4 +-
src/buffer.c | 4 +-
src/buffer.h | 4 +-
src/client.c | 4 +-
src/client.h | 4 +-
src/config.h | 6 +-
src/config_api.c | 4 +-
src/config_api.h | 4 +-
src/config_shared.c | 65 +-
src/config_shared.h | 4 +-
src/daemon.c | 4 +-
src/daemon.h | 4 +-
src/decode.c | 9 +-
src/decode.h | 6 +-
src/diction.c | 4 +-
src/diction.h | 4 +-
src/dspam.c | 52 +-
src/dspam.conf.in | 29 +-
src/dspam.h | 4 +-
src/dspamc.c | 4 +-
src/dspamc.h | 4 +-
src/error.c | 4 +-
src/error.h | 4 +-
src/example.c | 4 +-
src/external_lookup.c | 26 +-
src/external_lookup.h | 2 +
src/hash.c | 4 +-
src/hash.h | 8 +-
src/hash_drv.c | 35 +-
src/hash_drv.h | 4 +-
src/heap.c | 4 +-
src/heap.h | 4 +-
src/language.h | 4 +-
src/libdspam.c | 29 +-
src/libdspam.h | 4 +-
src/libdspam_objects.h | 4 +-
src/list.c | 4 +-
src/list.h | 4 +-
src/mysql_drv.c | 4 +-
src/mysql_drv.h | 4 +-
src/ncore_adp.c | 7 -
src/ncore_adp.h | 7 -
src/nodetree.c | 4 +-
src/nodetree.h | 4 +-
src/pgsql_drv.c | 78 +-
src/pgsql_drv.h | 4 +-
src/pref.c | 10 +-
src/pref.h | 4 +-
src/read_config.c | 4 +-
src/read_config.h | 4 +-
src/sqlite3_drv.c | 4 +-
src/sqlite3_drv.h | 4 +-
src/sqlite_drv.c | 4 +-
src/sqlite_drv.h | 4 +-
src/storage_driver.c | 78 +-
src/storage_driver.h | 4 +-
src/tokenizer.c | 61 +-
src/tokenizer.h | 4 +-
src/tools.hash_drv/cssclean.c | 8 +-
src/tools.hash_drv/csscompress.c | 16 +-
src/tools.hash_drv/cssconvert.c | 8 +-
src/tools.hash_drv/cssstat.c | 14 +-
src/tools.mysql_drv/mysql_objects-4.1.sql | 16 +-
src/tools.mysql_drv/purge-4.1.sql | 101 +-
src/tools.mysql_drv/purge.sql | 78 +-
src/tools.pgsql_drv/dspam_pg2int8.c | 4 +-
src/tools.sqlite_drv/purge-2.sql | 1 +
src/tools/dspam_2sql.c | 5 +-
src/tools/dspam_admin.c | 5 +-
src/tools/dspam_clean.c | 5 +-
src/tools/dspam_crc.c | 4 +-
src/tools/dspam_dump.c | 5 +-
src/tools/dspam_logrotate | 4 +-
src/tools/dspam_merge.c | 5 +-
src/tools/dspam_notify.pl | 2 +
src/tools/dspam_stats.c | 15 +-
src/tools/dspam_train.in | 4 +-
src/util.c | 12 +-
src/util.h | 4 +-
txt/Makefile.am | 12 +-
webui/cgi-bin/Makefile.am | 23 +-
webui/cgi-bin/admin.cgi | 102 +-
webui/cgi-bin/admingraph.cgi | 65 +-
webui/cgi-bin/configure.pl.in | 68 +-
webui/cgi-bin/dspam.cgi | 694 +++-----
webui/cgi-bin/graph.cgi | 65 +-
webui/cgi-bin/htmlize.pl | 1948 ++++++++++++++++++++
webui/cgi-bin/subadmins | 15 +
webui/cgi-bin/templates/{ => cs}/Makefile.am | 0
webui/cgi-bin/templates/cs/nav_admin_error.html | 38 +
.../templates/cs/nav_admin_preferences.html | 128 ++
webui/cgi-bin/templates/cs/nav_admin_status.html | 143 ++
webui/cgi-bin/templates/cs/nav_admin_user.html | 59 +
webui/cgi-bin/templates/cs/nav_alerts.html | 54 +
webui/cgi-bin/templates/cs/nav_analysis.html | 52 +
webui/cgi-bin/templates/cs/nav_error.html | 41 +
.../cgi-bin/templates/{fr => cs}/nav_fragment.html | 3 +-
webui/cgi-bin/templates/cs/nav_history.html | 87 +
webui/cgi-bin/templates/cs/nav_performance.html | 110 ++
webui/cgi-bin/templates/cs/nav_preferences.html | 122 ++
webui/cgi-bin/templates/cs/nav_quarantine.html | 85 +
webui/cgi-bin/templates/cs/nav_viewmessage.html | 56 +
webui/cgi-bin/templates/cs/strings.pl | 92 +
webui/cgi-bin/templates/de/nav_admin_error.html | 13 +-
.../templates/de/nav_admin_preferences.html | 14 +-
webui/cgi-bin/templates/de/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/de/nav_admin_user.html | 13 +-
webui/cgi-bin/templates/de/nav_alerts.html | 18 +-
webui/cgi-bin/templates/de/nav_analysis.html | 22 +-
webui/cgi-bin/templates/de/nav_error.html | 17 +-
webui/cgi-bin/templates/de/nav_fragment.html | 1 +
webui/cgi-bin/templates/de/nav_history.html | 28 +-
webui/cgi-bin/templates/de/nav_performance.html | 31 +-
webui/cgi-bin/templates/de/nav_preferences.html | 18 +-
webui/cgi-bin/templates/de/nav_quarantine.html | 46 +-
webui/cgi-bin/templates/de/nav_viewmessage.html | 18 +-
webui/cgi-bin/templates/de/strings.pl | 18 +-
webui/cgi-bin/templates/es-es/nav_admin_error.html | 15 +-
.../templates/es-es/nav_admin_preferences.html | 16 +-
.../cgi-bin/templates/es-es/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/es-es/nav_admin_user.html | 15 +-
webui/cgi-bin/templates/es-es/nav_alerts.html | 18 +-
webui/cgi-bin/templates/es-es/nav_analysis.html | 22 +-
webui/cgi-bin/templates/es-es/nav_error.html | 19 +-
webui/cgi-bin/templates/es-es/nav_fragment.html | 1 +
webui/cgi-bin/templates/es-es/nav_history.html | 22 +-
webui/cgi-bin/templates/es-es/nav_performance.html | 19 +-
webui/cgi-bin/templates/es-es/nav_preferences.html | 18 +-
webui/cgi-bin/templates/es-es/nav_quarantine.html | 44 +-
webui/cgi-bin/templates/es-es/nav_viewmessage.html | 20 +-
webui/cgi-bin/templates/es-es/strings.pl | 12 +-
webui/cgi-bin/templates/fr/nav_admin_error.html | 15 +-
.../templates/fr/nav_admin_preferences.html | 16 +-
webui/cgi-bin/templates/fr/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/fr/nav_admin_user.html | 15 +-
webui/cgi-bin/templates/fr/nav_alerts.html | 18 +-
webui/cgi-bin/templates/fr/nav_analysis.html | 22 +-
webui/cgi-bin/templates/fr/nav_error.html | 19 +-
webui/cgi-bin/templates/fr/nav_fragment.html | 1 +
webui/cgi-bin/templates/fr/nav_history.html | 22 +-
webui/cgi-bin/templates/fr/nav_performance.html | 19 +-
webui/cgi-bin/templates/fr/nav_preferences.html | 18 +-
webui/cgi-bin/templates/fr/nav_quarantine.html | 46 +-
webui/cgi-bin/templates/fr/nav_viewmessage.html | 20 +-
webui/cgi-bin/templates/fr/strings.pl | 12 +-
webui/cgi-bin/templates/he/nav_admin_error.html | 23 +-
.../templates/he/nav_admin_preferences.html | 24 +-
webui/cgi-bin/templates/he/nav_admin_status.html | 29 +-
webui/cgi-bin/templates/he/nav_admin_user.html | 25 +-
webui/cgi-bin/templates/he/nav_alerts.html | 28 +-
webui/cgi-bin/templates/he/nav_analysis.html | 32 +-
webui/cgi-bin/templates/he/nav_error.html | 27 +-
webui/cgi-bin/templates/he/nav_fragment.html | 9 +-
webui/cgi-bin/templates/he/nav_history.html | 30 +-
webui/cgi-bin/templates/he/nav_performance.html | 27 +-
webui/cgi-bin/templates/he/nav_preferences.html | 26 +-
webui/cgi-bin/templates/he/nav_quarantine.html | 36 +-
webui/cgi-bin/templates/he/nav_viewmessage.html | 28 +-
webui/cgi-bin/templates/he/strings.pl | 101 +
webui/cgi-bin/templates/nav_admin_error.html | 15 +-
webui/cgi-bin/templates/nav_admin_preferences.html | 16 +-
webui/cgi-bin/templates/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/nav_admin_user.html | 15 +-
webui/cgi-bin/templates/nav_alerts.html | 18 +-
webui/cgi-bin/templates/nav_analysis.html | 23 +-
webui/cgi-bin/templates/nav_error.html | 19 +-
webui/cgi-bin/templates/nav_fragment.html | 1 +
webui/cgi-bin/templates/nav_history.html | 20 +-
webui/cgi-bin/templates/nav_performance.html | 19 +-
webui/cgi-bin/templates/nav_preferences.html | 18 +-
webui/cgi-bin/templates/nav_quarantine.html | 42 +-
webui/cgi-bin/templates/nav_viewmessage.html | 20 +-
webui/cgi-bin/templates/pt-br/nav_admin_error.html | 15 +-
.../templates/pt-br/nav_admin_preferences.html | 16 +-
.../cgi-bin/templates/pt-br/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/pt-br/nav_admin_user.html | 15 +-
webui/cgi-bin/templates/pt-br/nav_alerts.html | 18 +-
webui/cgi-bin/templates/pt-br/nav_analysis.html | 22 +-
webui/cgi-bin/templates/pt-br/nav_error.html | 19 +-
webui/cgi-bin/templates/pt-br/nav_fragment.html | 1 +
webui/cgi-bin/templates/pt-br/nav_history.html | 22 +-
webui/cgi-bin/templates/pt-br/nav_performance.html | 19 +-
webui/cgi-bin/templates/pt-br/nav_preferences.html | 18 +-
webui/cgi-bin/templates/pt-br/nav_quarantine.html | 46 +-
webui/cgi-bin/templates/pt-br/nav_viewmessage.html | 20 +-
webui/cgi-bin/templates/pt-br/strings.pl | 12 +-
webui/cgi-bin/templates/ro/Makefile.am | 2 +-
webui/cgi-bin/templates/ro/nav_admin_error.html | 15 +-
.../templates/ro/nav_admin_preferences.html | 16 +-
webui/cgi-bin/templates/ro/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/ro/nav_admin_user.html | 15 +-
webui/cgi-bin/templates/ro/nav_alerts.html | 20 +-
webui/cgi-bin/templates/ro/nav_analysis.html | 24 +-
webui/cgi-bin/templates/ro/nav_error.html | 19 +-
webui/cgi-bin/templates/ro/nav_fragment.html | 1 +
webui/cgi-bin/templates/ro/nav_history.html | 24 +-
webui/cgi-bin/templates/ro/nav_performance.html | 19 +-
webui/cgi-bin/templates/ro/nav_preferences.html | 18 +-
webui/cgi-bin/templates/ro/nav_quarantine.html | 48 +-
webui/cgi-bin/templates/ro/nav_viewmessage.html | 20 +-
webui/cgi-bin/templates/strings.pl | 12 +-
webui/htdocs/Makefile.am | 13 +-
webui/htdocs/base.css | 182 +-
webui/htdocs/dspam.js | 4 +-
webui/htdocs/favicon.ico | Bin 0 -> 15774 bytes
webui/htdocs/rtl.css | 50 +
247 files changed, 6253 insertions(+), 2326 deletions(-)
delete mode 100644 m4/libtool_hack.m4
delete mode 100644 m4/ncore.m4
create mode 100644 man/dspam_admin.1
create mode 100644 man/dspam_crc.1
create mode 100644 man/dspam_logrotate.1
delete mode 100644 scripts/Makefile.am
delete mode 100755 scripts/train.pl
delete mode 100644 src/ncore_adp.c
delete mode 100644 src/ncore_adp.h
create mode 100755 webui/cgi-bin/htmlize.pl
create mode 100644 webui/cgi-bin/subadmins
copy webui/cgi-bin/templates/{ => cs}/Makefile.am (100%)
create mode 100644 webui/cgi-bin/templates/cs/nav_admin_error.html
create mode 100644 webui/cgi-bin/templates/cs/nav_admin_preferences.html
create mode 100644 webui/cgi-bin/templates/cs/nav_admin_status.html
create mode 100644 webui/cgi-bin/templates/cs/nav_admin_user.html
create mode 100644 webui/cgi-bin/templates/cs/nav_alerts.html
create mode 100644 webui/cgi-bin/templates/cs/nav_analysis.html
create mode 100644 webui/cgi-bin/templates/cs/nav_error.html
copy webui/cgi-bin/templates/{fr => cs}/nav_fragment.html (77%)
create mode 100644 webui/cgi-bin/templates/cs/nav_history.html
create mode 100644 webui/cgi-bin/templates/cs/nav_performance.html
create mode 100644 webui/cgi-bin/templates/cs/nav_preferences.html
create mode 100644 webui/cgi-bin/templates/cs/nav_quarantine.html
create mode 100644 webui/cgi-bin/templates/cs/nav_viewmessage.html
create mode 100755 webui/cgi-bin/templates/cs/strings.pl
create mode 100644 webui/cgi-bin/templates/he/strings.pl
create mode 100644 webui/htdocs/favicon.ico
create mode 100644 webui/htdocs/rtl.css
hooks/post-receive
--
dspam
|
|
From: Alexander P. <ap...@us...> - 2010-01-12 01:01:50
|
- Log -----------------------------------------------------------------
commit 9993662442849cca4bd5f1ff8b059fed977d62da
Merge: 1c74529a3ebd9d21c04d69c575f4b5a66a100424 348cc39971b7b1450dbf4f1da139dcb1b202644f
Author: Alexander Prinsier <ap...@ma...>
Date: Tue Jan 12 01:33:38 2010 +0100
Merge branch 'RELENG_3_9' into RELENG_3_9_1
Conflicts:
configure.ac
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 126 ++-
Makefile.am | 4 +-
README | 26 +-
README.cssclean | 3 +-
UPGRADING | 15 +-
autogen.sh | 6 +-
configure.ac | 18 +-
contrib/README | 2 +
contrib/dspam_maintenance/README | 2 +
contrib/dspam_maintenance/dspam_maintenance.sh | 319 +++-
contrib/lotus_notes/README | 2 +
contrib/lotus_notes/libDSPAMReporting.lss | 2 +
doc/Makefile.am | 2 +-
doc/markov.txt | 2 +
doc/mysql_drv.txt | 6 +-
doc/pgsql_drv.txt | 4 +-
doc/sqlite_drv.txt | 4 +-
doc/tests.txt | 2 +
m4/Makefile.am | 3 +-
m4/libtool_hack.m4 | 33 -
m4/ncore.m4 | 43 -
m4/split_configuration.m4 | 1 +
man/Makefile.am | 68 +-
man/dspam.1 | 17 +-
man/dspam_admin.1 | 130 ++
man/dspam_clean.1 | 17 +-
man/dspam_crc.1 | 64 +
man/dspam_dump.1 | 24 +-
man/dspam_logrotate.1 | 88 +
man/dspam_merge.1 | 15 +-
man/dspam_stats.1 | 15 +-
man/dspam_train.1 | 15 +-
man/libdspam.3 | 19 +-
scripts/Makefile.am | 6 -
scripts/train.pl | 102 -
src/Makefile.am | 27 +-
src/agent_shared.c | 6 +-
src/agent_shared.h | 4 +-
src/base64.c | 6 +-
src/base64.h | 6 +-
src/bnr.c | 4 +-
src/bnr.h | 4 +-
src/buffer.c | 4 +-
src/buffer.h | 4 +-
src/client.c | 4 +-
src/client.h | 4 +-
src/config.h | 6 +-
src/config_api.c | 4 +-
src/config_api.h | 4 +-
src/config_shared.c | 65 +-
src/config_shared.h | 4 +-
src/daemon.c | 4 +-
src/daemon.h | 4 +-
src/decode.c | 9 +-
src/decode.h | 6 +-
src/diction.c | 4 +-
src/diction.h | 4 +-
src/dspam.c | 52 +-
src/dspam.conf.in | 29 +-
src/dspam.h | 4 +-
src/dspamc.c | 4 +-
src/dspamc.h | 4 +-
src/error.c | 4 +-
src/error.h | 4 +-
src/example.c | 4 +-
src/external_lookup.c | 26 +-
src/external_lookup.h | 2 +
src/hash.c | 4 +-
src/hash.h | 8 +-
src/hash_drv.c | 35 +-
src/hash_drv.h | 4 +-
src/heap.c | 4 +-
src/heap.h | 4 +-
src/language.h | 4 +-
src/libdspam.c | 29 +-
src/libdspam.h | 4 +-
src/libdspam_objects.h | 4 +-
src/list.c | 4 +-
src/list.h | 4 +-
src/mysql_drv.c | 4 +-
src/mysql_drv.h | 4 +-
src/ncore_adp.c | 7 -
src/ncore_adp.h | 7 -
src/nodetree.c | 4 +-
src/nodetree.h | 4 +-
src/pgsql_drv.c | 78 +-
src/pgsql_drv.h | 4 +-
src/pref.c | 10 +-
src/pref.h | 4 +-
src/read_config.c | 4 +-
src/read_config.h | 4 +-
src/sqlite3_drv.c | 4 +-
src/sqlite3_drv.h | 4 +-
src/sqlite_drv.c | 4 +-
src/sqlite_drv.h | 4 +-
src/storage_driver.c | 78 +-
src/storage_driver.h | 4 +-
src/tokenizer.c | 61 +-
src/tokenizer.h | 4 +-
src/tools.hash_drv/cssclean.c | 8 +-
src/tools.hash_drv/csscompress.c | 16 +-
src/tools.hash_drv/cssconvert.c | 8 +-
src/tools.hash_drv/cssstat.c | 14 +-
src/tools.mysql_drv/mysql_objects-4.1.sql | 16 +-
src/tools.mysql_drv/purge-4.1.sql | 101 +-
src/tools.mysql_drv/purge.sql | 78 +-
src/tools.pgsql_drv/dspam_pg2int8.c | 4 +-
src/tools.sqlite_drv/purge-2.sql | 1 +
src/tools/dspam_2sql.c | 5 +-
src/tools/dspam_admin.c | 5 +-
src/tools/dspam_clean.c | 5 +-
src/tools/dspam_crc.c | 4 +-
src/tools/dspam_dump.c | 5 +-
src/tools/dspam_logrotate | 4 +-
src/tools/dspam_merge.c | 5 +-
src/tools/dspam_notify.pl | 2 +
src/tools/dspam_stats.c | 15 +-
src/tools/dspam_train.in | 4 +-
src/util.c | 12 +-
src/util.h | 4 +-
txt/Makefile.am | 12 +-
webui/cgi-bin/Makefile.am | 23 +-
webui/cgi-bin/admin.cgi | 102 +-
webui/cgi-bin/admingraph.cgi | 65 +-
webui/cgi-bin/configure.pl.in | 68 +-
webui/cgi-bin/dspam.cgi | 694 +++-----
webui/cgi-bin/graph.cgi | 65 +-
webui/cgi-bin/htmlize.pl | 1948 ++++++++++++++++++++
webui/cgi-bin/subadmins | 15 +
webui/cgi-bin/templates/{ => cs}/Makefile.am | 0
webui/cgi-bin/templates/cs/nav_admin_error.html | 38 +
.../templates/cs/nav_admin_preferences.html | 128 ++
webui/cgi-bin/templates/cs/nav_admin_status.html | 143 ++
webui/cgi-bin/templates/cs/nav_admin_user.html | 59 +
webui/cgi-bin/templates/cs/nav_alerts.html | 54 +
webui/cgi-bin/templates/cs/nav_analysis.html | 52 +
webui/cgi-bin/templates/cs/nav_error.html | 41 +
.../cgi-bin/templates/{fr => cs}/nav_fragment.html | 3 +-
webui/cgi-bin/templates/cs/nav_history.html | 87 +
webui/cgi-bin/templates/cs/nav_performance.html | 110 ++
webui/cgi-bin/templates/cs/nav_preferences.html | 122 ++
webui/cgi-bin/templates/cs/nav_quarantine.html | 85 +
webui/cgi-bin/templates/cs/nav_viewmessage.html | 56 +
webui/cgi-bin/templates/cs/strings.pl | 92 +
webui/cgi-bin/templates/de/nav_admin_error.html | 13 +-
.../templates/de/nav_admin_preferences.html | 14 +-
webui/cgi-bin/templates/de/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/de/nav_admin_user.html | 13 +-
webui/cgi-bin/templates/de/nav_alerts.html | 18 +-
webui/cgi-bin/templates/de/nav_analysis.html | 22 +-
webui/cgi-bin/templates/de/nav_error.html | 17 +-
webui/cgi-bin/templates/de/nav_fragment.html | 1 +
webui/cgi-bin/templates/de/nav_history.html | 28 +-
webui/cgi-bin/templates/de/nav_performance.html | 31 +-
webui/cgi-bin/templates/de/nav_preferences.html | 18 +-
webui/cgi-bin/templates/de/nav_quarantine.html | 46 +-
webui/cgi-bin/templates/de/nav_viewmessage.html | 18 +-
webui/cgi-bin/templates/de/strings.pl | 18 +-
webui/cgi-bin/templates/es-es/nav_admin_error.html | 15 +-
.../templates/es-es/nav_admin_preferences.html | 16 +-
.../cgi-bin/templates/es-es/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/es-es/nav_admin_user.html | 15 +-
webui/cgi-bin/templates/es-es/nav_alerts.html | 18 +-
webui/cgi-bin/templates/es-es/nav_analysis.html | 22 +-
webui/cgi-bin/templates/es-es/nav_error.html | 19 +-
webui/cgi-bin/templates/es-es/nav_fragment.html | 1 +
webui/cgi-bin/templates/es-es/nav_history.html | 22 +-
webui/cgi-bin/templates/es-es/nav_performance.html | 19 +-
webui/cgi-bin/templates/es-es/nav_preferences.html | 18 +-
webui/cgi-bin/templates/es-es/nav_quarantine.html | 44 +-
webui/cgi-bin/templates/es-es/nav_viewmessage.html | 20 +-
webui/cgi-bin/templates/es-es/strings.pl | 12 +-
webui/cgi-bin/templates/fr/nav_admin_error.html | 15 +-
.../templates/fr/nav_admin_preferences.html | 16 +-
webui/cgi-bin/templates/fr/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/fr/nav_admin_user.html | 15 +-
webui/cgi-bin/templates/fr/nav_alerts.html | 18 +-
webui/cgi-bin/templates/fr/nav_analysis.html | 22 +-
webui/cgi-bin/templates/fr/nav_error.html | 19 +-
webui/cgi-bin/templates/fr/nav_fragment.html | 1 +
webui/cgi-bin/templates/fr/nav_history.html | 22 +-
webui/cgi-bin/templates/fr/nav_performance.html | 19 +-
webui/cgi-bin/templates/fr/nav_preferences.html | 18 +-
webui/cgi-bin/templates/fr/nav_quarantine.html | 46 +-
webui/cgi-bin/templates/fr/nav_viewmessage.html | 20 +-
webui/cgi-bin/templates/fr/strings.pl | 12 +-
webui/cgi-bin/templates/he/nav_admin_error.html | 23 +-
.../templates/he/nav_admin_preferences.html | 24 +-
webui/cgi-bin/templates/he/nav_admin_status.html | 29 +-
webui/cgi-bin/templates/he/nav_admin_user.html | 25 +-
webui/cgi-bin/templates/he/nav_alerts.html | 28 +-
webui/cgi-bin/templates/he/nav_analysis.html | 32 +-
webui/cgi-bin/templates/he/nav_error.html | 27 +-
webui/cgi-bin/templates/he/nav_fragment.html | 9 +-
webui/cgi-bin/templates/he/nav_history.html | 30 +-
webui/cgi-bin/templates/he/nav_performance.html | 27 +-
webui/cgi-bin/templates/he/nav_preferences.html | 26 +-
webui/cgi-bin/templates/he/nav_quarantine.html | 36 +-
webui/cgi-bin/templates/he/nav_viewmessage.html | 28 +-
webui/cgi-bin/templates/he/strings.pl | 101 +
webui/cgi-bin/templates/nav_admin_error.html | 15 +-
webui/cgi-bin/templates/nav_admin_preferences.html | 16 +-
webui/cgi-bin/templates/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/nav_admin_user.html | 15 +-
webui/cgi-bin/templates/nav_alerts.html | 18 +-
webui/cgi-bin/templates/nav_analysis.html | 23 +-
webui/cgi-bin/templates/nav_error.html | 19 +-
webui/cgi-bin/templates/nav_fragment.html | 1 +
webui/cgi-bin/templates/nav_history.html | 20 +-
webui/cgi-bin/templates/nav_performance.html | 19 +-
webui/cgi-bin/templates/nav_preferences.html | 18 +-
webui/cgi-bin/templates/nav_quarantine.html | 42 +-
webui/cgi-bin/templates/nav_viewmessage.html | 20 +-
webui/cgi-bin/templates/pt-br/nav_admin_error.html | 15 +-
.../templates/pt-br/nav_admin_preferences.html | 16 +-
.../cgi-bin/templates/pt-br/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/pt-br/nav_admin_user.html | 15 +-
webui/cgi-bin/templates/pt-br/nav_alerts.html | 18 +-
webui/cgi-bin/templates/pt-br/nav_analysis.html | 22 +-
webui/cgi-bin/templates/pt-br/nav_error.html | 19 +-
webui/cgi-bin/templates/pt-br/nav_fragment.html | 1 +
webui/cgi-bin/templates/pt-br/nav_history.html | 22 +-
webui/cgi-bin/templates/pt-br/nav_performance.html | 19 +-
webui/cgi-bin/templates/pt-br/nav_preferences.html | 18 +-
webui/cgi-bin/templates/pt-br/nav_quarantine.html | 46 +-
webui/cgi-bin/templates/pt-br/nav_viewmessage.html | 20 +-
webui/cgi-bin/templates/pt-br/strings.pl | 12 +-
webui/cgi-bin/templates/ro/Makefile.am | 2 +-
webui/cgi-bin/templates/ro/nav_admin_error.html | 15 +-
.../templates/ro/nav_admin_preferences.html | 16 +-
webui/cgi-bin/templates/ro/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/ro/nav_admin_user.html | 15 +-
webui/cgi-bin/templates/ro/nav_alerts.html | 20 +-
webui/cgi-bin/templates/ro/nav_analysis.html | 24 +-
webui/cgi-bin/templates/ro/nav_error.html | 19 +-
webui/cgi-bin/templates/ro/nav_fragment.html | 1 +
webui/cgi-bin/templates/ro/nav_history.html | 24 +-
webui/cgi-bin/templates/ro/nav_performance.html | 19 +-
webui/cgi-bin/templates/ro/nav_preferences.html | 18 +-
webui/cgi-bin/templates/ro/nav_quarantine.html | 48 +-
webui/cgi-bin/templates/ro/nav_viewmessage.html | 20 +-
webui/cgi-bin/templates/strings.pl | 12 +-
webui/htdocs/Makefile.am | 13 +-
webui/htdocs/base.css | 182 +-
webui/htdocs/dspam.js | 4 +-
webui/htdocs/favicon.ico | Bin 0 -> 15774 bytes
webui/htdocs/rtl.css | 50 +
247 files changed, 6253 insertions(+), 2326 deletions(-)
delete mode 100644 m4/libtool_hack.m4
delete mode 100644 m4/ncore.m4
create mode 100644 man/dspam_admin.1
create mode 100644 man/dspam_crc.1
create mode 100644 man/dspam_logrotate.1
delete mode 100644 scripts/Makefile.am
delete mode 100755 scripts/train.pl
delete mode 100644 src/ncore_adp.c
delete mode 100644 src/ncore_adp.h
create mode 100755 webui/cgi-bin/htmlize.pl
create mode 100644 webui/cgi-bin/subadmins
copy webui/cgi-bin/templates/{ => cs}/Makefile.am (100%)
create mode 100644 webui/cgi-bin/templates/cs/nav_admin_error.html
create mode 100644 webui/cgi-bin/templates/cs/nav_admin_preferences.html
create mode 100644 webui/cgi-bin/templates/cs/nav_admin_status.html
create mode 100644 webui/cgi-bin/templates/cs/nav_admin_user.html
create mode 100644 webui/cgi-bin/templates/cs/nav_alerts.html
create mode 100644 webui/cgi-bin/templates/cs/nav_analysis.html
create mode 100644 webui/cgi-bin/templates/cs/nav_error.html
copy webui/cgi-bin/templates/{fr => cs}/nav_fragment.html (77%)
create mode 100644 webui/cgi-bin/templates/cs/nav_history.html
create mode 100644 webui/cgi-bin/templates/cs/nav_performance.html
create mode 100644 webui/cgi-bin/templates/cs/nav_preferences.html
create mode 100644 webui/cgi-bin/templates/cs/nav_quarantine.html
create mode 100644 webui/cgi-bin/templates/cs/nav_viewmessage.html
create mode 100755 webui/cgi-bin/templates/cs/strings.pl
create mode 100644 webui/cgi-bin/templates/he/strings.pl
create mode 100644 webui/htdocs/favicon.ico
create mode 100644 webui/htdocs/rtl.css
hooks/post-receive
--
dspam
|
|
From: Alexander P. <ap...@us...> - 2010-01-12 00:36:57
|
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 126 ++-
Makefile.am | 4 +-
README | 26 +-
README.cssclean | 3 +-
UPGRADING | 15 +-
autogen.sh | 6 +-
configure.ac | 18 +-
contrib/README | 2 +
contrib/dspam_maintenance/README | 2 +
contrib/dspam_maintenance/dspam_maintenance.sh | 319 +++-
contrib/lotus_notes/README | 2 +
contrib/lotus_notes/libDSPAMReporting.lss | 2 +
doc/Makefile.am | 2 +-
doc/markov.txt | 2 +
doc/mysql_drv.txt | 6 +-
doc/pgsql_drv.txt | 4 +-
doc/sqlite_drv.txt | 4 +-
doc/tests.txt | 2 +
m4/Makefile.am | 3 +-
m4/libtool_hack.m4 | 33 -
m4/ncore.m4 | 43 -
m4/split_configuration.m4 | 1 +
man/Makefile.am | 68 +-
man/dspam.1 | 17 +-
man/dspam_admin.1 | 130 ++
man/dspam_clean.1 | 17 +-
man/dspam_crc.1 | 64 +
man/dspam_dump.1 | 24 +-
man/dspam_logrotate.1 | 88 +
man/dspam_merge.1 | 15 +-
man/dspam_stats.1 | 15 +-
man/dspam_train.1 | 15 +-
man/libdspam.3 | 19 +-
scripts/Makefile.am | 6 -
scripts/train.pl | 102 -
src/Makefile.am | 27 +-
src/agent_shared.c | 6 +-
src/agent_shared.h | 4 +-
src/base64.c | 6 +-
src/base64.h | 6 +-
src/bnr.c | 4 +-
src/bnr.h | 4 +-
src/buffer.c | 4 +-
src/buffer.h | 4 +-
src/client.c | 4 +-
src/client.h | 4 +-
src/config.h | 6 +-
src/config_api.c | 4 +-
src/config_api.h | 4 +-
src/config_shared.c | 65 +-
src/config_shared.h | 4 +-
src/daemon.c | 4 +-
src/daemon.h | 4 +-
src/decode.c | 9 +-
src/decode.h | 6 +-
src/diction.c | 4 +-
src/diction.h | 4 +-
src/dspam.c | 52 +-
src/dspam.conf.in | 29 +-
src/dspam.h | 4 +-
src/dspamc.c | 4 +-
src/dspamc.h | 4 +-
src/error.c | 4 +-
src/error.h | 4 +-
src/example.c | 4 +-
src/external_lookup.c | 26 +-
src/external_lookup.h | 2 +
src/hash.c | 4 +-
src/hash.h | 8 +-
src/hash_drv.c | 35 +-
src/hash_drv.h | 4 +-
src/heap.c | 4 +-
src/heap.h | 4 +-
src/language.h | 4 +-
src/libdspam.c | 29 +-
src/libdspam.h | 4 +-
src/libdspam_objects.h | 4 +-
src/list.c | 4 +-
src/list.h | 4 +-
src/mysql_drv.c | 4 +-
src/mysql_drv.h | 4 +-
src/ncore_adp.c | 7 -
src/ncore_adp.h | 7 -
src/nodetree.c | 4 +-
src/nodetree.h | 4 +-
src/pgsql_drv.c | 78 +-
src/pgsql_drv.h | 4 +-
src/pref.c | 10 +-
src/pref.h | 4 +-
src/read_config.c | 4 +-
src/read_config.h | 4 +-
src/sqlite3_drv.c | 4 +-
src/sqlite3_drv.h | 4 +-
src/sqlite_drv.c | 4 +-
src/sqlite_drv.h | 4 +-
src/storage_driver.c | 78 +-
src/storage_driver.h | 4 +-
src/tokenizer.c | 61 +-
src/tokenizer.h | 4 +-
src/tools.hash_drv/cssclean.c | 8 +-
src/tools.hash_drv/csscompress.c | 16 +-
src/tools.hash_drv/cssconvert.c | 8 +-
src/tools.hash_drv/cssstat.c | 14 +-
src/tools.mysql_drv/mysql_objects-4.1.sql | 16 +-
src/tools.mysql_drv/purge-4.1.sql | 101 +-
src/tools.mysql_drv/purge.sql | 78 +-
src/tools.pgsql_drv/dspam_pg2int8.c | 4 +-
src/tools.sqlite_drv/purge-2.sql | 1 +
src/tools/dspam_2sql.c | 5 +-
src/tools/dspam_admin.c | 5 +-
src/tools/dspam_clean.c | 5 +-
src/tools/dspam_crc.c | 4 +-
src/tools/dspam_dump.c | 5 +-
src/tools/dspam_logrotate | 4 +-
src/tools/dspam_merge.c | 5 +-
src/tools/dspam_notify.pl | 2 +
src/tools/dspam_stats.c | 15 +-
src/tools/dspam_train.in | 4 +-
src/util.c | 12 +-
src/util.h | 4 +-
txt/Makefile.am | 12 +-
webui/cgi-bin/Makefile.am | 23 +-
webui/cgi-bin/admin.cgi | 102 +-
webui/cgi-bin/admingraph.cgi | 65 +-
webui/cgi-bin/configure.pl.in | 68 +-
webui/cgi-bin/dspam.cgi | 694 +++-----
webui/cgi-bin/graph.cgi | 65 +-
webui/cgi-bin/htmlize.pl | 1948 ++++++++++++++++++++
webui/cgi-bin/subadmins | 15 +
webui/cgi-bin/templates/{ => cs}/Makefile.am | 0
webui/cgi-bin/templates/cs/nav_admin_error.html | 38 +
.../templates/cs/nav_admin_preferences.html | 128 ++
webui/cgi-bin/templates/cs/nav_admin_status.html | 143 ++
webui/cgi-bin/templates/cs/nav_admin_user.html | 59 +
webui/cgi-bin/templates/cs/nav_alerts.html | 54 +
webui/cgi-bin/templates/cs/nav_analysis.html | 52 +
webui/cgi-bin/templates/cs/nav_error.html | 41 +
.../cgi-bin/templates/{fr => cs}/nav_fragment.html | 3 +-
webui/cgi-bin/templates/cs/nav_history.html | 87 +
webui/cgi-bin/templates/cs/nav_performance.html | 110 ++
webui/cgi-bin/templates/cs/nav_preferences.html | 122 ++
webui/cgi-bin/templates/cs/nav_quarantine.html | 85 +
webui/cgi-bin/templates/cs/nav_viewmessage.html | 56 +
webui/cgi-bin/templates/cs/strings.pl | 92 +
webui/cgi-bin/templates/de/nav_admin_error.html | 13 +-
.../templates/de/nav_admin_preferences.html | 14 +-
webui/cgi-bin/templates/de/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/de/nav_admin_user.html | 13 +-
webui/cgi-bin/templates/de/nav_alerts.html | 18 +-
webui/cgi-bin/templates/de/nav_analysis.html | 22 +-
webui/cgi-bin/templates/de/nav_error.html | 17 +-
webui/cgi-bin/templates/de/nav_fragment.html | 1 +
webui/cgi-bin/templates/de/nav_history.html | 28 +-
webui/cgi-bin/templates/de/nav_performance.html | 31 +-
webui/cgi-bin/templates/de/nav_preferences.html | 18 +-
webui/cgi-bin/templates/de/nav_quarantine.html | 46 +-
webui/cgi-bin/templates/de/nav_viewmessage.html | 18 +-
webui/cgi-bin/templates/de/strings.pl | 18 +-
webui/cgi-bin/templates/es-es/nav_admin_error.html | 15 +-
.../templates/es-es/nav_admin_preferences.html | 16 +-
.../cgi-bin/templates/es-es/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/es-es/nav_admin_user.html | 15 +-
webui/cgi-bin/templates/es-es/nav_alerts.html | 18 +-
webui/cgi-bin/templates/es-es/nav_analysis.html | 22 +-
webui/cgi-bin/templates/es-es/nav_error.html | 19 +-
webui/cgi-bin/templates/es-es/nav_fragment.html | 1 +
webui/cgi-bin/templates/es-es/nav_history.html | 22 +-
webui/cgi-bin/templates/es-es/nav_performance.html | 19 +-
webui/cgi-bin/templates/es-es/nav_preferences.html | 18 +-
webui/cgi-bin/templates/es-es/nav_quarantine.html | 44 +-
webui/cgi-bin/templates/es-es/nav_viewmessage.html | 20 +-
webui/cgi-bin/templates/es-es/strings.pl | 12 +-
webui/cgi-bin/templates/fr/nav_admin_error.html | 15 +-
.../templates/fr/nav_admin_preferences.html | 16 +-
webui/cgi-bin/templates/fr/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/fr/nav_admin_user.html | 15 +-
webui/cgi-bin/templates/fr/nav_alerts.html | 18 +-
webui/cgi-bin/templates/fr/nav_analysis.html | 22 +-
webui/cgi-bin/templates/fr/nav_error.html | 19 +-
webui/cgi-bin/templates/fr/nav_fragment.html | 1 +
webui/cgi-bin/templates/fr/nav_history.html | 22 +-
webui/cgi-bin/templates/fr/nav_performance.html | 19 +-
webui/cgi-bin/templates/fr/nav_preferences.html | 18 +-
webui/cgi-bin/templates/fr/nav_quarantine.html | 46 +-
webui/cgi-bin/templates/fr/nav_viewmessage.html | 20 +-
webui/cgi-bin/templates/fr/strings.pl | 12 +-
webui/cgi-bin/templates/he/nav_admin_error.html | 23 +-
.../templates/he/nav_admin_preferences.html | 24 +-
webui/cgi-bin/templates/he/nav_admin_status.html | 29 +-
webui/cgi-bin/templates/he/nav_admin_user.html | 25 +-
webui/cgi-bin/templates/he/nav_alerts.html | 28 +-
webui/cgi-bin/templates/he/nav_analysis.html | 32 +-
webui/cgi-bin/templates/he/nav_error.html | 27 +-
webui/cgi-bin/templates/he/nav_fragment.html | 9 +-
webui/cgi-bin/templates/he/nav_history.html | 30 +-
webui/cgi-bin/templates/he/nav_performance.html | 27 +-
webui/cgi-bin/templates/he/nav_preferences.html | 26 +-
webui/cgi-bin/templates/he/nav_quarantine.html | 36 +-
webui/cgi-bin/templates/he/nav_viewmessage.html | 28 +-
webui/cgi-bin/templates/he/strings.pl | 101 +
webui/cgi-bin/templates/nav_admin_error.html | 15 +-
webui/cgi-bin/templates/nav_admin_preferences.html | 16 +-
webui/cgi-bin/templates/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/nav_admin_user.html | 15 +-
webui/cgi-bin/templates/nav_alerts.html | 18 +-
webui/cgi-bin/templates/nav_analysis.html | 23 +-
webui/cgi-bin/templates/nav_error.html | 19 +-
webui/cgi-bin/templates/nav_fragment.html | 1 +
webui/cgi-bin/templates/nav_history.html | 20 +-
webui/cgi-bin/templates/nav_performance.html | 19 +-
webui/cgi-bin/templates/nav_preferences.html | 18 +-
webui/cgi-bin/templates/nav_quarantine.html | 42 +-
webui/cgi-bin/templates/nav_viewmessage.html | 20 +-
webui/cgi-bin/templates/pt-br/nav_admin_error.html | 15 +-
.../templates/pt-br/nav_admin_preferences.html | 16 +-
.../cgi-bin/templates/pt-br/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/pt-br/nav_admin_user.html | 15 +-
webui/cgi-bin/templates/pt-br/nav_alerts.html | 18 +-
webui/cgi-bin/templates/pt-br/nav_analysis.html | 22 +-
webui/cgi-bin/templates/pt-br/nav_error.html | 19 +-
webui/cgi-bin/templates/pt-br/nav_fragment.html | 1 +
webui/cgi-bin/templates/pt-br/nav_history.html | 22 +-
webui/cgi-bin/templates/pt-br/nav_performance.html | 19 +-
webui/cgi-bin/templates/pt-br/nav_preferences.html | 18 +-
webui/cgi-bin/templates/pt-br/nav_quarantine.html | 46 +-
webui/cgi-bin/templates/pt-br/nav_viewmessage.html | 20 +-
webui/cgi-bin/templates/pt-br/strings.pl | 12 +-
webui/cgi-bin/templates/ro/Makefile.am | 2 +-
webui/cgi-bin/templates/ro/nav_admin_error.html | 15 +-
.../templates/ro/nav_admin_preferences.html | 16 +-
webui/cgi-bin/templates/ro/nav_admin_status.html | 19 +-
webui/cgi-bin/templates/ro/nav_admin_user.html | 15 +-
webui/cgi-bin/templates/ro/nav_alerts.html | 20 +-
webui/cgi-bin/templates/ro/nav_analysis.html | 24 +-
webui/cgi-bin/templates/ro/nav_error.html | 19 +-
webui/cgi-bin/templates/ro/nav_fragment.html | 1 +
webui/cgi-bin/templates/ro/nav_history.html | 24 +-
webui/cgi-bin/templates/ro/nav_performance.html | 19 +-
webui/cgi-bin/templates/ro/nav_preferences.html | 18 +-
webui/cgi-bin/templates/ro/nav_quarantine.html | 48 +-
webui/cgi-bin/templates/ro/nav_viewmessage.html | 20 +-
webui/cgi-bin/templates/strings.pl | 12 +-
webui/htdocs/Makefile.am | 13 +-
webui/htdocs/base.css | 182 +-
webui/htdocs/dspam.js | 4 +-
webui/htdocs/favicon.ico | Bin 0 -> 15774 bytes
webui/htdocs/rtl.css | 50 +
247 files changed, 6253 insertions(+), 2326 deletions(-)
delete mode 100644 m4/libtool_hack.m4
delete mode 100644 m4/ncore.m4
create mode 100644 man/dspam_admin.1
create mode 100644 man/dspam_crc.1
create mode 100644 man/dspam_logrotate.1
delete mode 100644 scripts/Makefile.am
delete mode 100755 scripts/train.pl
delete mode 100644 src/ncore_adp.c
delete mode 100644 src/ncore_adp.h
create mode 100755 webui/cgi-bin/htmlize.pl
create mode 100644 webui/cgi-bin/subadmins
copy webui/cgi-bin/templates/{ => cs}/Makefile.am (100%)
create mode 100644 webui/cgi-bin/templates/cs/nav_admin_error.html
create mode 100644 webui/cgi-bin/templates/cs/nav_admin_preferences.html
create mode 100644 webui/cgi-bin/templates/cs/nav_admin_status.html
create mode 100644 webui/cgi-bin/templates/cs/nav_admin_user.html
create mode 100644 webui/cgi-bin/templates/cs/nav_alerts.html
create mode 100644 webui/cgi-bin/templates/cs/nav_analysis.html
create mode 100644 webui/cgi-bin/templates/cs/nav_error.html
copy webui/cgi-bin/templates/{fr => cs}/nav_fragment.html (77%)
create mode 100644 webui/cgi-bin/templates/cs/nav_history.html
create mode 100644 webui/cgi-bin/templates/cs/nav_performance.html
create mode 100644 webui/cgi-bin/templates/cs/nav_preferences.html
create mode 100644 webui/cgi-bin/templates/cs/nav_quarantine.html
create mode 100644 webui/cgi-bin/templates/cs/nav_viewmessage.html
create mode 100755 webui/cgi-bin/templates/cs/strings.pl
create mode 100644 webui/cgi-bin/templates/he/strings.pl
create mode 100644 webui/htdocs/favicon.ico
create mode 100644 webui/htdocs/rtl.css
hooks/post-receive
--
dspam
|
|
From: Alexander P. <ap...@us...> - 2010-01-11 21:26:30
|
- Log -----------------------------------------------------------------
commit 6d946a0a485493b5de0d02e07203670eb980035c
Author: Alexander Prinsier <ap...@ma...>
Date: Mon Jan 11 22:22:17 2010 +0100
Updated version to 3.9.0 (FINAL!)
-----------------------------------------------------------------------
hooks/post-receive
--
dspam
|
|
From: Alexander P. <ap...@us...> - 2010-01-11 21:24:53
|
- Log -----------------------------------------------------------------
commit 6d946a0a485493b5de0d02e07203670eb980035c
Author: Alexander Prinsier <ap...@ma...>
Date: Mon Jan 11 22:22:17 2010 +0100
Updated version to 3.9.0 (FINAL!)
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2010-01-11 19:37:28
|
- Log -----------------------------------------------------------------
commit 0867d57b8a074df3a5ab53b7789281db6d9a6f41
Author: Stevan Bajic <st...@ba...>
Date: Mon Jan 11 20:36:44 2010 +0100
Fixing signal handler under *BSD
MFM: 0 days
Bug-ID: none
Bug-Reported-By: Ion-Mihai Tetcu <it...@Fr...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
src/util.c | 8 +++++++-
2 files changed, 9 insertions(+), 1 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2010-01-07 23:13:18
|
- Log -----------------------------------------------------------------
commit 86f3754e5e71dd3266cfbe6957e6f089855a20b8
Author: Stevan Bajic <st...@ba...>
Date: Fri Jan 8 00:11:58 2010 +0100
Adding option (--purgescriptdir) to dspam_maintenance.sh allowing the end-user to specify the directory where the purge scripts are located
MFM: 0 days
Bug-ID: none
Bug-Reported-By: Nathanael D. Noblet <nat...@gn...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 +
contrib/dspam_maintenance/dspam_maintenance.sh | 98 ++++++++++++++++++------
2 files changed, 77 insertions(+), 23 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2010-01-06 15:22:03
|
- Log -----------------------------------------------------------------
commit 9575d6f106422f84dad4b41dfcbc86ab2f97df7f
Author: Natanael Copa <nc...@al...>
Date: Wed Jan 6 16:17:54 2010 +0100
Fixing parallel builds
MFM: 0 days
Bug-ID: none
Bug-Reported-By: Natanael Copa <nc...@al...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
src/Makefile.am | 14 ++++++++------
2 files changed, 10 insertions(+), 6 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2010-01-06 15:03:27
|
- Log -----------------------------------------------------------------
commit 0e85a17770ee607915a3744f852652477c1d0522
Author: Stevan Bajic <st...@ba...>
Date: Wed Jan 6 16:02:36 2010 +0100
Enhancing dspam_maintenance.sh to support DSPAM binary that does not print out configuration options when using switch "--version"
MFM: 0 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 +
contrib/dspam_maintenance/dspam_maintenance.sh | 66 +++++++++++++++---------
2 files changed, 44 insertions(+), 24 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2010-01-06 02:14:15
|
- Log -----------------------------------------------------------------
commit d6671e6fc14f9e4f373a4b5d962e4815543adb71
Author: Stevan Bajic <st...@ba...>
Date: Wed Jan 6 03:13:14 2010 +0100
Adding profile support to dspam_maintenance.sh. Restricting purging with dspam_maintenance.sh to only consider currently active driver.
MFM: 0 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 +
contrib/dspam_maintenance/dspam_maintenance.sh | 99 +++++++++++++++++++-----
2 files changed, 82 insertions(+), 19 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2010-01-03 14:24:42
|
- Log -----------------------------------------------------------------
commit 1e4586fe454c0c43fb98c8a172b365a974c8b20e
Author: Stevan Bajic <st...@ba...>
Date: Sun Jan 3 15:23:44 2010 +0100
Changing year in copyright notices from 2009 to 2010 in dspam_maintenance.sh
MFM: 0 days
Bug-ID: none
Bug-Reported-By: none
Security: none
commit 8a7dc6d96a9ce2f7ebec7082f0ee319bf893369c
Author: Stevan Bajic <st...@ba...>
Date: Sun Jan 3 15:21:58 2010 +0100
Changing year in copyright notices and version output from 2009 to 2010
MFM: 0 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 4 ++++
README | 2 +-
configure.ac | 4 ++--
contrib/dspam_maintenance/dspam_maintenance.sh | 4 ++--
doc/mysql_drv.txt | 4 ++--
doc/pgsql_drv.txt | 4 ++--
doc/sqlite_drv.txt | 4 ++--
man/dspam.1 | 8 ++++----
man/dspam_admin.1 | 8 ++++----
man/dspam_clean.1 | 8 ++++----
man/dspam_crc.1 | 8 ++++----
man/dspam_dump.1 | 15 +++++++--------
man/dspam_logrotate.1 | 8 ++++----
man/dspam_merge.1 | 8 ++++----
man/dspam_stats.1 | 8 ++++----
man/dspam_train.1 | 8 ++++----
man/libdspam.3 | 8 ++++----
src/agent_shared.c | 6 +++---
src/agent_shared.h | 4 ++--
src/base64.c | 4 ++--
src/base64.h | 4 ++--
src/bnr.c | 4 ++--
src/bnr.h | 4 ++--
src/buffer.c | 4 ++--
src/buffer.h | 4 ++--
src/client.c | 4 ++--
src/client.h | 4 ++--
src/config.h | 4 ++--
src/config_api.c | 4 ++--
src/config_api.h | 4 ++--
src/config_shared.c | 4 ++--
src/config_shared.h | 4 ++--
src/daemon.c | 4 ++--
src/daemon.h | 4 ++--
src/decode.c | 4 ++--
src/decode.h | 4 ++--
src/diction.c | 4 ++--
src/diction.h | 4 ++--
src/dspam.c | 4 ++--
src/dspam.h | 4 ++--
src/dspamc.c | 4 ++--
src/dspamc.h | 4 ++--
src/error.c | 4 ++--
src/error.h | 4 ++--
src/example.c | 4 ++--
src/hash.c | 4 ++--
src/hash.h | 8 ++++----
src/hash_drv.c | 4 ++--
src/hash_drv.h | 4 ++--
src/heap.c | 4 ++--
src/heap.h | 4 ++--
src/language.h | 4 ++--
src/libdspam.c | 4 ++--
src/libdspam.h | 4 ++--
src/libdspam_objects.h | 4 ++--
src/list.c | 4 ++--
src/list.h | 4 ++--
src/mysql_drv.c | 4 ++--
src/mysql_drv.h | 4 ++--
src/nodetree.c | 4 ++--
src/nodetree.h | 4 ++--
src/pgsql_drv.c | 4 ++--
src/pgsql_drv.h | 4 ++--
src/pref.c | 4 ++--
src/pref.h | 4 ++--
src/read_config.c | 4 ++--
src/read_config.h | 4 ++--
src/sqlite3_drv.c | 4 ++--
src/sqlite3_drv.h | 4 ++--
src/sqlite_drv.c | 4 ++--
src/sqlite_drv.h | 4 ++--
src/storage_driver.c | 4 ++--
src/storage_driver.h | 4 ++--
src/tokenizer.c | 4 ++--
src/tokenizer.h | 4 ++--
src/tools.hash_drv/cssclean.c | 4 ++--
src/tools.hash_drv/csscompress.c | 4 ++--
src/tools.hash_drv/cssconvert.c | 4 ++--
src/tools.hash_drv/cssstat.c | 4 ++--
src/tools.pgsql_drv/dspam_pg2int8.c | 4 ++--
src/tools/dspam_2sql.c | 4 ++--
src/tools/dspam_admin.c | 4 ++--
src/tools/dspam_clean.c | 4 ++--
src/tools/dspam_crc.c | 4 ++--
src/tools/dspam_dump.c | 4 ++--
src/tools/dspam_merge.c | 4 ++--
src/tools/dspam_stats.c | 4 ++--
src/util.c | 4 ++--
src/util.h | 4 ++--
webui/cgi-bin/admin.cgi | 4 ++--
webui/cgi-bin/configure.pl.in | 4 ++--
webui/cgi-bin/dspam.cgi | 4 ++--
webui/cgi-bin/htmlize.pl | 4 ++--
93 files changed, 213 insertions(+), 210 deletions(-)
hooks/post-receive
--
dspam
|