summaryrefslogtreecommitdiff
path: root/src/backend/libpq/hba.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-051-3/+3
* pgindent run for 9.0, second runBruce Momjian2010-07-061-11/+12
* Fix reference to nonexistent configure optionPeter Eisentraut2010-06-031-2/+2
* The message style police pay a visit to hba.c.Tom Lane2010-05-261-13/+18
* Fix pg_hba.conf matching so that replication connections only match recordsTom Lane2010-04-211-6/+11
* Add new message for explicit rejection by pg_hba.conf. ImplicitSimon Riggs2010-04-191-3/+3
* Fix thinko in log message for "sameuser" ident map mismatch: the providedTom Lane2010-03-241-7/+7
* Message tuningPeter Eisentraut2010-03-211-4/+4
* Disallow gssapi authentication on local connections, since itMagnus Hagander2010-03-081-1/+17
* When reading pg_hba.conf and similar files, do not treat @file as an inclusionTom Lane2010-03-061-4/+14
* Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane2010-03-031-2/+2
* It's clearly now pointless to do backwards compatible parsing of this,Magnus Hagander2010-03-011-3/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-23/+23
* Make RADIUS authentication use pg_getaddrinfo_all() to get address ofMagnus Hagander2010-02-021-4/+13
* Add support for RADIUS authentication.Magnus Hagander2010-01-271-1/+48
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-2/+7
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander2009-12-121-1/+52
* Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficientlyTom Lane2009-10-031-12/+14
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-011-97/+209
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-011-46/+1
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-291-131/+32
* parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put theMagnus Hagander2009-06-241-4/+9
* Message fixesPeter Eisentraut2009-06-211-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-97/+111
* Add missing gettext calls around some strings. Also remove quotes around theAlvaro Herrera2009-04-151-6/+7
* Use double quotes instead of single quotes.Peter Eisentraut2009-03-251-10/+10
* Make pg_hba parsing report all errors in the file before aborting the load,Magnus Hagander2009-03-071-5/+18
* Change hba load failure message to LOG instead of WARNING.Magnus Hagander2009-03-041-2/+2
* Log a warning instead of shutting down the system if we can't loadMagnus Hagander2009-03-041-3/+10
* Add hba parameter include_realm to krb5, gss and sspi authentication, usedMagnus Hagander2009-01-071-1/+12
* Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only)Magnus Hagander2009-01-071-1/+18
* Fix cut/paste error that caused all errors from REQUIRE_AUTH_OPTION to sayMagnus Hagander2009-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Support regular expressions in pg_ident.conf.Magnus Hagander2008-11-281-10/+119
* Issue a proper error message when MD5 is attempted whenBruce Momjian2008-11-201-1/+10
* Add support for using SSL client certificates to authenticate to theMagnus Hagander2008-11-201-3/+40
* Control client certificate requesting with the pg_hba option "clientcert"Magnus Hagander2008-11-201-1/+33
* Remove support for (insecure) crypt authentication.Magnus Hagander2008-10-281-3/+1
* Make hba parsing error messages more specific.Magnus Hagander2008-10-271-27/+66
* Replace now unnecessary goto statements by using return directly.Magnus Hagander2008-10-241-14/+12
* * make pg_hba authoption be a set of 0 or more name=value pairsMagnus Hagander2008-10-231-39/+174
* Fix error messages from recent pg_hba parsing patch to use errcontext()Magnus Hagander2008-09-151-16/+18
* Parse pg_hba.conf in postmaster, instead of once in each backend forMagnus Hagander2008-09-151-223/+319
* Move ident authentication code into auth.c along with the other authenciationMagnus Hagander2008-08-011-458/+4
* Remove some redundant tests and improve comments in next_token().Tom Lane2008-07-241-6/+8
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+2
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-231-1/+3