Commit Graph

305 Commits (0ba99c84e8c7138143059b281063d4cca5a2bfea)

Author SHA1 Message Date
Magnus Hagander 0e7f7071e8 Fix low-risk potential denial of service against RADIUS login. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 16 years ago
Peter Eisentraut 89474cc321 Message tuning 16 years ago
Tom Lane 0d046a4d72 Fix bogus error message for SSL-cert authentication, due to lack of 16 years ago
Tom Lane a2c3931a24 Fix pg_hba.conf matching so that replication connections only match records 16 years ago
Simon Riggs cfac702223 Add new message for explicit rejection by pg_hba.conf. Implicit 16 years ago
Peter Eisentraut feb5087a34 Message tuning 16 years ago
Peter Eisentraut c248d17120 Message tuning 16 years ago
Bruce Momjian a6c1cea2b7 Add libpq warning message if the .pgpass-retrieved password fails. 16 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Magnus Hagander 0a27347141 Make RADIUS authentication use pg_getaddrinfo_all() to get address of 16 years ago
Tom Lane 4913efc624 Get rid of unportable use of socklen_t --- we have a configure test 16 years ago
Magnus Hagander b3daac5a9c Add support for RADIUS authentication. 16 years ago
Magnus Hagander 87091cb1f1 Create typedef pgsocket for storing socket descriptors. 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Tom Lane 2aff8c422e Suppress compiler warning, per buildfarm member narwhal 16 years ago
Magnus Hagander 0182d6f646 Allow LDAP authentication to operate in search+bind mode, meaning it 16 years ago
Tom Lane 76c09dbe8d Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the 16 years ago
Heikki Linnakangas be922e8555 Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH, 16 years ago
Heikki Linnakangas e2a41957a4 Raise the maximum authentication token (Kerberos ticket) size in GSSAPI 16 years ago
Tom Lane e710b65c1c Remove the use of the pg_auth flat file for client authentication. 17 years ago
Magnus Hagander 6c4637a3b3 Disallow empty passwords in LDAP authentication, the same way 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Magnus Hagander b1c2781951 Properly return the usermap result when doing gssapi authentication. Without 17 years ago
Tom Lane 7cdfa488c7 Remove last references to the crypt auth method, per Andreas Scherbaum. 17 years ago
Tom Lane 727ffa1d1e Clean up pg_SSPI_error() coding a little bit: make the messages more 17 years ago
Magnus Hagander 1b4e729eaa Make krb_realm and krb_server_hostname be pg_hba options only, and remove 17 years ago
Magnus Hagander b09f930d2e Add hba parameter include_realm to krb5, gss and sspi authentication, used 17 years ago
Magnus Hagander 32c469d7b1 Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only) 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Bruce Momjian 170b66a0c5 Issue a proper error message when MD5 is attempted when 17 years ago
Magnus Hagander f179d5ea99 Add support for using SSL client certificates to authenticate to the 17 years ago
Magnus Hagander 3c486fbd1c Control client certificate requesting with the pg_hba option "clientcert" 17 years ago
Peter Eisentraut f426fbf746 Ident authentication over Unix-domain sockets on Solaris, using 17 years ago
Magnus Hagander 53a5026b5c Remove support for (insecure) crypt authentication. 17 years ago
Magnus Hagander 7356381ef5 * make pg_hba authoption be a set of 0 or more name=value pairs 17 years ago
Magnus Hagander 9872381090 Parse pg_hba.conf in postmaster, instead of once in each backend for 18 years ago
Magnus Hagander 26e6991a2d Rearrange the code in auth.c so that all functions for a single authentication 18 years ago
Magnus Hagander c30c1b8786 Move ident authentication code into auth.c along with the other authenciation 18 years ago
Tom Lane 94be06af76 Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part. 18 years ago
Tom Lane 81e770857d Since GSSAPI and SSPI authentication don't work in protocol version 2, 18 years ago
Tom Lane b58d8c9a53 Don't putenv() a string that is allocated in a context that will go away 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Peter Eisentraut 178c78c79f Fix typo 18 years ago
Peter Eisentraut 542d04e179 correct capitalization 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Peter Eisentraut 166f67cebe Message improvements 18 years ago
Magnus Hagander 4b606ee444 Add parameter krb_realm used by GSSAPI, SSPI and Kerberos 18 years ago
Bruce Momjian 7f9de5407a Fix GSS API pointer checking. 19 years ago