Re: contrib: auth_delay module

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: contrib: auth_delay module
Дата
Msg-id AANLkTinnRi-+taVfs0gG_DRxLPcsF8MtH2mx6aB-gU9b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: contrib: auth_delay module  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: contrib: auth_delay module  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Sat, Nov 27, 2010 at 9:25 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Thu, Nov 25, 2010 at 1:18 AM, KaiGai Kohei <kaigai@ak.jp.nec.com> wrote:
>> The attached patch is revised version.
>>
>> - Logging part within auth_delay was removed. This module now focuses on
>>  injection of a few seconds delay on authentication failed.
>> - Documentation parts were added like any other contrib modules.
>
> Committed, with a few adjustments.  Per Fujii Masao's suggestion, I
> changed sleep() to pg_usleep(); I also changed the GUC to be reckoned
> in milliseconds rather than seconds.

Thanks. I found the typo:

-----------------------------
diff --git a/contrib/README b/contrib/README
index 9e223ef..8a12cc1 100644
--- a/contrib/README
+++ b/contrib/README
@@ -30,7 +30,7 @@ adminpack -
auth_delay       Add a short delay after a failed authentication attempt, to make
-    make brute-force attacks on database passwords a bit harder.
+       brute-force attacks on database passwords a bit harder.       by KaiGai Kohei <kaigai@ak.jp.nec.com>
auto_explain -
-----------------------------

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Yourfriend
Дата:
Сообщение: Feature request: INSERT .... ON DUPLICATE UPDATE ....
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Report: Linux huge pages with Postgres