1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-24 04:07:55 +01:00

9 Commits

Author SHA1 Message Date
Vadim Kurland
ea506af6cb proper case in the file name 2009-10-05 02:59:49 +00:00
Vadim Kurland
fcd1d808b5 editor panel docked into the main window rather than ProjectPanel 2009-10-05 00:17:24 +00:00
Vadim Kurland
23ee2d9531 merge from v3_1_merge 2009-09-23 17:00:48 +00:00
Vadim Kurland
9901ee70e5 2009-05-20 vadim <vadim@vk.crocodile.org>
* ObjectEditor.cpp (ObjectEditor::help): Added support for the
built-in help page for all objects dialogs, including rule
actions and options dialog. Implemented help pages for actions
"Route", "Branch", "Tag", "Classify" and rule options dialogs for
iptables and pf. Button "Help" is greyed out if corresponding help
page is unavailable.

* RuleSetView.cpp (RuleSetView::switchObjectInEditor): fixed bug
#2794484 "Crash after click in the "Options" col of rule group
title".
2009-05-20 21:54:45 +00:00
Vadim Kurland
f6d1b5b38d 2009-03-24 vadim <vadim@vk.crocodile.org>
* PolicyCompiler_pf_writers.cpp (PrintRule::_printAction): Added
support for anchor names with "/*" suffix for PF. Now the user can
create policy ruleset with name e.g. "ftp-proxy/*" and then set up
branching rule pointing to this ruleset. This ruleset is treated
by the program in a special way. First, it allows characters "/"
and "*" in the name of the ruleset (but only for PF firewalls).
Second, compiler does not create a .conf file with rules from this
ruleset, assuming that it will be controlled by external program
such as ftp-proxy. See man page ftp-proxy(8) for examples.
2009-03-24 07:31:48 +00:00
Vadim Kurland
299e475926 path to config.h and other headers 2008-07-13 01:26:39 +00:00
Vadim Kurland
44331d0fb2 remove reference to precompiled headers file from all modules but retain it in the gui.pro 2008-07-06 20:11:03 +00:00
Vadim Kurland
bc10bfd02b fixes in installer dialog 2008-07-03 02:19:16 +00:00
2f9e82c5ba bugfix 2607 2008-05-30 15:01:36 +00:00