aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/hba.c
Commit message (Expand)AuthorAge
* Report pg_hba line number and contents when users fail to log inMagnus Hagander2013-03-10
* Update copyrights for 2013Bruce Momjian2013-01-01
* Attempt to un-break Windows builds with USE_LDAP.Tom Lane2012-12-04
* Fix build of LDAP URL featurePeter Eisentraut2012-12-04
* Add support for LDAP URLsPeter Eisentraut2012-12-03
* Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.Heikki Linnakangas2012-09-21
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Add some enumeration commas, for consistencyPeter Eisentraut2012-02-24
* Add parameters for controlling locations of server-side SSL filesPeter Eisentraut2012-02-22
* Revert unfortunate whitespace changePeter Eisentraut2012-01-27
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Do not treat a superuser as a member of every role for HBA purposes.Andrew Dunstan2011-11-03
* Reject empty pg_hba.conf files.Tom Lane2011-10-18
* Use clearer notation for getnameinfo() return handlingPeter Eisentraut2011-08-09
* Modernise pg_hba.conf token processingAlvaro Herrera2011-06-28
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Refuse "local" lines in pg_hba.conf on platforms that don't support itMagnus Hagander2011-05-30
* Rephrase some not-supported error messages in pg_hba.conf processing.Tom Lane2011-04-26
* Complain if pg_hba.conf contains "hostssl" but SSL is disabled.Tom Lane2011-04-26
* Teach regular expression operators to honor collations.Tom Lane2011-04-10
* Don't make "replication" magical as a user name, only as a database name, in ...Andrew Dunstan2011-04-10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Rename ident authentication over local connections to peerMagnus Hagander2011-03-19
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support suffix matching of host names in pg_hba.confPeter Eisentraut2010-10-24
* Support key word 'all' in host column of pg_hba.confPeter Eisentraut2010-10-18
* Fix recent changes to not break non-IPV6-aware systems.Tom Lane2010-10-16
* Support host names in pg_hba.confPeter Eisentraut2010-10-15
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Fix reference to nonexistent configure optionPeter Eisentraut2010-06-03
* The message style police pay a visit to hba.c.Tom Lane2010-05-26
* Fix pg_hba.conf matching so that replication connections only match recordsTom Lane2010-04-21
* Add new message for explicit rejection by pg_hba.conf. ImplicitSimon Riggs2010-04-19
* Fix thinko in log message for "sameuser" ident map mismatch: the providedTom Lane2010-03-24
* Message tuningPeter Eisentraut2010-03-21
* Disallow gssapi authentication on local connections, since itMagnus Hagander2010-03-08
* When reading pg_hba.conf and similar files, do not treat @file as an inclusionTom Lane2010-03-06
* Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane2010-03-03
* It's clearly now pointless to do backwards compatible parsing of this,Magnus Hagander2010-03-01
* pgindent run for 9.0Bruce Momjian2010-02-26
* Make RADIUS authentication use pg_getaddrinfo_all() to get address ofMagnus Hagander2010-02-02
* Add support for RADIUS authentication.Magnus Hagander2010-01-27
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander2009-12-12
* Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficientlyTom Lane2009-10-03
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-01
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-01