Re: RADIUS authentication - Mailing list pgsql-hackers

From Tom Lane
Subject Re: RADIUS authentication
Date
Msg-id 11586.1263919093@sss.pgh.pa.us
Whole thread Raw
In response to Re: RADIUS authentication  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> 2010/1/18 KaiGai Kohei <kaigai@ak.jp.nec.com>:
>> �The random seed is initialized at BackendRun() with MyProcPid and
>> �the time of backend process launched.
>> �Then, PostgresMain() -> InitPostgres() -> PerformAuthentication()
>> �will be called, and this random() shall be the first call just after
>> �initialization of the srandom().

> Maybe switching to erand48() would make this better, and good enough?

Wouldn't help in the least.  The problem is not the RNG itself but lack
of an adequately unpredictable random seed, and anything you do here
is unlikely to be more random than what we already arranged for.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug ? different behaviour between 8.3 and 8.4 won IS NULL with sub arrays of nulls
Next
From: Tom Lane
Date:
Subject: Re: Patch: Remove gcc dependency in definition of inline functions