| Commit message (Expand) | Author | Age |
* | Message tuning | Peter Eisentraut | 2010-06-29 |
* | Fix reference to nonexistent configure option | Peter Eisentraut | 2010-06-03 |
* | Fix bogus error message for SSL-cert authentication, due to lack of | Tom Lane | 2010-05-26 |
* | The message style police pay a visit to hba.c. | Tom Lane | 2010-05-26 |
* | Minor editorialization for be-secure.c: fix comments and some formatting | Tom Lane | 2010-05-26 |
* | Tell openssl to include the names of the root certs the server trusts in | Tom Lane | 2010-05-26 |
* | Fix pg_hba.conf matching so that replication connections only match records | Tom Lane | 2010-04-21 |
* | Add new message for explicit rejection by pg_hba.conf. Implicit | Simon Riggs | 2010-04-19 |
* | Message tuning | Peter Eisentraut | 2010-03-30 |
* | Fix thinko in log message for "sameuser" ident map mismatch: the provided | Tom Lane | 2010-03-24 |
* | Message tuning | Peter Eisentraut | 2010-03-21 |
* | Revert all keepalive moves, reevaluate. | Bruce Momjian | 2010-03-13 |
* | Move more tcp keepalive macros to be consistent. | Bruce Momjian | 2010-03-13 |
* | Move TCP keepalive macro definition | Bruce Momjian | 2010-03-13 |
* | Add libpq warning message if the .pgpass-retrieved password fails. | Bruce Momjian | 2010-03-13 |
* | Disallow gssapi authentication on local connections, since it | Magnus Hagander | 2010-03-08 |
* | When reading pg_hba.conf and similar files, do not treat @file as an inclusion | Tom Lane | 2010-03-06 |
* | Fix a couple of places that would loop forever if attempts to read a stdio file | Tom Lane | 2010-03-03 |
* | It's clearly now pointless to do backwards compatible parsing of this, | Magnus Hagander | 2010-03-01 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Add configuration parameter ssl_renegotiation_limit to control | Magnus Hagander | 2010-02-25 |
* | Fix pq_getbyte_if_available() function. It was confused on what it | Heikki Linnakangas | 2010-02-18 |
* | Add emulation of non-blocking sockets to the win32 socket/signal layer, | Magnus Hagander | 2010-02-16 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Make RADIUS authentication use pg_getaddrinfo_all() to get address of | Magnus Hagander | 2010-02-02 |
* | Get rid of unportable use of socklen_t --- we have a configure test | Tom Lane | 2010-01-31 |
* | Add support for RADIUS authentication. | Magnus Hagander | 2010-01-27 |
* | Reformat the comments in pg_hba.conf and pg_ident.conf | Peter Eisentraut | 2010-01-26 |
* | Make the default pg_hba.conf and pg_ident.conf align at 8-character boundaries | Peter Eisentraut | 2010-01-26 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 |
* | Create typedef pgsocket for storing socket descriptors. | Magnus Hagander | 2010-01-10 |
* | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 2010-01-07 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Suppress compiler warning, per buildfarm member narwhal | Tom Lane | 2009-12-31 |
* | Set errno to zero before invoking SSL_read or SSL_write. It appears that | Tom Lane | 2009-12-30 |
* | Allow LDAP authentication to operate in search+bind mode, meaning it | Magnus Hagander | 2009-12-12 |
* | Add large object access control. | Itagaki Takahiro | 2009-12-11 |
* | Reject certificates with embedded NULLs in the commonName field. This stops | Magnus Hagander | 2009-12-09 |
* | Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the | Tom Lane | 2009-10-16 |
* | Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH, | Heikki Linnakangas | 2009-10-14 |
* | Raise the maximum authentication token (Kerberos ticket) size in GSSAPI | Heikki Linnakangas | 2009-10-14 |
* | Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficiently | Tom Lane | 2009-10-03 |
* | Support "samehost" and "samenet" specifications in pg_hba.conf, | Tom Lane | 2009-10-01 |
* | Fix possible buffer overrun and/or unportable behavior in pg_md5_encrypt() | Tom Lane | 2009-09-15 |
* | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 |
* | Remove the use of the pg_auth flat file for client authentication. | Tom Lane | 2009-08-29 |
* | Disallow empty passwords in LDAP authentication, the same way | Magnus Hagander | 2009-06-25 |
* | parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put the | Magnus Hagander | 2009-06-24 |
* | Message fixes | Peter Eisentraut | 2009-06-21 |
* | Remove our inadequate kluge that tried to get AIX's various broken versions | Tom Lane | 2009-06-11 |