0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
Go to file
Christian Boltz bf9ec09829 Merge pull request #23 from Janfred/bugfix_aliasdelete
Security fix: don't allow to delete protected aliases (CVE-2017-5930)
2017-02-08 18:37:34 +01:00
ADDITIONS see #377 - looks like the pg+mysql check is partly the wrong way around - mysql only has ints.... 2016-08-10 10:54:53 +00:00
configs migrate search input field to use search[_], and use list.tpl for alias domains 2015-04-06 14:17:25 +00:00
css default.css: 2016-05-15 19:20:59 +00:00
debian see https://sourceforge.net/p/postfixadmin/bugs/376/ - remove any old templates_c/ files 2016-12-21 21:32:15 +00:00
DOCUMENTS POSTFIX_CONF.txt: 2014-07-22 20:36:22 +00:00
images postfixadmin2.xcf: 2015-04-26 19:25:43 +00:00
languages Add Language-Key for protected_alias_cant_be_deleted 2017-02-03 15:08:24 +01:00
model Fix wrong way of check for can_delete 2017-02-07 15:54:21 +01:00
scripts Add checks to login.php and cli to ensure database layout is up to date 2016-05-22 19:58:54 +00:00
smarty update Smarty to 3.1.29 2016-05-20 20:27:29 +00:00
templates list-virtual.tpl: add missing "download as CSV" for mailboxes 2016-11-01 19:31:41 +00:00
tests this will probably migrate us to phpunit; stupid dev env is misbehaving though so it is hard to test 2011-03-17 22:38:03 +00:00
users Add checks to login.php and cli to ensure database layout is up to date 2016-05-22 19:58:54 +00:00
VIRTUAL_VACATION vacation.pl: mime-decode original subject 2016-08-25 18:56:02 +00:00
backup.php functions.inc.php: 2013-11-16 00:00:53 +00:00
broadcast-message.php Add CSRF protection for POST requests 2016-05-20 20:42:04 +00:00
calendar.js - big merge of Postfixadmin smarty into trunk 2009-11-05 14:55:39 +00:00
CHANGELOG.TXT AliasHandler: restrict mailbox subquery to requested domains 2016-11-09 20:41:24 +00:00
common.php rename session cookie 2016-05-22 16:57:09 +00:00
config.inc.php Merge remote-tracking branch 'svnexport/master' 2016-12-21 10:29:02 +00:00
delete.php delete.php: 2014-11-02 23:06:13 +00:00
edit.php Add CSRF protection for POST requests 2016-05-20 20:42:04 +00:00
editactive.php editactive.php: 2015-04-06 23:09:58 +00:00
functions.inc.php db_where_clause(): allow NULL and NOTNULL searchmodes 2016-11-01 15:45:45 +00:00
GPL-LICENSE.TXT Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
index.php remove "postfixadmin.com" in comments in lots of files 2013-11-10 15:57:32 +00:00
INSTALL.TXT upate wiki links 2016-10-20 21:26:13 +00:00
LICENSE.TXT LICENSE.TXT: 2011-04-24 16:15:21 +00:00
list-virtual.php Set alias domain-related smarty variables only if alias domains are enabled 2017-01-26 18:22:55 +00:00
list.php list.php: 2015-03-17 22:22:28 +00:00
login.php Add checks to login.php and cli to ensure database layout is up to date 2016-05-22 19:58:54 +00:00
main.php remove "postfixadmin.com" in comments in lots of files 2013-11-10 15:57:32 +00:00
README.md add link to cboltz's presentation pdf 2015-09-26 10:53:43 +01:00
sendmail.php Add CSRF protection for POST requests 2016-05-20 20:42:04 +00:00
setup.php change error message depending on whether templates_c is present or not 2016-08-08 05:00:39 +00:00
smarty.inc.php check whether we can use templates_c (this seems a better idea than falling back to using something in /tmp) 2016-12-21 21:26:02 +00:00
upgrade.php upgrade_1835_mysql: fix defaults for both date fields at once 2016-11-01 20:31:52 +00:00
vacation.php Add CSRF protection for POST requests 2016-05-20 20:42:04 +00:00
variables.inc.php remove "postfixadmin.com" in comments in lots of files 2013-11-10 15:57:32 +00:00
viewlog.php use smarty html_options instead of select_options() 2015-12-06 23:27:45 +00:00
xmlrpc.php fix xmlrpc function call (non-static method being called statically); fix method docblock which is read by Zend_XmlRpc_Server etc 2014-02-19 11:49:26 +00:00

postfixadmin

PostfixAdmin - web based administration interface for Postfix mail servers

Technically this project is still hosted in SVN/SourceForge. However, we welcome git pull requests and will merge them into subversion as necessary. If this repository (on github) becomes well used, we'll probably migrate.

(DG. 2014/05/07)