| Commit message (Expand) | Author | Age |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Properly return the usermap result when doing gssapi authentication. Without | Magnus Hagander | 2009-05-27 |
* | Remove last references to the crypt auth method, per Andreas Scherbaum. | Tom Lane | 2009-04-01 |
* | Clean up pg_SSPI_error() coding a little bit: make the messages more | Tom Lane | 2009-03-22 |
* | Make krb_realm and krb_server_hostname be pg_hba options only, and remove | Magnus Hagander | 2009-01-09 |
* | 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-07 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | 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-20 |
* | Ident authentication over Unix-domain sockets on Solaris, using | Peter Eisentraut | 2008-11-18 |
* | Remove support for (insecure) crypt authentication. | Magnus Hagander | 2008-10-28 |
* | * make pg_hba authoption be a set of 0 or more name=value pairs | Magnus Hagander | 2008-10-23 |
* | Parse pg_hba.conf in postmaster, instead of once in each backend for | Magnus Hagander | 2008-09-15 |
* | 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-08-01 |
* | Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part. | Tom Lane | 2008-07-24 |
* | Since GSSAPI and SSPI authentication don't work in protocol version 2, | Tom Lane | 2008-02-08 |
* | Don't putenv() a string that is allocated in a context that will go away | Tom Lane | 2008-01-30 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Fix typo | Peter Eisentraut | 2007-11-28 |
* | correct capitalization | Peter Eisentraut | 2007-11-27 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Message improvements | Peter Eisentraut | 2007-11-15 |
* | Add parameter krb_realm used by GSSAPI, SSPI and Kerberos | Magnus Hagander | 2007-11-09 |
* | Fix GSS API pointer checking. | Bruce Momjian | 2007-09-14 |
* | Make it possible, and default, for MingW to build with SSPI support | Magnus Hagander | 2007-07-24 |
* | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander | 2007-07-23 |
* | Fix some warnings (probably actual bugs) generated by new GSSAPI code | Tom Lane | 2007-07-12 |
* | Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is | Magnus Hagander | 2007-07-12 |
* | Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, | Magnus Hagander | 2007-07-12 |
* | A bunch of GSSAPI fixes per comments from Tom: | Magnus Hagander | 2007-07-11 |
* | Add support for GSSAPI authentication. | Magnus Hagander | 2007-07-10 |
* | Check if the role exists before doing more complex ident and Kerberos | Bruce Momjian | 2007-02-08 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Minor fix for LDAP authentication: if an error occurs, we need to | Neil Conway | 2006-11-06 |
* | Message style improvements | Peter Eisentraut | 2006-10-06 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Make some sentences consistent with similar ones. | Bruce Momjian | 2006-10-03 |
* | Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus. | Tom Lane | 2006-09-15 |
* | Ooops, ldap fix for win32 broke the non-win32 case. | Tom Lane | 2006-08-22 |
* | Fix encrypted-LDAP support so that it doesn't cause the server to fail | Tom Lane | 2006-08-21 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Fix invalid use of #if within a macro, per Laurenz Albe. Also try to | Tom Lane | 2006-03-16 |
* | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian | 2006-03-06 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |