10 most recent check-ins occurring on or after 2016-09-21 04:34:49.
More ↑
|
2017-02-28
| ||
| 23:07 | Added script override check-in: d55d5a7926 user: mrwellan tags: trunk | |
|
2016-11-08
| ||
| 06:44 | Added missing use dbi in misc-stml.scm check-in: 17ef0caa4a user: matt tags: trunk | |
| 06:20 | Merged crypt branch check-in: 0e2bee049a user: matt tags: trunk | |
| 06:18 | Added escape of \n \r as option to session:apply-type-preference Leaf check-in: 7592869969 user: matt tags: crypt | |
|
2016-10-20
| ||
| 17:53 |
Replace external openssl call with "crypt" egg.
The OpenSSL call was using the old UNIX crypt DES password hashing, which is very weak. Crypt will default to a more sensible mechanism (Blowfish, but in the future could transparently switch). Old passwords will continue to work, because the crypt egg detects DES salts and happily hashes them. When creating new passwords, they will be hashed using the modern algorithm. The OpenSSL call passed the password to the shell, so an onlooker on the server could see it in plaintext. It also neglected to escape the password for the shell, resulting in a command injection vulnerability. check-in: 1b5a5d3a6e user: sjamaan tags: crypt | |
| 17:50 | Create new branch named "crypt" Closed-Leaf check-in: 1241e8996c user: sjamaan tags: crypt | |
|
2016-09-25
| ||
| 17:10 | Added conversion to s:session-var-get. WARNING: Need to use 'raw in many cases check-in: 445ea184ae user: matt tags: trunk | |
|
2016-09-24
| ||
| 07:07 | Added recovery from bad form. but it is broken and I don't know why. Still seems rare ... check-in: 44c407806c user: matt tags: trunk | |
|
2016-09-22
| ||
| 06:28 | Added safe handling for params check-in: 4bccacb50f user: matt tags: trunk | |
|
2016-09-21
| ||
| 04:34 | Oops. Use the string result. check-in: 8c0e13bea5 user: matt tags: trunk | |