aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAge
* Message tuningPeter Eisentraut2010-06-29
* Fix reference to nonexistent configure optionPeter Eisentraut2010-06-03
* Fix bogus error message for SSL-cert authentication, due to lack ofTom Lane2010-05-26
* The message style police pay a visit to hba.c.Tom Lane2010-05-26
* Minor editorialization for be-secure.c: fix comments and some formattingTom Lane2010-05-26
* Tell openssl to include the names of the root certs the server trusts inTom Lane2010-05-26
* Fix pg_hba.conf matching so that replication connections only match recordsTom Lane2010-04-21
* Add new message for explicit rejection by pg_hba.conf. ImplicitSimon Riggs2010-04-19
* Message tuningPeter Eisentraut2010-03-30
* Fix thinko in log message for "sameuser" ident map mismatch: the providedTom Lane2010-03-24
* Message tuningPeter Eisentraut2010-03-21
* Revert all keepalive moves, reevaluate.Bruce Momjian2010-03-13
* Move more tcp keepalive macros to be consistent.Bruce Momjian2010-03-13
* Move TCP keepalive macro definitionBruce Momjian2010-03-13
* Add libpq warning message if the .pgpass-retrieved password fails.Bruce Momjian2010-03-13
* Disallow gssapi authentication on local connections, since itMagnus Hagander2010-03-08
* When reading pg_hba.conf and similar files, do not treat @file as an inclusionTom Lane2010-03-06
* Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane2010-03-03
* It's clearly now pointless to do backwards compatible parsing of this,Magnus Hagander2010-03-01
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander2010-02-25
* Fix pq_getbyte_if_available() function. It was confused on what itHeikki Linnakangas2010-02-18
* Add emulation of non-blocking sockets to the win32 socket/signal layer,Magnus Hagander2010-02-16
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Make RADIUS authentication use pg_getaddrinfo_all() to get address ofMagnus Hagander2010-02-02
* Get rid of unportable use of socklen_t --- we have a configure testTom Lane2010-01-31
* Add support for RADIUS authentication.Magnus Hagander2010-01-27
* Reformat the comments in pg_hba.conf and pg_ident.confPeter Eisentraut2010-01-26
* 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
* Create typedef pgsocket for storing socket descriptors.Magnus Hagander2010-01-10
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-07
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Suppress compiler warning, per buildfarm member narwhalTom Lane2009-12-31
* Set errno to zero before invoking SSL_read or SSL_write. It appears thatTom Lane2009-12-30
* Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander2009-12-12
* Add large object access control.Itagaki Takahiro2009-12-11
* Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander2009-12-09
* Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that theTom Lane2009-10-16
* Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH,Heikki Linnakangas2009-10-14
* Raise the maximum authentication token (Kerberos ticket) size in GSSAPIHeikki Linnakangas2009-10-14
* Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficientlyTom Lane2009-10-03
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-01
* Fix possible buffer overrun and/or unportable behavior in pg_md5_encrypt()Tom Lane2009-09-15
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-01
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-29
* Disallow empty passwords in LDAP authentication, the same wayMagnus Hagander2009-06-25
* parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put theMagnus Hagander2009-06-24
* Message fixesPeter Eisentraut2009-06-21
* Remove our inadequate kluge that tried to get AIX's various broken versionsTom Lane2009-06-11