Code

frontend: Add support for TCP connections.
authorSebastian Harl <sh@tokkee.org>
Wed, 14 Jan 2015 21:47:10 +0000 (22:47 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 14 Jan 2015 21:47:10 +0000 (22:47 +0100)
commitd83b42ad79ef09877f85405715c73d21f3aaff1f
tree0a5d5c08236eae74b762ca7aa57cad64ab163481
parent2bdb80165c2e095b169c59ef18607b30f8758ec7
frontend: Add support for TCP connections.

This is the new default listener type (unless the listen address starts with a
slash in which case a UNIXSOCK connection is used).

This does not support any kind of peer lookup yet. Instead, it'll fully trust
the client for now and accept any username. In the future, this will be
configurable and multiple mechanisms (e.g. ident, SSL cert) will be supported.
src/frontend/connection.c
src/frontend/session.c
src/frontend/sock.c