Commit Graph

2110 Commits

Author SHA1 Message Date
Benjamin Drung
a34d65a474 debian: Update copyright
Use the copyright file from the official Debian package.

Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
2017-07-27 11:42:11 +02:00
Pavel Odintsov
ebdd1e2aaf Merge branch 'master' of github.com:pavel-odintsov/fastnetmon 2017-07-26 09:47:59 +01:00
Pavel Odintsov
95157e88bd GoBGP project re-licensed this file in BSD terms for us instead of Apache 2 licenses. Issue reference: https://github.com/osrg/gobgp/issues/1384 2017-07-26 09:46:40 +01:00
Pavel Odintsov
0e419b6903 Removed link to survey. We finished it! Thanks! :) 2017-07-25 23:03:23 +01:00
Pavel Odintsov
7c615e9ae1 Removed code which uses x86_only features to fix https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869621 2017-07-25 19:53:15 +01:00
Pavel Odintsov
176f4d2d1e Removed unused code 2017-07-24 12:54:24 +01:00
Pavel Odintsov
da8a4ca97f Removed all GeoIP files from repo. We never used them in production code. They was added for testing purpoposes 2017-07-21 19:00:01 +01:00
Pavel Odintsov
1ec8e36ab7 Removed broken link 2017-06-28 19:17:31 +01:00
Pavel Odintsov
ff4567a727 We do not offer VyOS image anymore due to low interest. If you need it, please raise ticket. 2017-06-26 00:05:20 +01:00
Pavel Odintsov
7f787c0be0 Also set modern version in cmake build system 2017-06-24 21:43:43 +01:00
Pavel Odintsov
c62243ede1 Introduced option --use-modern-pf-ring to install latest PF_RING (6.6.0 at this moment) 2017-06-24 21:15:17 +01:00
Pavel Odintsov
03055718ae Added support for Debian 9 in install script 2017-06-24 12:44:56 +01:00
Pavel Odintsov
aab330bd51 Added Debian 9 support 2017-06-24 12:41:33 +01:00
Pavel Odintsov
1f7896d2e5 #646: Since this commit we will use our own mirror for all dependencies located on GitHub 2017-06-17 23:03:21 +01:00
Pavel Odintsov
ca34fe0382 Merge pull request #664 from bdrung/master
Install sysvinit script on Debian/Ubuntu
2017-05-30 19:08:39 +01:00
Benjamin Drung
4fb2096c3a Install sysvinit script on Debian/Ubuntu
On Debian/Ubuntu systems, install the sysvinit script (in addition to
the systemd service file).
2017-05-30 11:11:39 +02:00
Pavel Odintsov
bafe130dd1 Merge pull request #663 from bdrung/master
Install fastnetmon.service with cmake
2017-05-29 22:07:41 +01:00
Benjamin Drung
fb13a55c5d Add documentation key to systemd service file
Documentation for systemd service files can be automatically viewed
using systemctl help servicename if this field is present. Thus add the
relevant man page, the local and online documentation to the
documentation key.
2017-05-29 16:54:27 +02:00
Benjamin Drung
f397d61593 Install fastnetmon.service with cmake
The path to the fastnetmon daemon might differ, thus use configure_file
to set the path dynamically.
2017-05-29 16:50:23 +02:00
Benjamin Drung
28fbaa5d1a Use variables for installation paths
The installation paths differ for Linux and BSD. Thus use variables for
defining installation paths to avoid duplicating install commands.
2017-05-29 16:45:36 +02:00
Pavel Odintsov
97da871e47 Add recommendation to use version from ports. 2017-05-23 22:17:00 +01:00
Pavel Odintsov
1cb80c26b0 Fixed critical bug in IPv6 direction detection code 2017-05-20 19:05:18 +01:00
Pavel Odintsov
696a5249ec Merge pull request #659 from bdrung/master
Fix typo programm -> program
2017-05-11 23:13:28 +01:00
Benjamin Drung
70da8c54c6 Fix typo criticial -> critical
Fix typo and use full sentences.
2017-05-08 17:14:33 +02:00
Benjamin Drung
6b09a7b190 Fix typo programm -> program 2017-05-08 16:21:52 +02:00
Pavel Odintsov
d08f617aee #651: reduced logging level for threshold related messages 2017-04-17 21:49:17 +03:00
Pavel Odintsov
e4452170c0 Add notice about FNM Advanced 2017-04-15 22:02:21 +04:00
Pavel Odintsov
1d11ae6303 Merge pull request #650 from dmayan/patch-1
Added logging to router syslog
2017-04-13 21:42:58 +04:00
dmayan
84067a4e10 Added logging to router syslog
Added logging in router's log for banning and unbanning. Useful for reporting and alert management.
2017-04-13 14:41:47 -03:00
Pavel Odintsov
9172473727 Merge pull request #648 from henry-spanka/patch-1
Restart Fastnetmon when it fails
2017-04-04 21:56:21 +01:00
Henry Spanka
eb3d6ebd66 Restart Fastnetmon when it fails
Sometimes FastNetMon crashes due to Segfaults and to prevent an outage of the DDoS Sensor we should immediately restart it.
2017-04-02 22:10:55 +02:00
Pavel Odintsov
eabc785e7d Add support for Ubuntu 16.04 2017-03-25 13:56:56 +00:00
Pavel Odintsov
14730d6aa2 Merge pull request #640 from ericchou1/master
a10.py modification for PEP476, updated REDME.md
2017-03-18 20:47:14 +00:00
Eric Chou
fdd37b3140 a10.py modification for PEP476, updated REDME.md 2017-03-18 17:39:23 +00:00
Pavel Odintsov
c9f4960c6b Fixed requirements for Mikrotik. 2017-03-18 00:39:24 +00:00
Pavel Odintsov
aa5547199d Added MIkrotik requirements 2017-03-18 00:35:59 +00:00
Pavel Odintsov
b86b2de12c Merge pull request #621 from tbaschak/mikrotik-bgp-blackholecommunity
add RFC7999 BGP Blackhole community (65535:666) to routes added to mikrotik
2016-12-27 23:28:47 +00:00
Theodore Baschak
ed8b3caae4 add RFC7999 BGP Blackhole community (65535:666) to routes added 2016-12-27 03:17:24 -06:00
Pavel Odintsov
22aa227fca Merge pull request #608 from adzhurinskij/master
add txt extension for attacks details files
2016-11-26 22:04:18 +00:00
Джуринский Александр
1b5c0b9cc8 add txt extension for attacks details files 2016-11-27 00:06:09 +03:00
Pavel Odintsov
a1659df66a Merge pull request #595 from evgkrsk/unify-logging
Try to unify syslog logging with local file logging
2016-11-18 23:25:35 +00:00
Pavel Odintsov
85b1e6b43a Merge pull request #599 from adzhurinskij/master
Add custom path to log file
2016-11-18 13:48:29 +00:00
Pavel Odintsov
5d95ae9ba4 Sort company list in alphanumeric order and add one company! 2016-11-11 00:20:51 +00:00
Pavel Odintsov
a9fbad1776 Let's use real names ;) 2016-11-11 00:19:08 +00:00
Alexandr Dzhurinskij
6bed9dcea2 Add custom path to log file 2016-11-09 18:45:56 +03:00
Pavel Odintsov
ec092ae702 Fix about absent support of domains names 2016-11-07 01:12:23 +00:00
Evgenii Terechkov
f3ba619553 Try to unify syslog logging with local file logging 2016-11-04 23:45:02 +07:00
Pavel Odintsov
6cc3a70bf0 Update THANKS.md 2016-09-25 20:09:22 +03:00
Pavel Odintsov
072df210cb Merge pull request #575 from damiankam/add_boost_trim_to_config
add trim while processing lines from config file
2016-09-25 18:07:03 +01:00
damiankam
2a5e5df2eb fix in 'parse_hostgroups' - return on split error and trim spaces 2016-09-25 17:54:40 +03:00