Commits

Showing commits that first shipped in 8.4 (backpatches included). Clear

DateSubjectAuthorReleases
2010-03-08 Disallow gssapi authentication on local connections, since it Magnus Hagander 8.4.3
2009-06-24 parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put the Magnus Hagander 8.4.0
2009-03-07 Make pg_hba parsing report all errors in the file before aborting the load, Magnus Hagander 8.4.0
2009-03-04 Change hba load failure message to LOG instead of WARNING. Magnus Hagander 8.4.0
2009-03-04 Log a warning instead of shutting down the system if we can't load Magnus Hagander 8.4.0
2009-01-07 Add hba parameter include_realm to krb5, gss and sspi authentication, used Magnus Hagander 8.4.0
2009-01-07 Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only) Magnus Hagander 8.4.0
2009-01-02 Fix cut/paste error that caused all errors from REQUIRE_AUTH_OPTION to say Magnus Hagander 8.4.0
2008-11-28 Support regular expressions in pg_ident.conf. Magnus Hagander 8.4.0
2008-11-20 Add support for using SSL client certificates to authenticate to the Magnus Hagander 8.4.0
2008-11-20 Control client certificate requesting with the pg_hba option "clientcert" Magnus Hagander 8.4.0
2008-10-28 Remove support for (insecure) crypt authentication. Magnus Hagander 8.4.0
2008-10-27 Make hba parsing error messages more specific. Magnus Hagander 8.4.0
2008-10-24 Replace now unnecessary goto statements by using return directly. Magnus Hagander 8.4.0
2008-10-23 * make pg_hba authoption be a set of 0 or more name=value pairs Magnus Hagander 8.4.0
2008-09-15 Fix error messages from recent pg_hba parsing patch to use errcontext() Magnus Hagander 8.4.0
2008-09-15 Parse pg_hba.conf in postmaster, instead of once in each backend for Magnus Hagander 8.4.0
2008-08-01 Move ident authentication code into auth.c along with the other authenciation Magnus Hagander 8.4.0