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