aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/auth.c
Commit message (Expand)AuthorAge
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Properly return the usermap result when doing gssapi authentication. WithoutMagnus Hagander2009-05-27
* Remove last references to the crypt auth method, per Andreas Scherbaum.Tom Lane2009-04-01
* Clean up pg_SSPI_error() coding a little bit: make the messages moreTom Lane2009-03-22
* Make krb_realm and krb_server_hostname be pg_hba options only, and removeMagnus Hagander2009-01-09
* Add hba parameter include_realm to krb5, gss and sspi authentication, usedMagnus Hagander2009-01-07
* Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only)Magnus Hagander2009-01-07
* Update copyright for 2009.Bruce Momjian2009-01-01
* Issue a proper error message when MD5 is attempted whenBruce Momjian2008-11-20
* Add support for using SSL client certificates to authenticate to theMagnus Hagander2008-11-20
* Control client certificate requesting with the pg_hba option "clientcert"Magnus Hagander2008-11-20
* Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut2008-11-18
* Remove support for (insecure) crypt authentication.Magnus Hagander2008-10-28
* * make pg_hba authoption be a set of 0 or more name=value pairsMagnus Hagander2008-10-23
* Parse pg_hba.conf in postmaster, instead of once in each backend forMagnus Hagander2008-09-15
* Rearrange the code in auth.c so that all functions for a single authenticationMagnus Hagander2008-08-01
* Move ident authentication code into auth.c along with the other authenciationMagnus Hagander2008-08-01
* Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part.Tom Lane2008-07-24
* Since GSSAPI and SSPI authentication don't work in protocol version 2,Tom Lane2008-02-08
* Don't putenv() a string that is allocated in a context that will go awayTom Lane2008-01-30
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix typoPeter Eisentraut2007-11-28
* correct capitalizationPeter Eisentraut2007-11-27
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Message improvementsPeter Eisentraut2007-11-15
* Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander2007-11-09
* Fix GSS API pointer checking.Bruce Momjian2007-09-14
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-24
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23
* Fix some warnings (probably actual bugs) generated by new GSSAPI codeTom Lane2007-07-12
* Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander2007-07-12
* Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander2007-07-12
* A bunch of GSSAPI fixes per comments from Tom:Magnus Hagander2007-07-11
* Add support for GSSAPI authentication.Magnus Hagander2007-07-10
* Check if the role exists before doing more complex ident and KerberosBruce Momjian2007-02-08
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Minor fix for LDAP authentication: if an error occurs, we need toNeil Conway2006-11-06
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-03
* Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.Tom Lane2006-09-15
* Ooops, ldap fix for win32 broke the non-win32 case.Tom Lane2006-08-22
* Fix encrypted-LDAP support so that it doesn't cause the server to failTom Lane2006-08-21
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Fix invalid use of #if within a macro, per Laurenz Albe. Also try toTom Lane2006-03-16
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22