~ubuntu-branches/ubuntu/natty/keepalived/natty

« back to all changes in this revision

Viewing changes to keepalived/vrrp/vrrp_ipsecah.c

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2006-06-28 20:01:56 UTC
  • mfrom: (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060628200156-nrd7ykkgxgyhxl46
Tags: 1.1.12-1
* New upstream release (Closes: #365220)
* Call notification for every failure. Thanks to Len Sorenson for
  the patch (Closes: #336885)
* delete /tmp/.vrrp and /tmp/.healthcheckers if they exists before
  starting keepalived (Closes: #333102)
* bumped standard version

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 *              authentication data encryption using HMAC MD5 according to
8
8
 *              RFCs 2085 & 2104.
9
9
 *
10
 
 * Version:     $Id: vrrp_ipsecah.c,v 1.1.11 2005/03/01 01:22:13 acassen Exp $
 
10
 * Version:     $Id: vrrp_ipsecah.c,v 1.1.12 2006/03/09 01:22:13 acassen Exp $
11
11
 *
12
12
 * Author:      Alexandre Cassen, <acassen@linux-vs.org>
13
13
 *
21
21
 *              as published by the Free Software Foundation; either version
22
22
 *              2 of the License, or (at your option) any later version.
23
23
 *
24
 
 * Copyright (C) 2001-2005 Alexandre Cassen, <acassen@linux-vs.org>
 
24
 * Copyright (C) 2001-2006 Alexandre Cassen, <acassen@linux-vs.org>
25
25
 */
26
26
 
27
27
#include "vrrp_ipsecah.h"