Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-28 | bug 1316: replaced revoke assurance by new function revoke_assurance | INOPIAE | |
2014-10-07 | Merge branch 'bug-790' into testserver-stable | Benny Baumann | |
2014-10-07 | bug-790: update the text for orgClientCertbug-790 | Felix Dörre | |
According to common decision in SAP meeting. | |||
2014-10-07 | bug-790: Add a descriptive text for orgClient ... | Felix Dörre | |
... to help people to see where the CSR should go. | |||
2014-09-24 | Merge branch 'bug-790' into testserver-stable | Benny Baumann | |
2014-09-23 | bug-709: change spkac-text, wrap crt with <pre>s | Felix Dörre | |
2014-09-23 | Merge branch 'bug-790' into testserver-stable | Benny Baumann | |
2014-09-23 | bug-790: do translation, fix cert download | Felix Dörre | |
2014-09-23 | Merge branch 'bug-790' into testserver-stable | Benny Baumann | |
2014-09-23 | bug-790: implement that thing. | Felix Dörre | |
2014-09-10 | Merge branch 'bug-1302' into testserver-stable | Benny Baumann | |
2014-09-10 | bug 1302: some more tag cleanup and text reordering | Benny Baumann | |
2014-09-09 | bug-1302: clean up table | Martin Gummi | |
2014-09-09 | Merge branch 'bug-612' into testserver-stable | Benny Baumann | |
2014-09-09 | bug 612: Minor fixups in formatting and error outputbug-612 | Benny Baumann | |
2014-09-09 | bug-612: small fixups in code style | Felix Dörre | |
2014-09-09 | bug-1302: move link to support mailing list under contact form | Martin Gummi | |
2014-09-09 | bug 1302: Make the HTML more readable and especially valid | Martin Gummi | |
2014-09-09 | bug 1302: 2nd rework the contact page and removed the possibility to send ↵ | Martin Gummi | |
the data from the form to the support mailing list | |||
2014-09-09 | bug-612: adding ip anonymization for secret-question mail | Felix Dörre | |
2014-07-15 | Merge branch 'bug-1281' into release | Benny Baumann | |
2014-06-15 | Merge branch 'bug-1223' into testserver-stable | Benny Baumann | |
2014-06-15 | Merge branch 'release' into bug-1223 | Benny Baumann | |
Conflicts: pages/account/43.php | |||
2014-06-15 | Merge branch 'bug-657' into testserver-stable | Benny Baumann | |
Conflicts: includes/notary.inc.php | |||
2014-06-15 | Merge branch 'bug-1273' into testserver-stable | Benny Baumann | |
2014-06-15 | bug 1273: replace backtick operators with shell_exec | Felix Dörre | |
+ fix 1 missing escapeshellarg Commands used to locate: 1. find includes -type f -name '*.php' -exec cat {} \; \ | tr '\n' '?' | sed 's/\(\$query .\?= \|\ mysql_query(\|query_init (\)"\([^"]\|".\(\(intval\|mysql_real_escape_string\)\ (\$[^\$)]\+)\|\$_SESSION\(\['_config'\]\['user'\]\['Q[1-5]'\]\ \|['_config']['disablelogin']\)\)[ ?]*."\)*"/mysql-substitute/g'\ | tr '?' '\n' | grep --color=always "\`"|less -r and reviewing the queries by hand. This command replaces out strings obviously looking like sql_queries and then outputting al remaining backticks: starting with "$query = ,mysql_query, ..." and are only interrupted by "safe" calls: - mysql_real_escape_string - intval - pre_escaped session variables (This command may also be used for locating bad escaped sql_queries) 2. grep -r "\`\(grep\|/\|echo\|dig\|openssl\|gpg\|rm\|../\)" www includes pages \ | grep -v '\(from\|update\|into\) `gpg' | |||
2014-06-15 | Merge branch 'bug-612' into testserver-stable | Benny Baumann | |
2014-06-15 | bug 612: Using consistent date/time format, putting params in a new line | Felix Dörre | |
2014-06-15 | bug 612: add IP-Address and Time to "viewed secret questions"-message. | Felix Dörre | |
2014-06-13 | Merge branch 'release' into bug-807 | Benny Baumann | |
Conflicts: includes/account.php includes/lib/account.php pages/account/16.php | |||
2014-06-09 | Merge branch 'bug-1282' into testserver-stable | Benny Baumann | |
2014-06-09 | bug 1282: added a better check for id for the search | INOPIAE | |
2014-06-08 | Merge branch 'bug-1281' into testserver-stable | Benny Baumann | |
2014-06-08 | bug 1281: Fix syntax error in SQL statementbug-1281 | Benny Baumann | |
2014-06-08 | bug 1281: Convert to Unix Line Endings | Benny Baumann | |
2014-06-08 | Merge branch 'release' into bug-657 | INOPIAE | |
2014-06-06 | Merge branch 'bug-413' into bug-1138bug-1138 | Benny Baumann | |
Conflicts: pages/account/12.php pages/account/5.php | |||
2014-05-27 | Merge branch 'bug-413' into testserver-stable | Benny Baumann | |
Conflicts: pages/account/12.php | |||
2014-05-27 | bug 413: Port same change as for 5.php over to 12.phpbug-413 | Benny Baumann | |
2014-05-27 | Merge branch 'bug-413' into testserver-stable | Benny Baumann | |
Conflicts: pages/account/5.php | |||
2014-05-27 | bug 413: Backport changes from 7aced740 by Michael Tänzer to avoid ↵ | Benny Baumann | |
conflicts when integrating both together | |||
2014-05-01 | Merge branch 'bug-1138' into testserver-stable | Michael Tänzer | |
Conflicts: includes/account.php includes/general.php includes/lib/account.php pages/account/16.php www/wot.php Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2014-05-01 | bug 1138: This is an int, no need to mysql_real_escape() | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2014-05-01 | bug 1138: Avoid double escaping of $_SESSION['_config']['OU'] and fix XSS | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2014-04-30 | bug 1138: Whitespace changes and code formatting | Benny Baumann | |
2014-04-30 | bug 1138: And yet another bunch of missing escapes | Benny Baumann | |
2014-04-30 | bug 1138: Add some more mising escaping for values from the database | Benny Baumann | |
2014-04-30 | bug 1138: Add some more mising escaping for values from the database | Benny Baumann | |
2014-04-30 | bug 1138: Add some mising escaping for values from the database | Benny Baumann | |
2014-04-29 | Resolve merge conflict resolution error on ec1b6811 | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> |