summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Fixed https://forum.pfsense.org/index.php?topic=100388.0Stephen Beaver2015-10-051-37/+63
| | | |
* | | | Fixed #5252Stephen Beaver2015-10-051-2/+7
| | | |
* | | | Merge pull request #1945 from phil-davis/patch-5Stephen Beaver2015-10-051-4/+7
|\ \ \ \
| * | | | Delete old commented-out codePhil Davis2015-10-041-1/+0
| | | | |
| * | | | Fix #5252 Preserve alias when editing an existing rulePhil Davis2015-10-041-4/+8
| |/ / / | | | | | | | | and default src and dst to any when creating a new rule.
* | | | Fixed #5251Stephen Beaver2015-10-051-5/+14
| | | | | | | | | | | | | | | | Behavior now same as 2.2.x
* | | | Fixed #5249 ?Stephen Beaver2015-10-051-29/+132
| | | |
* | | | Addessed part of #5248Stephen Beaver2015-10-051-35/+62
| | | | | | | | | | | | | | | | Added tunnel UP/Down indicators
* | | | Merge pull request #1943 from heper/patch-4Stephen Beaver2015-10-051-5/+18
|\ \ \ \
| * | | | Update firewall_aliases_edit.phpheper2015-10-031-7/+7
| | | | |
| * | | | cosmetic changesheper2015-10-031-5/+18
| | | | | | | | | | | | | | | attempt to address https://forum.pfsense.org/index.php?topic=100232.0
* | | | | Fixed #5247Stephen Beaver2015-10-051-58/+79
| | | | | | | | | | | | | | | | | | | | Corrected numerous issues in NTP widget
* | | | | Page converted to POST operationStephen Beaver2015-10-052-38/+170
| |/ / / |/| | |
* | | | Converted interfaces_vlan.php from GET to POST for securityStephen Beaver2015-10-031-54/+99
|/ / / | | | | | | | | | Added Bootstrap attributes to table
* | | Comment refinementStephen Beaver2015-10-031-5/+7
|/ /
* | Where doing a dynamic DNS update on IPv4, force curl to resolve IPv4 IPs. ↵Chris Buechler2015-10-031-0/+4
| | | | | | | | Ticket #3858
* | Comment typoStephen Beaver2015-10-021-1/+1
| |
* | Create a Form_Section if hte XML has not yet defined oneStephen Beaver2015-10-021-0/+5
| | | | | | | | https://forum.pfsense.org/index.php?topic=100249.0
* | Fixed #5240Stephen Beaver2015-10-021-0/+4
| |
* | Do not set loader.conf on nanobsd-vgaRenato Botelho2015-10-021-11/+11
| |
* | Call /etc/rc.reboot in bg and exit just after thatRenato Botelho2015-10-021-2/+4
| |
* | Completes #5159Stephen Beaver2015-10-029-1334/+246
| | | | | | | | All duplicated JS removed to included file
* | Fixed #5236Stephen Beaver2015-10-021-7/+37
| |
* | Fixed #5234Stephen Beaver2015-10-022-40/+183
| | | | | | | | Javascript Base64 class was MIA
* | Fixed #5233Stephen Beaver2015-10-022-2/+12
| |
* | Fixed # 5232Stephen Beaver2015-10-021-29/+56
| |
* | Let user know it's going to reboot if any package of core repo needs upgradeRenato Botelho2015-10-021-1/+1
| |
* | Check if packages are up to date earlyRenato Botelho2015-10-021-5/+5
| |
* | Make sure partition are mounted in rw mode before any operationRenato Botelho2015-10-021-0/+4
| |
* | Only reboot if there are upgrades from core repoRenato Botelho2015-10-021-1/+4
| |
* | Remove unnecessary variableRenato Botelho2015-10-021-3/+1
| |
* | Remove more cases of hard coded pfSense and use product_nameRenato Botelho2015-10-021-4/+6
| |
* | Merge pull request #1803 from nagyrobi/patch-18Renato Botelho2015-10-021-3/+3
|\ \
| * | run early shell commands earliernagyrobi2015-07-291-3/+3
| | | | | | | | | | | | | | | Early shell commands are not run early enough. Running at boot "ifconfig emX name ethX" for all interfaces in order to obtain a less driver-specific, hardware-independent, consistent network interface naming interferes with interface re-assignment and results in an unusable state. Putting this before interface assignment check allows for keeping interface renaming commands within the config file, and not have to use manual rc.conf.local on the filesystem.
* | | Fix typoChris Buechler2015-10-021-1/+1
| | |
* | | Specify PSK for mobile configurations without the leading ID selectors. ↵Chris Buechler2015-10-021-0/+3
| | | | | | | | | | | | Fixes PSK mismatches from iOS clients.
* | | fix textChris Buechler2015-10-011-2/+2
| | |
* | | Comment typo fixStephen Beaver2015-10-011-1/+1
| | |
* | | Fixed #5227 by changing button type to GlobalStephen Beaver2015-10-011-2/+2
| | |
* | | improve spacing for non form panelsJared Dillard2015-10-014-10/+25
| | |
* | | Fixed #5230Stephen Beaver2015-10-011-29/+75
| | |
* | | When using eap-radius, if the virtual address pool is left blank, pull the ↵jim-p2015-10-011-2/+6
| | | | | | | | | | | | | | | | | | IP addresses from RADIUS instead. (Will need an IP address defined for each account.) Doesn't seem to be possible to pull from either RADIUS *or* a local pool that I can see from experimenting and looking at strongSwan's docs.
* | | Specify %any where identifier is "any", so the note on these pagesChris Buechler2015-10-013-2/+5
| | | | | | | | | | | | actually works.
* | | Merge pull request #1941 from heper/patch-2Stephen Beaver2015-10-011-1/+1
|\ \ \
| * | | $mac missing in outputheper2015-10-011-1/+1
| | | |
* | | | Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-0121-671/+81
| | | |
* | | | Fixed #5193 clean up user promptsJared Dillard2015-10-013-5/+5
|/ / /
* | | Introduce read_global_var:Renato Botelho2015-10-018-98/+54
| | | | | | | | | | | | | | | | | | - Add a new script, read_global_var, that returns the value of any item contained in global array $g - Replace all grep and sed magic from shell scripts
* | | Preparation #5159 (Javascript refactoring)Stephen Beaver2015-10-013-22/+51
| | | | | | | | | | | | | | | | | | javascript/pfSenseHelpers.js created and populated with common hide/show/disable/enable functions file included via foot.inc Those functions removed from firewall_nat_edit.php to test
* | | Improved styling of page title prevents spurious underlineStephen Beaver2015-10-012-3/+5
| | |
OpenPOWER on IntegriCloud