]> git.proxmox.com Git - pmg-api.git/history - PMG
use 'die' instead of 'carp'
[pmg-api.git] / PMG /
2017-02-28 Dietmar Maureruse 'die' instead of 'carp'
2017-02-28 Dietmar MaurerSMTPWhitelist: use better API paths
2017-02-27 Dietmar MaurerPMG/API2/Who.pm: implement API for 'who' objects
2017-02-27 Dietmar MaurerSMTPWhitelist.pm: finish/cleanup whitelist API
2017-02-27 Dietmar MaurerSMTPWhitelist: implement update_sender_domain
2017-02-27 Dietmar MaurerSMTPWhitelist: allow to add receiver domains
2017-02-27 Dietmar Maurerfix otype attribute
2017-02-27 Dietmar Maurerstart API for SMTP whitelist
2017-02-27 Dietmar Maureradd missing tls options
2017-02-27 Dietmar Maurerimplement parser/writer and API for /etc/pmg/mynetworks
2017-02-26 Dietmar Maurerverify transport file
2017-02-26 Dietmar Maurerregister and use new format 'transport-domain'
2017-02-26 Dietmar Maurerallow IPV6 addresses in transport map
2017-02-26 Dietmar Maureruse use_mx instead of nomx
2017-02-26 Dietmar Maurerimplement transport API
2017-02-26 Dietmar Maurermove trasport_maps to hash:/etc/pmg/transport
2017-02-25 Dietmar Maurerallow comment for relay domains
2017-02-25 Dietmar Maurerwrite_pmg_domains: use correct format for postfix hash...
2017-02-25 Dietmar Maurerrun postmap after updating domains file
2017-02-25 Dietmar Maurernew helper run_postmap
2017-02-25 Dietmar MaurerPMG/API2/Domains: fix API schema
2017-02-25 Dietmar Maurerverifyreceivers: improve description
2017-02-25 Dietmar Maurerchange option verifyreceivers into a string enum
2017-02-24 Dietmar Maurermail.smarthost need to be an 'address'
2017-02-24 Dietmar Maurerallow mail.relay to be a DNS name
2017-02-24 Dietmar Maurermail.relay should be an ip address
2017-02-23 Dietmar Maurerimprove description
2017-02-23 Dietmar MaurerPMG::Config::Mail: add int_port and ext_port settings
2017-02-23 Dietmar Maurerpmgnetcommit.service: new service to commit network...
2017-02-23 Dietmar Maurerpmgperf: new cli tool
2017-02-23 Dietmar Maurerfix clamav systemd service names
2017-02-23 Dietmar Maurercorrectly expose option admin/email
2017-02-23 Dietmar Maurerfix config section name (s/administration/admin/)
2017-02-23 Dietmar MaurerPMG/API2/Config: alow to read empty sections
2017-02-22 Dietmar Maurerfix typo
2017-02-22 Dietmar Maurermove run_silent_cmd to PMG::Utils
2017-02-22 Dietmar Maurerpmgconfig: new apicert and tlscert helpers
2017-02-22 Dietmar Maureralways call parser for pmg.conf
2017-02-22 Dietmar Maureruse /etc/pmg/ instead of /etc/proxmox
2017-02-21 Dietmar MaurerPMG::Config::get: die if porperty does not exist
2017-02-21 Dietmar Maureruse correct microformat for ip address
2017-02-21 Dietmar Maurerpmgconfig: split command into smaller parts
2017-02-21 Dietmar Maurerfix remote_node_ip: correctly use hash values
2017-02-21 Dietmar Maurerremove debug statement
2017-02-21 Dietmar MaurerClusterConfig: remnodes is a list of IDs.
2017-02-21 Dietmar Maurernew max_policy option
2017-02-21 Dietmar Maureradd read-only API for cluster config
2017-02-21 Dietmar MaurerPMG/ClusterConfig.pm: better code to read/write cluster...
2017-02-21 Dietmar MaurerPMG/LDAPConfig.pm: verify sectionId inside parse_sectio...
2017-02-20 Dietmar MaurerPMG/API2/Domains.pm: full implementation
2017-02-20 Dietmar MaurerPMG/API2/Config.pm: use correct section IDs
2017-02-20 Dietmar Maureradd API for relay domains
2017-02-20 Dietmar Maurerfully implement ldap configuration API.
2017-02-20 Dietmar MaurerPMG/LDAPConfig.pm: new helper lock_config
2017-02-20 Dietmar MaurerPMG/API2/LDAP.pm: start LDAP API
2017-02-20 Dietmar Maurerfix permissions on /etc/proxmox/ldap.conf
2017-02-20 Dietmar Maureradd more ldap properties, cleanup code
2017-02-20 Dietmar MaurerPVE::Config: remove type ldap (use PVE::LDAPConfig...
2017-02-20 Dietmar Maureradd new class to read ldap configuration
2017-02-20 Dietmar Maurermove ruledb API to /config/ruledb
2017-02-20 Dietmar Maurercorrectly declare $output var
2017-02-20 Dietmar Maureruse 'postfix@-' if $service eq 'postfix';
2017-02-20 Dietmar Maurerrestart services when configuration changes
2017-02-20 Dietmar Maureradd pmg-smtp-filter to service list
2017-02-20 Dietmar Maureruse new helper PMG::Utils::service_cmd()
2017-02-20 Dietmar MaurerPMG/Utils.pm: new helper service_cmd()
2017-02-20 Dietmar MaurerPMG::Config::rewrite_config_*: return true if something...
2017-02-20 Dietmar Maurerremove unused rewrite_config_script
2017-02-20 Dietmar MaurerPMG/Config.pm: use file_get/set_contents instead of...
2017-02-19 Dietmar Maurerremove wrong my declaration
2017-02-19 Dietmar Maurerset proxyto attribute for config API
2017-02-19 Dietmar Maurermove get_cluster_node to PMG::Cluster
2017-02-19 Dietmar Maurerfully implement config read/write API
2017-02-19 Dietmar Maurernew helper lock_config()
2017-02-19 Dietmar Maurerarchivemaxrec: add missing property type
2017-02-19 Dietmar Maurermove config API from /nodes/config to /config
2017-02-17 Dietmar Maurerfix typos
2017-02-17 Dietmar MaurerPMG::Cluster::remote_node_ip: lookup ip in cluster...
2017-02-17 Dietmar MaurerPMG/HTTPServer.pm: allow to set proxyto => 'master'
2017-02-17 Dietmar MaurerPMG/API2/Config.pm: update_section dummy
2017-02-17 Dietmar Maurerrename section_id to section
2017-02-17 Dietmar Maureradd configuration API
2017-02-17 Dietmar Maurercorrectly use PMG::SMTPPrinter
2017-02-17 Dietmar Maureradd code to read/write transport map
2017-02-17 Dietmar Maurerimplement more configuration properies and templates
2017-02-16 Dietmar Maurernew helpers rewrite_dot_forward() and rewrite_config_po...
2017-02-16 Dietmar Maurerpmgconfig: new CLI helper
2017-02-16 Dietmar MaurerPMG/Config.pm: new helper set()
2017-02-16 Dietmar MaurerBCC.pm: correctly use PMG::Utils
2017-02-16 Dietmar Maurersubst_values: cleanup regex
2017-02-16 Dietmar Maureranalyze_virus_clam: code cleanup
2017-02-16 Dietmar Maureruse template code to PMG::Config
2017-02-15 Dietmar MaurerPMG::Config::get_config: iterate over all sections
2017-02-15 Dietmar MaurerPMG/Config.pm: add more config properties, new helper...
2017-02-15 Dietmar MaurerPMG/Config.pm: new helper rewrite_config_spam()
2017-02-15 Dietmar MaurerPMG::Utils::rewrite_config_file: pass pmg_cfg as first...
2017-02-15 Dietmar MaurerPMG/Config.pm: add use_awl and use_razor options
2017-02-15 Dietmar MaurerPMG/Config.pm: add use_ocr options
2017-02-15 Dietmar MaurerPMG/Utils.pm: new helper rewrite_config_file()
2017-02-15 Dietmar MaurerPMG/Config.pm: new helper get_config()
next