summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2009-10-03Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficientlyTom Lane
2009-10-01Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane
2009-09-15Fix possible buffer overrun and/or unportable behavior in pg_md5_encrypt()Tom Lane
2009-09-01Remove flatfiles.c, which is now obsolete.Alvaro Herrera
2009-08-29Remove the use of the pg_auth flat file for client authentication.Tom Lane
2009-06-25Disallow empty passwords in LDAP authentication, the same wayMagnus Hagander
2009-06-24parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put theMagnus Hagander
2009-06-21Message fixesPeter Eisentraut
2009-06-11Remove our inadequate kluge that tried to get AIX's various broken versionsTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-27Properly return the usermap result when doing gssapi authentication. WithoutMagnus Hagander
2009-05-16Improve comments in pg_ident.conf.sample.Tom Lane
2009-05-11Support SSL certificate chains in the server certificate file.Magnus Hagander
2009-04-23Suppress some 'variable may be used uninitialized' warnings from gcc 4.4.Tom Lane
2009-04-15Add missing gettext calls around some strings. Also remove quotes around theAlvaro Herrera
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