1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-01 14:47:27 +02:00

4794 Commits

Author SHA1 Message Date
Sirius Bakke
33d39ee6ee Merge pull request #37 from sylvestre/master
Define PATH_MAX when not existing (GNU Hurd support)
2017-10-01 21:46:23 +02:00
Sirius Bakke
02bf3ea09f Merge pull request #39 from sylvestre/fwbedit
Use fwbedit instead fwblookup for the fwb_compile_all script
2017-10-01 21:45:45 +02:00
Sylvestre Ledru
dfcbee9b54 Use fwbedit instead fwblookup for the fwb_compile_all script
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678006 for more information
2017-09-29 11:37:58 +02:00
Sylvestre Ledru
6a89b028b3 Disable the silent mode (easier to debug) 2017-09-29 11:33:55 +02:00
Sylvestre Ledru
5ea13801d0 Define PATH_MAX when not existing (GNU Hurd support) 2017-09-29 11:32:32 +02:00
Sirius Bakke
cf77508bc3 chore: Add missing doc/Changelog 2017-01-23 22:27:50 +01:00
Sirius Bakke
83665cbd4b Release 5.3.7 v5.3.7 2017-01-14 10:49:18 +01:00
Sirius Bakke
6c0f94d76d feat: Make about dialog show github project url 2017-01-14 10:47:51 +01:00
Sirius Bakke
f4c17eebd0 docs: Update osx and w32 build instructions 2017-01-14 00:32:28 +01:00
Sirius Bakke
2f7d46a75f chore: Add junosacl to build_mac.sh 2017-01-13 22:55:53 +01:00
Sirius Bakke
36d1f4648b refactor: osx: remove unneeded libs, allow Xcode 8 2017-01-13 22:55:53 +01:00
Sirius Bakke
d27b62f32c chore: osx: use clang, allow Xcode 8 2017-01-13 22:55:53 +01:00
Sirius Bakke
2a2b23c3bb fix: Adjust subproject templates
This fixes some compile errors on osx with clang
2017-01-13 22:55:39 +01:00
Sirius Bakke
746f7c89ef fix: Add C++11 compatability 2017-01-13 21:11:04 +01:00
Sirius Bakke
d397e197af chore: Update nsis build file for mxe-w32, qt5 2017-01-13 21:11:04 +01:00
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