summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2008-09-15Fix error messages from recent pg_hba parsing patch to use errcontext()Magnus Hagander
2008-09-15Parse pg_hba.conf in postmaster, instead of once in each backend forMagnus Hagander
2008-08-01Rearrange the code in auth.c so that all functions for a single authenticationMagnus Hagander
2008-08-01Move ident authentication code into auth.c along with the other authenciationMagnus Hagander
2008-07-24Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part.Tom Lane
2008-07-24Remove some redundant tests and improve comments in next_token().Tom Lane
2008-03-31Use error message wordings for permissions checks on .pgpass and SSL privateTom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-03-22Add server side lo_import(filename, oid) function.Tatsuo Ishii
2008-03-21More README src cleanups.Bruce Momjian
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2008-02-08Since GSSAPI and SSPI authentication don't work in protocol version 2,Tom Lane
2008-01-30Don't putenv() a string that is allocated in a context that will go awayTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-28Fix typoPeter Eisentraut
2007-11-27correct capitalizationPeter Eisentraut
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-15Message improvementsPeter Eisentraut
2007-11-09Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander
2007-11-07Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut
2007-09-14Fix GSS API pointer checking.Bruce Momjian
2007-07-24Silence compiler warning on mingwMagnus Hagander
2007-07-24Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander
2007-07-23SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander
2007-07-12Fix some warnings (probably actual bugs) generated by new GSSAPI codeTom Lane
2007-07-12Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander
2007-07-12Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander
2007-07-11A bunch of GSSAPI fixes per comments from Tom:Magnus Hagander
2007-07-10Add support for GSSAPI authentication.Magnus Hagander
2007-06-04On win32, don't use SO_REUSEADDR for TCP sockets.Magnus Hagander
2007-05-18Remove redundant logging of send failures when SSL is in use. While pqcomm.cTom Lane
2007-04-06Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane
2007-03-03Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian
2007-03-03Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-16Code review for SSLKEY patch.Tom Lane
2007-02-16SSL improvements:Bruce Momjian
2007-02-13Improve postmaster's behavior if an accept() call fails. Because the serverTom Lane
2007-02-10StrNCpy -> strlcpy (not complete)Peter Eisentraut
2007-02-08Check if the role exists before doing more complex ident and KerberosBruce Momjian
2007-02-07Replace some strncpy() by strlcpy().Peter Eisentraut
2007-01-26On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane
2007-01-20Remove remains of old depend target.Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-06Minor fix for LDAP authentication: if an error occurs, we need toNeil Conway
2006-11-05Fix recently-understood problems with handling of XID freezing, particularlyTom Lane
2006-10-19Try to fix the AIX getaddrinfo mess in a way that works on all versions.Tom Lane
2006-10-19Work around reported problem that AIX's getaddrinfo() doesn't seem to zeroTom Lane
2006-10-11Update pg_hba.conf comment about documentation section.Bruce Momjian
2006-10-06Message style improvementsPeter Eisentraut