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