summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #338. Remove aliases_sort function and keep the list always sorted in ↵Ermal Luçi2010-02-091-2/+3
| | | | config.xml. This reverts to previous behaviour.
* Ticket #261 Do not consider ports as hostnames. This changes the is_port ↵Ermal Luçi2009-12-301-7/+2
| | | | function to consider ':'(ranges) as ports. This seems a previous feature i do not agree with much, but users decide right?!
* Ticket #258 fix regression.Ermal Luçi2009-12-291-2/+7
|
* Fix type handling to save what was choosen end not to guess it. Save the ↵Ermal Luçi2009-12-211-15/+2
| | | | cidr when specified with hostnames seems people used this feature in 1.2.x branch.
* More special meaning words.Ermal Luçi2009-12-131-1/+1
|
* Add listtopic and note that only ip addresses may be imported.Ermal Luçi2009-12-091-1/+1
|
* Add the same checks to the aliases import functionality as the ones that are ↵Ermal Luçi2009-12-091-3/+1
| | | | done during creation/editing of aliases. Ticket #146
* Use is_port here.Ermal Luçi2009-12-081-3/+1
|
* Add one more check for port aliases now that /etc/services can be used in ↵Ermal Luçi2009-12-081-0/+2
| | | | port names.
* Resolves #138 Add propper input validation to aliases. Do not allow to ↵Ermal Luçi2009-11-301-5/+14
| | | | nested different types of aliases. Do not allow on ports to enter something that is not in the range 0-65535.
* Please pretty please use the interfaces function rather than than growing ↵Ermal Luçi2009-11-281-4/+5
| | | | yet again the horrendous custom made things. Thank you. Ticket #141
* Correct typo Resolves #141sullrich2009-11-281-1/+1
|
* Do not allow interface names as alias names Ticket #141sullrich2009-11-271-1/+3
|
* Do not allow reserved keywords as alias names Ticket #141sullrich2009-11-271-0/+8
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Pass origname instead of relying on a globalScott Ullrich2009-09-211-6/+6
|
* Check for interfaces with same name as alias. Ticket #92sullrich2009-09-211-31/+0
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-3/+7
| | | | include 2009 on files that I have asserted (C) on
* Remove stray ;Scott Ullrich2009-08-231-1/+1
|
* Unbreak. Pointy-hat-to: Ermal!Scott Ullrich2009-08-231-3/+2
|
* Fix wrong code!Ermal Luçi2009-08-211-2/+3
| | | | This is wrong since it is not that simple to rename an alias in an alias and correct code for this was already present before.
* Use global variable which defines the tmp_path and remove hardcoded ones.Ermal Luçi2009-08-211-5/+5
|
* Oops, use address instead of nameScott Ullrich2009-08-201-1/+1
|
* Handle alias in an alias rename situationScott Ullrich2009-08-201-1/+2
|
* Remove non-needed debugging item and rename debug log to ↵Scott Ullrich2009-08-201-3/+3
| | | | /tmp/alias_rename_log.txt
* Add missing debug checksScott Ullrich2009-08-201-4/+5
|
* Allow editing of alias names that already are being referenced by rules, ↵Scott Ullrich2009-08-201-12/+53
| | | | | | nat, etc by looping through items and replacing the old alias name with the newly updated alias name. Sponsored-by: BSD Perimeter Commercial Support
* Change only needed aliases.Ermal Luçi2009-07-281-2/+6
|
* Fix the alias replacing when renamed so it does not do casualities like ↵Ermal Luçi2009-07-281-2/+8
| | | | replacing thing with same name. This change prevents i.e. alias Test and Test34 refrenced in alias MyHome after renaming alias Test to Testagain the previous code would replace even Test34 to Testagin34 which is very unexpected.
* When renaming an alias that is referenced by other aliases make the propper ↵Ermal Luçi2009-07-241-2/+8
| | | | ajustements to reflect the changed name.
* Fix typoErmal Luçi2009-07-241-1/+1
|
* * If editing an alias do not display itself on the autocompletion listErmal Luçi2009-07-231-0/+26
| | | | | * Prevent that the user mixes wrong type of aliases, only host and network type mixing is allowed. Openvpn may be added later on too. * Instead of checking for nested loops when unwinding aliases just prevent the loops. It is easier and allows some rare cases when nesting is needed.
* Remove unused code.Ermal Luçi2009-07-231-1/+0
|
* Add my copyright i have done the necessary work on aliases.Ermal Luçi2009-07-231-0/+1
|
* Add the id tag to the row helper javascript created input objects. Make the ↵Ermal Luçi2009-07-231-2/+38
| | | | controls of aliases clearly show that they can be even alias names with autocomplete.(Loop checking is not yet implemented).
* Allow to enter names in these fields for letting nested aliases to be specified.Ermal Luçi2009-07-221-1/+1
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-1/+1
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* fix typo, clean up textChris Buechler2009-04-071-2/+2
|
* Massive javascript cleanup, all .js files now live in $g['www_path']/javascriptBill Marquette2009-03-141-1/+1
| | | | Purged unused JS
* Increase alias limit!Ermal Luçi2009-01-041-1/+1
|
* Show header when alias is not in useScott Ullrich2008-08-301-3/+3
|
* Add CSS header like other pages use.Scott Ullrich2008-08-301-0/+3
|
* style(9)++.Ermal Luçi2008-08-101-22/+23
|
* Remove debugging code.Ermal Luçi2008-08-101-1/+0
|
* Bring to functionality the editing of aliases.Ermal Luçi2008-08-101-113/+36
| | | | | | | | | * Cleanup uneccesary eval() use in php code * Invrease on javascript the limits to 299 to really allow 299 entries * Remove limitiation of not being able to delete the first entry * Make all the rows dynamic. Now a new alias will not show any rows unless the plus sign is clicked. * Fix bug where OpenVPN aliases where being selected in case of Port aliases * Cleanup and style(9) here and there
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Continue interface improvementsErmal Luçi2008-06-211-2/+4
|
* Ticket #1711 fixesScott Ullrich2008-05-171-1/+5
|
* Ticket # 1698 fixesScott Ullrich2008-05-171-1/+1
|
* Correctly handle OpenVPN case.Scott Ullrich2008-04-271-5/+10
|
OpenPOWER on IntegriCloud