summaryrefslogtreecommitdiff
path: root/src/include/libpq
AgeCommit message (Expand)Author
2023-06-12Remove a few unused global variables and declarations.Heikki Linnakangas
2023-05-21rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
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-29Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-17libpq: Remove code for SCM credential authenticationMichael Paquier
2023-03-15Add a hook for modifying the ldapbind passwordAndrew Dunstan
2023-03-14libpq: Add support for require_auth to control authorized auth methodsMichael Paquier
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-02-14Change argument type of pq_sendbytes from char * to void *Peter Eisentraut
2023-02-02Retire PG_SETMASK() macro.Thomas Munro
2023-01-24Add helper library for use of libpq inside the server environmentAndres Freund
2023-01-16Store IdentLine->pg_user as an AuthTokenMichael Paquier
2023-01-12Rename some variables related to ident files in hba.{c,h}Michael Paquier
2023-01-12Fix incorrect comment in hba.hMichael Paquier
2023-01-12Use WaitEventSet API for postmaster's event loop.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-19Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier
2022-11-23Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier
2022-11-14Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier
2022-11-09Provide sigaction() for Windows.Thomas Munro
2022-10-26Refactor code handling the names of files loaded in hba.cMichael Paquier
2022-10-19Refactor regular expression handling in hba.cMichael Paquier
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-17Make check_usermap() parameter names consistent.Peter Geoghegan
2022-08-24Allow parallel workers to retrieve some data from PortMichael Paquier
2022-08-22Remove configure probes for sockaddr_storage members.Thomas Munro
2022-08-18Remove configure probe for netinet/tcp.h.Thomas Munro
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-13Remove configure probe for struct sockaddr_storage.Thomas Munro
2022-08-13Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro
2022-07-16Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro
2022-05-12Add some missing PGDLLIMPORT markingsMichael Paquier
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-06Remove exclusive backup modeStephen Frost
2022-03-29Add system view pg_ident_file_mappingsMichael Paquier
2022-03-24Refactor code related to pg_hba_file_rules() into new fileMichael Paquier
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-02-14Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-26Harden be-gssapi-common.h for headerscheckAlvaro Herrera
2021-11-09Remove check for accept() argument typesPeter Eisentraut
2021-11-08Reject extraneous data after SSL or GSS encryption handshake.Tom Lane
2021-07-07Refactor SASL code with a generic interface for its mechanismsMichael Paquier
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