aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-auth.c
Commit message (Expand)AuthorAge
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane2011-05-31
* Fix portability bugs in use of credentials control messages for peer auth.Tom Lane2011-05-30
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Use GSSAPI library for SSPI auth, when native SSPI is not availableMagnus Hagander2011-01-29
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Allow full SSL certificate verification (wherein libpq checks its host nameTom Lane2010-07-14
* Require hostname to be set when using GSSAPI authentication. Without it,Magnus Hagander2010-03-08
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Clean up pg_SSPI_error() coding a little bit: make the messages moreTom Lane2009-03-22
* Remove special-handling of usernames with Kerberos authentication. We willMagnus Hagander2009-01-13
* Update copyright for 2009.Bruce Momjian2009-01-01
* Remove support for (insecure) crypt authentication.Magnus Hagander2008-10-28
* Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actuallyTom Lane2008-01-31
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-09
* Don't send an empty SSPI negotiation packet at the end of the negotiation.Magnus Hagander2007-12-04
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Small string tweaksPeter Eisentraut2007-09-25
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-24
* Use PQExpBuffer for error message in fe-auth.c.Magnus Hagander2007-07-23
* Stupid typo.Magnus Hagander2007-07-23
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23
* Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander2007-07-12
* Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander2007-07-12
* Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander2007-07-12
* Add support for GSSAPI authentication.Magnus Hagander2007-07-10
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-22
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-14
* Add additional includes needed on some platforms.Bruce Momjian2006-07-14
* Clean up for warning:Joe Conway2006-07-12
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-20
* * Stephen Frost (sfrost@snowman.net) wrote:Bruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Back out patch pending review.Bruce Momjian2006-02-12
* > I've now tested this patch at home w/ 8.2HEAD and it seems to fix theBruce Momjian2006-02-12
* Rename pg_make_encrypted_password to PQencryptPassword.Peter Eisentraut2005-12-26
* Add an officially exported libpq function to encrypt passwords, andTom Lane2005-12-23
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* I have applied the following patch to document PQinitSSL() andBruce Momjian2005-10-24
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane2005-10-08