Skip to content
Snippets Groups Projects
  1. Dec 14, 2013
  2. Dec 13, 2013
  3. Dec 12, 2013
  4. Dec 11, 2013
  5. Dec 10, 2013
    • Mark Michelson's avatar
      Fix correct authentication behavior for artificial endpoint. · 5b4aab75
      Mark Michelson authored
      When switching to using a vector for authentication, I initialized
      the vector for the artificial endpoint to be of size 1. However, this
      does not result in AST_VECTOR_SIZE() returning 1 since there isn't
      actually anything in the vector.
      
      Rather than trifle with the vector by putting unnecessary elements in,
      I simply changed the callback in res_pjsip_authenticator_digest.c to
      explicitly report that the artificial endpoint requires authentication.
      
      Thanks to Joshua Colp for pointing this out.
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@403605 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      5b4aab75
  6. Dec 09, 2013
  7. Dec 08, 2013
  8. Dec 05, 2013
  9. Dec 04, 2013
  10. Dec 03, 2013
Loading