Age | Commit message (Expand) | Author |
---|---|---|
2017-08-04 | Message style improvements | Peter Eisentraut |
2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
2017-05-23 | Verify that the server constructed the SCRAM nonce correctly. | Heikki Linnakangas |
2017-05-17 | Post-PG 10 beta1 pgindent run | Bruce Momjian |
2017-05-07 | Fix memory leaks if random salt generation fails. | Heikki Linnakangas |
2017-05-05 | Misc cleanup of SCRAM code. | Heikki Linnakangas |
2017-05-03 | Add PQencryptPasswordConn function to libpq, use it in psql and createuser. | Heikki Linnakangas |
2017-04-28 | Misc SCRAM code cleanups. | Heikki Linnakangas |
2017-04-07 | Use SASLprep to normalize passwords for SCRAM authentication. | Heikki Linnakangas |
2017-04-06 | Remove bogus SCRAM_ITERATION_LEN constant. | Heikki Linnakangas |
2017-03-07 | Fix comments in SCRAM-SHA-256 patch. | Heikki Linnakangas |
2017-03-07 | Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). | Heikki Linnakangas |