csjp        2007-10-24 01:08:36 UTC

  FreeBSD ports repository (src committer)

  Modified files:
    security/bsmtrace    Makefile distinfo 
  Log:
  Update bsmtrace to 1.1.0.
  
  1.1.0 fixes a pretty serious bug which resulted in BSM records without
  pathname tokens being processed in some cases.
  
  Additionally, timeout-window and timeout-probability features were added
  to allow people defining sequences with timeouts to add an element of
  randomness to the timeout, in theory making it more difficult for people
  to attack.
  
  timeout 60;
  timeout-window 10;
  timeout-probability 65;
  
  Basically equates to:
  
  "This sequence should timeout in a random amount of time, where the
   probability of the timeout being from 60-70 is 65%"
  
  It should be noted that there is a probability of 35% that the value will
  be completely random.  So naturally, the lower the timeout-probability, the
  more random the timeout will be.
  
  Approved by:    tmclaugh
  
  Revision  Changes    Path
  1.2       +1 -1      ports/security/bsmtrace/Makefile
  1.2       +3 -3      ports/security/bsmtrace/distinfo
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to