summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Implement gettext()Carlos Eduardo Ramos2010-04-271-19/+19
| | |
* | | Rwviewing gettext()Vinicius Coque2010-04-271-2/+2
| | |
* | | Adding gettext() to save buttonVinicius Coque2010-04-272-2/+2
| | |
* | | Reviewing gettext()Vinicius Coque2010-04-271-7/+7
| | |
* | | Merge branch 'gettext' of rcs.pfsense.org:pfsense/bluepex-clone into gettextVinicius Coque2010-04-271-34/+34
|\ \ \
| * | | Implement gettext()Carlos Eduardo Ramos2010-04-271-34/+34
| | | |
* | | | Reviewing gettext()Vinicius Coque2010-04-271-7/+7
|/ / /
* | | Reviewing gettext()Vinicius Coque2010-04-271-10/+9
| | |
* | | Add missing gettext() callRenato Botelho2010-04-271-1/+1
| | |
* | | Merge branch 'master' into gettextRenato Botelho2010-04-272-4/+6
|\ \ \ | |/ /
| * | Automatically select destination as $Interface address when Interface is ↵Renato Botelho2010-04-272-4/+6
| | | | | | | | | | | | changed just for new rules, or, if previous rule has already the combination interface + interface address selected
* | | Merge branch 'master' into gettextRenato Botelho2010-04-274-2/+62
|\ \ \ | |/ /
| * | Merge remote branch 'mainline/master'Renato Botelho2010-04-274-2/+62
| |\ \ | | |/
| | * Add binding support for row helper drop downsScott Ullrich2010-04-273-1/+27
| | |
| | * Allow mapping a select drop down to any area of config.xmlScott Ullrich2010-04-271-0/+34
| | |
| | * Fix test to not penalized variable value of 0.Ermal2010-04-261-1/+1
| | |
* | | Implement gettext()Carlos Eduardo Ramos2010-04-271-3/+3
| | |
* | | Addin gettext functions do system::firmwareVinicius Coque2010-04-261-42/+42
| | |
* | | Addin gettext to page titleVinicius Coque2010-04-261-1/+1
| | |
* | | Merge branch 'master' into gettextRenato Botelho2010-04-262-3/+1
|\ \ \ | |/ /
| * | Merge remote branch 'mainline/master'Renato Botelho2010-04-261-1/+1
| |\ \ | | |/
| | * Mark this just informative textarea as readonlyRenato Botelho2010-04-261-1/+1
| | |
| * | Remove option 'any' from Destination Port RangeRenato Botelho2010-04-261-2/+0
| | |
* | | Implement gettext()Carlos Eduardo Ramos2010-04-263-101/+102
| | |
* | | Implement gettext()Renato Botelho2010-04-261-57/+57
| | |
* | | Gettext for System::Cert managerVinicius Coque2010-04-262-108/+108
|/ /
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-265-42/+5
|\ \ | |/
| * correctly go to interface for edit bogons/rfc1918Chris Buechler2010-04-251-2/+2
| |
| * add note about 1:1s and interface IPsChris Buechler2010-04-241-1/+3
| |
| * remove unnecessary input validation checksChris Buechler2010-04-242-23/+0
| |
| * remove this check, the WAN IP can be used in binat now with no problemsChris Buechler2010-04-241-6/+0
| |
| * remove bunk input validationChris Buechler2010-04-241-10/+0
| |
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-234-139/+32
|\ \ | |/
| * Improve NanoBSD slice updating/changing a bit, add some error checking. ↵jim-p2010-04-231-14/+5
| | | | | | | | Resolves #534.
| * Relocate some NanoBSD functions to a central place. Change NanoBSD ↵jim-p2010-04-232-100/+26
| | | | | | | | diagnostics and system info widget to use the new code. Ticket #533 and some prerequisite parts of Ticket #534.
| * Remove all code for directions it is not needed any more on passthrough ip's.Ermal2010-04-222-27/+3
| |
| * Add missing ;Ermal2010-04-221-2/+2
| |
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-225-9/+78
|\ \ | |/ | | | | | | Conflicts: etc/inc/filter.inc
| * Add a new alias type, urltable, which downloads a file of IP/CIDR addresses ↵jim-p2010-04-215-8/+76
| | | | | | | | 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
| * Validate imported URL data. Resolves #530.jim-p2010-04-211-1/+2
| |
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-214-39/+68
|\ \ | |/
| * Warn the user when we cannot get the MAC address on pass through auto add ↵Ermal2010-04-201-1/+3
| | | | | | | | case. Also when a user does a logout through clicking the logout form exit after showing sending info on logout successful.
| * Allow a passthrough mac to be deleted by a POST. Take the neccessary actions ↵Ermal2010-04-201-0/+22
| | | | | | | | to disconnect and remove the mac from CP.
| * Make pasthrough GUI code catch-up with the latest changes.Ermal2010-04-201-9/+3
| |
| * Use tables of ipfw for passthrough mac entries. This makes it scale way ↵Ermal2010-04-204-31/+42
| | | | | | | | better than previously. Fix multiple entries on adding mac through entries automatically after login for the same user. The changes allow even pass through mac to be controlled from the Status->Captiveportal. Use serialize/unserialize on some files that keep temporary information to speed up calculations. Really allow mac passthrough to follow radius rules or time out rules when present.
* | Call dst_change with right param and on right place to use correct ↵Renato Botelho2010-04-201-1/+1
| | | | | | | | destination address for new rules
* | Consider VIPs on Destination Address and below few fixesRenato Botelho2010-04-202-11/+35
| | | | | | | | | | - Rename change_dst to dst_change to follow standards - Fix indent
* | changed destination type according to the selected interfaceCarlos Eduardo Ramos2010-04-202-1/+5
| |
* | Validating Source address and Destination addressVinicius Coque2010-04-201-0/+9
| |
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-209-48/+170
|\ \ | |/
OpenPOWER on IntegriCloud