| Commit message (Expand) | Author | Age | Files | Lines |
| * | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 | 1 | -4/+4 |
| * | Replace use of credential control messages with getsockopt(LOCAL_PEERCRED). | Tom Lane | 2011-05-31 | 1 | -14/+8 |
| * | Fix portability bugs in use of credentials control messages for peer auth. | Tom Lane | 2011-05-30 | 1 | -10/+12 |
| * | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut | 2011-04-11 | 1 | -3/+2 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -7/+8 |
| * | Use GSSAPI library for SSPI auth, when native SSPI is not available | Magnus Hagander | 2011-01-29 | 1 | -3/+16 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Allow full SSL certificate verification (wherein libpq checks its host name | Tom Lane | 2010-07-14 | 1 | -7/+9 |
| * | Require hostname to be set when using GSSAPI authentication. Without it, | Magnus Hagander | 2010-03-08 | 1 | -1/+7 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -11/+11 |
| * | Clean up pg_SSPI_error() coding a little bit: make the messages more | Tom Lane | 2009-03-22 | 1 | -5/+13 |
| * | Remove special-handling of usernames with Kerberos authentication. We will | Magnus Hagander | 2009-01-13 | 1 | -45/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Remove support for (insecure) crypt authentication. | Magnus Hagander | 2008-10-28 | 1 | -14/+6 |
| * | Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actually | Tom Lane | 2008-01-31 | 1 | -24/+11 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane | 2007-12-09 | 1 | -2/+3 |
| * | Don't send an empty SSPI negotiation packet at the end of the negotiation. | Magnus Hagander | 2007-12-04 | 1 | -5/+12 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -128/+137 |
| * | Small string tweaks | Peter Eisentraut | 2007-09-25 | 1 | -3/+3 |
| * | Make it possible, and default, for MingW to build with SSPI support | Magnus Hagander | 2007-07-24 | 1 | -4/+7 |
| * | Use PQExpBuffer for error message in fe-auth.c. | Magnus Hagander | 2007-07-23 | 1 | -89/+82 |
| * | Stupid typo. | Magnus Hagander | 2007-07-23 | 1 | -2/+2 |
| * | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander | 2007-07-23 | 1 | -20/+257 |
| * | Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is | Magnus Hagander | 2007-07-12 | 1 | -3/+3 |
| * | Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, | Magnus Hagander | 2007-07-12 | 1 | -1/+5 |
| * | Fix freenig of names in Kerberos when using MIT - need to use the | Magnus Hagander | 2007-07-12 | 1 | -2/+14 |
| * | Add support for GSSAPI authentication. | Magnus Hagander | 2007-07-10 | 1 | -1/+208 |
| * | StrNCpy -> strlcpy (not complete) | Peter Eisentraut | 2007-02-10 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -17/+21 |
| * | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 1 | -2/+2 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | Revert part of recent include patch not ready for application. | Bruce Momjian | 2006-07-14 | 1 | -1/+3 |
| * | Add additional includes needed on some platforms. | Bruce Momjian | 2006-07-14 | 1 | -3/+1 |
| * | Clean up for warning: | Joe Conway | 2006-07-12 | 1 | -6/+6 |
| * | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane | 2006-06-20 | 1 | -2/+2 |
| * | * Stephen Frost (sfrost@snowman.net) wrote: | Bruce Momjian | 2006-03-06 | 1 | -27/+73 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Back out patch pending review. | Bruce Momjian | 2006-02-12 | 1 | -73/+27 |
| * | > I've now tested this patch at home w/ 8.2HEAD and it seems to fix the | Bruce Momjian | 2006-02-12 | 1 | -27/+73 |
| * | Rename pg_make_encrypted_password to PQencryptPassword. | Peter Eisentraut | 2005-12-26 | 1 | -4/+4 |
| * | Add an officially exported libpq function to encrypt passwords, and | Tom Lane | 2005-12-23 | 1 | -1/+38 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -10/+8 |
| * | I have applied the following patch to document PQinitSSL() and | Bruce Momjian | 2005-10-24 | 1 | -1/+11 |
| * | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | 2005-10-17 | 1 | -130/+19 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -17/+19 |
| * | Fix Kerberos authentication in wake of virtual-hosts changes --- need | Tom Lane | 2005-10-08 | 1 | -2/+2 |