keepalived-0.3.6 v0.3.6
authorAlexandre Cassen <acassen@freebox.fr>
Thu, 23 Aug 2001 21:49:06 +0000 (23:49 +0200)
committerAlexandre Cassen <acassen@freebox.fr>
Mon, 28 Sep 2009 08:58:53 +0000 (10:58 +0200)
commit99169f8b7302b1bab74889f30ca2786fef9c9c86
treebf0d15944ca29d6767d287d14403eeccc118afda
parentd41fdfbeed1c87cae77cef78b44b72396bb3f329
keepalived-0.3.6

* keepalived-0.3.6 released.
* Patch a race condition into the scheduler timer computation.
* Patch a race condition into the tcp checker thread. Only
  register next timer thread if tcp connection is not in progress.
* Patch a race condition into the http checker thread. Handle
  empty buffer returned from remote http server.
* Patch a race condition into the dumping configuration process.
  A simple dereferencing pointer value...oops...
* Eric Jarman, <ehj38230@cmsu2.cmsu.edu> added MISC CHECKER.
  It Perform a system call to run an extra system or script.
  => security auditing needed for system call,
     buffer overflow over script path must be handled.
33 files changed:
CONTRIBUTORS [new file with mode: 0644]
ChangeLog
Makefile
cfreader.c
cfreader.h
check.h
check_http.c
check_http.h
check_misc.c [new file with mode: 0644]
check_misc.h [new file with mode: 0644]
check_tcp.c
check_tcp.h
etc/keepalived/keepalived.conf
ipfwwrapper.c
ipfwwrapper.h
ipvswrapper.c
ipvswrapper.h
ipwrapper.c
ipwrapper.h
layer4.c
layer4.h
main.c
main.h
pidfile.c
pidfile.h
sample.keepalived.conf [moved from keepalived.conf.sample with 95% similarity]
sample.misccheck.smbcheck.sh [new file with mode: 0644]
scheduler.c
scheduler.h
smtp.c
smtp.h
utils.c
utils.h