summaryrefslogtreecommitdiff
path: root/src/backend/libpq/auth.c
AgeCommit message (Expand)Author
2023-04-13Explicitly require MIT Kerberos for GSSAPIStephen Frost
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-03-15Add a hook for modifying the ldapbind passwordAndrew Dunstan
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-26Refactor code handling the names of files loaded in hba.cMichael Paquier
2022-09-12Replace loading of ldap_start_tls_sA() by direct function callMichael Paquier
2022-09-10Free correctly LDAPMessage returned by ldap_search_s() in auth.cMichael Paquier
2022-09-09Replace load of functions by direct calls for some WIN32Michael Paquier
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-08-25More -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-24Allow parallel workers to retrieve some data from PortMichael Paquier
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-01-11Clean up messy API for src/port/thread.c.Tom Lane
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-09Remove check for accept() argument typesPeter Eisentraut
2021-09-16Message style improvementsPeter Eisentraut
2021-09-08Fix incorrect format placeholdersPeter Eisentraut
2021-07-07Refactor SASL code with a generic interface for its mechanismsMichael Paquier
2021-06-23Don't assume GSSAPI result strings are null-terminated.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-28Add heuristic incoming-message-size limits in the server.Tom Lane
2021-04-07Refactor hba_authnameMagnus Hagander
2021-04-07Add some information about authenticated identity via log_connectionsMichael Paquier
2021-03-29Allow matching the DN of a client certificate for authenticationAndrew Dunstan
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-02-23Change the error message for logical replication authentication failure.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Fix up usage of krb_server_keyfile GUC parameter.Tom Lane
2020-12-28Improve log messages related to pg_hba.conf not matching a connection.Tom Lane
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-12-04Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut
2020-10-21Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut
2020-09-04Remove arbitrary restrictions on password length.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-04-13Improve error messages after LoadLibrary()Peter Eisentraut
2020-02-19Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-27Fix some memory leaks and improve restricted token handling on WindowsMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-16Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-05Tweak some authentication debug messages to follow project style.Tom Lane
2019-11-05Avoid logging complaints about abandoned connections when using PAM.Tom Lane