Version 0.7 - client : fixed config.port memleak; config path changed to /etc/tunnel6...
commite02815a8065fdd192f318bd5722bf227b6b738a1
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Tue, 3 Aug 2010 12:06:19 +0000 (3 14:06 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Tue, 3 Aug 2010 12:06:19 +0000 (3 14:06 +0200)
tree36c44462dcb8c1306529378ef8330054adc879cb
parent25ffc52510f0002cc14970a032cf86c8d9ae63c5
Version 0.7 - client : fixed config.port memleak; config path changed to /etc/tunnel6/client.conf; daemon support
added; getopt () parameter handler; support for stdout remapping; switch to unbuffered terminal; saving of pid to
/var/run/t6_client.pid; docs updated
Version 0.7 - server : db path changed to /etc/tunnel6/db.conf; config support added, placed in
/etc/tunnel6/server.conf; getopt () parameter handler; daemon support added; switch to unbuffered terminal; saving
of pid to /var/run/t6_server.pid; docs updated; choice to specify ipv6 address for routing purpose; correct ignoring
of link-local address in address list
30 files changed:
client/INSTALL-linux
client/INSTALL-win.txt
client/src/config.c
client/src/contrib/client.conf [moved from client/src/contrib/tunnel6.conf with 100% similarity]
client/src/contrib/client.txt [moved from client/src/contrib/tunnel6.txt with 100% similarity]
client/src/daemon.c [new file with mode: 0644]
client/src/daemon.h [copied from server/src/defaults.h with 70% similarity]
client/src/defaults.h
client/src/main.c
client/src/makefile
server/INSTALL-linux
server/src/config.c [copied from client/src/config.c with 76% similarity]
server/src/config.h [copied from server/src/defaults.h with 71% similarity]
server/src/contrib/db.conf [moved from server/src/contrib/t6db.conf with 100% similarity]
server/src/contrib/server.conf [new file with mode: 0644]
server/src/daemon.c [new file with mode: 0644]
server/src/daemon.h [copied from server/src/defaults.h with 70% similarity]
server/src/db.c
server/src/defaults.h
server/src/heartbeat.c
server/src/ipv6.c
server/src/main.c
server/src/makefile
server/src/ndp.c
server/src/poll.c
server/src/proto.c
server/src/signal.c
server/src/sniff.c
server/src/sniff.h
server/src/tunnel.c