]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/misc-progs/openvpnctrl.c
IPSecctrl fuer vpnwatch angepasst
[people/teissler/ipfire-2.x.git] / src / misc-progs / openvpnctrl.c
CommitLineData
6e13d0a5
MT
1#include <stdio.h>
2#include <string.h>
3#include <unistd.h>
4#include <stdlib.h>
5#include <sys/types.h>
6#include <fcntl.h>
7#include "setuid.h"
8#include "libsmooth.h"
9
10/*
11 Version History
12
13 1.0.0.0 many things happend before ...
14
15 2.0.0.1 2005/06/09 tarralan
16 add. Version History
17 add. deleteChainReference(char*)
18 add. createChainReference(char*)
19 mod. deleteChain(char*)
20 mod. flushChain(char*)
21 add. flushAllChains()
22 del. deletechains()
23 add. consts for chain names
24 del. createchains()
25 add. createAllChains()
26 add. ovpnInit()
27 add. global vars for chain and interface status
28 add. usage of consts for chain names
29 mod. reworked createAllChains()
30
31 2.0.0.2 2005/06/09 horizont
32 change the input + forward chain position index based on active interfaces
33
34 2.0.0.3 2005/06/09 tarralan
35 mod. removed const attribute
36
37 2.0.0.4 2005/06/12 tarralan
38