pgsql: sslinfo contrib module - information about current SSL
| From: |
petere(at)postgresql(dot)org (Peter Eisentraut) |
| To: |
pgsql-committers(at)postgresql(dot)org |
| Subject: |
pgsql: sslinfo contrib module - information about current SSL |
| Date: |
2006-09-04 15:07:46 |
| Message-ID: |
20060904150746.831669FB28A@postgresql.org (view raw or flat) |
| Thread: |
|
| Lists: |
pgsql-committerspgsql-hackers |
Log Message:
-----------
sslinfo contrib module - information about current SSL certificate
Author: Victor Wagner <vitus(at)cryptocom(dot)ru>
Modified Files:
--------------
pgsql/contrib:
Makefile (r1.66 -> r1.67)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile.diff?r1=1.66&r2=1.67)
pgsql/src/include:
miscadmin.h (r1.188 -> r1.189)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/miscadmin.h.diff?r1=1.188&r2=1.189)
Added Files:
-----------
pgsql/contrib/sslinfo:
Makefile (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/sslinfo/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
README.sslinfo (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/sslinfo/README.sslinfo?rev=1.1&content-type=text/x-cvsweb-markup)
sslinfo.c (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/sslinfo/sslinfo.c?rev=1.1&content-type=text/x-cvsweb-markup)
sslinfo.sql.in (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/sslinfo/sslinfo.sql.in?rev=1.1&content-type=text/x-cvsweb-markup)
Responses
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2006-09-04 15:09:33 |
| Subject: Re: [PATCHES] possible ecpg vpath build error |
| Previous: | From: Tom Lane | Date: 2006-09-04 14:57:20 |
| Subject: Re: Planner estimates and cast operations ,... |
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2006-09-04 15:13:25 |
| Subject: Re: [COMMITTERS] pgsql: sslinfo contrib module - information about current SSL |
| Previous: | From: Peter Eisentraut | Date: 2006-09-04 14:57:27 |
| Subject: pgsql: Add missing gettext calls for some SSL errors. |