| Commit message (Expand) | Author | Age |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Standardize treatment of strcmp() return value | Peter Eisentraut | 2011-12-27 |
* | Use consistent format for reporting GetLastError() | Peter Eisentraut | 2011-08-23 |
* | Add host name resolution information to pg_hba.conf error messages | Peter Eisentraut | 2011-07-31 |
* | Replace printf format %i by %d | Peter Eisentraut | 2011-07-26 |
* | Replace errdetail("%s", ...) with errdetail_internal("%s", ...). | Tom Lane | 2011-07-16 |
* | Fix SSPI login when multiple roundtrips are required | Magnus Hagander | 2011-07-16 |
* | Message style improvements of errmsg_internal() calls | Peter Eisentraut | 2011-07-05 |
* | Modernise pg_hba.conf token processing | Alvaro Herrera | 2011-06-28 |
* | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 |
* | Implement getpeereid() as a src/port compatibility function. | Tom Lane | 2011-06-02 |
* | Replace use of credential control messages with getsockopt(LOCAL_PEERCRED). | Tom Lane | 2011-05-31 |
* | Fix portability bugs in use of credentials control messages for peer auth. | Tom Lane | 2011-05-30 |
* | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut | 2011-04-11 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Suppress platform-dependent unused-variable warning. | Tom Lane | 2011-03-20 |
* | Rename ident authentication over local connections to peer | Magnus Hagander | 2011-03-19 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Add a client authentication hook. | Robert Haas | 2010-10-26 |
* | Fix low-risk potential denial of service against RADIUS login. | Magnus Hagander | 2010-10-15 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Message tuning | Peter Eisentraut | 2010-06-29 |
* | Fix bogus error message for SSL-cert authentication, due to lack of | 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 |
* | Message tuning | Peter Eisentraut | 2010-03-21 |
* | Add libpq warning message if the .pgpass-retrieved password fails. | Bruce Momjian | 2010-03-13 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | 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 |
* | Create typedef pgsocket for storing socket descriptors. | Magnus Hagander | 2010-01-10 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Suppress compiler warning, per buildfarm member narwhal | Tom Lane | 2009-12-31 |
* | Allow LDAP authentication to operate in search+bind mode, meaning it | Magnus Hagander | 2009-12-12 |
* | 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 |
* | 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 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Properly return the usermap result when doing gssapi authentication. Without | Magnus Hagander | 2009-05-27 |
* | Remove last references to the crypt auth method, per Andreas Scherbaum. | Tom Lane | 2009-04-01 |
* | Clean up pg_SSPI_error() coding a little bit: make the messages more | Tom Lane | 2009-03-22 |
* | Make krb_realm and krb_server_hostname be pg_hba options only, and remove | Magnus Hagander | 2009-01-09 |
* | Add hba parameter include_realm to krb5, gss and sspi authentication, used | Magnus Hagander | 2009-01-07 |
* | Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only) | Magnus Hagander | 2009-01-07 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |