index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-auth.c
Commit message (
Expand
)
Author
Age
*
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-29
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
libpq: add newlines to SSPI error messages
Bruce Momjian
2015-04-08
*
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
libpq: pass a memory allocation failure error up to PQconndefaults()
Bruce Momjian
2014-03-20
*
Remove support for native krb5 authentication
Magnus Hagander
2014-01-19
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
C comment: again update comment for pg_fe_sendauth for error cases
Bruce Momjian
2013-12-03
*
Update C comment for pg_fe_getauthname
Bruce Momjian
2013-12-03
*
libpq: change PQconndefaults() to ignore invalid service files
Bruce Momjian
2013-12-03
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Standardize spelling of "nonblocking"
Peter Eisentraut
2013-04-18
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
libpq: Small code clarification, and avoid casting away const
Peter Eisentraut
2012-03-06
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).
Tom Lane
2011-05-31
*
Fix portability bugs in use of credentials control messages for peer auth.
Tom Lane
2011-05-30
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Use GSSAPI library for SSPI auth, when native SSPI is not available
Magnus Hagander
2011-01-29
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Allow full SSL certificate verification (wherein libpq checks its host name
Tom Lane
2010-07-14
*
Require hostname to be set when using GSSAPI authentication. Without it,
Magnus Hagander
2010-03-08
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Clean up pg_SSPI_error() coding a little bit: make the messages more
Tom Lane
2009-03-22
*
Remove special-handling of usernames with Kerberos authentication. We will
Magnus Hagander
2009-01-13
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Remove support for (insecure) crypt authentication.
Magnus Hagander
2008-10-28
*
Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actually
Tom Lane
2008-01-31
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Fix up the PQconnectionUsedPassword mess: create a separate
Tom Lane
2007-12-09
*
Don't send an empty SSPI negotiation packet at the end of the negotiation.
Magnus Hagander
2007-12-04
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Small string tweaks
Peter Eisentraut
2007-09-25
*
Make it possible, and default, for MingW to build with SSPI support
Magnus Hagander
2007-07-24
*
Use PQExpBuffer for error message in fe-auth.c.
Magnus Hagander
2007-07-23
*
Stupid typo.
Magnus Hagander
2007-07-23
*
SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos
Magnus Hagander
2007-07-23
*
Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is
Magnus Hagander
2007-07-12
*
Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,
Magnus Hagander
2007-07-12
*
Fix freenig of names in Kerberos when using MIT - need to use the
Magnus Hagander
2007-07-12
*
Add support for GSSAPI authentication.
Magnus Hagander
2007-07-10
[next]