summaryrefslogtreecommitdiff
path: root/src/backend/libpq/auth.c
Commit message (Expand)AuthorAgeFilesLines
* Message improvementsPeter Eisentraut2007-11-151-3/+3
* Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander2007-11-091-31/+85
* Fix GSS API pointer checking.Bruce Momjian2007-09-141-2/+2
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-241-4/+33
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-231-7/+255
* Fix some warnings (probably actual bugs) generated by new GSSAPI codeTom Lane2007-07-121-10/+10
* Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander2007-07-121-5/+5
* Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander2007-07-121-1/+5
* A bunch of GSSAPI fixes per comments from Tom:Magnus Hagander2007-07-111-30/+33
* Add support for GSSAPI authentication.Magnus Hagander2007-07-101-1/+272
* Check if the role exists before doing more complex ident and KerberosBruce Momjian2007-02-081-1/+4
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Minor fix for LDAP authentication: if an error occurs, we need toNeil Conway2006-11-061-9/+13
* Message style improvementsPeter Eisentraut2006-10-061-2/+3
* pgindent run for 8.2.Bruce Momjian2006-10-041-129/+134
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-031-6/+6
* Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.Tom Lane2006-09-151-2/+2
* Ooops, ldap fix for win32 broke the non-win32 case.Tom Lane2006-08-221-6/+5
* Fix encrypted-LDAP support so that it doesn't cause the server to failTom Lane2006-08-211-6/+36
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-4/+1
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-2/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Fix invalid use of #if within a macro, per Laurenz Albe. Also try toTom Lane2006-03-161-12/+17
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-061-1/+164
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-2/+2
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-171-5/+5
* kerberos error message: localhost -> server hostnameBruce Momjian2005-10-151-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-47/+46
* Update krb_server_name to document that a missing entry defaults toBruce Momjian2005-10-131-5/+5
* Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane2005-10-081-20/+27
* Awhile back we replaced all uses of strcasecmp and strncasecmp withTom Lane2005-07-251-2/+2
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-271-96/+4
* Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian2005-06-141-14/+20
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-041-7/+13
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-2/+2
* Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane2005-01-121-1/+5
* 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
* Message style revisionsPeter Eisentraut2004-10-121-8/+8
* Pgindent run for 8.0.Bruce Momjian2004-08-291-5/+7
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use gettext_noop() to mark strings. errmsg() perform theDennis Bjorklund2004-08-041-9/+9
* Add some strings for translation and remove some cut'n'pasteDennis Bjorklund2004-08-041-11/+13
* Fix broken IDENT support for FreeBSD (appears to have been broken byTom Lane2003-12-201-14/+13
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-261-2/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-17/+17
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-21/+21