summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-auth.c
Commit message (Expand)AuthorAgeFilesLines
* Clear auth context correctly when re-connecting after failed auth attempt.Heikki Linnakangas2017-06-071-1/+6
* Give nicer error message when connecting to a v10 server requiring SCRAM.Heikki Linnakangas2017-05-051-0/+13
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-291-1/+3
* Fix more typos in comments.Heikki Linnakangas2015-05-201-2/+2
* libpq: add newlines to SSPI error messagesBruce Momjian2015-04-081-2/+2
* Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane2015-01-111-14/+36
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-4/+4
* libpq: pass a memory allocation failure error up to PQconndefaults()Bruce Momjian2014-03-201-7/+9
* Remove support for native krb5 authenticationMagnus Hagander2014-01-191-264/+0
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* C comment: again update comment for pg_fe_sendauth for error casesBruce Momjian2013-12-031-2/+4
* Update C comment for pg_fe_getauthnameBruce Momjian2013-12-031-2/+0
* libpq: change PQconndefaults() to ignore invalid service filesBruce Momjian2013-12-031-1/+1
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-221-5/+10
* Add use of asprintf()Peter Eisentraut2013-10-131-8/+9
* pgindent run for release 9.3Bruce Momjian2013-05-291-2/+2
* Standardize spelling of "nonblocking"Peter Eisentraut2013-04-181-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* libpq: Small code clarification, and avoid casting away constPeter Eisentraut2012-03-061-6/+8
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-4/+4
* Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane2011-05-311-14/+8
* Fix portability bugs in use of credentials control messages for peer auth.Tom Lane2011-05-301-10/+12
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-111-3/+2
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-7/+8
* Use GSSAPI library for SSPI auth, when native SSPI is not availableMagnus Hagander2011-01-291-3/+16
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Allow full SSL certificate verification (wherein libpq checks its host nameTom Lane2010-07-141-7/+9
* Require hostname to be set when using GSSAPI authentication. Without it,Magnus Hagander2010-03-081-1/+7
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-11/+11
* Clean up pg_SSPI_error() coding a little bit: make the messages moreTom Lane2009-03-221-5/+13
* Remove special-handling of usernames with Kerberos authentication. We willMagnus Hagander2009-01-131-45/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove support for (insecure) crypt authentication.Magnus Hagander2008-10-281-14/+6
* 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