summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-auth.c
AgeCommit message (Expand)Author
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-22Clean up pg_SSPI_error() coding a little bit: make the messages moreTom Lane
2009-01-13Remove special-handling of usernames with Kerberos authentication. We willMagnus Hagander
2009-01-01Update copyright for 2009.Bruce Momjian
2008-10-28Remove support for (insecure) crypt authentication.Magnus Hagander
2008-01-31Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actuallyTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-09Fix up the PQconnectionUsedPassword mess: create a separateTom Lane
2007-12-04Don't send an empty SSPI negotiation packet at the end of the negotiation.Magnus Hagander
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-25Small string tweaksPeter Eisentraut
2007-07-24Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander
2007-07-23Use PQExpBuffer for error message in fe-auth.c.Magnus Hagander
2007-07-23Stupid typo.Magnus Hagander
2007-07-23SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander
2007-07-12Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander
2007-07-12Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander
2007-07-12Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander
2007-07-10Add support for GSSAPI authentication.Magnus Hagander
2007-02-10StrNCpy -> strlcpy (not complete)Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-14Revert part of recent include patch not ready for application.Bruce Momjian
2006-07-14Add additional includes needed on some platforms.Bruce Momjian
2006-07-12Clean up for warning:Joe Conway
2006-06-20Split definitions for md5.c out of crypt.h and into their own headerTom Lane
2006-03-06* Stephen Frost (sfrost@snowman.net) wrote:Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-12Back out patch pending review.Bruce Momjian
2006-02-12> I've now tested this patch at home w/ 8.2HEAD and it seems to fix theBruce Momjian
2005-12-26Rename pg_make_encrypted_password to PQencryptPassword.Peter Eisentraut
2005-12-23Add an officially exported libpq function to encrypt passwords, andTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-24I have applied the following patch to document PQinitSSL() andBruce Momjian
2005-10-17Clean up libpq's pollution of application namespace by renaming theTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-08Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane
2005-06-30Fix a theoretical memory leak in pg_password_sendauth(). If the firstNeil Conway
2005-06-27Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway
2005-06-04Allow kerberos name and username case sensitivity to be specified fromBruce Momjian
2005-03-25Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane
2005-01-12Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane
2005-01-04Clean up code in libpq that obtains user's home directory: make a singleTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-20Remove direct inclusions of <com_err.h> as well as configure test forTom Lane
2004-11-09Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut
2004-10-16Allow pg_ctl to determine the server is up when getting a request for aBruce Momjian