| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix pg_hba.conf matching so that replication connections only match records | Tom Lane | 2010-04-21 | 2 | -36/+86 |
* | Add new message for explicit rejection by pg_hba.conf. Implicit | Simon Riggs | 2010-04-19 | 2 | -9/+40 |
* | Message tuning | Peter Eisentraut | 2010-03-30 | 1 | -2/+2 |
* | Fix thinko in log message for "sameuser" ident map mismatch: the provided | Tom Lane | 2010-03-24 | 1 | -7/+7 |
* | Message tuning | Peter Eisentraut | 2010-03-21 | 3 | -12/+12 |
* | Revert all keepalive moves, reevaluate. | Bruce Momjian | 2010-03-13 | 1 | -4/+4 |
* | Move more tcp keepalive macros to be consistent. | Bruce Momjian | 2010-03-13 | 1 | -3/+3 |
* | Move TCP keepalive macro definition | Bruce Momjian | 2010-03-13 | 1 | -2/+2 |
* | Add libpq warning message if the .pgpass-retrieved password fails. | Bruce Momjian | 2010-03-13 | 1 | -3/+6 |
* | Disallow gssapi authentication on local connections, since it | Magnus Hagander | 2010-03-08 | 1 | -1/+17 |
* | When reading pg_hba.conf and similar files, do not treat @file as an inclusion | Tom Lane | 2010-03-06 | 1 | -4/+14 |
* | Fix a couple of places that would loop forever if attempts to read a stdio file | Tom Lane | 2010-03-03 | 1 | -2/+2 |
* | It's clearly now pointless to do backwards compatible parsing of this, | Magnus Hagander | 2010-03-01 | 1 | -3/+1 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 8 | -197/+217 |
* | Add configuration parameter ssl_renegotiation_limit to control | Magnus Hagander | 2010-02-25 | 1 | -4/+5 |
* | Fix pq_getbyte_if_available() function. It was confused on what it | Heikki Linnakangas | 2010-02-18 | 2 | -5/+36 |
* | Add emulation of non-blocking sockets to the win32 socket/signal layer, | Magnus Hagander | 2010-02-16 | 1 | -1/+13 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -4/+2 |
* | Make RADIUS authentication use pg_getaddrinfo_all() to get address of | Magnus Hagander | 2010-02-02 | 2 | -16/+65 |
* | Get rid of unportable use of socklen_t --- we have a configure test | Tom Lane | 2010-01-31 | 1 | -2/+2 |
* | Add support for RADIUS authentication. | Magnus Hagander | 2010-01-27 | 4 | -7/+423 |
* | Reformat the comments in pg_hba.conf and pg_ident.conf | Peter Eisentraut | 2010-01-26 | 2 | -49/+54 |
* | Make the default pg_hba.conf and pg_ident.conf align at 8-character boundaries | Peter Eisentraut | 2010-01-26 | 2 | -5/+5 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 | 4 | -9/+67 |
* | Create typedef pgsocket for storing socket descriptors. | Magnus Hagander | 2010-01-10 | 3 | -15/+15 |
* | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 2010-01-07 | 1 | -56/+1 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 10 | -20/+20 |
* | Suppress compiler warning, per buildfarm member narwhal | Tom Lane | 2009-12-31 | 1 | -3/+4 |
* | Set errno to zero before invoking SSL_read or SSL_write. It appears that | Tom Lane | 2009-12-30 | 1 | -1/+3 |
* | Allow LDAP authentication to operate in search+bind mode, meaning it | Magnus Hagander | 2009-12-12 | 2 | -44/+257 |
* | Add large object access control. | Itagaki Takahiro | 2009-12-11 | 1 | -1/+47 |
* | Reject certificates with embedded NULLs in the commonName field. This stops | Magnus Hagander | 2009-12-09 | 1 | -2/+22 |
* | Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the | Tom Lane | 2009-10-16 | 1 | -48/+80 |
* | Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH, | Heikki Linnakangas | 2009-10-14 | 1 | -5/+5 |
* | Raise the maximum authentication token (Kerberos ticket) size in GSSAPI | Heikki Linnakangas | 2009-10-14 | 1 | -3/+18 |
* | Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficiently | Tom Lane | 2009-10-03 | 1 | -12/+14 |
* | Support "samehost" and "samenet" specifications in pg_hba.conf, | Tom Lane | 2009-10-01 | 3 | -102/+623 |
* | Fix possible buffer overrun and/or unportable behavior in pg_md5_encrypt() | Tom Lane | 2009-09-15 | 1 | -3/+4 |
* | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 | 1 | -46/+1 |
* | Remove the use of the pg_auth flat file for client authentication. | Tom Lane | 2009-08-29 | 4 | -192/+116 |
* | Disallow empty passwords in LDAP authentication, the same way | Magnus Hagander | 2009-06-25 | 1 | -1/+8 |
* | parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put the | Magnus Hagander | 2009-06-24 | 1 | -4/+9 |
* | Message fixes | Peter Eisentraut | 2009-06-21 | 1 | -2/+2 |
* | Remove our inadequate kluge that tried to get AIX's various broken versions | Tom Lane | 2009-06-11 | 1 | -37/+1 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 6 | -170/+188 |
* | Properly return the usermap result when doing gssapi authentication. Without | Magnus Hagander | 2009-05-27 | 1 | -2/+2 |
* | Improve comments in pg_ident.conf.sample. | Tom Lane | 2009-05-16 | 1 | -11/+11 |
* | Support SSL certificate chains in the server certificate file. | Magnus Hagander | 2009-05-11 | 1 | -4/+3 |
* | Suppress some 'variable may be used uninitialized' warnings from gcc 4.4. | Tom Lane | 2009-04-23 | 1 | -1/+3 |
* | Add missing gettext calls around some strings. Also remove quotes around the | Alvaro Herrera | 2009-04-15 | 1 | -6/+7 |