summaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAgeFilesLines
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-133-0/+6
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-083-6/+0
* Add support for Kerberos credential delegationStephen Frost2023-04-073-0/+6
* Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson2023-03-291-0/+6
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-271-0/+3
* libpq: Remove code for SCM credential authenticationMichael Paquier2023-03-171-1/+1
* Add a hook for modifying the ldapbind passwordAndrew Dunstan2023-03-151-0/+6
* libpq: Add support for require_auth to control authorized auth methodsMichael Paquier2023-03-141-0/+1
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-151-1/+1
* Change argument type of pq_sendbytes from char * to void *Peter Eisentraut2023-02-141-1/+1
* Retire PG_SETMASK() macro.Thomas Munro2023-02-031-2/+0
* Add helper library for use of libpq inside the server environmentAndres Freund2023-01-231-0/+242
* Store IdentLine->pg_user as an AuthTokenMichael Paquier2023-01-161-1/+1
* Rename some variables related to ident files in hba.{c,h}Michael Paquier2023-01-121-3/+3
* Fix incorrect comment in hba.hMichael Paquier2023-01-121-1/+1
* Use WaitEventSet API for postmaster's event loop.Thomas Munro2023-01-121-3/+0
* Update copyright for 2023Bruce Momjian2023-01-0214-14/+14
* Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier2022-12-201-1/+5
* Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier2022-11-241-2/+3
* Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier2022-11-141-1/+3
* Provide sigaction() for Windows.Thomas Munro2022-11-091-0/+14
* Refactor code handling the names of files loaded in hba.cMichael Paquier2022-10-261-0/+2
* Refactor regular expression handling in hba.cMichael Paquier2022-10-191-13/+15
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* Make check_usermap() parameter names consistent.Peter Geoghegan2022-09-171-1/+1
* Allow parallel workers to retrieve some data from PortMichael Paquier2022-08-241-13/+32
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-221-13/+0
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-181-2/+0
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-141-8/+0
* Remove configure probe for struct sockaddr_storage.Thomas Munro2022-08-141-23/+0
* Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro2022-08-141-3/+1
* Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro2022-07-161-4/+7
* Add some missing PGDLLIMPORT markingsMichael Paquier2022-05-121-3/+3
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-085-20/+20
* Remove exclusive backup modeStephen Frost2022-04-061-2/+1
* Add system view pg_ident_file_mappingsMichael Paquier2022-03-291-0/+1
* Refactor code related to pg_hba_file_rules() into new fileMichael Paquier2022-03-241-0/+31
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-151-1/+1
* Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro2022-02-141-0/+1
* Improve error handling of cryptohash computationsMichael Paquier2022-01-112-5/+6
* Update copyright for 2022Bruce Momjian2022-01-0714-14/+14
* Harden be-gssapi-common.h for headerscheckAlvaro Herrera2021-11-261-0/+4
* Remove check for accept() argument typesPeter Eisentraut2021-11-091-1/+1
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-081-0/+1
* Refactor SASL code with a generic interface for its mechanismsMichael Paquier2021-07-073-10/+141
* Add heuristic incoming-message-size limits in the server.Tom Lane2021-04-281-0/+9
* Refactor hba_authnameMagnus Hagander2021-04-071-1/+1
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-072-0/+14
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-031-0/+1
* Allow matching the DN of a client certificate for authenticationAndrew Dunstan2021-03-292-0/+8