aurweb/web/lib
Lukas Fleischer 237a4570e2 Add PCRE_DOLLAR_ENDONLY to preg_match()
When using preg_match() to check for a match that starts at the
beginning of the string and ends at the last character of the string, we
do not want to allow an additional newline character to sneak in.
Amongst other potential loopholes, adding the PCRE_DOLLAR_ENDONLY
modifier prevents users from registering with user names that end with a
newline character.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2014-08-06 00:00:33 +02:00
..
Archive Style fixes: Capitalization of "true" and "false" 2014-02-06 16:32:31 +01:00
acctfuncs.inc.php Add PCRE_DOLLAR_ENDONLY to preg_match() 2014-08-06 00:00:33 +02:00
aur.inc.php Rework permission handling 2014-07-15 22:56:57 +02:00
aurjson.class.php Add typeahead suggest to the merge request form 2014-07-23 17:53:30 +02:00
cachefuncs.inc.php Remove unnecessary database connection parameter from all functions 2013-02-10 12:10:38 +01:00
config.inc.php.proto Automatically accept orphan requests for old packages 2014-07-17 16:57:04 +02:00
credentials.inc.php Make deleted comments visible to Trusted Users 2014-07-25 11:30:32 +02:00
DB.class.php Add database wrapper class and new connection method 2013-02-10 12:10:37 +01:00
feedcreator.class.php Avoid use of "<b>"/"</b>" 2012-09-24 12:23:05 +02:00
gettext.php Style fixes: Capitalization of "true" and "false" 2014-02-06 16:32:31 +01:00
pkgbasefuncs.inc.php Close requests before accepting 2014-07-29 17:59:26 +02:00
pkgfuncs.inc.php Allow users to delete their own comments 2014-07-29 15:17:58 +02:00
pkgreqfuncs.inc.php Add PCRE_DOLLAR_ENDONLY to preg_match() 2014-08-06 00:00:33 +02:00
routing.inc.php Allow for closing package requests 2014-06-25 11:34:31 +02:00
stats.inc.php Count users in "Trusted User & Developer" group as TU 2014-08-02 15:25:46 +02:00
streams.php Add php-gettext libraries to "web/lib/". 2011-04-10 15:40:49 +02:00
translator.inc.php Handle plurals in translations 2014-07-04 12:16:58 +02:00
version.inc.php Release 3.4.3 2014-08-02 15:27:42 +02:00