| Age | Commit message (Expand) | Author |
| 2009-10-03 | Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficiently | Tom Lane |
| 2009-10-01 | Support "samehost" and "samenet" specifications in pg_hba.conf, | Tom Lane |
| 2009-09-15 | Fix possible buffer overrun and/or unportable behavior in pg_md5_encrypt() | Tom Lane |
| 2009-09-01 | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera |
| 2009-08-29 | Remove the use of the pg_auth flat file for client authentication. | Tom Lane |
| 2009-06-25 | Disallow empty passwords in LDAP authentication, the same way | Magnus Hagander |
| 2009-06-24 | parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put the | Magnus Hagander |
| 2009-06-21 | Message fixes | Peter Eisentraut |
| 2009-06-11 | Remove our inadequate kluge that tried to get AIX's various broken versions | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-05-27 | Properly return the usermap result when doing gssapi authentication. Without | Magnus Hagander |
| 2009-05-16 | Improve comments in pg_ident.conf.sample. | Tom Lane |
| 2009-05-11 | Support SSL certificate chains in the server certificate file. | Magnus Hagander |
| 2009-04-23 | Suppress some 'variable may be used uninitialized' warnings from gcc 4.4. | Tom Lane |
| 2009-04-15 | Add missing gettext calls around some strings. Also remove quotes around the | Alvaro Herrera |
| 2009-04-01 | Remove last references to the crypt auth method, per Andreas Scherbaum. | Tom Lane |
| 2009-03-25 | Use double quotes instead of single quotes. | Peter Eisentraut |
| 2009-03-22 | Clean up pg_SSPI_error() coding a little bit: make the messages more | Tom Lane |
| 2009-03-07 | Make pg_hba parsing report all errors in the file before aborting the load, | Magnus Hagander |
| 2009-03-04 | Change hba load failure message to LOG instead of WARNING. | Magnus Hagander |
| 2009-03-04 | Log a warning instead of shutting down the system if we can't load | Magnus Hagander |
| 2009-03-02 | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane |
| 2009-01-28 | Go over all OpenSSL return values and make sure we compare them | Magnus Hagander |
| 2009-01-23 | Tweak the existing special case for AIX in pg_getaddrinfo_all() to handle | Tom Lane |
| 2009-01-09 | Make krb_realm and krb_server_hostname be pg_hba options only, and remove | Magnus Hagander |
| 2009-01-07 | Add hba parameter include_realm to krb5, gss and sspi authentication, used | Magnus Hagander |
| 2009-01-07 | Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only) | Magnus Hagander |
| 2009-01-02 | Fix cut/paste error that caused all errors from REQUIRE_AUTH_OPTION to say | Magnus Hagander |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-14 | Replace both send and receive BIO routines in the SSL code with our own, | Magnus Hagander |
| 2008-12-03 | Properly unregister OpenSSL callbacks when libpq is done with | Magnus Hagander |
| 2008-11-28 | Support regular expressions in pg_ident.conf. | Magnus Hagander |
| 2008-11-20 | Issue a proper error message when MD5 is attempted when | Bruce Momjian |
| 2008-11-20 | Add support for using SSL client certificates to authenticate to the | Magnus Hagander |
| 2008-11-20 | Control client certificate requesting with the pg_hba option "clientcert" | Magnus Hagander |
| 2008-11-18 | Ident authentication over Unix-domain sockets on Solaris, using | Peter Eisentraut |
| 2008-10-28 | Remove support for (insecure) crypt authentication. | Magnus Hagander |
| 2008-10-27 | Make hba parsing error messages more specific. | Magnus Hagander |
| 2008-10-24 | Replace now unnecessary goto statements by using return directly. | Magnus Hagander |
| 2008-10-24 | Remove a "TODO-list" structure at the top of the file, referring back | Magnus Hagander |
| 2008-10-24 | Remove large parts of the old SSL readme, that consisted of a couple | Magnus Hagander |
| 2008-10-23 | * make pg_hba authoption be a set of 0 or more name=value pairs | Magnus Hagander |
| 2008-09-15 | Fix error messages from recent pg_hba parsing patch to use errcontext() | Magnus Hagander |
| 2008-09-15 | Parse pg_hba.conf in postmaster, instead of once in each backend for | Magnus Hagander |
| 2008-08-01 | Rearrange the code in auth.c so that all functions for a single authentication | Magnus Hagander |
| 2008-08-01 | Move ident authentication code into auth.c along with the other authenciation | Magnus Hagander |
| 2008-07-24 | Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part. | Tom Lane |
| 2008-07-24 | Remove some redundant tests and improve comments in next_token(). | Tom Lane |
| 2008-03-31 | Use error message wordings for permissions checks on .pgpass and SSL private | Tom Lane |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |