aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/hba.c
Commit message (Expand)AuthorAge
* Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane2020-11-02
* Avoid downcasing/truncation of RADIUS authentication parameters.Tom Lane2019-11-13
* 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
* Invent pg_hba_file_rules view to show the content of pg_hba.conf.Tom Lane2017-01-30
* Restructure hba.c to replace 3 parallel lists with single list of structs.Tom Lane2017-01-27
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Allow SSL configuration to be updated at SIGHUP.Tom Lane2017-01-02
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-02
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Add authentication parameters compat_realm and upn_usename for SSPIMagnus Hagander2016-04-08
* Add BSD authentication method.Tom Lane2016-04-08
* Set PAM_RHOST item for PAM authenticationPeter Eisentraut2016-04-08
* Update copyright for 2016Bruce Momjian2016-01-02
* Set include_realm=1 default in parse_hba_lineStephen Frost2015-11-06
* Don't leave pg_hba and pg_ident data lying around in running backends.Tom Lane2015-07-01
* pgindent run for 9.5Bruce Momjian2015-05-23
* Change default for include_realm to 1Stephen Frost2015-05-08
* Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane2015-02-17
* Fix misuse of memcpy() in check_ip().Tom Lane2015-02-16
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Make Port->ssl_in_use available, even when built with !USE_SSLHeikki Linnakangas2014-11-25
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11
* pgindent run for 9.4Bruce Momjian2014-05-06
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-16
* Fix assorted issues in client host name lookup.Tom Lane2014-04-02
* Remove support for native krb5 authenticationMagnus Hagander2014-01-19
* Update copyright for 2014Bruce Momjian2014-01-07