]> git.proxmox.com Git - pmg-api.git/history - PMG/DBTools.pm
fix #1978: always give encoding/collate explicitly when creating db
[pmg-api.git] / PMG / DBTools.pm
2018-11-08 Dominik Csapakfix #1978: always give encoding/collate explicitly...
2018-01-30 Dietmar Maurerremove unique constraint from LocalStat(Time)
2018-01-22 Dietmar Maurerfix bug #1625 - change default rule priorities
2017-12-28 Dietmar MaurerQuarantine: use new TicketID to indentify mails
2017-12-28 Dietmar Maureruse database_column_exists to check if column already...
2017-12-28 Dietmar MaurerPMG/DBTools.pm: add missing TicketID column to CMSReceivers
2017-12-23 Dietmar Maurerfix typo
2017-12-14 Dietmar MaurerPMG/DBTools.pm: do not use IF NOT EXISTS bcause it...
2017-12-14 Dietmar MaurerPMG/DBTools.pm - use user root to sync database
2017-12-07 Dietmar Maureradd PregreetCount column to LocalStat table
2017-12-06 Dietmar MaurerPMG::DBTool::load_mail_data - add optional $pmail parameter
2017-11-14 Dietmar MaurerPMG/API2/SMTPWhitelist.pm - update postfix files after...
2017-09-11 Dietmar Maurernew table LocalStat to sync RBLCount
2017-09-08 Dietmar Maurerupgradedb: fix typo
2017-08-24 Dietmar Maurerget_quarantine_count: always return numbers instead...
2017-08-24 Dietmar MaurerPMG::DBTools::get_quarantine_count - new helper
2017-08-18 Dietmar Maurerreload_ruledb: untaint pid
2017-08-18 Dietmar Maurerupgradedb: call reload_ruledb()
2017-08-18 Dietmar Maurerinit_ruledb: call reload_ruledb() after init
2017-08-18 Dietmar Maurertrigger database reloads
2017-08-16 Dietmar Maurerimplement quarantine delete/deliver
2017-08-16 Dietmar Maurerimprove quarantine api
2017-08-08 Dietmar MaurerPMG/DBTools.pm - new helper load_mail_data()
2017-04-28 Dietmar Maurerremove unused ticketid from database
2017-04-26 Dietmar MaurerPMG::DBTools::purge_quarantine_database - return number...
2017-04-26 Dietmar MaurerPMG/DBTools.pm: new helper purge_quarantine_database()
2017-04-26 Dietmar Maurermove cleanup_stats() to PMG::DBTools::purge_statistic_d...
2017-04-24 Dietmar MaurerPMG/DBTools.pm: remove unused code
2017-04-22 Dietmar MaurerPMG::DBTools::$cgreylist_merge_sql - use exact column...
2017-04-22 Dietmar Maurerremove plpgsql code
2017-04-21 Dietmar MaurerPMG::DBTools::copy_selected_data - correctly substitute...
2017-04-21 Dietmar MaurerPMG/DBTools.pm: new helper copy_selected_data()
2017-04-20 Dietmar MaurerPMG/DBTools.pm: add helpers to manipulate clusterinfo...
2017-04-18 Dietmar MaurerPMG/DBTools.pm: new helper copy_table()
2017-04-14 Dietmar Maurerremove msgquote hack - syslog already work correctly
2017-04-14 Dietmar Maureradd postgres user www-data with read-only access to...
2017-04-13 Dietmar Maurerpmgtunnel: use UPD socket, only root is allowed to...
2017-04-13 Dietmar Maurercreate and use postgres user 'root' to improve security
2017-04-12 Dietmar MaurerPMG::DBTools::cluster_sync_status - new helper
2017-04-11 Dietmar MaurerPMG/DBTools.pm: use HostKeyAlias for ssh connection
2017-04-11 Dietmar MaurerPMG/DBTools.pm: new helper get_remote_time
2017-04-10 Dietmar MaurerPMG/DBTools.pm: add helpers for database synchronization
2017-04-07 Dietmar MaurerPMG/API2/Cluster.pm: complete cluster create, run as...
2017-03-02 Dietmar Maurerremove dead code
2017-02-28 Dietmar Maureruse 'die' instead of 'carp'
2017-02-15 Dietmar Maureradd application/x-ms-dos-executable for dangerous conte...
2017-02-15 Dietmar Maurercorrectly quote regex in dangerous files rules
2017-02-03 Dietmar Maureradd missing database upgrade function
2017-02-02 Dietmar Maureradd more ruledb objects
2017-02-02 Dietmar Maureradd PMG/RuleDB/Virus.pm
2017-02-02 Dietmar Maureradd some basic ruledb object
2017-02-02 Dietmar Maurerproxdb: add code to setup database
2017-02-01 Dietmar Maurerstart adding database functionality in PMG/DBTools.pm