postgresql/src/interfaces/libpq
Bruce Momjian 6ccb5aebad I was playing around with 7.3.1 and found some more SSL problems. The
first, that I missed when checking over 7.3.1, was that the client
method was switched to SSLv23 along with the server.  The SSLv23 client
method does SSLv2 by default, but can also understand SSLv3.  In our
situation the SSLv2 backwords compatibility is really only needed on the
server.  This is the first patch.

The last thing is that I found a way for the server to understand SSLv2
HELLO messages (sent by pre-7.3 clients) but then get them to talk
SSLv3.  This is the last one.

Nathan Mueller
2003-01-08 22:56:58 +00:00
..
po Translation updates 2002-10-21 18:51:03 +00:00
bcc32.mak Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +00:00
blibpqdll.def Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +00:00
fe-auth.c Deal with cases where getpeereid _and_ another creditial method is 2002-12-03 22:09:20 +00:00
fe-auth.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-connect.c Fix pgpass to work with PQconnectDB(). 2003-01-08 21:33:27 +00:00
fe-exec.c Fix various places where global s/NOTICE/WARNING/ was applied with too 2003-01-07 22:23:17 +00:00
fe-lobj.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-misc.c Fix various places where global s/NOTICE/WARNING/ was applied with too 2003-01-07 22:23:17 +00:00
fe-print.c The attached patch fixes a number of issues related to compiling the 2002-10-03 17:09:42 +00:00
fe-secure.c I was playing around with 7.3.1 and found some more SSL problems. The 2003-01-08 22:56:58 +00:00
libpq-fe.h I just discovered, that there is missing a const when passing a buffer 2002-11-10 00:14:22 +00:00
libpq-int.h Fix connection_timeout to use time() and handle timeout == 1. 2002-10-16 02:55:30 +00:00
libpq.rc Stamp minor version numbers for 7.4 release. 2002-12-04 18:14:11 +00:00
libpqdll.c Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
libpqdll.def The attached patch fixes a number of issues related to compiling the 2002-10-03 17:09:42 +00:00
Makefile Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries 2003-01-06 03:18:27 +00:00
nls.mk Translation updates, some messages tweaked. 2002-09-22 20:57:21 +00:00
pqexpbuffer.c The attached patch fixes a number of issues related to compiling the 2002-10-03 17:09:42 +00:00
pqexpbuffer.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pqsignal.c Fix inclusion order, per Andreas. 2002-11-04 14:27:21 +00:00
pqsignal.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
win32.c pgindent run. 2002-09-04 20:31:48 +00:00
win32.h Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +00:00
win32.mak Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00

This directory contains the C version of Libpq, the POSTGRES frontend library.