| Age | Commit message (Expand) | Author |
| 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 |
| 2008-03-22 | Add server side lo_import(filename, oid) function. | Tatsuo Ishii |
| 2008-03-21 | More README src cleanups. | Bruce Momjian |
| 2008-02-19 | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut |
| 2008-02-08 | Since GSSAPI and SSPI authentication don't work in protocol version 2, | Tom Lane |
| 2008-01-30 | Don't putenv() a string that is allocated in a context that will go away | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-28 | Fix typo | Peter Eisentraut |
| 2007-11-27 | correct capitalization | Peter Eisentraut |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-15 | Message improvements | Peter Eisentraut |
| 2007-11-09 | Add parameter krb_realm used by GSSAPI, SSPI and Kerberos | Magnus Hagander |
| 2007-11-07 | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut |
| 2007-09-14 | Fix GSS API pointer checking. | Bruce Momjian |
| 2007-07-24 | Silence compiler warning on mingw | Magnus Hagander |
| 2007-07-24 | Make it possible, and default, for MingW to build with SSPI support | Magnus Hagander |