]> git.proxmox.com Git - pmg-api.git/commit
add some basic ruledb object
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 2 Feb 2017 10:03:42 +0000 (11:03 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 2 Feb 2017 10:03:42 +0000 (11:03 +0100)
commit0a5805931ef3a705425eb52cb20afd4953285c01
tree80b159cae3abe759029002344fbaf762af44ff10
parent82782d70cbff5ae1b5b70353712c0f53dd527c19
add some basic ruledb object
14 files changed:
Makefile
PMG/CLI/pmgdb.pm
PMG/DBTools.pm
PMG/RuleDB/Domain.pm [new file with mode: 0644]
PMG/RuleDB/EMail.pm [new file with mode: 0644]
PMG/RuleDB/Group.pm [new file with mode: 0644]
PMG/RuleDB/Object.pm [new file with mode: 0644]
PMG/RuleDB/Quarantine.pm [new file with mode: 0644]
PMG/RuleDB/Receiver.pm [new file with mode: 0644]
PMG/RuleDB/ReceiverDomain.pm [new file with mode: 0644]
PMG/RuleDB/ReceiverRegex.pm [new file with mode: 0644]
PMG/RuleDB/Rule.pm [new file with mode: 0644]
PMG/RuleDB/TimeFrame.pm [new file with mode: 0644]
PMG/RuleDB/WhoRegex.pm [new file with mode: 0644]