Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-25 | Wytzes emergency changebug-1459 | Bernhard Fröhlich | |
2018-10-22 | Bugfix proposed by Wytze, see https://bugs.cacert.org/view.php?id=1430 | Bernhard Fröhlich | |
2015-07-26 | bug 1392: correct a variable mixup causing all SANs in CSRs to be rejectedbug-1392 | Benny Baumann | |
2015-07-25 | bug 1392: Check domain names in CN/SAN to at least basically comply to RFC | Benny Baumann | |
2014-12-05 | Merge remote-tracking branch 'origin/bug-1318' into release | Michael Tänzer | |
2014-11-30 | bug 1318: Minor typobug-1318 | Benny Baumann | |
2014-11-30 | bug 1318: Variable name typo | Benny Baumann | |
2014-11-30 | bug 1288: Some cleanup as this is never used anywaybug-1288 | Benny Baumann | |
2014-11-30 | bug 1288: Accept STARTTLS as last option | Benny Baumann | |
2014-11-29 | bug 1318: typo in variable names | Benny Baumann | |
2014-11-29 | bug 1318: Actually sort by priority | Benny Baumann | |
2014-11-29 | bug 1318: Fix a check for if there were any servers | Benny Baumann | |
2014-11-29 | bug 1318: Request the array containing the priorities to sort entries propoerly | Benny Baumann | |
2014-11-29 | bug 1288: Actually request encryption for the connection before activating | Benny Baumann | |
2014-11-29 | bug 1288: EHLO returns 250 on success | Benny Baumann | |
2014-11-29 | bug 1318: Typo in control structure | Benny Baumann | |
2014-11-29 | bug 1288: Do STARTTLS whenever offered by the server | Benny Baumann | |
2014-11-29 | bug 1318: Properly order MX records by order given in RFC 5321 | Benny Baumann | |
2014-11-23 | Merge branch 'bug-1273' into release | Benny Baumann | |
2014-08-30 | bug 1301: Fix issue with missing default for the encodingbug-1301 | Benny Baumann | |
2014-06-15 | bug 1273: Move the one "escapeshellarg" in a new row. | Felix Dörre | |
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-05-01 | Merge branch 'release' into bug-1138 | Benny Baumann | |
2014-04-30 | bug 1138: Whitespace changes and code formatting | Benny Baumann | |
2014-04-30 | bug 1138: Be more paranoid regarding database query parameters | Benny Baumann | |
2014-04-15 | Merge branch 'bug-1184' into release | Benny Baumann | |
2014-04-01 | Merge branch 'bug-1070' into release | Benny Baumann | |
2014-03-19 | bug 1184: Quick workaround for name collission on hex2bin on recent PHP versionsbug-1184 | Benny Baumann | |
2014-03-18 | bug 1070: Fix problem with literal interpretation of the provided search stringbug-1070 | Benny Baumann | |
2013-11-19 | bug 1221: Whitespace | Benny Baumann | |
2013-11-19 | bug 1221: added `deleted` = 0 to general.php | Benny Baumann | |
2013-07-12 | Merge branch 'bug-1186' into release | Benny Baumann | |
2013-07-12 | Merge branch 'bug-1176' into release | Benny Baumann | |
2013-07-06 | bug 1186: Mixed up order of argumentsbug-1186 | Benny Baumann | |
2013-07-03 | bug 1186: Missing argument is missing. | Benny Baumann | |
2013-07-03 | bug 1186: Fix warning if no valid MX records are returned for one line of ↵ | Benny Baumann | |
the executed command | |||
2013-06-20 | bug 1176: Fix deprecation of split function in general.php | Benny Baumann | |
2013-05-15 | Merge remote-tracking branch 'origin/bug-1122' into release | Michael Tänzer | |
2013-05-13 | bug 1176: Remove usage of deprecated calls to session_register | Benny Baumann | |
2013-01-07 | bug 512: Fix a problem causing blank result pagesbug-512 | Benny Baumann | |
2012-12-13 | bug 1122:created new file for the CCA overview and added short information ↵ | INOPIAE | |
about CCA into SE admin console | |||
2012-11-28 | bug 512:Moved get_assurer_status from includes/general.php to ↵ | INOPIAE | |
includes/lib/general.php to make the function available for the scripting. Changed script to includes/lib/general.php | |||
2012-08-21 | Source code taken from cacert-20120810.tar.bz2 | Michael Tänzer | |
2012-06-06 | bug 1070: Escape password before giving it to the command line | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2012-04-30 | Source code taken from cacert-20120429.tar.bz2 | Michael Tänzer | |
2012-04-18 | bug 1033: Only issue up to 35 pointsbug-1033 | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2012-01-26 | Source code taken from cacert-20120125.tar.bz2 | Michael Tänzer | |
2012-01-10 | Merge branch 'release' into bug-985bug-985 | Michael Tänzer | |
Conflicts: www/wot.php Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-11-20 | Source code taken from cacert-20111116.tar.bz2 | Michael Tänzer | |
2011-10-16 | bug 985: move binding to a gettext domain into a separate method and | Michael Tänzer | |
update some more legacy language handling removed screenshot() as it's never used and language dependent still open: translation in PDFs Signed-off-by: Michael Tänzer <neo@nhng.de> |