aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/auth.c
Commit message (Expand)AuthorAge
* Avoid logging complaints about abandoned connections when using PAM.Tom Lane2019-11-05
* Don't set PAM_RHOST for Unix sockets.Thomas Munro2018-11-28
* Fix const correctness warning.Thomas Munro2018-11-13
* Fix handling of HBA ldapserver with multiple hostnames.Thomas Munro2018-11-13
* Suppress uninitialized-variable warning in new SCRAM code.Tom Lane2018-08-24
* Fix set of NLS translation issuesMichael Paquier2018-08-21
* Remove support for tls-unique channel binding.Heikki Linnakangas2018-08-05
* Fix unsafe usage of strerror(errno) within ereport().Tom Lane2018-05-21
* Fix up references to scram-sha-256Peter Eisentraut2018-01-30
* Refactor channel binding code to fetch cbind_data only when necessaryPeter Eisentraut2018-01-04
* Define LDAPS_PORT if it's missing and disable implicit LDAPS on WindowsPeter Eisentraut2018-01-04
* Allow ldaps when using ldap authenticationPeter Eisentraut2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Move SCRAM-related name definitions to scram-common.hPeter Eisentraut2017-12-18
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Support channel binding 'tls-unique' in SCRAMPeter Eisentraut2017-11-18
* Fix some null pointer dereferences in LDAP auth codePeter Eisentraut2017-11-10
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Fix typoMagnus Hagander2017-10-19
* Attempt to fix LDAP buildPeter Eisentraut2017-10-12
* Log diagnostic messages if errors occur during LDAP auth.Peter Eisentraut2017-10-12
* Improve LDAP cleanup code in error paths.Peter Eisentraut2017-10-12
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-11
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-01
* Define LDAP_NO_ATTRS if necessary.Peter Eisentraut2017-09-13
* Allow custom search filters to be configured for LDAP authPeter Eisentraut2017-09-12
* Don't allow logging in with empty password.Heikki Linnakangas2017-08-07
* 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
* Improve authentication error messages.Heikki Linnakangas2017-06-08
* 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
* 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
* 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
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Allow SSL configuration to be updated at SIGHUP.Tom Lane2017-01-02
* Fix minor error message style violation.Tom Lane2016-12-20
* Refactor the code for verifying user's password.Heikki Linnakangas2016-12-12
* Further cleanup from the strong-random patch.Heikki Linnakangas2016-12-12
* Fix two thinkos related to strong random keys.Heikki Linnakangas2016-12-12