1. 01 Jul, 2013 1 commit
  2. 30 Jun, 2013 2 commits
  3. 26 Jun, 2013 2 commits
  4. 25 Jun, 2013 2 commits
  5. 18 Jun, 2013 2 commits
  6. 11 Jun, 2013 2 commits
  7. 03 Jun, 2013 2 commits
  8. 27 May, 2013 2 commits
  9. 20 May, 2013 1 commit
  10. 13 May, 2013 5 commits
  11. 07 May, 2013 1 commit
  12. 29 Apr, 2013 5 commits
  13. 26 Apr, 2013 1 commit
  14. 23 Apr, 2013 2 commits
  15. 22 Apr, 2013 2 commits
  16. 19 Apr, 2013 1 commit
  17. 18 Apr, 2013 2 commits
  18. 17 Apr, 2013 4 commits
  19. 16 Apr, 2013 1 commit
    • Julien Muchembled's avatar
      Fix use of alternate addresses · 620b9e98
      Julien Muchembled authored
      When a peer advertised several addresses, a node trying to create a tunnel to
      it never tried any other address than the first one.
      
      Before, we wrongly assumed OpenVPN would try all addresses before aborting
      (--ping-exit). New code reexecutes OpenVPN until all addresses are tried
      and update the peer db to reorder addresses if the first one failed.
      620b9e98