pginstaller - pginst: Disallow backslashes in superuser passwords, since

From: mha(at)pgfoundry(dot)org (User Mha)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: Disallow backslashes in superuser passwords, since
Date: 2009-05-06 13:36:53
Message-ID: 20090506133653.766D317ADF7D@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Disallow backslashes in superuser passwords, since they can do
weird thing with escaping rules and generally break things.

Fixes pgfoundry bug #1010601

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pginst/ca:
pginstca.c (r1.119.2.8 -> r1.119.2.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.119.2.8&r2=1.119.2.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-05-06 13:38:09 Re: pgsql: Minor improvement: avoid assuming that GetLastError value cannot
Previous Message User Mha 2009-05-06 13:36:49 pginstaller - pginst: Disallow backslashes in superuser passwords, since