PostfixAdmin for BananaNetwork - to apply required patches before release or release in async to the official version https://github.com/postfixadmin/postfixadmin
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Christian Boltz 17911b75d2 functions.inc.php:
- pacrypt(): no longer escape_string() the result. This fixes
  https://sourceforge.net/tracker/index.php?func=detail&aid=3094804&group_id=191583&atid=937964

create-mailbox.php, password.php:
- escape_string() the pacrypt() result

login.php:
- simplify code to require one query less (this also removes the need 
  to escape_string() the password)

I also checked the other files using pacrypt() - they don't need 
escaping or already do it.



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1397 a1433add-5e2c-0410-b055-b7f2511e0802
13 years ago
ADDITIONS
DOCUMENTS
VIRTUAL_VACATION add a friendly from address to vacation messages; probably needs more work to beautify it though...; change error handling if we cannot send the reply to be hopefully more robust 13 years ago
admin
configs
css
debian config.inc.php: 13 years ago
images
languages
model AdminHandler.php: 13 years ago
scripts
smarty
templates
tests
users smarty.inc.php: 13 years ago
CHANGELOG.TXT
GPL-LICENSE.TXT
INSTALL.TXT
LICENSE.TXT
backup.php
broadcast-message.php
calendar.js
common.php
config.inc.php config.inc.php: 13 years ago
create-mailbox.php functions.inc.php: 13 years ago
delete.php
edit-active.php
edit-mailbox.php
edit.php
fetchmail.php
functions.inc.php functions.inc.php: 13 years ago
index.php
list-admin.php functions.inc.php: 13 years ago
list-domain.php functions.inc.php: 13 years ago
list-virtual.php
login.php functions.inc.php: 13 years ago
logout.php
main.php
password.php functions.inc.php: 13 years ago
sendmail.php
setup.php
smarty.inc.php smarty.inc.php: 13 years ago
upgrade.php upgrade.php: 13 years ago
vacation.php
variables.inc.php
viewlog.php
xmlrpc.php