Skip to content
Snippets Groups Projects
  1. Oct 10, 2016
    • Yawning Angel's avatar
      Bug 20261: Treat AF_UNIX addresses as equal when comparing them. · 7b2c8567
      Yawning Angel authored
      This is a kludge to deal with the fact that `tor_addr_t` doesn't contain
      `sun_path`.  This currently ONLY happens when circuit isolation is being
      checked, for an isolation mode that is force disabled anyway, so the
      kludge is "ugly but adequate", but realistically, making `tor_addr_t`
      and the AF_UNIX SocksPort code do the right thing is probably the better
      option.
      7b2c8567
  2. Sep 30, 2016
    • Yawning Angel's avatar
      Bug 20261: Disable IsolateClientAddr on AF_LOCAL SocksPorts. · 847e001d
      Yawning Angel authored
      The client addr is essentially meaningless in this context (yes, it is
      possible to explicitly `bind()` AF_LOCAL client side sockets to a path,
      but no one does it, and there are better ways to grant that sort of
      feature if people want it like using `SO_PASSCRED`).
      847e001d
  3. Sep 28, 2016
  4. Sep 26, 2016
  5. Sep 24, 2016
  6. Sep 23, 2016
Loading