aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/pg_hba.conf.sample
Commit message (Expand)AuthorAge
* Add description for new patterns supported in HBA and ident sample filesMichael Paquier2023-02-16
* Add support for file inclusions in HBA and ident configuration filesMichael Paquier2022-11-24
* pg_hba.conf.sample: Reword connection type sectionPeter Eisentraut2021-04-29
* gss: add missing references to hostgssenc and hostnogssencBruce Momjian2020-05-25
* Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas2017-04-18
* Enable replication connections by default in pg_hba.confPeter Eisentraut2017-03-09
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Consistently mention 'SELECT pg_reload_conf()' in config filesBruce Momjian2016-10-25
* Remove support for native krb5 authenticationMagnus Hagander2014-01-19
* initdb: Add options --auth-local and --auth-hostPeter Eisentraut2012-02-01
* Don't include local line on platforms without supportMagnus Hagander2011-05-30
* Add a "local" replication sample entryPeter Eisentraut2011-05-24
* Add example for replication in pg_hba.confMagnus Hagander2011-05-19
* Rename ident authentication over local connections to peerMagnus Hagander2011-03-19
* Support suffix matching of host names in pg_hba.confPeter Eisentraut2010-10-24
* Support host names in pg_hba.confPeter Eisentraut2010-10-15
* Add support for RADIUS authentication.Magnus Hagander2010-01-27
* Reformat the comments in pg_hba.conf and pg_ident.confPeter Eisentraut2010-01-26
* Make the default pg_hba.conf and pg_ident.conf align at 8-character boundariesPeter Eisentraut2010-01-26
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-01
* Remove last references to the crypt auth method, per Andreas Scherbaum.Tom Lane2009-04-01
* Add support for using SSL client certificates to authenticate to theMagnus Hagander2008-11-20
* * make pg_hba authoption be a set of 0 or more name=value pairsMagnus Hagander2008-10-23
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23
* Add support for GSSAPI authentication.Magnus Hagander2007-07-10
* Update pg_hba.conf comment about documentation section.Bruce Momjian2006-10-11
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-06
* Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser.Neil Conway2005-10-11
* Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane2005-08-15
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-27
* Improve comments in sample config files.Tom Lane2005-01-07
* Now that we advertize only CIDR address in pg_hba.conf, removeBruce Momjian2004-11-06
* Adjustment to test on unix domain socket variable for pg_hba.confBruce Momjian2004-10-06
* Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domainBruce Momjian2004-10-06
* Update documentation to prefer CIDR format for pg_hba.conf and use newBruce Momjian2004-08-26
* Update Win32 wording.Bruce Momjian2004-08-26
* Remove Solaris bug mention in pg_hba.conf.Bruce Momjian2004-08-21
* >>At this stage of the game I would just change pg_hba.conf.sample to useBruce Momjian2004-08-20
* >I got a new idea on this. I think we should add an initdb option thatBruce Momjian2004-08-01
* Patch that makes quoting "sameuser", "samegroup", and "all" removeBruce Momjian2003-12-25
* When I sent in the sslmode patch I forgot to update theBruce Momjian2003-09-13
* Make the default pg_hba.conf include an entry for ::1 only if configureTom Lane2003-09-07
* Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane2003-09-05
* Comment out entries for IPv6 localhost connections, since they failTom Lane2003-08-01
* Here's a small patch to pg_hba.conf.sample that explains the use of CIDRBruce Momjian2003-06-25
* IPv6 cleanups.Bruce Momjian2003-06-12
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-06
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-06
* Updated IPv6 patch to fix netmask.Bruce Momjian2002-12-06