Adding hook to pre_table for aliases
Restoring gray background to the right of some tables in GUI.
Add alias support for source and destination ports on outbound NAT.
Check for aliases in 1:1 and outbound NAT rules, too.
Simply code for determining whether an alias is currently in use.
fix text
gettext() fixes on firewall_aliases.php
Fix improper gettext changes that broke various confirmation prompts, causing them to never show.
Merge remote branch 'mainline/master' into 2_firewall
Conflicts: usr/local/www/diag_nanobsd.php usr/local/www/diag_packet_capture.php usr/local/www/firewall_shaper.php
Indent checks
Handle cases when source or destination is not enabled and you end up with an offset error
Corrections gettext implementation on firewall_aliases.php
Review firewall_aliases.php
Revert "Implemment gettext() calls"
This reverts commit 49031495b501e4477941fa6248fe94cc698f9dcd.A lot of mistakes
Conflicts:
usr/local/www/firewall_nat.php
Implemment gettext() calls
Implement gettext() calls
gettext on archives firewall_aliases.php e firewall_nat.php
Merge remote branch 'mainline/master'
Conflicts: etc/inc/filter.inc
Add a new alias type, urltable, which downloads a file of IP/CIDR addresses and loads them into a pf persist table instead of importing the addresses directly into a traditional alias. This allows for using huge tables of addresses that would otherwise break the GUI and/or fail to load into pf. Part of ticket #512
Check if var exist before compare its value
source address is been checked 2 times and destination address no one, fix this
When renaming or removing aliases, deal with new NAT Port Forwarding fields
Rename import to bulk import. Suggested-by: Chris Horn
Improve aliases a little bit to show large aliases.
Resolves #401. Fix the ... display on aliases description.
Ticket #338. Remove aliases_sort function and keep the list always sorted in config.xml. This reverts to previous behaviour.
Remove msort call for aliases sorting, aliases are sorted by aliases_sort() function. Ticket #338
Require filter.inc and shaper.inc
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Sort aliases
fix image alignment
Do not hard code white
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Switch over to array style page titles. Obtained-from: m0n0wall
Backport alias import option to RELENG_1 from HEAD.
Add a plus button on the top header of these pages.This to make it easier on large configurations.
Sync aliases after removing
Do not iterate items if they are not an array.
Do not delete a NAT item if its being referenced by an ALIAS.
Remove alias import option. It was never MFC'd and the icon should not be present.
Do not allow an alias to be deleted if its currently referenced ina rule.
Ticket #914
MFC 8297Some very minor proofreading.
Remove #!/usr/local/bin/php
Do not show . at end of alias list
Remove reboot required checks
put friendly titles on the icon buttons
updating files to use theme imagesremoving images from /usr/local/wwwadding specific images into the correct theme directories
Consolidate Apply changes button into the info box on the right hand side
Use $pgtitle instead of re-typing the page title overUse head.inc on the _edit.php files
include head.inc and round corners on tabs
doubleclick for edit
Cleanup icon placement to be more like rules screen
Add $Id$ tag
alias table is above, not below note
If an error occurs during the rule loading, report the error to the user.
Break after each host / port or alias address.
Aliases now work for ports. Add autocomplete hint field for aliases box on rules edit form.
Do not call shaper_configure() .. It is now built into filter_configure()
Remove type and make all code uniform.
Update (C)
Small bug fixes and minor description changes
heh.
blue -> red
on a completely off topic note, uofl rules!
reflect that this could be address(s) or host(s) or port(s)
Add the ability to define networks, ports and or hosts as aliases. Allow the alias to point to more than ONE item ;)
Convert description font color to white
Initial revision