author | Sebastian Harl <sh@tokkee.org> | |
Wed, 14 Jan 2015 21:47:10 +0000 (22:47 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 14 Jan 2015 21:47:10 +0000 (22:47 +0100) | ||
commit | d83b42ad79ef09877f85405715c73d21f3aaff1f | |
tree | 0a5d5c08236eae74b762ca7aa57cad64ab163481 | tree | snapshot |
parent | 2bdb80165c2e095b169c59ef18607b30f8758ec7 | commit | diff |
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.
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 | diff | blob | history | |
src/frontend/session.c | diff | blob | history | |
src/frontend/sock.c | diff | blob | history |