| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
duplicates in firewall rules
|
| |
|
|
|
| |
Also changed the worker side to use sem_timedwait(), to not wait
forever on shutdown acknowledge
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
If the configuration variable 'firewall_blacklist_destination' is
set, it will insert DROP rules when a blacklisted IP address is
attempted.
Feature not tested yet.
|
|
|
Moved all OpenVPN plug-in related things into ./plugins, including firewall
Moved all shared code into ./common and moved the generic part of the
database files into ./database
Updated all CMakeLists.txt files and created a new one for the root directory
|