andrei      2008/07/17 15:33:53 CEST

  SER CVS Repository

  Modified files:
    modules/auth         auth_mod.c nonce.c nonce.h 
  Log:
  - check if nonce creation time is in the future (it might happen after a
   system backward time adjustment or in a cluster which is not
   time-synchrponized) and if the difference is greater then
   nonce_auth_max_drift (new module parameter), consider the nonce stale
   (and re-challenge).
  
  Revision  Changes    Path
  1.72      +2 -1      sip_router/modules/auth/auth_mod.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/auth/auth_mod.c.diff?r1=1.71&r2=1.72
  1.22      +16 -4     sip_router/modules/auth/nonce.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/auth/nonce.c.diff?r1=1.21&r2=1.22
  1.15      +8 -1      sip_router/modules/auth/nonce.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/auth/nonce.h.diff?r1=1.14&r2=1.15
_______________________________________________
Serdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/serdev

Reply via email to