| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace both send and receive BIO routines in the SSL code with our own, | Magnus Hagander | 2008-12-14 | 1 | -15/+41 |
| * | Properly unregister OpenSSL callbacks when libpq is done with | Magnus Hagander | 2008-12-03 | 1 | -26/+1 |
| * | Support regular expressions in pg_ident.conf. | Magnus Hagander | 2008-11-28 | 2 | -12/+126 |
| * | Issue a proper error message when MD5 is attempted when | Bruce Momjian | 2008-11-20 | 2 | -2/+15 |
| * | Add support for using SSL client certificates to authenticate to the | Magnus Hagander | 2008-11-20 | 3 | -5/+83 |
| * | Control client certificate requesting with the pg_hba option "clientcert" | Magnus Hagander | 2008-11-20 | 3 | -15/+119 |
| * | Ident authentication over Unix-domain sockets on Solaris, using | Peter Eisentraut | 2008-11-18 | 1 | -1/+41 |
| * | Remove support for (insecure) crypt authentication. | Magnus Hagander | 2008-10-28 | 3 | -29/+3 |
| * | 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 |
| * | Remove a "TODO-list" structure at the top of the file, referring back | Magnus Hagander | 2008-10-24 | 1 | -27/+1 |
| * | Remove large parts of the old SSL readme, that consisted of a couple | Magnus Hagander | 2008-10-24 | 1 | -429/+1 |
| * | * make pg_hba authoption be a set of 0 or more name=value pairs | Magnus Hagander | 2008-10-23 | 4 | -213/+232 |
| * | 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 | 4 | -242/+337 |
| * | Rearrange the code in auth.c so that all functions for a single authentication | Magnus Hagander | 2008-08-01 | 1 | -381/+449 |
| * | Move ident authentication code into auth.c along with the other authenciation | Magnus Hagander | 2008-08-01 | 2 | -459/+466 |
| * | Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part. | Tom Lane | 2008-07-24 | 1 | -6/+12 |
| * | Remove some redundant tests and improve comments in next_token(). | Tom Lane | 2008-07-24 | 1 | -6/+8 |
| * | Use error message wordings for permissions checks on .pgpass and SSL private | Tom Lane | 2008-03-31 | 1 | -6/+5 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -14/+7 |
| * | Add server side lo_import(filename, oid) function. | Tatsuo Ishii | 2008-03-22 | 1 | -6/+27 |
| * | More README src cleanups. | Bruce Momjian | 2008-03-21 | 1 | -0/+5 |
| * | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 1 | -9/+2 |
| * | Since GSSAPI and SSPI authentication don't work in protocol version 2, | Tom Lane | 2008-02-08 | 1 | -6/+44 |
| * | Don't putenv() a string that is allocated in a context that will go away | Tom Lane | 2008-01-30 | 1 | -6/+13 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 10 | -20/+20 |
| * | Fix typo | Peter Eisentraut | 2007-11-28 | 1 | -2/+2 |
| * | correct capitalization | Peter Eisentraut | 2007-11-27 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 6 | -176/+193 |
| * | Message improvements | Peter Eisentraut | 2007-11-15 | 1 | -3/+3 |
| * | Add parameter krb_realm used by GSSAPI, SSPI and Kerberos | Magnus Hagander | 2007-11-09 | 1 | -31/+85 |
| * | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 | 2 | -3/+3 |
| * | Fix GSS API pointer checking. | Bruce Momjian | 2007-09-14 | 2 | -7/+7 |
| * | Silence compiler warning on mingw | Magnus Hagander | 2007-07-24 | 1 | -2/+4 |
| * | Make it possible, and default, for MingW to build with SSPI support | Magnus Hagander | 2007-07-24 | 1 | -4/+33 |
| * | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander | 2007-07-23 | 4 | -11/+267 |
| * | Fix some warnings (probably actual bugs) generated by new GSSAPI code | Tom Lane | 2007-07-12 | 1 | -10/+10 |
| * | Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is | Magnus Hagander | 2007-07-12 | 1 | -5/+5 |
| * | Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, | Magnus Hagander | 2007-07-12 | 1 | -1/+5 |
| * | A bunch of GSSAPI fixes per comments from Tom: | Magnus Hagander | 2007-07-11 | 1 | -30/+33 |
| * | Add support for GSSAPI authentication. | Magnus Hagander | 2007-07-10 | 4 | -4/+287 |
| * | On win32, don't use SO_REUSEADDR for TCP sockets. | Magnus Hagander | 2007-06-04 | 1 | -1/+12 |
| * | Remove redundant logging of send failures when SSL is in use. While pqcomm.c | Tom Lane | 2007-05-18 | 1 | -17/+5 |
| * | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane | 2007-04-06 | 1 | -31/+20 |
| * | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian | 2007-03-03 | 1 | -16/+22 |
| * | Add resetStringInfo(), which clears the content of a StringInfo, and | Neil Conway | 2007-03-03 | 1 | -9/+3 |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 2 | -4/+4 |
| * | Code review for SSLKEY patch. | Tom Lane | 2007-02-16 | 1 | -5/+4 |
| * | SSL improvements: | Bruce Momjian | 2007-02-16 | 1 | -2/+13 |