]> git.proxmox.com Git - pmg-api.git/shortlog
pmg-api.git
2017-03-30 Dietmar Maureruse new PVE::Tools::encrypt_pw()
2017-03-30 Dietmar MaurerPMG/Utils.pm: encrypt_pw() avoid '+' for crypt salt
2017-03-30 Dietmar MaurerPMG/UserConfig.pm: add password option
2017-03-30 Dietmar MaurerPMG/UserConfig.pm: cleanup schma definitions
2017-03-30 Dietmar MaurerPMG/UserConfig.pm: include username without realm
2017-03-30 Dietmar MaurerPMG/API2/Users.pm: do not send crypt_pass over the...
2017-03-28 Dietmar MaurerPMG/API2/Users.pm: use correct format for userid
2017-03-28 Dietmar MaurerPMG/UserConfig.pm: realm is optional (not required)
2017-03-27 Dietmar Maureradd realm to user properties
2017-03-27 Dietmar Maurerreserver role root for superuser
2017-03-27 Dietmar MaurerPMG/Utils.pm: use Encode
2017-03-27 Dietmar MaurerPMG/AccessControl.pm: use userid including realm everywhere
2017-03-27 Dietmar Maurercleanup error message
2017-03-27 Dietmar MaurerPMG/UserConfig.pm: always cleanup root@pam properties
2017-03-27 Dietmar MaurerPMG/UserConfig.pm: do not allow userid 'root@pmg'
2017-03-27 Dietmar MaurerPMG/UserConfig.pm: never expire root@pam
2017-03-27 Dietmar MaurerPMG/UserConfig.pm: allow to maname root@pam
2017-03-27 Dietmar MaurerPMG/UserConfig.pm: use better property names
2017-03-27 Dietmar Maureruse user IDs with realm (username@relam)
2017-03-27 Dietmar Maurermove users API to /access/users
2017-03-27 Dietmar Maurerdepend on spf-tools-perl
2017-03-26 Dietmar MaurerPMG/API2/Users.pm: implement update API
2017-03-26 Dietmar MaurerPMG/API2/Users.pm: implement create API
2017-03-26 Dietmar Maurerset minLength for username
2017-03-26 Dietmar MaurerPMG/UserConfig.pm: improve parse, implement verification
2017-03-25 Dietmar Maureradd user config, rework access control
2017-03-25 Dietmar MaurerPMG/API2/Services.pm: return Result for oneshot service...
2017-03-25 Dietmar MaurerPMG/API2/Services.pm: add pmg-hurly and pmg-daily
2017-03-25 Dietmar Maureradd pmg-daily timer
2017-03-25 Dietmar Maureradd user statistic lifetime setting
2017-03-25 Dietmar MaurerPMG/API2/Services.pm: remove cron from default service...
2017-03-25 Dietmar Maurerrenamed: pmg-cron-hourly to pmg-hourly
2017-03-25 Dietmar Maureruse a systemd .timer unit instead of cron
2017-03-25 Dietmar MaurerMakefile: cleanup, install pmg-cron-hourly as extra...
2017-03-25 Dietmar MaurerPMG/API2/LDAP.pm: code cleanup
2017-03-25 Dietmar MaurerPMG/LDAPConfig.pm: cleanup, add new() and write() methods
2017-03-24 Dietmar MaurerPMG/API2/Nodes.pm: add 'rrddata' to directory index
2017-03-24 Dietmar MaurerPMG/API2/Nodes.pm: add rrddata API
2017-03-24 Dietmar Maurergenerate simple node stats using RRD
2017-03-24 Dietmar Maurerbump version to 5.0.2, restart services after update
2017-03-24 Dietmar Maurertests/test_greylist.pl: restart pmgpolicy after tests
2017-03-24 Dietmar Maurerdebian/postinst: cleanup, avoid update-mime-database...
2017-03-24 Dietmar Maurerinstall hourly cron script
2017-03-24 Dietmar MaurerPMG/API2/Services.pm: add clamav services
2017-03-24 Dietmar MaurerPMG/API2/Services.pm: list pmgpolicy service
2017-03-24 Dietmar Maurerpmgconfig ldapsync: improver error logging
2017-03-24 Dietmar MaurerNEWS: add hint about new LDAP config
2017-03-23 Dietmar MaurerLDAP: further cleanups
2017-03-23 Dietmar MaurerLDAP: better object descriptions
2017-03-23 Dietmar Maureradd protected flags for LDAP API
2017-03-23 Dietmar MaurerPMG/LDAPCache.pm: do not save LDAP users without valid...
2017-03-23 Dietmar MaurerPMG/RuleDB/LDAPUser.pm: implement API
2017-03-23 Dietmar MaurerPMG/RuleDB/LDAP.pm: verify parameters
2017-03-23 Dietmar MaurerPMG/RuleDB/LDAP.pm: implement API
2017-03-22 Dietmar MaurerPMG/RuleDB/LDAP.pm: imported from private repository
2017-03-22 Dietmar MaurerPMG/RuleDB/LDAPUser.pm: imported from private repository
2017-03-22 Dietmar MaurerPMG/API2/LDAP.pm: improve ldap interface
2017-03-22 Dietmar MaurerPMG/LDAPCache.pm: cleanup LDAP options, set timeout...
2017-03-22 Dietmar MaurerPMG/API2/LDAP.pm: add hierarchy level
2017-03-22 Dietmar MaurerLDAP*: replace section with profile
2017-03-21 Dietmar MaurerPMG/API2/LDAP.pm: implement sync API
2017-03-21 Dietmar MaurerLDAP API: mention all return values in schema
2017-03-21 Dietmar MaurerLDAPCache.pm::sync_database - code cleanup
2017-03-20 Dietmar MaurerLDAPCache::querygroups - add support for univentionGroup
2017-03-20 Dietmar MaurerPMG/API2/LDAP.pm: do not include errors and basedn
2017-03-20 Dietmar MaurerPMG/API2/LDAP.pm: include database statistics
2017-03-20 Dietmar MaurerPMG/API2/LDAP.pm: sync whole database after updates
2017-03-20 Dietmar MaurerPMG/API2/LDAP.pm: delete local data when removing a...
2017-03-20 Dietmar Maurertest LDAP connection before adding entries
2017-03-19 Dietmar Maurerinclude disable flag in /config/ldap API
2017-03-19 Dietmar MaurerLDAPConfig: expose new option 'disable'
2017-03-19 Dietmar MaurerLDAPConfig: introduce disable flag
2017-03-19 Dietmar MaurerPMG/LDAPConfig.pm: encode comment/bindpw inside reader...
2017-03-18 Dietmar MaurerPMG/API2/LDAP.pm: corerctly deal with empty config
2017-03-10 Dietmar Maurerdepend on libxdgmime-perl
2017-03-10 Dietmar Maurervncshell: run /bin/login instead of top
2017-03-10 Dietmar Maurerfix novnc directory mapping
2017-03-09 Dietmar Maureruse new novnc index.html.tpl
2017-03-09 Dietmar Maurerfix upload target
2017-03-09 Dietmar Maureruse lib '..' to run tests
2017-03-09 Dietmar Maurerdo no try to delete database in prerm script (daemons...
2017-03-09 Dietmar Maurerrename package to proxmox-mailgateway
2017-03-07 Dietmar MaurerPMG/API2/Action.pm: return object group id
2017-03-07 Dietmar MaurerPMG/API2/Rules.pm: implement delete API
2017-03-07 Dietmar MaurerPMG/RuleDB.pm:add_rule_group - pass value as string
2017-03-07 Dietmar MaurerPMG/API2/RuleDB.pm: implement create_rule API
2017-03-07 Dietmar MaurerPMG/API2/Rules.pm: fix proxyto attribute
2017-03-07 Dietmar MaurerPMG/API2/Rules.pm: implement update_config API
2017-03-06 Dietmar MaurerPMG/API2/Rules.pm: allow to read individual rule groups
2017-03-06 Dietmar MaurerPMG/API2/Rules.pm: implement api to get single rule...
2017-03-06 Dietmar MaurerPMG/API2/Rules.pm: start API to edit rules
2017-03-06 Dietmar Maurerbump version to 5.0-1
2017-03-06 Dietmar MaurerNEWS: add note abour new clamav signature
2017-03-06 Dietmar MaurerPMG/Config.pm: new flag to include Google Safe Browsing...
2017-03-06 Dietmar MaurerPMG/API2/ClamAV.pm: do not generate extra log file...
2017-03-06 Dietmar MaurerPMG/API2/ClamAV.pm: rename dbstat to database
2017-03-06 Dietmar Maurerfreshclam.conf.in: remove option AllowSupplementaryGroups
2017-03-06 Dietmar MaurerPMG/API2/ClamAV.pm: add api to update database
2017-03-04 Dietmar Maurerclamav_dbstat: add timezone to timestamp
2017-03-04 Dietmar Maurerclamav_dbstat: make sure we only count sanesecurity...
next