| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Standardize get_whatever_oid functions for object types with | Robert Haas | 2010-08-05 | 1 | -3/+3 |
| * | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 1 | -11/+12 |
| * | Fix reference to nonexistent configure option | Peter Eisentraut | 2010-06-03 | 1 | -2/+2 |
| * | The message style police pay a visit to hba.c. | Tom Lane | 2010-05-26 | 1 | -13/+18 |
| * | Fix pg_hba.conf matching so that replication connections only match records | Tom Lane | 2010-04-21 | 1 | -6/+11 |
| * | Add new message for explicit rejection by pg_hba.conf. Implicit | Simon Riggs | 2010-04-19 | 1 | -3/+3 |
| * | Fix thinko in log message for "sameuser" ident map mismatch: the provided | Tom Lane | 2010-03-24 | 1 | -7/+7 |
| * | Message tuning | Peter Eisentraut | 2010-03-21 | 1 | -4/+4 |
| * | Disallow gssapi authentication on local connections, since it | Magnus Hagander | 2010-03-08 | 1 | -1/+17 |
| * | When reading pg_hba.conf and similar files, do not treat @file as an inclusion | Tom Lane | 2010-03-06 | 1 | -4/+14 |
| * | Fix a couple of places that would loop forever if attempts to read a stdio file | Tom Lane | 2010-03-03 | 1 | -2/+2 |
| * | It's clearly now pointless to do backwards compatible parsing of this, | Magnus Hagander | 2010-03-01 | 1 | -3/+1 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -23/+23 |
| * | Make RADIUS authentication use pg_getaddrinfo_all() to get address of | Magnus Hagander | 2010-02-02 | 1 | -4/+13 |
| * | Add support for RADIUS authentication. | Magnus Hagander | 2010-01-27 | 1 | -1/+48 |
| * | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 | 1 | -2/+7 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Allow LDAP authentication to operate in search+bind mode, meaning it | Magnus Hagander | 2009-12-12 | 1 | -1/+52 |
| * | Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficiently | Tom Lane | 2009-10-03 | 1 | -12/+14 |
| * | Support "samehost" and "samenet" specifications in pg_hba.conf, | Tom Lane | 2009-10-01 | 1 | -97/+209 |
| * | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 | 1 | -46/+1 |
| * | Remove the use of the pg_auth flat file for client authentication. | Tom Lane | 2009-08-29 | 1 | -131/+32 |
| * | parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put the | Magnus Hagander | 2009-06-24 | 1 | -4/+9 |
| * | Message fixes | Peter Eisentraut | 2009-06-21 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -97/+111 |
| * | Add missing gettext calls around some strings. Also remove quotes around the | Alvaro Herrera | 2009-04-15 | 1 | -6/+7 |
| * | Use double quotes instead of single quotes. | Peter Eisentraut | 2009-03-25 | 1 | -10/+10 |
| * | Make pg_hba parsing report all errors in the file before aborting the load, | Magnus Hagander | 2009-03-07 | 1 | -5/+18 |
| * | Change hba load failure message to LOG instead of WARNING. | Magnus Hagander | 2009-03-04 | 1 | -2/+2 |
| * | Log a warning instead of shutting down the system if we can't load | Magnus Hagander | 2009-03-04 | 1 | -3/+10 |
| * | Add hba parameter include_realm to krb5, gss and sspi authentication, used | Magnus Hagander | 2009-01-07 | 1 | -1/+12 |
| * | Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only) | Magnus Hagander | 2009-01-07 | 1 | -1/+18 |
| * | Fix cut/paste error that caused all errors from REQUIRE_AUTH_OPTION to say | Magnus Hagander | 2009-01-02 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Support regular expressions in pg_ident.conf. | Magnus Hagander | 2008-11-28 | 1 | -10/+119 |
| * | Issue a proper error message when MD5 is attempted when | Bruce Momjian | 2008-11-20 | 1 | -1/+10 |
| * | Add support for using SSL client certificates to authenticate to the | Magnus Hagander | 2008-11-20 | 1 | -3/+40 |
| * | Control client certificate requesting with the pg_hba option "clientcert" | Magnus Hagander | 2008-11-20 | 1 | -1/+33 |
| * | Remove support for (insecure) crypt authentication. | Magnus Hagander | 2008-10-28 | 1 | -3/+1 |
| * | Make hba parsing error messages more specific. | Magnus Hagander | 2008-10-27 | 1 | -27/+66 |
| * | Replace now unnecessary goto statements by using return directly. | Magnus Hagander | 2008-10-24 | 1 | -14/+12 |
| * | * make pg_hba authoption be a set of 0 or more name=value pairs | Magnus Hagander | 2008-10-23 | 1 | -39/+174 |
| * | Fix error messages from recent pg_hba parsing patch to use errcontext() | Magnus Hagander | 2008-09-15 | 1 | -16/+18 |
| * | Parse pg_hba.conf in postmaster, instead of once in each backend for | Magnus Hagander | 2008-09-15 | 1 | -223/+319 |
| * | Move ident authentication code into auth.c along with the other authenciation | Magnus Hagander | 2008-08-01 | 1 | -458/+4 |
| * | Remove some redundant tests and improve comments in next_token(). | Tom Lane | 2008-07-24 | 1 | -6/+8 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -2/+2 |
| * | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander | 2007-07-23 | 1 | -1/+3 |