Date: Wed, 5 Sep 2018 22:51:19 -0700 From: Mel Pilgrim <heliosyne@gmail.com> To: Jochen Neumeister <joneum@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r478986 - in head/mail/postfixadmin: . files Message-ID: <949be0a9-6667-9c7a-c9e9-b437b2f52228@gmail.com> In-Reply-To: <201809041925.w84JPDlE077580@repo.freebsd.org> References: <201809041925.w84JPDlE077580@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This should not have been committed. The update is blocked pending a change to archivers/php71-phar (see PR 229368). PR 229370 was marked as such, so I'm not sure why this was overlooked. I have revised patches pending how PR 229368 is resolved. On 09/04/2018 12:25, Jochen Neumeister wrote: > Author: joneum > Date: Tue Sep 4 19:25:12 2018 > New Revision: 478986 > URL: https://svnweb.freebsd.org/changeset/ports/478986 > > Log: > Update to 3.2 > > - move public facing stuff into public/, this allows us to stop exposing > templates_c/ etc. to the world (but also means you'll need to adjust your > webserver config) > - enable users to reset their passwords by mail or SMS > ($CONF['forgotten_user_password_reset'], > $CONF['forgotten_admin_password_reset'], $CONF['sms_send_function']) > - allow local alias targets (without @domain) - see #134 > - add $CONF['edit_alias'] to disable "edit_alias" function for users > - add php_crypt $CONF["encrypt"] option (see #170 for examples) > - add random_compat phar (see: https://github.com/paragonie/random_compat) to > support random_int()/random_string() in older PHP versions. > - add support for MySQL connections over SSL > - language updates: sk, ja, nl, bg, fr, cz > - update bundled smarty library (lib/smarty to 3.1.32; includes security fixes) > - split up pacrypt() into different functions; add some minimal test coverage > - add id autoincrement field to log table (#89) > - add token to login.php to prevent CSRF > - lots of bugfixes and code cleanup > - drop unused code in postfixadmin-cli > - introduce PHP-CS-Fixer to enforce code style > - vacation.pl: > - avoid answering to more known autoresponders > - add $no_vacation_pattern to avoid sending autoresponders based on the To: > address > - replace Deprecated Mail::Sender by Email::Sender > - use MIME:EncWords > - remove unused MIME::Base64 > - add docker repo, see https://github.com/postfixadmin/docker > > PR: 229370 > Submitted by: Melissa Pilgrim <ports.maintainer@evilphi.com> (maintainer) > Sponsored by: Netzkommune > > Modified: > head/mail/postfixadmin/Makefile > head/mail/postfixadmin/distinfo > head/mail/postfixadmin/files/pkg-message.in > head/mail/postfixadmin/pkg-plist > > Modified: head/mail/postfixadmin/Makefile > ============================================================================== > --- head/mail/postfixadmin/Makefile Tue Sep 4 19:11:13 2018 (r478985) > +++ head/mail/postfixadmin/Makefile Tue Sep 4 19:25:12 2018 (r478986) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= postfixadmin > -PORTVERSION= 3.1 > +PORTVERSION= 3.2 > CATEGORIES= mail www > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} > > @@ -13,10 +13,10 @@ LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/GPL-LICENSE.TXT > > RUN_DEPENDS+= p5-DBI>=1.634:databases/p5-DBI \ > + p5-Email-Sender>=1.300031:mail/p5-Email-Sender \ > p5-Email-Valid>=0.12:mail/p5-Email-Valid \ > p5-Log-Dispatch>=1.79:devel/p5-Log-Dispatch \ > p5-Log-Log4perl>=0.26:devel/p5-Log-Log4perl \ > - p5-Mail-Sender>=0.7.04:mail/p5-Mail-Sender \ > p5-MIME-EncWords>=0.040:mail/p5-MIME-EncWords > > USES= cpe perl5 shebangfix php > @@ -36,7 +36,7 @@ OPTIONS_DEFAULT= PGSQL > > USE_PERL5= run > > -USE_PHP= mbstring pcre session spl xmlrpc > +USE_PHP= mbstring pcre phar session spl xmlrpc > > MYSQL_USE= php=mysqli > PGSQL_USE= php=pgsql > @@ -45,19 +45,18 @@ SQLITE_USE= php=sqlite3 > do-install: > @${MKDIR} ${STAGEDIR}${WWWDIR} > @${MKDIR} ${STAGEDIR}${WWWDIR}/templates_c > -.for i in *.php calendar.js favicon.ico > - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${WWWDIR} > -.endfor > -.for i in configs css images languages model scripts smarty templates tests users > + ${INSTALL_DATA} ${WRKSRC}/*.php ${STAGEDIR}${WWWDIR} > +.for i in configs languages lib model public scripts templates tests > @cd ${WRKSRC}/${i} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/${i} > .endfor > @${MKDIR} ${STAGEDIR}${DATADIR} > - ${INSTALL_DATA} ${WRKSRC}/*.TXT ${WRKSRC}/README.md ${STAGEDIR}${DATADIR} > + ${INSTALL_DATA} ${WRKSRC}/*.TXT ${STAGEDIR}${DATADIR} > .for i in ADDITIONS VIRTUAL_VACATION > @cd ${WRKSRC}/${i} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/${i} > .endfor > > do-install-DOCS-on: > + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DATADIR} > @cd ${WRKSRC}/DOCUMENTS && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} > > .include <bsd.port.mk> > > Modified: head/mail/postfixadmin/distinfo > ============================================================================== > --- head/mail/postfixadmin/distinfo Tue Sep 4 19:11:13 2018 (r478985) > +++ head/mail/postfixadmin/distinfo Tue Sep 4 19:25:12 2018 (r478986) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1504130429 > -SHA256 (postfixadmin-3.1.tar.gz) = 36eaed433c673382fb5d513bc3b0d2685bf3169ead6065293d3a0f8f6d262aa4 > -SIZE (postfixadmin-3.1.tar.gz) = 1279224 > +TIMESTAMP = 1525403385 > +SHA256 (postfixadmin-3.2.tar.gz) = 866d4c0ca870b2cac184e5837a4d201af8fcefecef09bc2c887a6e017a00cefe > +SIZE (postfixadmin-3.2.tar.gz) = 1324335 > > Modified: head/mail/postfixadmin/files/pkg-message.in > ============================================================================== > --- head/mail/postfixadmin/files/pkg-message.in Tue Sep 4 19:11:13 2018 (r478985) > +++ head/mail/postfixadmin/files/pkg-message.in Tue Sep 4 19:25:12 2018 (r478986) > @@ -1,11 +1,14 @@ > -If you are upgrading, you need to update your current installation's > -database by browsing to [URL]/setup.php where [URL] is the > -postfixadmin webroot. > +If you are upgrading, you may need to update your current installation's > +database. You can do so by browsing to [URL]/setup.php where [URL] is the > +postfixadmin root. > > To avoid checksum errors when removing or upgrading postfixadmin, do not > -edit config.inc.php. Instead put your configuration settings in > -config.local.php in the postfixadmin webroot. That file will be included > +edit config.inc.php. Instead, put your configuration settings in > +config.local.php in the postfixadmin webroot. That file will be included > automatically by config.inc.php. > > For detailed information, please see the complete installation steps in > -%%DATADIR%%/INSTALL.TXT > +%%DATADIR%%/INSTALL.TXT. > + > +See %%DATADIR%%/CHANGELOG.TXT for any upgrade-related details, including > +configuration changes. > > Modified: head/mail/postfixadmin/pkg-plist > ============================================================================== > --- head/mail/postfixadmin/pkg-plist Tue Sep 4 19:11:13 2018 (r478985) > +++ head/mail/postfixadmin/pkg-plist Tue Sep 4 19:25:12 2018 (r478986) > @@ -5,6 +5,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/LANGUAGE.txt > %%PORTDOCS%%%%DOCSDIR%%/POSTFIXADMIN.txt > %%PORTDOCS%%%%DOCSDIR%%/POSTFIX_CONF.txt > +%%PORTDOCS%%%%DOCSDIR%%/Postfix-Dovecot-Postgresql-Example.md > %%PORTDOCS%%%%DOCSDIR%%/SECURITY.txt > %%PORTDOCS%%%%DOCSDIR%%/SUPERADMIN.txt > %%PORTDOCS%%%%DOCSDIR%%/UPGRADE.txt > @@ -85,9 +86,9 @@ > %%DATADIR%%/INSTALL.TXT > %%DATADIR%%/LICENSE.TXT > %%DATADIR%%/README.md > +%%DATADIR%%/VIRTUAL_VACATION/Contributions.txt > %%DATADIR%%/VIRTUAL_VACATION/FILTER_README > -%%DATADIR%%/VIRTUAL_VACATION/INSTALL.TXT > -%%DATADIR%%/VIRTUAL_VACATION/index.php > +%%DATADIR%%/VIRTUAL_VACATION/INSTALL.md > %%DATADIR%%/VIRTUAL_VACATION/tests/asterisk-email.txt > %%DATADIR%%/VIRTUAL_VACATION/tests/facebook.txt > %%DATADIR%%/VIRTUAL_VACATION/tests/mail-myself.txt > @@ -97,42 +98,10 @@ > %%DATADIR%%/VIRTUAL_VACATION/tests/test-email.txt > %%DATADIR%%/VIRTUAL_VACATION/tests/test.sh > %%DATADIR%%/VIRTUAL_VACATION/vacation.pl > -%%WWWDIR%%/backup.php > -%%WWWDIR%%/broadcast-message.php > -%%WWWDIR%%/calendar.js > %%WWWDIR%%/common.php > %%WWWDIR%%/config.inc.php > %%WWWDIR%%/configs/menu.conf > -%%WWWDIR%%/css/calendar.css > -%%WWWDIR%%/css/default.css > -%%WWWDIR%%/delete.php > -%%WWWDIR%%/edit.php > -%%WWWDIR%%/editactive.php > -%%WWWDIR%%/favicon.ico > %%WWWDIR%%/functions.inc.php > -%%WWWDIR%%/images/arrow-l.png > -%%WWWDIR%%/images/arrow-r.png > -%%WWWDIR%%/images/arrow-u.png > -%%WWWDIR%%/images/calendar/cal.gif > -%%WWWDIR%%/images/calendar/next_mon.gif > -%%WWWDIR%%/images/calendar/next_year.gif > -%%WWWDIR%%/images/calendar/no_cal.gif > -%%WWWDIR%%/images/calendar/pixel.gif > -%%WWWDIR%%/images/calendar/prev_mon.gif > -%%WWWDIR%%/images/calendar/prev_year.gif > -%%WWWDIR%%/images/calendar/shade_bl.png > -%%WWWDIR%%/images/calendar/shade_bm.png > -%%WWWDIR%%/images/calendar/shade_br.png > -%%WWWDIR%%/images/calendar/shade_mr.png > -%%WWWDIR%%/images/calendar/shade_tr.png > -%%WWWDIR%%/images/index.php > -%%WWWDIR%%/images/logo-default.png > -%%WWWDIR%%/images/mail_bg.gif > -%%WWWDIR%%/images/postbox.png > -%%WWWDIR%%/images/postfixadmin.png > -%%WWWDIR%%/images/postfixadmin2.png > -%%WWWDIR%%/images/postfixadmin2.xcf > -%%WWWDIR%%/images/quota-colors.png > %%WWWDIR%%/index.php > %%WWWDIR%%/languages/bg.lang > %%WWWDIR%%/languages/ca.lang > @@ -169,10 +138,217 @@ > %%WWWDIR%%/languages/sv.lang > %%WWWDIR%%/languages/tr.lang > %%WWWDIR%%/languages/tw.lang > -%%WWWDIR%%/list-virtual.php > -%%WWWDIR%%/list.php > -%%WWWDIR%%/login.php > -%%WWWDIR%%/main.php > +%%WWWDIR%%/lib/random_compat.phar > +%%WWWDIR%%/lib/random_compat.phar.pubkey > +%%WWWDIR%%/lib/random_compat.txt > +%%WWWDIR%%/lib/smarty.inc.php > +%%WWWDIR%%/lib/smarty/COPYING.lib > +%%WWWDIR%%/lib/smarty/libs/Autoloader.php > +%%WWWDIR%%/lib/smarty/libs/Smarty.class.php > +%%WWWDIR%%/lib/smarty/libs/SmartyBC.class.php > +%%WWWDIR%%/lib/smarty/libs/bootstrap.php > +%%WWWDIR%%/lib/smarty/libs/debug.tpl > +%%WWWDIR%%/lib/smarty/libs/plugins/block.textformat.php > +%%WWWDIR%%/lib/smarty/libs/plugins/function.counter.php > +%%WWWDIR%%/lib/smarty/libs/plugins/function.cycle.php > +%%WWWDIR%%/lib/smarty/libs/plugins/function.fetch.php > +%%WWWDIR%%/lib/smarty/libs/plugins/function.html_checkboxes.php > +%%WWWDIR%%/lib/smarty/libs/plugins/function.html_image.php > +%%WWWDIR%%/lib/smarty/libs/plugins/function.html_options.php > +%%WWWDIR%%/lib/smarty/libs/plugins/function.html_radios.php > +%%WWWDIR%%/lib/smarty/libs/plugins/function.html_select_date.php > +%%WWWDIR%%/lib/smarty/libs/plugins/function.html_select_time.php > +%%WWWDIR%%/lib/smarty/libs/plugins/function.html_table.php > +%%WWWDIR%%/lib/smarty/libs/plugins/function.mailto.php > +%%WWWDIR%%/lib/smarty/libs/plugins/function.math.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.capitalize.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.date_format.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.debug_print_var.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.escape.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.mb_wordwrap.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.regex_replace.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.replace.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.spacify.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.truncate.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.cat.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.count_characters.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.count_paragraphs.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.count_sentences.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.count_words.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.default.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.escape.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.from_charset.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.indent.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.lower.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.noprint.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.string_format.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.strip.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.strip_tags.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.to_charset.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.unescape.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.upper.php > +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.wordwrap.php > +%%WWWDIR%%/lib/smarty/libs/plugins/outputfilter.trimwhitespace.php > +%%WWWDIR%%/lib/smarty/libs/plugins/shared.escape_special_chars.php > +%%WWWDIR%%/lib/smarty/libs/plugins/shared.literal_compiler_param.php > +%%WWWDIR%%/lib/smarty/libs/plugins/shared.make_timestamp.php > +%%WWWDIR%%/lib/smarty/libs/plugins/shared.mb_str_replace.php > +%%WWWDIR%%/lib/smarty/libs/plugins/shared.mb_unicode.php > +%%WWWDIR%%/lib/smarty/libs/plugins/variablefilter.htmlspecialchars.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_cacheresource.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_cacheresource_custom.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_cacheresource_keyvaluestore.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_data.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_block.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_append.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_assign.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_block.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_block_child.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_block_parent.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_break.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_call.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_capture.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_child.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_config_load.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_continue.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_debug.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_eval.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_extends.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_for.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_foreach.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_function.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_if.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_include.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_include_php.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_insert.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_make_nocache.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_nocache.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_parent.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_object_block_function.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_object_function.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_php.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_registered_block.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_section.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_setfilter.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_while.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compilebase.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_config_file_compiler.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_configfilelexer.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_configfileparser.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_data.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_debug.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_errorhandler.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_extension_handler.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_addautoloadfilters.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_adddefaultmodifiers.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_append.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_appendbyref.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_assignbyref.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_assignglobal.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_clearallassign.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_clearallcache.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_clearassign.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_clearcache.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_clearcompiledtemplate.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_clearconfig.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_compileallconfig.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_compilealltemplates.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_configload.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_createdata.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getautoloadfilters.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getconfigvariable.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getconfigvars.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getdebugtemplate.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getdefaultmodifiers.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getglobal.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getregisteredobject.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getstreamvariable.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_gettags.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_literals.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_loadfilter.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_mustcompile.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registercacheresource.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerclass.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerdefaultconfighandler.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerobject.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerresource.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_setautoloadfilters.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_setdefaultmodifiers.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_unloadfilter.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_unregistercacheresource.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_unregisterfilter.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_unregisterobject.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_unregisterplugin.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_unregisterresource.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_nocache_insert.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_parsetree.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_parsetree_code.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_parsetree_template.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_parsetree_text.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_resource_eval.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_resource_extends.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_resource_file.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_resource_php.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_resource_registered.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_resource_stream.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_resource_string.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_cachemodify.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_cacheresourcefile.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_capture.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_getincludepath.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_make_nocache.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_template.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_templatebase.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_templatelexer.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_templateparser.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_testinstall.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_undefined.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_resource.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_resource_custom.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_resource_recompiled.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_resource_uncompiled.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_security.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_template_cached.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_template_compiled.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_template_config.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_template_resource_base.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_template_source.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_undefined_variable.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_variable.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smartycompilerexception.php > +%%WWWDIR%%/lib/smarty/libs/sysplugins/smartyexception.php > +%%WWWDIR%%/lib/smarty/smarty_version > %%WWWDIR%%/model/AdminHandler.php > %%WWWDIR%%/model/AdminpasswordHandler.php > %%WWWDIR%%/model/AliasHandler.php > @@ -187,216 +363,82 @@ > %%WWWDIR%%/model/FetchmailHandler.php > %%WWWDIR%%/model/MailboxHandler.php > %%WWWDIR%%/model/PFAHandler.php > +%%WWWDIR%%/model/Shell.php > %%WWWDIR%%/model/VacationHandler.php > +%%WWWDIR%%/public/backup.php > +%%WWWDIR%%/public/broadcast-message.php > +%%WWWDIR%%/public/calendar.js > +%%WWWDIR%%/public/common.php > +%%WWWDIR%%/public/css/calendar.css > +%%WWWDIR%%/public/css/default.css > +%%WWWDIR%%/public/delete.php > +%%WWWDIR%%/public/edit.php > +%%WWWDIR%%/public/editactive.php > +%%WWWDIR%%/public/images/arrow-l.png > +%%WWWDIR%%/public/images/arrow-r.png > +%%WWWDIR%%/public/images/arrow-u.png > +%%WWWDIR%%/public/images/calendar/cal.gif > +%%WWWDIR%%/public/images/calendar/next_mon.gif > +%%WWWDIR%%/public/images/calendar/next_year.gif > +%%WWWDIR%%/public/images/calendar/no_cal.gif > +%%WWWDIR%%/public/images/calendar/pixel.gif > +%%WWWDIR%%/public/images/calendar/prev_mon.gif > +%%WWWDIR%%/public/images/calendar/prev_year.gif > +%%WWWDIR%%/public/images/calendar/shade_bl.png > +%%WWWDIR%%/public/images/calendar/shade_bm.png > +%%WWWDIR%%/public/images/calendar/shade_br.png > +%%WWWDIR%%/public/images/calendar/shade_mr.png > +%%WWWDIR%%/public/images/calendar/shade_tr.png > +%%WWWDIR%%/public/images/favicon.ico > +%%WWWDIR%%/public/images/index.php > +%%WWWDIR%%/public/images/logo-default.png > +%%WWWDIR%%/public/images/mail_bg.gif > +%%WWWDIR%%/public/images/postbox.png > +%%WWWDIR%%/public/images/postfixadmin.png > +%%WWWDIR%%/public/images/postfixadmin2.png > +%%WWWDIR%%/public/images/postfixadmin2.xcf > +%%WWWDIR%%/public/images/quota-colors.png > +%%WWWDIR%%/public/index.php > +%%WWWDIR%%/public/list-virtual.php > +%%WWWDIR%%/public/list.php > +%%WWWDIR%%/public/login.php > +%%WWWDIR%%/public/main.php > +%%WWWDIR%%/public/password-change.php > +%%WWWDIR%%/public/password-recover.php > +%%WWWDIR%%/public/sendmail.php > +%%WWWDIR%%/public/setup.php > +%%WWWDIR%%/public/upgrade.php > +%%WWWDIR%%/public/users/calendar.js > +%%WWWDIR%%/public/users/css/calendar.css > +%%WWWDIR%%/public/users/css/default.css > +%%WWWDIR%%/public/users/edit-alias.php > +%%WWWDIR%%/public/users/images/calendar/cal.gif > +%%WWWDIR%%/public/users/images/calendar/next_mon.gif > +%%WWWDIR%%/public/users/images/calendar/next_year.gif > +%%WWWDIR%%/public/users/images/calendar/no_cal.gif > +%%WWWDIR%%/public/users/images/calendar/pixel.gif > +%%WWWDIR%%/public/users/images/calendar/prev_mon.gif > +%%WWWDIR%%/public/users/images/calendar/prev_year.gif > +%%WWWDIR%%/public/users/images/calendar/shade_bl.png > +%%WWWDIR%%/public/users/images/calendar/shade_bm.png > +%%WWWDIR%%/public/users/images/calendar/shade_br.png > +%%WWWDIR%%/public/users/images/calendar/shade_mr.png > +%%WWWDIR%%/public/users/images/calendar/shade_tr.png > +%%WWWDIR%%/public/users/index.php > +%%WWWDIR%%/public/users/login.php > +%%WWWDIR%%/public/users/main.php > +%%WWWDIR%%/public/users/password-change.php > +%%WWWDIR%%/public/users/password-recover.php > +%%WWWDIR%%/public/users/password.php > +%%WWWDIR%%/public/users/vacation.php > +%%WWWDIR%%/public/vacation.php > +%%WWWDIR%%/public/viewlog.php > +%%WWWDIR%%/public/xmlrpc.php > %%WWWDIR%%/scripts/postfixadmin-cli > %%WWWDIR%%/scripts/postfixadmin-cli.php > -%%WWWDIR%%/scripts/shells/mailbox.php > -%%WWWDIR%%/scripts/shells/shell.php > %%WWWDIR%%/scripts/snippets/crypt.php > %%WWWDIR%%/scripts/snippets/crypt_test.php > %%WWWDIR%%/scripts/snippets/dovecot_crypt.php > -%%WWWDIR%%/sendmail.php > -%%WWWDIR%%/setup.php > -%%WWWDIR%%/smarty.inc.php > -%%WWWDIR%%/smarty/COPYING.lib > -%%WWWDIR%%/smarty/libs/Autoloader.php > -%%WWWDIR%%/smarty/libs/Smarty.class.php > -%%WWWDIR%%/smarty/libs/SmartyBC.class.php > -%%WWWDIR%%/smarty/libs/debug.tpl > -%%WWWDIR%%/smarty/libs/plugins/block.textformat.php > -%%WWWDIR%%/smarty/libs/plugins/function.counter.php > -%%WWWDIR%%/smarty/libs/plugins/function.cycle.php > -%%WWWDIR%%/smarty/libs/plugins/function.fetch.php > -%%WWWDIR%%/smarty/libs/plugins/function.html_checkboxes.php > -%%WWWDIR%%/smarty/libs/plugins/function.html_image.php > -%%WWWDIR%%/smarty/libs/plugins/function.html_options.php > -%%WWWDIR%%/smarty/libs/plugins/function.html_radios.php > -%%WWWDIR%%/smarty/libs/plugins/function.html_select_date.php > -%%WWWDIR%%/smarty/libs/plugins/function.html_select_time.php > -%%WWWDIR%%/smarty/libs/plugins/function.html_table.php > -%%WWWDIR%%/smarty/libs/plugins/function.mailto.php > -%%WWWDIR%%/smarty/libs/plugins/function.math.php > -%%WWWDIR%%/smarty/libs/plugins/modifier.capitalize.php > -%%WWWDIR%%/smarty/libs/plugins/modifier.date_format.php > -%%WWWDIR%%/smarty/libs/plugins/modifier.debug_print_var.php > -%%WWWDIR%%/smarty/libs/plugins/modifier.escape.php > -%%WWWDIR%%/smarty/libs/plugins/modifier.needle.php > -%%WWWDIR%%/smarty/libs/plugins/modifier.regex_replace.php > -%%WWWDIR%%/smarty/libs/plugins/modifier.replace.php > -%%WWWDIR%%/smarty/libs/plugins/modifier.spacify.php > -%%WWWDIR%%/smarty/libs/plugins/modifier.truncate.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.cat.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.count_characters.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.count_paragraphs.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.count_sentences.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.count_words.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.default.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.escape.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.from_charset.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.indent.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.lower.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.noprint.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.string_format.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.strip.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.strip_tags.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.to_charset.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.unescape.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.upper.php > -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.wordwrap.php > -%%WWWDIR%%/smarty/libs/plugins/outputfilter.trimwhitespace.php > -%%WWWDIR%%/smarty/libs/plugins/shared.escape_special_chars.php > -%%WWWDIR%%/smarty/libs/plugins/shared.literal_compiler_param.php > -%%WWWDIR%%/smarty/libs/plugins/shared.make_timestamp.php > -%%WWWDIR%%/smarty/libs/plugins/shared.mb_str_replace.php > -%%WWWDIR%%/smarty/libs/plugins/shared.mb_unicode.php > -%%WWWDIR%%/smarty/libs/plugins/shared.mb_wordwrap.php > -%%WWWDIR%%/smarty/libs/plugins/variablefilter.htmlspecialchars.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_cacheresource.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_cacheresource_custom.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_cacheresource_keyvaluestore.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_data.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_append.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_assign.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_block.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_break.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_call.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_capture.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_config_load.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_continue.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_debug.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_eval.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_extends.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_for.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_foreach.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_function.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_if.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_include.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_include_php.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_insert.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_nocache.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_object_block_function.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_object_function.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_php.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_registered_block.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_section.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_setfilter.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_while.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compilebase.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_config_file_compiler.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_configfilelexer.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_configfileparser.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_data.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_debug.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_extension_clear.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_extension_handler.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_addautoloadfilters.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_adddefaultmodifiers.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_append.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_appendbyref.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_assignbyref.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_assignglobal.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearallassign.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearallcache.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearassign.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearcache.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearcompiledtemplate.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearconfig.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_compileallconfig.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_compilealltemplates.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_configload.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_createdata.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getautoloadfilters.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getconfigvars.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getdebugtemplate.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getdefaultmodifiers.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getregisteredobject.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getstreamvariable.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_gettags.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_loadfilter.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_mustcompile.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registercacheresource.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerclass.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerdefaultconfighandler.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerobject.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerresource.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_setautoloadfilters.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_setdefaultmodifiers.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unloadfilter.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unregistercacheresource.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unregisterfilter.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unregisterobject.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unregisterplugin.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unregisterresource.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_nocache_insert.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_code.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_template.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_text.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_eval.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_extends.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_file.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_php.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_registered.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_stream.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_string.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_cachemodify.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_getincludepath.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_hhvm.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_subtemplate.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_validatecompiled.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_var.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_template.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_templatebase.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_templatelexer.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_templateparser.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_testinstall.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_undefined.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_resource.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_resource_custom.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_resource_recompiled.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_resource_uncompiled.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_security.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_template_cached.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_template_compiled.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_template_config.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_template_resource_base.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_template_source.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_undefined_variable.php > -%%WWWDIR%%/smarty/libs/sysplugins/smarty_variable.php > -%%WWWDIR%%/smarty/libs/sysplugins/smartycompilerexception.php > -%%WWWDIR%%/smarty/libs/sysplugins/smartyexception.php > -%%WWWDIR%%/smarty/smarty_version > %%WWWDIR%%/templates/backupwarning.tpl > %%WWWDIR%%/templates/broadcast-message.tpl > %%WWWDIR%%/templates/editform.tpl > @@ -414,6 +456,8 @@ > %%WWWDIR%%/templates/main.tpl > %%WWWDIR%%/templates/menu.tpl > %%WWWDIR%%/templates/message.tpl > +%%WWWDIR%%/templates/password-change.tpl > +%%WWWDIR%%/templates/password-recover.tpl > %%WWWDIR%%/templates/password.tpl > %%WWWDIR%%/templates/sendmail.tpl > %%WWWDIR%%/templates/users_edit-alias.tpl > @@ -421,34 +465,12 @@ > %%WWWDIR%%/templates/users_menu.tpl > %%WWWDIR%%/templates/vacation.tpl > %%WWWDIR%%/templates/viewlog.tpl > +%%WWWDIR%%/tests/GeneratePasswordTest.php > +%%WWWDIR%%/tests/PacryptTest.php > %%WWWDIR%%/tests/RemoteAliasTest.php > %%WWWDIR%%/tests/RemoteTest.php > %%WWWDIR%%/tests/RemoteUserTest.php > %%WWWDIR%%/tests/RemoteVacationTest.php > +%%WWWDIR%%/tests/ValidatePasswordTest.php > %%WWWDIR%%/tests/common.php > -%%WWWDIR%%/upgrade.php > -%%WWWDIR%%/users/calendar.js > -%%WWWDIR%%/users/css/calendar.css > -%%WWWDIR%%/users/css/default.css > -%%WWWDIR%%/users/edit-alias.php > -%%WWWDIR%%/users/images/calendar/cal.gif > -%%WWWDIR%%/users/images/calendar/next_mon.gif > -%%WWWDIR%%/users/images/calendar/next_year.gif > -%%WWWDIR%%/users/images/calendar/no_cal.gif > -%%WWWDIR%%/users/images/calendar/pixel.gif > -%%WWWDIR%%/users/images/calendar/prev_mon.gif > -%%WWWDIR%%/users/images/calendar/prev_year.gif > -%%WWWDIR%%/users/images/calendar/shade_bl.png > -%%WWWDIR%%/users/images/calendar/shade_bm.png > -%%WWWDIR%%/users/images/calendar/shade_br.png > -%%WWWDIR%%/users/images/calendar/shade_mr.png > -%%WWWDIR%%/users/images/calendar/shade_tr.png > -%%WWWDIR%%/users/index.php > -%%WWWDIR%%/users/login.php > -%%WWWDIR%%/users/main.php > -%%WWWDIR%%/users/password.php > -%%WWWDIR%%/users/vacation.php > -%%WWWDIR%%/vacation.php > -%%WWWDIR%%/viewlog.php > -%%WWWDIR%%/xmlrpc.php > @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/templates_c > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?949be0a9-6667-9c7a-c9e9-b437b2f52228>