Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-03-12Modularize log_connections outputMelanie Plageman
2025-02-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2025-01-31Move PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.hDaniel Gustafsson
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-02More use of getpwuid_r() directlyPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update 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-23Introduce 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-21rename "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-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