summaryrefslogtreecommitdiff
path: root/contrib/sslinfo
Commit message (Collapse)AuthorAgeFilesLines
* Spell readme file's name correctly, per buildfarm reports.Tom Lane2006-09-121-1/+1
|
* Small fix for the README install for contrib/sslinfo.Peter Eisentraut2006-09-121-1/+1
| | | | Dave Page
* Be more wary about which LIBS elements to pull into sslinfo link.Tom Lane2006-09-061-1/+1
| | | | Per buildfarm results.
* Fix sslinfo so it builds on Darwin.Tom Lane2006-09-051-1/+4
|
* Silence compiler warning about signed vs unsigned chars.Tom Lane2006-09-051-2/+8
|
* Bring sslinfo Makefile up to speed for VPATH and pgxs builds.Tom Lane2006-09-041-5/+9
|
* sslinfo contrib module - information about current SSL certificatePeter Eisentraut2006-09-044-0/+498
Author: Victor Wagner <vitus@cryptocom.ru>