OSDN Git Service

I have applied the following patch to document PQinitSSL() and
authorBruce Momjian <bruce@momjian.us>
Mon, 24 Oct 2005 15:38:37 +0000 (15:38 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 24 Oct 2005 15:38:37 +0000 (15:38 +0000)
commit819159709fe15e9270731a31b99d9767f499336c
tree738d3e96abdd1cb2e16e2a2292a54e9feacd5584
parent18feafcc59d8d8eb7dd7d3326e5e7edd98321e00
I have applied the following patch to document PQinitSSL() and
PQregisterThreadLock().

I also remove the crypt() mention in the libpq threading section and
added a single sentence in the client-auth manual page under crypt().
Crypt authentication is so old now that a separate paragraph about it
seemed unwise.

I also added a comment about our use of locking around pqGetpwuid().
doc/src/sgml/client-auth.sgml
doc/src/sgml/libpq.sgml
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-secure.c