| Commit message (Expand) | Author | Age |
* | Cleanups from the remove-native-krb5 patch | Magnus Hagander | 2014-03-16 |
* | Remove support for native krb5 authentication | Magnus Hagander | 2014-01-19 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Report pg_hba line number and contents when users fail to log in | Magnus Hagander | 2013-03-10 |
* | Add support for LDAP URLs | Peter Eisentraut | 2012-12-03 |
* | Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format. | Heikki Linnakangas | 2012-09-21 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Improve method of avoiding fcinfo compile errors. | Bruce Momjian | 2011-09-01 |
* | Add C comment about necessary NetBSD include. | Bruce Momjian | 2011-09-01 |
* | Add missing hba.h include for NetBSD. | Bruce Momjian | 2011-09-01 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Modernise pg_hba.conf token processing | Alvaro Herrera | 2011-06-28 |
* | Rename ident authentication over local connections to peer | Magnus Hagander | 2011-03-19 |
* | Support key word 'all' in host column of pg_hba.conf | Peter Eisentraut | 2010-10-18 |
* | Support host names in pg_hba.conf | Peter Eisentraut | 2010-10-15 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Add new message for explicit rejection by pg_hba.conf. Implicit | Simon Riggs | 2010-04-19 |
* | Add support for RADIUS authentication. | Magnus Hagander | 2010-01-27 |
* | Allow LDAP authentication to operate in search+bind mode, meaning it | Magnus Hagander | 2009-12-12 |
* | Support "samehost" and "samenet" specifications in pg_hba.conf, | Tom Lane | 2009-10-01 |
* | Bump catversion for flat-file-ectomy. Also remove a missed dead extern | Tom Lane | 2009-09-01 |
* | Remove the use of the pg_auth flat file for client authentication. | Tom Lane | 2009-08-29 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Add hba parameter include_realm to krb5, gss and sspi authentication, used | Magnus Hagander | 2009-01-07 |
* | Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only) | Magnus Hagander | 2009-01-07 |
* | Add support for using SSL client certificates to authenticate to the | Magnus Hagander | 2008-11-20 |
* | Control client certificate requesting with the pg_hba option "clientcert" | Magnus Hagander | 2008-11-20 |
* | Remove support for (insecure) crypt authentication. | Magnus Hagander | 2008-10-28 |
* | * make pg_hba authoption be a set of 0 or more name=value pairs | Magnus Hagander | 2008-10-23 |
* | Parse pg_hba.conf in postmaster, instead of once in each backend for | Magnus Hagander | 2008-09-15 |
* | Move ident authentication code into auth.c along with the other authenciation | Magnus Hagander | 2008-08-01 |
* | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander | 2007-07-23 |
* | Add support for GSSAPI authentication. | Magnus Hagander | 2007-07-10 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 |
* | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian | 2006-03-06 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 |
* | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway | 2005-06-27 |
* | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane | 2005-02-26 |
* | Fix a read of uninitialized memory in next_token() of hba.c, spotted via | Neil Conway | 2004-02-02 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane | 2003-04-17 |
* | Authentication improvements: | Bruce Momjian | 2002-04-04 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |