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

Commit Graph

  • 84bc471db8 preliminary version -can now add subfolders to subfolders pudelwudel 2015-01-10 22:37:34 +01:00
  • febf68fcc3 Can now add new objects directly to the subfolder via context menu chainprog 2015-01-03 02:28:28 +01:00
  • 381472f101 Fixed (potential) deadlock situation as sugested by https://github.com/antaflos Rolf Fokkens 2015-05-25 18:12:28 +02:00
  • 7041c92576 FW version needs to be introduced before use Rolf Fokkens 2015-03-29 00:19:32 +01:00
  • d3a4f36e97 More iptables -w situations Rolf Fokkens 2015-03-29 00:10:26 +01:00
  • 235867e8ef Fixing iptables -w handling Rolf Fokkens 2015-03-28 23:29:17 +01:00
  • d132dc074e Fixed silly "typoes" Rolf Fokkens 2015-03-28 23:03:55 +01:00
  • c29b97fe89 Add support for the iptables > 1.4.20 "-w" option Rolf Fokkens 2015-03-28 22:45:29 +01:00
  • c3cc9bef5c Support for state/conntrack modules in configlets too Rolf Fokkens 2015-03-28 21:42:09 +01:00
  • c3fc79968a fwbuilder now supports conntrack instead of state module for recent iptables Rolf Fokkens 2015-03-28 18:20:13 +01:00
  • f09bdd1317 Bugfix: new id for custom fragment services objects Sirius Bakke 2015-03-17 15:40:18 +01:00
  • 89377704e5 Release 5.3.6 Sirius Bakke 2015-03-10 16:43:19 +01:00
  • 9c0cc382b9 Updated copyright string to year 2015 Sirius Bakke 2015-03-10 15:52:51 +01:00
  • e471a60844 Allow displaying release notes from dev release Sirius Bakke 2015-03-10 15:18:33 +01:00
  • 8e456db713 Feature: Fragmentation service objects Sirius Bakke 2015-03-09 15:27:23 +01:00
  • ea5dfca100 Bugfix: Optional space after password prompt Sirius Bakke 2015-03-09 14:31:39 +01:00
  • e9f015dfc5 Bugfix: Junos: IPv6 force /128 on hosts Sirius Bakke 2015-02-27 11:07:12 +01:00
  • 12070b760c Add debian directory with packaging scripts. Morten Knutsen 2015-01-20 14:28:12 +01:00
  • ecbde1b880 Fixed compiler warnings Sirius Bakke 2015-01-08 14:15:42 +01:00
  • 9b73e33f58 Added support for Git version numbering Sirius Bakke 2015-01-08 09:47:05 +01:00
  • 4e1bcec40e Merge pull request #2 from rolffokkens/master Brendan Thompson 2015-02-23 16:41:41 +10:00
  • 786fbe7934 fix compiler warnings on x86_64 architecture Rolf Fokkens 2015-02-22 22:43:57 +01:00
  • 3fe8990495 Merge pull request #1 from dmz006/master Brendan Thompson 2015-01-14 13:32:15 +10:00
  • 27503925f8 Added unistd.h to src/libfwbuilder/src/fwbuilder/ThreadTools.h to enable ssize_t from debian bug 67439 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674349 David M. Zendzian @ rtwap 2015-01-12 16:55:57 -05:00
  • 5adfa724ed Bugfix: need to re-check proc for NULL Sirius Bakke 2014-10-30 10:33:00 +01:00
  • 99c5f2d727 Bugfix: do not modify read-only object Sirius Bakke 2014-10-30 09:49:41 +01:00
  • 3fae01b003 Bugfix: correct icmp header for IPv6 Sirius Bakke 2014-10-24 08:55:28 +02:00
  • 01f6ac2ad3 Fix: do rollback when getting syntax error Sirius Bakke 2014-09-28 22:26:35 +00:00
  • 95d22964d3 Bugfix: syntax error on source-port Sirius Bakke 2014-09-28 22:23:20 +00:00
  • ddbe48f9e8 Release 5.3.0 Sirius Bakke 2014-09-24 10:03:57 +02:00
  • ba08c03788 Feature: select and show all release notes Sirius Bakke 2014-06-24 11:16:16 +00:00
  • 70000f0ec7 Feature: Added Junos support Sirius Bakke 2014-04-04 10:24:59 +02:00
  • d8ca4cf4ac Create README.md Brendan Thompson 2014-08-06 08:22:59 +10:00
  • 4c5ba9abc7 Bugfix: DiffViewer stats not updated correctly Sirius Bakke 2014-05-28 13:13:31 +02:00
  • d47cee1777 Make git ignore generated files Sirius Bakke 2014-04-04 10:47:12 +02:00
  • f9d0ba176a Bugfix: QApplication::setGraphicsSystem is removed in Qt5 Sirius Bakke 2014-03-10 10:04:17 +01:00
  • 9c88cad56d Fix: NULL pointer dereference for Dummy interface Right clicking on the Dummy interface in the object tree will dereference a null pointer. Sirius Bakke 2014-01-06 12:38:52 +01:00
  • 9b1aaaa89e Fix: compile single rule in NX-OS firewalls Sirius Bakke 2014-01-06 10:29:05 +01:00
  • 0ec5594a2f Pass argv/argc to QApplication before parsing our options, to unbreak qt commandline switches, specifically -graphicssystem Sigmund Augdal 2013-09-24 10:49:29 +02:00
  • 846d7f1bf1 Override default graphics system to native to get usable performance over remote X Sigmund Augdal 2013-09-24 10:46:35 +02:00
  • f2edc242f1 Release 5.2.0.3600 Sirius Bakke 2013-06-26 15:41:53 +02:00
  • ce8584e847 Fix: Building on OSX and Windows * build_mac.sh OSX build script * Read doc/README.osx for instructions * Updated fwbuilder.nsi.in, and qmake.inc.in for Windows * Read doc/README.windows for instructions Sirius Bakke 2013-08-07 11:05:13 +02:00
  • 96268831a2 Feature: Support for Qt5 * Compile time checking adjust includes and code for deprecated features * QHttp class is removed from Qt5 so the custom HttpGet class is disabled when compiling with Qt5. The api on fwbuilder.org isn't working, so the code for getting tips and checking if a new version is available must be rewritten anyway. Sirius Bakke 2013-08-07 10:56:53 +02:00
  • 1e685abd1f Feature: Dummy objects for policy rules Sirius Bakke 2013-06-26 15:41:53 +02:00
  • 897e77a333 Feature: NX-OS support. Sirius Bakke 2013-06-27 10:29:23 +02:00
  • 7527dc1123 Feature: Diff for rule sets and generated files A new GUI diff viewer displaying changes done in rule sets, and an external diff application may be configured to show difference between generated files. An autocompile option will compile firewalls when loading file. Sirius Bakke 2013-07-05 16:03:14 +02:00
  • cde310e2e3 Feature: Search for port number or IP address Sirius Bakke 2013-06-27 10:41:37 +02:00
  • 78190b2b26 Fix: Console applications use QCoreApplication * Changed all the compiler executables from using QApplication to QCoreApplication * libcommon is now using only QCoreApplication Sirius Bakke 2013-08-06 14:56:29 +02:00
  • 3739432008 Bugfix: Putting new rule in correct group when doing undo and redo Sirius Bakke 2013-07-23 11:19:32 +02:00
  • 41701ba390 Fix: libpng warning * iCCP: known incorrect sRGB profile Sirius Bakke 2013-07-01 11:27:14 +02:00
  • 76df3d79b1 Fix: qmake.inc.in and .gitignore * Wrong comment token in qmake.inc.in * Ignoring QtCreator .pro.user-files. Sirius Bakke 2013-06-27 12:41:07 +02:00
  • f6036e72d7 Fix: compile error for unit_tests Reorder libraries when linking Sirius Bakke 2013-06-26 15:40:06 +02:00
  • 4d30364e12 Fix: compile warning on 64bit and compile error * Define ssize_t if not defined * Use correct int size for casts on 64bit platforms Sirius Bakke 2013-06-26 15:38:53 +02:00
  • ba40221b53 added copyright notice to scripts that build bundle and dmg on mac Vadim Kurland 2012-03-22 23:10:54 -07:00
  • a1af722d69 fixing unit tests for removed modules and rearranged INCLUDEPATH Vadim Kurland 2012-03-22 22:17:10 -07:00
  • c086283bc5 added scripts to build bundle and dmg on Mac OS X Vadim Kurland 2012-03-22 18:37:43 -07:00
  • 1441e87dcd v5.1.0.3599, updated changelog and release notes Vadim Kurland 2012-03-21 15:15:53 -07:00
  • 89a3288b0e hardcode path to rcs tools on windows in configure Vadim Kurland 2012-03-21 09:42:46 -07:00
  • 60c5faf491 hardcode path to rcs tools on windows in configure Vadim Kurland 2012-03-21 09:00:15 -07:00
  • 5ba2b54779 hardcoding some path variables for windows build Vadim Kurland 2012-03-20 23:24:27 -07:00
  • 7dd7d28714 renamed iptlib/utils to avoid problems causes by the name collision with libgui/utils Vadim Kurland 2012-03-20 21:40:58 -07:00
  • cf84830eae convert imports of "../../config.h" to "config.h", ensure config.h is imported first in more places Vadim Kurland 2012-03-20 17:04:02 -07:00
  • eca03748c8 making all #includes of fwbuilder/ and fwcompiler/ files use "" Vadim Kurland 2012-03-20 16:00:03 -07:00
  • 1c3d9fad69 need to define WINVER in config.h, also need to make sure this file is #included first; changes all #include of fwbuilder and fwcompile .h files to #include "" since they are not installed in system /include directory Vadim Kurland 2012-03-20 15:50:01 -07:00
  • 3d849c5388 removed more autogenerated files; need to set macro _WIN32_WINNT to make sure getaddrinfo is included. This means we support WinXP SP1 and later Vadim Kurland 2012-03-20 15:07:05 -07:00
  • 77fe7da636 eliminate duplicate macro definition and unnecessary -I Vadim Kurland 2012-03-20 14:17:37 -07:00
  • 9eb4c95a8d trying to run configure on windows Vadim Kurland 2012-03-20 11:00:18 -07:00
  • e9e002768d no snmp on win atm Vadim Kurland 2012-03-19 22:20:37 -07:00
  • 5998ae0103 no snmp on windows atm Vadim Kurland 2012-03-19 20:50:47 -07:00
  • 58381cd141 fixed build errors on win Vadim Kurland 2012-03-19 18:22:18 -07:00
  • 2cd7d18b3a added config.h needed for the build on windows Vadim Kurland 2012-03-19 17:19:14 -07:00
  • 4f9883fe28 adding qmake.inc files needed for the build on windows Vadim Kurland 2012-03-19 17:12:16 -07:00
  • a576ebac58 need to define variables GENERATION and GENERATION_SHORT for .nsi file Vadim Kurland 2012-03-19 14:17:02 -07:00
  • bf72cebcf6 updated ChangeLoig Vadim Kurland 2012-03-19 12:36:32 -07:00
  • 882c620bd2 version 5.1.0 Vadim Kurland 2012-03-19 12:35:53 -07:00
  • 7015b23d1b switching to GPL for MacOSX and windows; merged build files for mac and win packages, updated license text Vadim Kurland 2012-03-19 12:45:32 -07:00
  • 49ae170756 build 5.0.2.3597 Vadim Kurland 2012-03-18 21:40:13 -07:00
  • 24416b751a removed test objects for secuwall Vadim Kurland 2012-03-18 21:32:32 -07:00
  • 3520002f56 merged previous changes, updated release notes 5.0.2 Vadim Kurland 2012-03-18 21:21:30 -07:00
  • 0e9b904d1d fixes #2686 "automatic rules for heartbeat are not generated for vlan subinterfaces" Vadim Kurland 2012-03-18 20:43:01 -07:00
  • 890d89506f build 5.0.2.3596 Vadim Kurland 2012-02-20 14:23:16 -08:00
  • c5ca42940f fixes SF bug 3489096, Shell code that restores old static routing table entries in case of an error with commands adding new routing entries was broken and left the machine with no routes at all. Vadim Kurland 2012-02-20 14:18:10 -08:00
  • ca17dccfcc updated test cases Vadim Kurland 2012-02-20 11:55:46 -08:00
  • 8a456b3c7d fixes #2684 "fix address deletion in configlet update_addresses". Add command to set /proc variable /proc/sys/net/ipv4/conf/all/promote_secondaries that makes the kernel "promote" secondary address to a "primary" status when primary address is deleted. Default behavior in Linux kernel is to delete all addresses when primary address is deleted. Vadim Kurland 2012-02-20 11:54:51 -08:00
  • c89b691eff fixes #2684 "fix address deletion in configlet update_addresses". Add command to set /proc variable /proc/sys/net/ipv4/conf/all/promote_secondaries that makes the kernel "promote" secondary address to a "primary" status when primary address is deleted. Default behavior in Linux kernel is to delete all addresses when primary address is deleted. Vadim Kurland 2012-02-20 11:54:08 -08:00
  • d5911066cf updated ChangeLog Vadim Kurland 2012-02-14 11:00:20 -08:00
  • f9fa1ecbaa merge my previous changes for __STDC_FORMAT_MACROS Vadim Kurland 2012-02-14 10:59:46 -08:00
  • 18eae7e63d removed all ELC Vadim Kurland 2012-02-14 10:57:50 -08:00
  • 878f18d63f need to define macros for all OS Vadim Kurland 2012-02-13 21:40:03 -08:00
  • f97a1b50ba fix for SF bug #3468802. Define macro __STDC_FORMAT_MACROS. This still needs to be tested on all build machines. Vadim Kurland 2012-02-13 20:59:26 -08:00
  • 15565ade5d build 3594; removed UserWorkflow and all calls to assemble and send user workflow report Vadim Kurland 2012-02-13 17:55:56 -08:00
  • 24d8a8db3f fixed SF bug #3468358 "change in rule-compilation between 5.0.0 and 5.0.1". Rule with cluster interface in "Destination" should compile into matching ip addresses assigned to the cluster interface object and corresponding member firewall's interface object, but in v5.0.1 it only matched member interface address. This bug triggered when iptables version was set to 1.2.11 or greater. This was a regression from v5.0.0 Vadim Kurland 2012-01-02 16:55:25 -08:00
  • e80f2e0d47 v5.0.2 Vadim Kurland 2012-01-02 14:59:54 -08:00
  • b89bf502d3 fixes #2678 Policy importer for PIX/ASA could not parse nat command with parameter "outside" Vadim Kurland 2011-12-07 17:02:07 -08:00
  • eacdadc1b9 fixes #2679 import of PIX "nat exemptions" rules Vadim Kurland 2011-12-07 15:41:41 -08:00
  • b0dcb679dc fixes #2677 Policy importer for PIX/ASA could not parse command "nat (inside) 1 0 0" Vadim Kurland 2011-12-07 14:56:56 -08:00
  • 7b45a1f8c8 v5.0.1.3592 Vadim Kurland 2011-12-07 13:08:05 -08:00
  • 0aae126c00 fixed strings that should be translated Vadim Kurland 2011-12-07 12:54:59 -08:00
  • 739edc8c35 fixes #2674 NAT compiler for PF crashed when AttachedNetworks object was used in Translated Source of a NAT rule. Vadim Kurland 2011-11-30 18:43:18 -08:00
  • bfb7ee6b05 v5.0.1.3591 Vadim Kurland 2011-11-30 18:21:44 -08:00