keepalived-0.4.0 v0.4.0
authorAlexandre Cassen <acassen@freebox.fr>
Thu, 23 Aug 2001 23:02:21 +0000 (01:02 +0200)
committerAlexandre Cassen <acassen@freebox.fr>
Mon, 28 Sep 2009 08:58:53 +0000 (10:58 +0200)
commit9cb8783b23ea00b32d4e30a343b5207831e26ddb
tree9e3350ebc1be370376b2046fe8c2fee19414351e
parentb9a4794565aec694b56181b8f27c3e3a2f276e43
keepalived-0.4.0

buffer overflow over script path must be handled.
* Added VRRP support using our scheduling I/O multiplexer.
  VRRP implementation support to IPSEC-AH using HMAC-96bits digest
  with anti-replay. rfc2402 & rfc2104.
* Added routing table fetcher. We ignore route when it is a
  cloned route from other router, learn by an ICMP redirect
  or set by kernel. Only UNICAST route are stored.
* Added dropping packet support.
49 files changed:
CONTRIBUTORS [deleted file]
ChangeLog
INSTALL
Makefile
TODO [new file with mode: 0644]
cfreader.c
cfreader.h
check.h
check_http.c
check_http.h
check_misc.c [deleted file]
check_tcp.c
check_tcp.h
etc/keepalived/keepalived.conf
etc/rc.d/init.d/keepalived.init
ipfwwrapper.c
ipfwwrapper.h
ipvswrapper.c
ipvswrapper.h
ipwrapper.c
ipwrapper.h
keepalived.conf.sample [moved from sample.keepalived.conf with 81% similarity]
keepalived.conf.vrrp [new file with mode: 0644]
layer4.c
layer4.h
libnetlink/Makefile [new file with mode: 0644]
libnetlink/libnetlink.c [new file with mode: 0644]
libnetlink/libnetlink.h [new file with mode: 0644]
libnetlink/ll_map.c [new file with mode: 0644]
libnetlink/ll_map.h [new file with mode: 0644]
main.c
main.h
pidfile.c
pidfile.h
sample.misccheck.smbcheck.sh [deleted file]
scheduler.c
scheduler.h
smtp.c
smtp.h
utils.c
utils.h
vrrp.c [new file with mode: 0644]
vrrp.h [new file with mode: 0644]
vrrp_ipaddress.c [new file with mode: 0644]
vrrp_ipaddress.h [moved from check_misc.h with 58% similarity]
vrrp_iproute.c [new file with mode: 0644]
vrrp_iproute.h [new file with mode: 0644]
vrrp_ipsecah.c [new file with mode: 0644]
vrrp_ipsecah.h [new file with mode: 0644]