summaryrefslogtreecommitdiff
path: root/src/backend/libpq/hba.c
AgeCommit message (Expand)Author
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-08Remove error message hints mentioning configure optionsPeter Eisentraut
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-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-02-15Remove IS_AF_UNIX macroPeter Eisentraut
2022-01-26Fix pg_hba_file_rules for authentication method certMagnus Hagander
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-18Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane
2021-05-31Fix RADIUS error reporting in hba file parsingPeter Eisentraut
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-02-10Simplify code related to compilation of SSL and OpenSSLMichael Paquier
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
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-11-03Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane
2020-10-05Overhaul pg_hba.conf clientcert's APIBruce Momjian
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-09-06Refactor pg_get_line() to expose an alternative StringInfo-based API.Tom Lane
2020-09-03Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.Tom Lane
2020-07-08code: replace most remaining uses of 'master'.Andres Freund
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-13Avoid downcasing/truncation of RADIUS authentication parameters.Tom Lane
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-05-26Fix typos.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-03GSSAPI encryption supportStephen Frost
2019-03-21Add DNS SRV support for LDAP server discovery.Thomas Munro
2019-03-09Add new clientcert hba option verify-fullMagnus Hagander
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-13Fix possible buffer overrun in hba.c.Thomas Munro
2018-06-08Add missing serial commasPeter Eisentraut
2018-01-30Fix up references to scram-sha-256Peter Eisentraut
2018-01-03Allow ldaps when using ldap authenticationPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-10Fix some null pointer dereferences in LDAP auth codePeter Eisentraut
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-12Allow custom search filters to be configured for LDAP authPeter Eisentraut
2017-09-11Message style fixesPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane