summaryrefslogtreecommitdiff
path: root/src/backend/libpq/auth.c
AgeCommit message (Expand)Author
2024-09-02More use of getpwuid_r() directlyPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2024-01-03Avoid masking EOF (no-password-supplied) conditions in auth.c.Tom Lane
2023-08-26Generate new LOG for "trust" connections under log_connectionsMichael Paquier
2023-08-22Introduce macros for protocol characters.Nathan Bossart
2023-07-17Remove db_user_namespace.Nathan Bossart
2023-07-10Message wording improvementsPeter Eisentraut
2023-07-09Remove unnecessary unbind in LDAP search+bind modePeter Eisentraut
2023-05-20rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
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-07Add 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-26Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-08-26More -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-14Remove replacement code for getaddrinfo.Thomas Munro
2022-08-14Remove 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-07Update 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-03Remove arbitrary restrictions on password length.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera