summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-auth.c
Commit message (Expand)AuthorAgeFilesLines
* Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actuallyTom Lane2008-01-311-24/+11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-091-2/+3
* Don't send an empty SSPI negotiation packet at the end of the negotiation.Magnus Hagander2007-12-041-5/+12
* pgindent run for 8.3.Bruce Momjian2007-11-151-128/+137
* Small string tweaksPeter Eisentraut2007-09-251-3/+3
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-241-4/+7
* Use PQExpBuffer for error message in fe-auth.c.Magnus Hagander2007-07-231-89/+82
* Stupid typo.Magnus Hagander2007-07-231-2/+2
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-231-20/+257
* Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander2007-07-121-3/+3
* Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander2007-07-121-1/+5
* Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander2007-07-121-2/+14
* Add support for GSSAPI authentication.Magnus Hagander2007-07-101-1/+208
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-101-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-17/+21
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-141-1/+3
* Add additional includes needed on some platforms.Bruce Momjian2006-07-141-3/+1
* Clean up for warning:Joe Conway2006-07-121-6/+6
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-201-2/+2
* * Stephen Frost (sfrost@snowman.net) wrote:Bruce Momjian2006-03-061-27/+73
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Back out patch pending review.Bruce Momjian2006-02-121-73/+27
* > I've now tested this patch at home w/ 8.2HEAD and it seems to fix theBruce Momjian2006-02-121-27/+73
* Rename pg_make_encrypted_password to PQencryptPassword.Peter Eisentraut2005-12-261-4/+4
* Add an officially exported libpq function to encrypt passwords, andTom Lane2005-12-231-1/+38
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-10/+8
* I have applied the following patch to document PQinitSSL() andBruce Momjian2005-10-241-1/+11
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-171-130/+19
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-17/+19
* Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane2005-10-081-2/+2
* Fix a theoretical memory leak in pg_password_sendauth(). If the firstNeil Conway2005-06-301-6/+6
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-271-162/+7
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-041-8/+18
* Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane2005-03-251-9/+12
* Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane2005-01-121-1/+5
* Clean up code in libpq that obtains user's home directory: make a singleTom Lane2005-01-041-13/+15
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Remove direct inclusions of <com_err.h> as well as configure test forTom Lane2004-12-201-2/+1
* Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut2004-11-091-2/+2
* Allow pg_ctl to determine the server is up when getting a request for aBruce Momjian2004-10-161-2/+2
* Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian2004-09-281-2/+2
* Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian2004-09-271-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add thread locking to SSL and Kerberos connections.Bruce Momjian2004-03-241-1/+9
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-6/+6
* Dept. of third thoughts: in fact, libpq should support SCM_CREDS challengeTom Lane2003-12-201-7/+6