aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/client-auth.sgml
Commit message (Expand)AuthorAge
* Fix docs typoTom Lane2015-05-16
* Recommend include_realm=1 in docsStephen Frost2015-05-08
* Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane2015-02-17
* doc: Correct description of LDAP authenticationPeter Eisentraut2012-12-29
* Document that multiple LDAP servers can be specifiedMagnus Hagander2011-11-01
* Mention that SSPI authentication can use GSSAPI on non-Windows systems.Robert Haas2011-06-27
* Document that bits to the right of the CIDR mask "should" be zero, notBruce Momjian2011-06-13
* Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane2011-05-31
* Update some ALTER USER cross-references to ALTER ROLEAlvaro Herrera2011-05-02
* Rename ident authentication over local connections to peerMagnus Hagander2011-03-19
* Remove "all balls" mention of network address; change IPv6 address to ::/0.Bruce Momjian2011-03-19
* Document the all-balls IPv6 address.Bruce Momjian2011-03-18
* remove tags.Bruce Momjian2011-02-06
* Properly capitalize hyphenated words in documentation titles.Bruce Momjian2011-02-01
* Properly capitalize documentation headings; some only had initial-wordBruce Momjian2011-01-29
* Support suffix matching of host names in pg_hba.confPeter Eisentraut2010-10-24
* Support key word 'all' in host column of pg_hba.confPeter Eisentraut2010-10-18
* Support host names in pg_hba.confPeter Eisentraut2010-10-15
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Spell and markup checkingPeter Eisentraut2010-08-17
* Fix indentation of verbatim block elementsPeter Eisentraut2010-07-29
* In documentation, use "lower case"/"upper case" consistently (use spaceBruce Momjian2010-06-29
* Improve SSL-related documentation. Explain how to deal with certificateTom Lane2010-05-26
* Fix pg_hba.conf matching so that replication connections only match recordsTom Lane2010-04-21
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Mention in the docs that if special keywords like "sameuser" andHeikki Linnakangas2010-03-31
* Update broken and permanently moved linksPeter Eisentraut2010-03-17
* Make 'include_realm' ordering consistent in the docs, to match recentBruce Momjian2010-02-20
* Clarify documentation about username mapping when authenticating withBruce Momjian2010-02-20
* Proofreading improvements for the Administration documentation book.Bruce Momjian2010-02-03
* Make RADIUS authentication use pg_getaddrinfo_all() to get address ofMagnus Hagander2010-02-02
* Fix typo.Magnus Hagander2010-01-27
* Add support for RADIUS authentication.Magnus Hagander2010-01-27
* Make the default pg_hba.conf and pg_ident.conf align at 8-character boundariesPeter Eisentraut2010-01-26
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* 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
* Fix incorrect LDAP example, noted by Tom.Magnus Hagander2009-06-24
* Make an editorial pass over the Client Authentication material.Tom Lane2009-05-16
* Wording improvement.Bruce Momjian2009-04-11
* Wording improvement for SSL user certificate authentication.Bruce Momjian2009-04-11
* Clarify 'cert' authentication documention.Bruce Momjian2009-03-22
* Make krb_realm and krb_server_hostname be pg_hba options only, and removeMagnus Hagander2009-01-09
* 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
* Today is find-typo-in-old-patches day. Fix wrong cut/paste in identMagnus Hagander2009-01-02
* Support regular expressions in pg_ident.conf.Magnus Hagander2008-11-28
* Issue a proper error message when MD5 is attempted whenBruce Momjian2008-11-20
* Add support for using SSL client certificates to authenticate to theMagnus Hagander2008-11-20
* Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut2008-11-18