postgresql/src
Bruce Momjian 902ca3e225 Here is a patch to fix win32 ssl builds. Summary of changes:
* Links with -leay32 and -lssleay32 instead of crypto and ssl. On win32,
"crypto and ssl" is only used for static linking.

* Initializes SSL in the backend and not just in the postmaster. We
cannot pass the SSL context from the postmaster through the parameter
file, because it contains function pointers.

* Split one error check in be-secure.c. Previously we could not tell
which of three calls actually failed. The previous code also returned
incorrect error messages if SSL_accept() failed - that function needs to
use SSL_get_error() on the return value, can't just use the error queue.

* Since the win32 implementation uses non-blocking sockets "behind the
scenes" in order to deliver signals correctly, implements a version of
SSL_accept() that can handle this. Also, add a wait function in case
SSL_read or SSL_write() needs more data.

Magnus Hagander
2004-10-06 09:35:23 +00:00
..
backend Here is a patch to fix win32 ssl builds. Summary of changes: 2004-10-06 09:35:23 +00:00
bin Adjustment to test on unix domain socket variable for pg_hba.conf 2004-10-06 09:13:10 +00:00
corba make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
include Here is a patch to fix win32 ssl builds. Summary of changes: 2004-10-06 09:35:23 +00:00
interfaces Add Win32 version info to client binaries. 2004-10-05 19:30:25 +00:00
makefiles please find attached an alternate submission which addresses open item 2004-10-06 08:50:02 +00:00
pl Allow plpython to build on Win32. 2004-10-06 09:20:41 +00:00
port please find attached an alternate submission which addresses open item 2004-10-06 08:50:02 +00:00
template Fix TAS assembly stuff for Solaris/386. (I'm not in a position to 2004-09-24 00:21:32 +00:00
test Detect overflow in integer arithmetic operators (integer, smallint, and 2004-10-04 14:42:48 +00:00
timezone Make libpgport be front-end only and make libpgport_srv be a backend 2004-10-04 13:43:59 +00:00
tools Update length from 75 to 79. 2004-10-02 01:10:58 +00:00
tutorial Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
utils PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile please find attached an alternate submission which addresses open item 2004-10-06 08:50:02 +00:00
Makefile.global.in Allow plpython to build on Win32. 2004-10-06 09:20:41 +00:00
Makefile.shlib Fix shared library linking operations to work properly on all (or at 2004-09-02 23:06:43 +00:00
bcc32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
nls-global.mk More locale fixes for pg_ctl. 2004-06-01 03:32:42 +00:00
win32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00