aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAge
* Fix saving and restoring umaskPeter Eisentraut2017-09-23
* Message style fixesPeter Eisentraut2017-09-11
* Clean up shm_mq cleanup.Tom Lane2017-08-31
* Tweak some SCRAM error messages and code commentsPeter Eisentraut2017-08-23
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Require update permission for the large object written by lo_put().Tom Lane2017-08-07
* Don't allow logging in with empty password.Heikki Linnakangas2017-08-07
* Disallow SSL session tickets.Tom Lane2017-08-04
* Remove duplicate setting of SSL_OP_SINGLE_DH_USE option.Tom Lane2017-08-02
* Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.Heikki Linnakangas2017-07-31
* Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas2017-07-03
* Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane2017-06-28
* Support tcp_keepalives_idle option on Solaris.Tom Lane2017-06-27
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Re-run pgindent.Tom Lane2017-06-13
* Improve authentication error messages.Heikki Linnakangas2017-06-08
* Clean up latch related code.Andres Freund2017-06-06
* Abort authentication if the client selected an invalid SASL mechanism.Heikki Linnakangas2017-05-25
* Fix compilation with --with-bsd-auth.Heikki Linnakangas2017-05-19
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas2017-05-08
* Fix memory leaks if random salt generation fails.Heikki Linnakangas2017-05-07
* Misc cleanup of SCRAM code.Heikki Linnakangas2017-05-05
* Don't use SCRAM-specific "e=invalid-proof" on invalid password.Heikki Linnakangas2017-05-05
* Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas2017-05-03
* Misc SCRAM code cleanups.Heikki Linnakangas2017-04-28
* Change the on-disk format of SCRAM verifiers to conform to RFC 5803.Heikki Linnakangas2017-04-21
* Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas2017-04-18
* Improve the SASL authentication protocol.Heikki Linnakangas2017-04-13
* Minor cleanup of backend SCRAM code.Heikki Linnakangas2017-04-13
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas2017-04-07
* Remove bogus SCRAM_ITERATION_LEN constant.Heikki Linnakangas2017-04-06
* Fix unportable disregard of alignment requirements in RADIUS code.Tom Lane2017-03-26
* Fix some minor resource leaks in PerformRadiusTransaction().Tom Lane2017-03-26
* Allow SCRAM authentication, when pg_hba.conf says 'md5'.Heikki Linnakangas2017-03-24
* Support multiple RADIUS serversMagnus Hagander2017-03-22
* Change logical replication pg_hba.conf usePeter Eisentraut2017-03-22
* Allow plaintext 'password' authentication when user has a SCRAM verifier.Heikki Linnakangas2017-03-17
* Include port number when logging successful binding to a TCP port.Tom Lane2017-03-14
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Add "break"s to make it clearer what will happen in a nested switch.Tom Lane2017-03-12
* Improve postmaster's logging of listen socket creation.Tom Lane2017-03-10
* Enable replication connections by default in pg_hba.confPeter Eisentraut2017-03-09
* Fix comments in SCRAM-SHA-256 patch.Heikki Linnakangas2017-03-07
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Move atooid() definition to a central placePeter Eisentraut2017-03-01
* Remove some configure header-file checks that we weren't really using.Tom Lane2017-02-25