Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Code cleanup: Splitted all structures defined in eurephia_struct.h into ↵ | David Sommerseth | 2008-11-05 | 5 | -52/+87 | |
| | | | | separate include files | |||||
* | BUGFIX: Corrected misbehaviour when no firewall interfaces is requested to ↵ | David Sommerseth | 2008-11-05 | 1 | -1/+4 | |
| | | | | be built | |||||
* | Added check for sem_timedwait() function in CMake rules. Needed for fw ↵ | David Sommerseth | 2008-11-05 | 1 | -2/+3 | |
| | | | | implementation | |||||
* | Renamed efw_iptables to efw-iptables (underscore -> dash) | David Sommerseth | 2008-11-05 | 2 | -6/+6 | |
| | ||||||
* | FEATURE: Enhanced firewall blacklisting to make it more flexible | David Sommerseth | 2008-11-05 | 3 | -3/+28 | |
| | | | | | | It will now support config option 'firewall_blacklist_send_to'. If set it will send all blacklisted IP addresses to this chain (iptables -j). If this option is not set, it will default to DROP. | |||||
* | BUGFIX: Fixed wrong attempt count reset during eurephia_tlsverify(...)v0.9.2_beta | David Sommerseth | 2008-11-01 | 1 | -3/+0 | |
| | | | | | | The attempt counter for certificates was reset too early. It was reset on successful TLS verification. But the only place these counters should be reset is after successful authentication in eurephia_userauth(...) | |||||
* | Added double check that IP addr is not null before calling ↵ | David Sommerseth | 2008-11-01 | 1 | -1/+3 | |
| | | | | eFW_UpdateFirewall(...) | |||||
* | Fixed some typos | David Sommerseth | 2008-11-01 | 1 | -2/+2 | |
| | ||||||
* | Added firewall update of blacklisted IP addresses in eFW_StartFirewall(...) | David Sommerseth | 2008-11-01 | 1 | -0/+20 | |
| | ||||||
* | Registering all IP addr blacklisted via eFW_UpdateFirewall(...) to avoid ↵ | David Sommerseth | 2008-11-01 | 2 | -2/+16 | |
| | | | | duplicates in firewall rules | |||||
* | BUGFIX (2/2) ... implemented master side fix of shutdown bug | David Sommerseth | 2008-11-01 | 2 | -4/+40 | |
| | | | | | Also changed the worker side to use sem_timedwait(), to not wait forever on shutdown acknowledge | |||||
* | BUGFIX (1/2) ... implemented worker side fix of shutdown bug | David Sommerseth | 2008-10-31 | 1 | -1/+9 | |
| | ||||||
* | Created install rules via cmake | David Sommerseth | 2008-10-21 | 2 | -0/+2 | |
| | ||||||
* | Added (untested) firewall block when IP addresses are blacklisted | David Sommerseth | 2008-10-21 | 5 | -11/+66 | |
| | | | | | | | | 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. | |||||
* | Reorganised the source code | David Sommerseth | 2008-10-15 | 14 | -0/+2010 | |
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 |