aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/hba.c
Commit message (Expand)AuthorAge
* Fix RADIUS error reporting in hba file parsingPeter Eisentraut2021-05-31
* 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
* Simplify code related to compilation of SSL and OpenSSLMichael Paquier2021-02-10
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-01
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-04
* Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane2020-11-02
* Overhaul pg_hba.conf clientcert's APIBruce Momjian2020-10-05
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Refactor pg_get_line() to expose an alternative StringInfo-based API.Tom Lane2020-09-06
* Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.Tom Lane2020-09-03
* code: replace most remaining uses of 'master'.Andres Freund2020-07-08
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Update copyrights for 2020Bruce Momjian2020-01-01
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-24
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Avoid downcasing/truncation of RADIUS authentication parameters.Tom Lane2019-11-13
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Fix typos.Amit Kapila2019-05-26
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* GSSAPI encryption supportStephen Frost2019-04-03
* Add DNS SRV support for LDAP server discovery.Thomas Munro2019-03-21
* Add new clientcert hba option verify-fullMagnus Hagander2019-03-09
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix possible buffer overrun in hba.c.Thomas Munro2018-11-13
* Add missing serial commasPeter Eisentraut2018-06-07
* Fix up references to scram-sha-256Peter Eisentraut2018-01-30
* Allow ldaps when using ldap authenticationPeter Eisentraut2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix some null pointer dereferences in LDAP auth codePeter Eisentraut2017-11-10
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Allow custom search filters to be configured for LDAP authPeter Eisentraut2017-09-12
* Message style fixesPeter Eisentraut2017-09-11
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas2017-04-18
* Allow SCRAM authentication, when pg_hba.conf says 'md5'.Heikki Linnakangas2017-03-24
* Support multiple RADIUS serversMagnus Hagander2017-03-22
* Change logical replication pg_hba.conf usePeter Eisentraut2017-03-22
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Move atooid() definition to a central placePeter Eisentraut2017-03-01
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Simplify some long-obsolete code in hba.c's next_token().Tom Lane2017-01-30