aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAge
* Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part.Tom Lane2008-07-24
* Since GSSAPI and SSPI authentication don't work in protocol version 2,Tom Lane2008-02-08
* Don't putenv() a string that is allocated in a context that will go awayTom Lane2008-01-30
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix typoPeter Eisentraut2007-11-28
* correct capitalizationPeter Eisentraut2007-11-27
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Message improvementsPeter Eisentraut2007-11-15
* Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander2007-11-09
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-07
* Fix GSS API pointer checking.Bruce Momjian2007-09-14
* Silence compiler warning on mingwMagnus Hagander2007-07-24
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-24
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23
* Fix some warnings (probably actual bugs) generated by new GSSAPI codeTom Lane2007-07-12
* Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander2007-07-12
* Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander2007-07-12
* A bunch of GSSAPI fixes per comments from Tom:Magnus Hagander2007-07-11
* Add support for GSSAPI authentication.Magnus Hagander2007-07-10
* On win32, don't use SO_REUSEADDR for TCP sockets.Magnus Hagander2007-06-04
* Remove redundant logging of send failures when SSL is in use. While pqcomm.cTom Lane2007-05-18
* Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane2007-04-06
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-03
* Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway2007-03-03
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Code review for SSLKEY patch.Tom Lane2007-02-16
* SSL improvements:Bruce Momjian2007-02-16
* Improve postmaster's behavior if an accept() call fails. Because the serverTom Lane2007-02-13
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-10
* Check if the role exists before doing more complex ident and KerberosBruce Momjian2007-02-08
* Replace some strncpy() by strlcpy().Peter Eisentraut2007-02-07
* On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane2007-01-26
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Minor fix for LDAP authentication: if an error occurs, we need toNeil Conway2006-11-06
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* Try to fix the AIX getaddrinfo mess in a way that works on all versions.Tom Lane2006-10-19
* Work around reported problem that AIX's getaddrinfo() doesn't seem to zeroTom Lane2006-10-19
* Update pg_hba.conf comment about documentation section.Bruce Momjian2006-10-11
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-03
* Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.Tom Lane2006-09-15
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-07
* Add missing gettext calls for some SSL errors.Peter Eisentraut2006-09-04
* Ooops, ldap fix for win32 broke the non-win32 case.Tom Lane2006-08-22
* Fix encrypted-LDAP support so that it doesn't cause the server to failTom Lane2006-08-21
* Set Win32 server-size socket buffer to 32k, for performance reasons.Bruce Momjian2006-08-11
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14