summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Standardize hypenation and capitalization of Pre-Shared Keyjim-p2012-10-268-14/+14
|
* restrict '/' from virtual server name fieldDarren Embry2012-10-261-2/+2
| | | | fixes #2656
* To avoid issues with missing removed schedules just do not create the pipe ↵Ermal2012-10-241-1/+2
| | | | at all
* Merge pull request #242 from phil-davis/masterSeth Mos2012-10-241-15/+17
|\ | | | | Fix warning when no gateway groups
| * Fix warning when no gateway groupsPhil Davis2012-10-241-15/+17
|/ | | If there are no gateway groups defined, and you save a rule that has an ordinary gateway selected in "Advanced Features - Gateway", then a warning is emitted when trying to traverse an empty gateway groups array at line 214.
* Throw an error when invalid configuration is posted(address->network).Ermal2012-10-231-0/+2
|
* Correct issues with limiters. 1. correct spelling of config option 2. avoid ↵Ermal2012-10-232-3/+4
| | | | duplicating javascript
* Merge pull request #241 from bcyrill/patch-3Jim P2012-10-231-2/+4
|\ | | | | Fix limiter error
| * Fix limiter errorbcyrill2012-10-231-1/+1
| |
| * Fix limiter errorbcyrill2012-10-231-1/+1
| |
| * Fix limiter errorbcyrill2012-10-231-0/+1
| |
| * Fix limiter errorbcyrill2012-10-231-1/+2
|/
* Use a proposal check value of obey for all mobile, not just pure-PSK. (The ↵jim-p2012-10-221-1/+1
| | | | docs recommend setting this, may as well make it the default)
* Switch to background launchingsmos2012-10-181-1/+1
|
* Check if there is any configuration present before going through it.Ermal2012-10-181-1/+1
|
* Check if there is any configuration present before going through it.Ermal2012-10-181-5/+7
|
* Add a few required things here to allow the script to workjim-p2012-10-161-0/+3
|
* Fix spellingWarren Baker2012-10-161-1/+1
|
* Fix syntax errorjim-p2012-10-161-1/+0
|
* Merge pull request #239 from phil-davis/masterErmal Luçi2012-10-151-2/+2
|\ | | | | Limiter addBwRowTo plus icon syntax
| * Limiter addBwRowTo plus icon syntaxPhil Davis2012-10-121-2/+2
| | | | | | | | Fix the syntax so that the GUI Limiter, Creat new limiter, Bandwidth "+" icon as the correct title text, and the Mask field gets displayed. Note that clicking the "+" icon still does not make an empty first row when creating a new limiter.
* | Ooops fix removed line by accidentErmal2012-10-151-0/+1
| |
* | Merge changes required for using the ISC dhclient in pfSense with prefix ↵smos2012-10-124-111/+316
|/ | | | | | | delegation. This should hopefully be a bit more reliable in the long run. The dhclient6-script could be merged with dhclient-script in the future. Still need to cleanup old adresses and prefixes, as well as LAN prefixes when a old prefix dissapears. This needs some thought and clue to strap together.
* Fix typoErik Fonnesbeck2012-10-111-1/+1
|
* Use only binat so both side can communicate properly. With nat only the side ↵Ermal2012-10-111-5/+1
| | | | behind nat works
* Merge pull request #238 from phil-davis/masterJim P2012-10-111-6/+12
|\ | | | | Handle case with no server or no client OpenVPN
| * Handle case with no server or no client OpenVPNPhil Davis2012-10-111-6/+12
|/ | | | | If there are OpenVPN servers but not clients, this warning is emitted: Warning: Invalid argument supplied for foreach() in /etc/rc.openvpn on line 55 This fixes handles that case, and the case of OpenVPN clients but no servers.
* Tune check so nat rules for single host ips get addedErmal2012-10-101-1/+1
|
* Refine saving/applying on more pages - don't show apply or take an action ↵jim-p2012-10-0920-115/+118
| | | | unless the user is allowed to do that.
* Make limiters have a schedule specified which applie bandwidth limits during ↵Ermal2012-10-094-41/+210
| | | | that period
* Make sure admin can always write the configjim-p2012-10-091-1/+1
|
* Don't offer to apply changes if no changes actually happened.jim-p2012-10-092-10/+15
|
* Add initial support for a privilege that denies write access to the config.jim-p2012-10-092-0/+9
| | | | NOTE: This only prevents writing to config.xml - it does NOT prevent other changes/execution that do not involve writing to config.xml (e.g. applying settings, exec, killing states, etc)
* Allow editing an imported CRL, and refresh OpenVPN CRLs when saving. ↵jim-p2012-10-061-6/+43
| | | | Implements #2652
* Fix reference to gateway in pool configjim-p2012-10-051-1/+1
|
* This should fix ipsec status for natted tunnel(s).Ermal2012-10-051-3/+8
|
* Correct the config generationErmal2012-10-051-3/+2
|
* config.xml might have some elusive data so do not fail sainfo section for ↵Ermal2012-10-051-8/+6
| | | | localside if there is an empty nat address. Just do not put the nat side in there
* Check against _address since that is the field inputed _type is always there.Ermal2012-10-051-2/+2
|
* Properly set address type selectionErmal2012-10-051-2/+2
|
* Correct check since it might be an ip as wellErmal2012-10-051-1/+5
|
* Correctly build the sainfo to avoid errorsErmal2012-10-051-5/+5
|
* Be more strict on validation during filter reloadErmal2012-10-051-2/+2
|
* Do not make natlocalid requiredErmal2012-10-051-16/+19
|
* Fixup easyrule block for IPv6jim-p2012-10-051-9/+10
|
* Use .= for strings rather than +=jim-p2012-10-051-4/+4
|
* Don't write a rule out of the natlocal_subnet is blank.jim-p2012-10-051-1/+1
|
* This field isn't required, so only check it if there is a valuejim-p2012-10-051-1/+1
|
* Safety beltjim-p2012-10-051-1/+2
|
* show true/false in logged message instead of 1/<nothing>Bill Marquette2012-10-051-2/+1
|
OpenPOWER on IntegriCloud