On Fri, 6 Jun 2008 09:24:20 -0700 Mike Larson <[EMAIL PROTECTED]> wrote:
> src/server/authenticate.cc | 28 ++++++++++++++++++++-------- > 1 files changed, 20 insertions(+), 8 deletions(-) > > New commits: > commit 9719761cbe29122babe6bcc200611cb9451e0163 > Author: Michael Larson <[EMAIL PROTECTED]> > Date: Fri Jun 6 09:23:55 2008 -0700 > > implement improved non-repeatable random value using /dev/random for > session id. > > http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=9719761cbe29122babe6bcc200611cb9451e0163 > _______________________________________________ > svn mailing list > [email protected] > http://mailman.vyatta.com/mailman/listinfo/svn Use /dev/urandom instead please. It turns out /dev/random will block (especially on embedded systems) if entropy pool is empty. _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
