aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/auth.c
Commit message (Expand)AuthorAge
* Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas11 days
* Modularize log_connections outputMelanie Plageman2025-03-12
* Remove various unnecessary (char *) castsPeter Eisentraut2025-02-20
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* Move PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.hDaniel Gustafsson2025-01-31
* Update copyright for 2025Bruce Momjian2025-01-01
* More use of getpwuid_r() directlyPeter Eisentraut2024-09-02
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Avoid masking EOF (no-password-supplied) conditions in auth.c.Tom Lane2024-01-03
* Generate new LOG for "trust" connections under log_connectionsMichael Paquier2023-08-26
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* Remove db_user_namespace.Nathan Bossart2023-07-17
* Message wording improvementsPeter Eisentraut2023-07-10
* Remove unnecessary unbind in LDAP search+bind modePeter Eisentraut2023-07-09
* rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian2023-05-20
* Explicitly require MIT Kerberos for GSSAPIStephen Frost2023-04-13
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* Add a hook for modifying the ldapbind passwordAndrew Dunstan2023-03-15
* Update copyright for 2023Bruce Momjian2023-01-02
* Refactor code handling the names of files loaded in hba.cMichael Paquier2022-10-26
* Replace loading of ldap_start_tls_sA() by direct function callMichael Paquier2022-09-12
* Free correctly LDAPMessage returned by ldap_search_s() in auth.cMichael Paquier2022-09-10
* Replace load of functions by direct calls for some WIN32Michael Paquier2022-09-09
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-26
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-26
* Allow parallel workers to retrieve some data from PortMichael Paquier2022-08-24
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-14
* Remove configure probe for sys/select.h.Thomas Munro2022-08-14
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-03
* Clean up messy API for src/port/thread.c.Tom Lane2022-01-11
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove check for accept() argument typesPeter Eisentraut2021-11-09
* Message style improvementsPeter Eisentraut2021-09-16
* Fix incorrect format placeholdersPeter Eisentraut2021-09-08
* Refactor SASL code with a generic interface for its mechanismsMichael Paquier2021-07-07
* Don't assume GSSAPI result strings are null-terminated.Tom Lane2021-06-23
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Add heuristic incoming-message-size limits in the server.Tom Lane2021-04-28
* Refactor hba_authnameMagnus Hagander2021-04-07
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-07
* Allow matching the DN of a client certificate for authenticationAndrew Dunstan2021-03-29
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Change the error message for logical replication authentication failure.Amit Kapila2021-02-23
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix up usage of krb_server_keyfile GUC parameter.Tom Lane2020-12-30