Tom Lane
8f74153732
Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem buffer
...
it was using too soon. In a situation where pg_do_encoding_conversion is
a no-op, this led to garbage data returned.
In HEAD, also modify the code that's ensuring null termination to make it
a tad more obvious what's happening.
2008-11-10 14:57:53 +00:00
Bruce Momjian
f99a569a2e
pgindent run for 8.2.
2006-10-04 00:30:14 +00:00
Tom Lane
87cd901cba
Suppress compiler warnings.
2006-09-30 18:44:37 +00:00
Tom Lane
8136041a80
uninstall script for sslinfo
2006-09-30 18:24:19 +00:00
Bruce Momjian
a86e70b8f8
Remove sslinfo copyright with author permission, keep author attribution.
...
Victor Wagner
2006-09-14 20:50:51 +00:00
Tom Lane
d3f54c7907
Spell readme file's name correctly, per buildfarm reports.
2006-09-12 14:47:24 +00:00
Peter Eisentraut
e79380e5ae
Small fix for the README install for contrib/sslinfo.
...
Dave Page
2006-09-12 11:46:11 +00:00
Tom Lane
389870b256
Be more wary about which LIBS elements to pull into sslinfo link.
...
Per buildfarm results.
2006-09-06 18:30:17 +00:00
Tom Lane
433caead84
Fix sslinfo so it builds on Darwin.
2006-09-05 23:15:02 +00:00
Tom Lane
94ec712cd2
Silence compiler warning about signed vs unsigned chars.
2006-09-05 23:07:16 +00:00
Tom Lane
5a248cd2e4
Bring sslinfo Makefile up to speed for VPATH and pgxs builds.
2006-09-04 22:22:36 +00:00
Peter Eisentraut
6dc920de59
sslinfo contrib module - information about current SSL certificate
...
Author: Victor Wagner <vitus@cryptocom.ru>
2006-09-04 15:07:46 +00:00