1. 29 Jun, 2018 1 commit
    • Juliusz Chroboczek's avatar
      Fix (non-exploitable) buffer-overflow in packet parser. · 8cbc75db
      Juliusz Chroboczek authored
      The check for a TLV going beyond the end of the packet was off by two.
      A malformed packet could possibly cause babeld to read two octets beyond
      the end of the read buffer.
      
      While technically a buffer overflow, this is most probably not
      exploitable, since it is a read-only overflow.  At worst, it would
      cause two octets of garbage to be parsed and treated as valid data.
      8cbc75db
  2. 12 May, 2018 1 commit
  3. 11 May, 2018 1 commit
  4. 07 Apr, 2018 1 commit
  5. 23 Feb, 2018 1 commit
  6. 31 Jan, 2018 3 commits
  7. 29 Jan, 2018 2 commits
  8. 23 Jan, 2018 1 commit
  9. 22 Jan, 2018 8 commits
  10. 11 Aug, 2017 1 commit
    • Juliusz Chroboczek's avatar
      Send requests when we lose a route. · 97cb759d
      Juliusz Chroboczek authored
      When we lose a route and have no feasible alternate, we should send requests
      straight away rather than waiting for a periodic update.  If we have an
      unfeasible route, send according to that route and resend, otherwise do
      a multicast.
      97cb759d
  11. 25 Jul, 2017 1 commit
  12. 20 Jul, 2017 9 commits
  13. 23 May, 2017 2 commits
  14. 18 May, 2017 2 commits
  15. 19 Apr, 2017 3 commits
  16. 09 Mar, 2017 3 commits