Sirius Bakke
|
6737818fa5
|
chore: Add Docker build env for mxe-w32 crossbuild
|
2017-01-13 21:11:04 +01:00 |
|
Sirius Bakke
|
863e1b9956
|
chore: Allow custom lib paths for configure script
|
2017-01-13 21:11:04 +01:00 |
|
Sirius Bakke
|
4455070d24
|
refactor: Introduce TOOLCHAIN_PREFIX variable
|
2017-01-13 21:11:04 +01:00 |
|
Sirius Bakke
|
95072938d1
|
fix: Ignore dummy objects when importing firewall
|
2017-01-12 23:02:16 +01:00 |
|
Sirius Bakke
|
83ef0bd95c
|
feat: [iptlib] Add support for --kerneltz
|
2017-01-12 23:02:16 +01:00 |
|
Sirius Bakke
|
68f517cbc4
|
refactor: Use pragma GCC instead of pragma clang
|
2017-01-12 23:02:16 +01:00 |
|
Sirius Bakke
|
4719a4ecfa
|
chore: Update travis matrix with linux/clang
|
2017-01-12 23:02:16 +01:00 |
|
Sirius Bakke
|
c4295b7e88
|
refactor: Disable assertions giving clang warnings
|
2017-01-12 23:02:16 +01:00 |
|
Sirius Bakke
|
b847fb949e
|
fix: Add libsnmp-dev dependency for travis
|
2017-01-12 23:02:16 +01:00 |
|
Sirius Bakke
|
f7ec9a0a3a
|
fix: Add C++11 compatability
|
2017-01-12 23:02:16 +01:00 |
|
Sirius Bakke
|
5567736882
|
Allow building on GCC 6.X
|
2017-01-12 23:02:16 +01:00 |
|
chris
|
61a9f7e1da
|
update LGPL in open_source_licenses.txt file (http://www.gnu.org/licenses/lgpl-2.1.txt)
|
2016-06-22 17:45:09 +02:00 |
|
chris
|
dc152c5bf0
|
update COPYING file (http://www.gnu.org/licenses/gpl-2.0.txt)
|
2016-06-22 17:35:48 +02:00 |
|
Sirius Bakke
|
dcc919d57a
|
chore: Add ci status to README.md for GitHub
[ci skip]
|
2016-05-23 19:06:53 +02:00 |
|
Sirius Bakke
|
5e39344038
|
Merge branch 'feat/warnings'
This enables fwbuilder to compile with -Wall -Werror on Clang/OSX
|
2016-05-23 16:37:28 +02:00 |
|
Sirius Bakke
|
79d937669c
|
fix: Ignore some -Woverloaded-virtual warnings
Some of these classes needs refactoring to not trigger the warning.
As a few of them are core classes, this needs further inspection.
|
2016-05-23 16:35:48 +02:00 |
|
Sirius Bakke
|
d89280d8fe
|
fix: Disable unused variables and parameters
|
2016-05-23 16:35:28 +02:00 |
|
Sirius Bakke
|
5b494b985e
|
fix: Add missing virtual destructor
|
2016-05-23 16:35:05 +02:00 |
|
Sirius Bakke
|
153433d2d5
|
fix: Ensure ipAddr is initialized to nullptr
|
2016-05-23 16:34:37 +02:00 |
|
Sirius Bakke
|
28c6a37b21
|
fix: Convert int argument to string
|
2016-05-23 16:33:44 +02:00 |
|
Sirius Bakke
|
b3857e2512
|
fix: Rewrite boolean expression
|
2016-05-23 16:33:18 +02:00 |
|
Sirius Bakke
|
d338d9690b
|
fix: Make code compile on newer versions of Qt 5
|
2016-05-23 16:30:32 +02:00 |
|
Sirius Bakke
|
96654deae6
|
fix: Update OSX buildscript for newer XCode
|
2016-05-23 16:29:40 +02:00 |
|
Sirius Bakke
|
9e65099f1e
|
feat: Add travis-ci config for Linux and OSX
|
2016-05-23 16:29:12 +02:00 |
|
Sirius Bakke
|
0f214dfa3e
|
Merge UNINETT fork into fwbuilder/master
|
2016-05-20 22:41:59 +02:00 |
|
Brendan Thompson
|
a8a4bc324d
|
Merge pull request #3 from TargetHolding/master
iptables -m conntrack and -w option support
|
2016-05-13 09:35:47 +10:00 |
|
Rolf Fokkens
|
180f6d8dac
|
Proper handling of NAT chains
|
2016-05-05 16:44:38 +02:00 |
|
Sirius Bakke
|
2dd4903398
|
Fix: better error message on junosacl
|
2015-07-13 14:49:00 +02:00 |
|
Sirius Bakke
|
ed3304430f
|
Merge pull request #6 from sirius/master
Added NO_GIT_DIRTY variable for generating VERSION.h
|
2015-07-03 09:15:51 +02:00 |
|
Sirius Bakke
|
6d0c72a373
|
Added NO_GIT_DIRTY variable for generating VERSION.h
|
2015-07-03 09:08:05 +02:00 |
|
Sirius Bakke
|
d79acf4099
|
Bugfix: handle NULL in removeRef
|
2015-06-23 10:42:42 +02:00 |
|
Sirius Bakke
|
acc2a27fe8
|
Bugfix: don't delete object in locked group
|
2015-06-22 19:51:51 +02:00 |
|
Sirius Bakke
|
db8b749212
|
Fix: Junos: use correct comment_symbol
|
2015-06-22 19:50:51 +02:00 |
|
Sirius Bakke
|
6ad8299c6b
|
Fix: compiler error on missing ns
|
2015-06-22 19:49:05 +02:00 |
|
Sirius Bakke
|
586d2dc0e4
|
Fix: compile with msys2
|
2015-06-22 19:46:23 +02:00 |
|
Rolf Fokkens
|
ecc886a67e
|
Fixed (potential) deadlock situation as sugested by https://github.com/antaflos
Signed-off-by: Sirius Bakke <sirius.bakke@uninett.no>
|
2015-06-22 19:43:03 +02:00 |
|
Rolf Fokkens
|
be15f6ef48
|
Support for the iptables > 1.4.20 -w option to prevent script failures
Signed-off-by: Sirius Bakke <sirius.bakke@uninett.no>
|
2015-06-22 19:43:03 +02:00 |
|
Rolf Fokkens
|
02734350ce
|
Support conntrack instead of state module for recent iptables
Signed-off-by: Sirius Bakke <sirius.bakke@uninett.no>
|
2015-06-22 19:43:03 +02:00 |
|
pudelwudel
|
d6e48b3313
|
set detailed folder name
Signed-off-by: Sirius Bakke <sirius.bakke@uninett.no>
|
2015-06-22 19:42:15 +02:00 |
|
chainprog
|
7642f391af
|
can now add subfolders need to implement saving & loading functionality
Signed-off-by: Sirius Bakke <sirius.bakke@uninett.no>
|
2015-06-22 19:42:15 +02:00 |
|
pudelwudel
|
84bc471db8
|
preliminary version -can now add subfolders to subfolders
Signed-off-by: Sirius Bakke <sirius.bakke@uninett.no>
|
2015-06-22 19:42:15 +02:00 |
|
chainprog
|
febf68fcc3
|
Can now add new objects directly to the subfolder via context menu
Signed-off-by: Sirius Bakke <sirius.bakke@uninett.no>
|
2015-06-22 19:42:15 +02:00 |
|
Rolf Fokkens
|
381472f101
|
Fixed (potential) deadlock situation as sugested by https://github.com/antaflos
|
2015-05-25 18:12:28 +02:00 |
|
Rolf Fokkens
|
7041c92576
|
FW version needs to be introduced before use
|
2015-03-29 00:19:32 +01:00 |
|
Rolf Fokkens
|
d3a4f36e97
|
More iptables -w situations
|
2015-03-29 00:10:26 +01:00 |
|
Rolf Fokkens
|
235867e8ef
|
Fixing iptables -w handling
|
2015-03-28 23:29:17 +01:00 |
|
Rolf Fokkens
|
d132dc074e
|
Fixed silly "typoes"
|
2015-03-28 23:03:55 +01:00 |
|
Rolf Fokkens
|
c29b97fe89
|
Add support for the iptables > 1.4.20 "-w" option
|
2015-03-28 22:45:29 +01:00 |
|
Rolf Fokkens
|
c3cc9bef5c
|
Support for state/conntrack modules in configlets too
|
2015-03-28 21:42:09 +01:00 |
|
Rolf Fokkens
|
c3fc79968a
|
fwbuilder now supports conntrack instead of state module for recent iptables
|
2015-03-28 18:20:13 +01:00 |
|