Date: Mon, 27 Jun 2011 20:04:13 +0000 (UTC) From: Mikolaj Golub <trociny@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/hastd Makefile hast.conf.5 hast.h hastd.c parse.y pjdlog.c proto_tcp.c proto_tcp4.c token.l Message-ID: <201106272004.p5RK4VhJ078821@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trociny 2011-06-27 20:04:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sbin/hastd Makefile hast.conf.5 hast.h hastd.c
parse.y pjdlog.c token.l
Added files: (Branch: RELENG_8)
sbin/hastd proto_tcp.c
Removed files: (Branch: RELENG_8)
sbin/hastd proto_tcp4.c
Log:
SVN rev 223603 on 2011-06-27 20:04:13Z by trociny
MFC r222087, r222108, r222115, r222116, r222117, r222118, r222119,
r222120, r222121:
r222087 (pjd):
- Add support for AF_INET6 sockets for %S format character.
- Use inet_ntop(3) instead of reimplementing it.
- Use %hhu for unsigned char instead of casting it to unsigned int and
using %u.
r222108 (pjd):
In preparation for IPv6 support allow to specify multiple addresses to
listen on.
r222115 (pjd):
Rename proto_tcp4.c to proto_tcp.c in preparation for IPv6 support.
r222116 (pjd):
Rename tcp4 to tcp in preparation for IPv6 support.
r222117 (pjd):
Allow [ ] characters in strings. They might be used in IPv6 addresses.
r222118 (pjd):
Now that hell is fully frozen it is good time to add IPv6 support to HAST.
r222119 (pjd):
Rename ipv4/ipv6 to tcp4/tcp6.
r222120 (pjd):
If no listen address is specified, bind by default to:
tcp4://0.0.0.0:8457
tcp6://[::]:8457
r222121 (pjd):
Document IPv6 support.
Approved by: pjd (mentor)
Revision Changes Path
1.3.2.8 +2 -2 src/sbin/hastd/Makefile
1.1.2.7 +24 -9 src/sbin/hastd/hast.conf.5
1.1.2.8 +17 -10 src/sbin/hastd/hast.h
1.2.2.15 +97 -36 src/sbin/hastd/hastd.c
1.1.2.10 +97 -21 src/sbin/hastd/parse.y
1.2.2.8 +26 -7 src/sbin/hastd/pjdlog.c
1.3.2.2 +638 -0 src/sbin/hastd/proto_tcp.c (new)
1.1.2.7 +0 -597 src/sbin/hastd/proto_tcp4.c (dead)
1.1.2.6 +1 -1 src/sbin/hastd/token.l
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106272004.p5RK4VhJ078821>
