pginstaller - pginst: Stop autogenerating passwords, and require the

From: mha(at)pgfoundry(dot)org (User Mha)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: Stop autogenerating passwords, and require the
Date: 2009-02-24 15:24:09
Message-ID: 20090224152409.B36F417ADE86@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Stop autogenerating passwords, and require the user to input one himself.
We get enough complaints about this that it's simply not worth doing it
for the user... (because the ones we generated were actually secure...)

Modified Files:
--------------
pginst/ca:
pginstca.c (r1.126 -> r1.127)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.126&r2=1.127)
pginstca.h (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.h.diff?r1=1.9&r2=1.10)
user.c (r1.23 -> r1.24)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/user.c.diff?r1=1.23&r2=1.24)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-02-25 03:30:38 pgsql: Get rid of the rather fuzzily defined FlattenedSubLink node type
Previous Message User Bmomjian 2009-02-24 14:59:49 pg-migrator - src: Add TODO: + o support migration from Postgres 8.2