Commit Graph

38 Commits

Author SHA1 Message Date
Alexander Marx
8013bd0ac2 Forward Firewall: Changed layout of rulecreation. Now only the dropdowns for configured networks are shown on the site
Also changed fwhosts.cgi (custom groups) to the same feature
2013-08-09 14:09:16 +02:00
Alexander Marx
92e4ae9db1 Forward Firewall: Some changes in langagefiles and layout in fwhosts.cgi 2013-08-09 14:09:16 +02:00
Alexander Marx
e638799b12 Forward Firewall: fixed Table in servicegroups and hostgroups 2013-08-09 14:08:23 +02:00
Alexander Marx
5dd84c259d FOrward Firewall: Minor Layout changes 2013-08-09 14:08:23 +02:00
Alexander Marx
7bf83f9d39 Forward Firewall: moved p2p-block to a seperate cgi and deleted it from forwardfw.cgi 2013-08-09 14:08:22 +02:00
Alexander Marx
f80db6a4ce Forward Firewall: Bugfix: on update of network or hostst and changing remark to invalid value, the remark was saved 2013-08-09 14:08:22 +02:00
Alexander Marx
be5698ef66 FORWARD FIREWALL: Some Typos in language Files 2013-08-09 14:08:22 +02:00
Alexander Marx
e5a058c131 FORWARD FIREWALL: added remark in custom networks 2013-08-09 14:08:22 +02:00
Alexander Marx
d928d79566 Forward Firewall: some exentions for remarks 2013-08-09 14:08:21 +02:00
Alexander Marx
e3580608b3 Forward Firewall: added remark field to custom hosts and host table 2013-08-09 14:08:21 +02:00
Alexander Marx
d0815ce43f Forward Firewall: Fix 80,81,83 (Forum)
Apply Button now on group and rule site
remark can be delted
- and . are allowed in Hostname
2013-08-09 14:08:21 +02:00
Alexander Marx
0b54aaede3 Forward Firewall: when creating a second group of services, the cached port and protocol from first group are shown in table 2013-08-09 14:08:21 +02:00
Alexander Marx
c7043621fc Forward Firewall: savepoint 1. Trying to add OUTGOING to the firewall.
actual working:

Create OUTGOING Rules, change external access or foward rules to outgoing ones.
Missing: rules.pl need to be updated
2013-08-09 14:08:20 +02:00
Alexander Marx
3f8fe51ef0 Forward Firewall: When editing a group and deleting an entry, the next mode is also update 2013-08-09 14:08:20 +02:00
Alexander Marx
d13a936349 Forward Firewall: Last rule in servicegroup is not deletable if group is used 2013-08-09 14:08:19 +02:00
Alexander Marx
2cee24627a Forward Firewall: Changed "apply" button to be more eye-catching (red font)
also some minor bugfixes (The last entry in a used group can not be deleted)
2013-08-09 14:08:19 +02:00
Alexander Marx
6c8699612c Forward Firewall: added extra button for changing remark 2013-08-09 14:08:19 +02:00
Alexander Marx
cd9d9d8a13 Forward Firewall: added "apply" button to groupmanagement. Now the user can make all changes and finally click apply button to reread firewallrules.
Also added a comment in de.pl and en.pl which should remiond the user to click the button.
2013-08-09 14:08:19 +02:00
Alexander Marx
12dcfbbdbe Forward Firewall: Portfw now working and firewall closed correctly 2013-08-09 14:08:19 +02:00
Alexander Marx
8f204435d4 Forward Firewall: When a group has only one entry and the group is used, it is not possiblle to delete the group 2013-08-09 14:08:19 +02:00
Alexander Marx
13e5dda402 Forward Firewall: when editing a group the rules where not read correctly, because of wrong COUNT 2013-08-09 14:08:18 +02:00
Alexander Marx
5e97072306 Forward Firewall: Fixes Problem when editing a host and afterwards pressing F5, a emtpy entry was created in customhosts 2013-08-09 14:08:18 +02:00
Alexander Marx
bfac6bd4dc Forward Firewall: when a service is used in a servicegroup, it was not updated when editing the service 2013-08-09 14:08:18 +02:00
Alexander Marx
ed73b87ece Forward Firewall: some code optimizations 2013-08-09 14:08:18 +02:00
Alexander Marx
0013abb07c Forward Firewall: changed sortorder of servicedropdown in servicegrouping.
catched F5 when editing a host-Now no entry is saved
in customhosts table theres only the IP shown (deleted subnet)
2013-08-09 14:08:18 +02:00
Alexander Marx
bfee206c98 Forward Firewall: When changing a service which is used in a rule, the rule was destroyed.
Now the configfiles of the firewall are adapted as needed.
2013-08-09 14:08:18 +02:00
Alexander Marx
7772ae734e Forward Firewall: extended the accepted chars for group and servicenames NOw / () and _ are allowed, too 2013-08-09 14:08:17 +02:00
Alexander Marx
fb70d3d540 Forward Firewall: changed sortorder of customhosts and bugfix when remark is changed 2013-08-09 14:08:17 +02:00
Alexander Marx
937d4e0892 Forward Firewall: redefined layout of customservicegroups and some layout changes 2013-08-09 14:08:17 +02:00
Alexander Marx
20c00d4bdf Forward Firewall: BUGFIX-CustomGroup sort order 2013-08-09 14:08:17 +02:00
Alexander Marx
0f869e32d4 Forward FIrewall: tried to sort servicegroups the right way...not perfect now 2013-08-09 14:08:15 +02:00
Alexander Marx
85dc70c746 Forward Firewall: Fixed a bug in servicegroup-Tableview 2013-08-09 14:08:15 +02:00
Alexander Marx
ed62bbfb52 Forward Firewall: changed sortorder in group tables 2013-08-09 14:08:14 +02:00
Alexander Marx
1aec05a64e Forward Firewall: when adding custom hosts or networks the cursor is now in first textfield 2013-08-09 14:08:09 +02:00
Alexander Marx
62fc851166 Forward Firewall: fixed 12 Bugs from forum.
1) Added more possible chars in remark: : / .
2) Added "Internet" to std networks to be able to define internetaccess
3) When renaming a custom address, the firewallrules get updated
4) Ports are now ignored when using GRE as Protocol
5) When saving a customservice, the cursor is now in first textfield
6) Added a customservices file to installation with predefined services
7) Added ESP as protocol
8) Fixed counterproblem
9) Dropdownboxes for customservices and groups now sorted
10) Firewallrules now sorted in right order
11) fixed a Bug when defining manual address in source and target, the hint message is no longer displayed
12) When defining an external access rule, the last forwardrule was deleted
2013-08-09 14:08:04 +02:00
Alexander Marx
7f5b282069 Forward Firewall: Changed Buttons and Layout of fwhosts.cgi 2013-08-09 14:06:49 +02:00
Alexander Marx
55674e0d38 Forward Firewall: fixed Typos
Signed-off-by: Alexander Marx <amarx@ipfire.org>
2013-08-09 14:02:21 +02:00
Alexander Marx
2a81ab0d77 Forward Firewall: added new files 2013-08-09 14:02:21 +02:00