| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make RADIUS authentication use pg_getaddrinfo_all() to get address of | Magnus Hagander | 2010-02-02 | 1 | -12/+52 |
| * | 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 | 1 | -2/+365 |
| * | Create typedef pgsocket for storing socket descriptors. | Magnus Hagander | 2010-01-10 | 1 | -2/+2 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Suppress compiler warning, per buildfarm member narwhal | Tom Lane | 2009-12-31 | 1 | -3/+4 |
| * | Allow LDAP authentication to operate in search+bind mode, meaning it | Magnus Hagander | 2009-12-12 | 1 | -43/+205 |
| * | 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 |
| * | Remove the use of the pg_auth flat file for client authentication. | Tom Lane | 2009-08-29 | 1 | -7/+15 |
| * | Disallow empty passwords in LDAP authentication, the same way | Magnus Hagander | 2009-06-25 | 1 | -1/+8 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -45/+46 |
| * | Properly return the usermap result when doing gssapi authentication. Without | Magnus Hagander | 2009-05-27 | 1 | -2/+2 |
| * | Remove last references to the crypt auth method, per Andreas Scherbaum. | Tom Lane | 2009-04-01 | 1 | -2/+2 |
| * | Clean up pg_SSPI_error() coding a little bit: make the messages more | Tom Lane | 2009-03-22 | 1 | -7/+7 |
| * | Make krb_realm and krb_server_hostname be pg_hba options only, and remove | Magnus Hagander | 2009-01-09 | 1 | -38/+15 |
| * | Add hba parameter include_realm to krb5, gss and sspi authentication, used | Magnus Hagander | 2009-01-07 | 1 | -4/+30 |
| * | Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only) | Magnus Hagander | 2009-01-07 | 1 | -17/+38 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Issue a proper error message when MD5 is attempted when | Bruce Momjian | 2008-11-20 | 1 | -1/+5 |
| * | Add support for using SSL client certificates to authenticate to the | Magnus Hagander | 2008-11-20 | 1 | -1/+42 |
| * | Control client certificate requesting with the pg_hba option "clientcert" | Magnus Hagander | 2008-11-20 | 1 | -1/+35 |
| * | Ident authentication over Unix-domain sockets on Solaris, using | Peter Eisentraut | 2008-11-18 | 1 | -1/+41 |
| * | Remove support for (insecure) crypt authentication. | Magnus Hagander | 2008-10-28 | 1 | -9/+1 |
| * | * make pg_hba authoption be a set of 0 or more name=value pairs | Magnus Hagander | 2008-10-23 | 1 | -162/+43 |
| * | Parse pg_hba.conf in postmaster, instead of once in each backend for | Magnus Hagander | 2008-09-15 | 1 | -13/+13 |
| * | Rearrange the code in auth.c so that all functions for a single authentication | Magnus Hagander | 2008-08-01 | 1 | -381/+449 |
| * | Move ident authentication code into auth.c along with the other authenciation | Magnus Hagander | 2008-08-01 | 1 | -1/+462 |
| * | Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part. | Tom Lane | 2008-07-24 | 1 | -6/+12 |
| * | Since GSSAPI and SSPI authentication don't work in protocol version 2, | Tom Lane | 2008-02-08 | 1 | -6/+44 |
| * | Don't putenv() a string that is allocated in a context that will go away | Tom Lane | 2008-01-30 | 1 | -6/+13 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Fix typo | Peter Eisentraut | 2007-11-28 | 1 | -2/+2 |
| * | correct capitalization | Peter Eisentraut | 2007-11-27 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -150/+162 |
| * | Message improvements | Peter Eisentraut | 2007-11-15 | 1 | -3/+3 |
| * | Add parameter krb_realm used by GSSAPI, SSPI and Kerberos | Magnus Hagander | 2007-11-09 | 1 | -31/+85 |
| * | Fix GSS API pointer checking. | Bruce Momjian | 2007-09-14 | 1 | -2/+2 |
| * | Make it possible, and default, for MingW to build with SSPI support | Magnus Hagander | 2007-07-24 | 1 | -4/+33 |
| * | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander | 2007-07-23 | 1 | -7/+255 |
| * | Fix some warnings (probably actual bugs) generated by new GSSAPI code | Tom Lane | 2007-07-12 | 1 | -10/+10 |
| * | Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is | Magnus Hagander | 2007-07-12 | 1 | -5/+5 |
| * | Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, | Magnus Hagander | 2007-07-12 | 1 | -1/+5 |
| * | A bunch of GSSAPI fixes per comments from Tom: | Magnus Hagander | 2007-07-11 | 1 | -30/+33 |
| * | Add support for GSSAPI authentication. | Magnus Hagander | 2007-07-10 | 1 | -1/+272 |
| * | Check if the role exists before doing more complex ident and Kerberos | Bruce Momjian | 2007-02-08 | 1 | -1/+4 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Minor fix for LDAP authentication: if an error occurs, we need to | Neil Conway | 2006-11-06 | 1 | -9/+13 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 1 | -2/+3 |