Commit Graph

679 Commits (4b606ee444a1663a5ae668f5cd0560f165b04c43)

Author SHA1 Message Date
Magnus Hagander 4b606ee444 Add parameter krb_realm used by GSSAPI, SSPI and Kerberos 18 years ago
Peter Eisentraut 5f9869d0ee Use "alternative" instead of "alternate" where it is clearer. 18 years ago
Bruce Momjian 7f9de5407a Fix GSS API pointer checking. 19 years ago
Magnus Hagander f903278e2d Silence compiler warning on mingw 19 years ago
Magnus Hagander d602592494 Make it possible, and default, for MingW to build with SSPI support 19 years ago
Magnus Hagander f70866fb23 SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos 19 years ago
Tom Lane 72c7badbab Fix some warnings (probably actual bugs) generated by new GSSAPI code 19 years ago
Magnus Hagander 784fd04940 Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is 19 years ago
Magnus Hagander 65a513c249 Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, 19 years ago
Magnus Hagander 31013db0a1 A bunch of GSSAPI fixes per comments from Tom: 19 years ago
Magnus Hagander 6160106c74 Add support for GSSAPI authentication. 19 years ago
Magnus Hagander 0e92f9813e On win32, don't use SO_REUSEADDR for TCP sockets. 19 years ago
Tom Lane d1972c52a8 Remove redundant logging of send failures when SSL is in use. While pqcomm.c 19 years ago
Tom Lane 37a609b27f Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be 19 years ago
Bruce Momjian 0763a56501 Add lo_truncate() to backend and libpq for large object truncation. 19 years ago
Neil Conway 90d76525c5 Add resetStringInfo(), which clears the content of a StringInfo, and 19 years ago
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Tom Lane b6c9165ea0 Code review for SSLKEY patch. 19 years ago
Bruce Momjian c7b08050d9 SSL improvements: 19 years ago
Tom Lane cf4cc7843c Improve postmaster's behavior if an accept() call fails. Because the server 19 years ago
Peter Eisentraut 4ab8fcba8a StrNCpy -> strlcpy (not complete) 19 years ago
Bruce Momjian fe03a5f4ae Check if the role exists before doing more complex ident and Kerberos 19 years ago
Peter Eisentraut 16059d39a0 Replace some strncpy() by strlcpy(). 19 years ago
Tom Lane 4355d214c2 On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for 19 years ago
Peter Eisentraut 2cc01004c6 Remove remains of old depend target. 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Neil Conway 62fe410ec6 Minor fix for LDAP authentication: if an error occurs, we need to 19 years ago
Tom Lane 48188e1621 Fix recently-understood problems with handling of XID freezing, particularly 19 years ago
Tom Lane 33af087695 Try to fix the AIX getaddrinfo mess in a way that works on all versions. 20 years ago
Tom Lane dbb397f30f Work around reported problem that AIX's getaddrinfo() doesn't seem to zero 20 years ago
Bruce Momjian 638cc9abf8 Update pg_hba.conf comment about documentation section. 20 years ago
Peter Eisentraut b9b4f10b5b Message style improvements 20 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 20 years ago
Bruce Momjian 45c8ed96b9 Make some sentences consistent with similar ones. 20 years ago
Tom Lane 0b52204f0d Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus. 20 years ago
Bruce Momjian a0e87ad7a5 Specify lo_write() to take a _const_ buffer, to match documentation. 20 years ago
Peter Eisentraut c8041474ee Add missing gettext calls for some SSL errors. 20 years ago
Tom Lane daebd5257c Ooops, ldap fix for win32 broke the non-win32 case. 20 years ago
Tom Lane 5405576a22 Fix encrypted-LDAP support so that it doesn't cause the server to fail 20 years ago
Bruce Momjian 5c9e9c0c42 Set Win32 server-size socket buffer to 32k, for performance reasons. 20 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 20 years ago
Tom Lane ae643747b1 Fix a passel of recently-committed violations of the rule 'thou shalt 20 years ago
Bruce Momjian a22d76d96a Allow include files to compile own their own. 20 years ago
Bruce Momjian fa601357fb Sort reference of include files, "A" - "F". 20 years ago
Alvaro Herrera d4cef0aa2a Improve vacuum code to track minimum Xids per table instead of per database. 20 years ago
Tom Lane 47a37aeebd Split definitions for md5.c out of crypt.h and into their own header 20 years ago
Bruce Momjian 399a36a75d Prepare code to be built by MSVC: 20 years ago
Tom Lane 91d568e9bb Fix the sense of the test on DH_check()'s return value. This was preventing 20 years ago
Bruce Momjian 069ad5fcc3 Add SSL CRL support to libpq. Recently added to the backend. 20 years ago
Bruce Momjian 3ecfdceaec Issue a log message if a CRL file exists and the SSL library does not 20 years ago