summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2009-04-01Remove last references to the crypt auth method, per Andreas Scherbaum.Tom Lane
2009-03-25Use double quotes instead of single quotes.Peter Eisentraut
2009-03-22Clean up pg_SSPI_error() coding a little bit: make the messages moreTom Lane
2009-03-07Make pg_hba parsing report all errors in the file before aborting the load,Magnus Hagander
2009-03-04Change hba load failure message to LOG instead of WARNING.Magnus Hagander
2009-03-04Log a warning instead of shutting down the system if we can't loadMagnus Hagander
2009-03-02When we are in error recursion trouble, arrange to suppress translation andTom Lane
2009-01-28Go over all OpenSSL return values and make sure we compare themMagnus Hagander
2009-01-23Tweak the existing special case for AIX in pg_getaddrinfo_all() to handleTom Lane
2009-01-09Make krb_realm and krb_server_hostname be pg_hba options only, and removeMagnus Hagander
2009-01-07Add hba parameter include_realm to krb5, gss and sspi authentication, usedMagnus Hagander
2009-01-07Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only)Magnus Hagander
2009-01-02Fix cut/paste error that caused all errors from REQUIRE_AUTH_OPTION to sayMagnus Hagander
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-14Replace both send and receive BIO routines in the SSL code with our own,Magnus Hagander
2008-12-03Properly unregister OpenSSL callbacks when libpq is done withMagnus Hagander
2008-11-28Support regular expressions in pg_ident.conf.Magnus Hagander
2008-11-20Issue a proper error message when MD5 is attempted whenBruce Momjian
2008-11-20Add support for using SSL client certificates to authenticate to theMagnus Hagander
2008-11-20Control client certificate requesting with the pg_hba option "clientcert"Magnus Hagander
2008-11-18Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut
2008-10-28Remove support for (insecure) crypt authentication.Magnus Hagander
2008-10-27Make hba parsing error messages more specific.Magnus Hagander
2008-10-24Replace now unnecessary goto statements by using return directly.Magnus Hagander
2008-10-24Remove a "TODO-list" structure at the top of the file, referring backMagnus Hagander
2008-10-24Remove large parts of the old SSL readme, that consisted of a coupleMagnus Hagander
2008-10-23* make pg_hba authoption be a set of 0 or more name=value pairsMagnus Hagander
2008-09-15Fix error messages from recent pg_hba parsing patch to use errcontext()Magnus Hagander
2008-09-15Parse pg_hba.conf in postmaster, instead of once in each backend forMagnus Hagander
2008-08-01Rearrange the code in auth.c so that all functions for a single authenticationMagnus Hagander
2008-08-01Move ident authentication code into auth.c along with the other authenciationMagnus Hagander
2008-07-24Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part.Tom Lane
2008-07-24Remove some redundant tests and improve comments in next_token().Tom Lane
2008-03-31Use error message wordings for permissions checks on .pgpass and SSL privateTom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-03-22Add server side lo_import(filename, oid) function.Tatsuo Ishii
2008-03-21More README src cleanups.Bruce Momjian
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2008-02-08Since GSSAPI and SSPI authentication don't work in protocol version 2,Tom Lane
2008-01-30Don't putenv() a string that is allocated in a context that will go awayTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-28Fix typoPeter Eisentraut
2007-11-27correct capitalizationPeter Eisentraut
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-15Message improvementsPeter Eisentraut
2007-11-09Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander
2007-11-07Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut
2007-09-14Fix GSS API pointer checking.Bruce Momjian
2007-07-24Silence compiler warning on mingwMagnus Hagander
2007-07-24Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander