aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq/hba.h
Commit message (Expand)AuthorAge
* Add support for RADIUS authentication.Magnus Hagander2010-01-27
* Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander2009-12-12
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-01
* Bump catversion for flat-file-ectomy. Also remove a missed dead externTom Lane2009-09-01
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-29
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* 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
* 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
* 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
* Move ident authentication code into auth.c along with the other authenciationMagnus Hagander2008-08-01
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23
* Add support for GSSAPI authentication.Magnus Hagander2007-07-10
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-06
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-29
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-27
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-26
* Fix a read of uninitialized memory in next_token() of hba.c, spotted viaNeil Conway2004-02-02
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-17
* Authentication improvements:Bruce Momjian2002-04-04
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix a compile error on a platform that does not have PAM.Tatsuo Ishii2001-10-01
* Code review for MD5 authorization patch. Clean up some breakageTom Lane2001-09-21
* PAM authentication:Bruce Momjian2001-09-06
* There are two problems when compiling libpq.dll and psql.exeBruce Momjian2001-08-24
* Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt.Bruce Momjian2001-08-16
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-15
* Support ident authentication on local (Unix) socket connections, if theTom Lane2001-08-01
* Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store lineTom Lane2001-07-31
* Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List ofBruce Momjian2001-07-30
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Clean up #include's.Bruce Momjian2000-06-15
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23
* Lots of patches coming in from me today :-)Bruce Momjian1999-09-27
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Rename MAP_FILE to USERMAP_FILE for Digital Unix.Bruce Momjian1999-05-10
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13