Commits

Showing commits that first shipped in 11 (backpatches included). Clear

DateSubjectAuthorReleases
2021-06-23 Don't assume GSSAPI result strings are null-terminated. Tom Lane 11.13
2019-11-05 Avoid logging complaints about abandoned connections when using PAM. Tom Lane 11.6
2018-11-28 Don't set PAM_RHOST for Unix sockets. Thomas Munro 11.2
2018-11-13 Fix const correctness warning. Thomas Munro 11.2
2018-11-13 Fix handling of HBA ldapserver with multiple hostnames. Thomas Munro 11.2
2018-08-24 Suppress uninitialized-variable warning in new SCRAM code. Tom Lane 11.0
2018-08-21 Fix set of NLS translation issues Michael Paquier 11.0
2018-08-05 Remove support for tls-unique channel binding. Heikki Linnakangas 11.0
2018-05-21 Fix unsafe usage of strerror(errno) within ereport(). Tom Lane 11.0
2018-01-30 Fix up references to scram-sha-256 Peter Eisentraut 11.0
2018-01-04 Refactor channel binding code to fetch cbind_data only when necessary Peter Eisentraut 11.0
2018-01-04 Define LDAPS_PORT if it's missing and disable implicit LDAPS on Windows Peter Eisentraut 11.0
2018-01-03 Allow ldaps when using ldap authentication Peter Eisentraut 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-12-18 Move SCRAM-related name definitions to scram-common.h Peter Eisentraut 11.0
2017-11-29 Update typedefs.list and re-run pgindent Robert Haas 11.0
2017-11-18 Support channel binding 'tls-unique' in SCRAM Peter Eisentraut 11.0
2017-11-10 Fix some null pointer dereferences in LDAP auth code Peter Eisentraut 11.0
2017-11-10 Add some const decorations to prototypes Peter Eisentraut 11.0
2017-10-19 Fix typo Magnus Hagander 11.0
2017-10-13 Attempt to fix LDAP build Peter Eisentraut 11.0
2017-10-13 Log diagnostic messages if errors occur during LDAP auth. Peter Eisentraut 11.0
2017-10-13 Improve LDAP cleanup code in error paths. Peter Eisentraut 11.0
2017-10-12 Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. Andres Freund 11.0
2017-10-01 Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. Andres Freund 11.0