summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* When QinQ members are changed, make sure interfaces are created/destroyed ↵Renato Botelho2013-01-221-11/+14
| | | | (attempt 2)
* Revert "When QinQ members are changed, make sure interfaces are ↵Renato Botelho2013-01-221-3/+1
| | | | | | created/destroyed" This reverts commit a2bf1347c95bbb988bbd79d2cb091c28d9f075ed.
* When QinQ members are changed, make sure interfaces are created/destroyedRenato Botelho2013-01-221-1/+3
|
* Fix indentRenato Botelho2013-01-221-334/+328
|
* If entering an action take the redir and exit even though the action was not ↵Ermal2013-01-211-5/+6
| | | | successful to avoid any issue
* Validate the cpzone parameter passed that it actually is a valid zoneErmal2013-01-211-0/+6
|
* Validate the cpzone parameter passed that it actually is a valid zoneErmal2013-01-211-1/+9
|
* Use symlink rather than forked commands. Also simplify a bit codeErmal2013-01-211-7/+2
|
* Use more secure file name for the operations to avoid issuesErmal2013-01-212-4/+5
|
* Use more secure file name for the operations to avoid issuesErmal2013-01-211-3/+4
|
* Revert "There should be always a zone given from lighty to us so try to get ↵Ermal2013-01-211-4/+1
| | | | | | that first" This reverts commit 497d0b192f8e065ec3b4d1d94764b51c924a89b8.
* There should be always a zone given from lighty to us so try to get that firstErmal2013-01-211-1/+4
|
* Correct error/alert displaying. Also remove redundant log_errror since ↵Ermal2013-01-211-7/+6
| | | | file_notice does that by its own
* Just the first line is interesting hereErmal2013-01-211-1/+1
|
* Unset some vars to free space and also gather the error from pfctl since the ↵Ermal2013-01-211-20/+11
| | | | first run of the command no need to run again. Also merge 3 exec() into one to avoid forking to much
* Unser some vars to free spaceErmal2013-01-211-0/+2
|
* Default to using sha256 digest for GUI cert.jim-p2013-01-211-1/+1
|
* Allow selecting the digest algorithm when creating a CA or Cert. Implements ↵jim-p2013-01-214-15/+60
| | | | #2765
* Remove remenant of file based daysErmal2013-01-211-2/+0
|
* Make sure default config complies with latest versionRenato Botelho2013-01-211-2/+0
|
* Fix indent and remove trailing tabs and whitespacesRenato Botelho2013-01-211-85/+88
|
* No reason for the ppp log to use this display method, use dump_clog() instead.jim-p2013-01-211-19/+1
|
* A couple fixes for openvpn routing table display. Feature #2766jim-p2013-01-211-2/+2
|
* Enable cgi for the webgui since some ports like lightsquid need itErmal2013-01-211-1/+5
|
* Run IPsec logs through htmlspecialchars before display.jim-p2013-01-211-0/+1
|
* Add routing table display for each OpenVPN ssl/tls server instance, ↵jim-p2013-01-212-3/+68
| | | | collapsed by default. Part of feature #2766
* Update the default config.xml to 9.2 so it does not trigger config.xml ↵Renato Botelho2013-01-211-1/+1
| | | | upgrade during install of a new system
* Add IPv6 privacy settings tunables. Keep the default FreeBSD value for them, ↵Renato Botelho2013-01-212-0/+12
| | | | that is disabled. This implements feature request #2587
* Previous attempt to fix #1995 allow to set more than one default queues, ↵Renato Botelho2013-01-211-1/+2
| | | | prevent it with this change. It should fix #1995
* Merge pull request #340 from bcyrill/voucher_syncErmal Luçi2013-01-211-9/+10
|\ | | | | Voucher sync
| * Update /etc/inc/voucher.incbcyrill2013-01-191-3/+3
| |
| * Update /etc/inc/voucher.incbcyrill2013-01-191-9/+10
|/
* Fix indentRenato Botelho2013-01-181-35/+37
|
* Correct stoping of the db and sending radius stopsErmal2013-01-181-2/+3
|
* Merge pull request #338 from bcyrill/pkg_mgrErmal Luçi2013-01-182-65/+80
|\ | | | | Add version check to package install
| * Add version check to package installbcyrill2013-01-172-65/+80
| |
* | Merge pull request #339 from bcyrill/patch-2Ermal Luçi2013-01-181-1/+1
|\ \ | | | | | | Update etc/inc/interfaces.inc
| * | Update etc/inc/interfaces.incbcyrill2013-01-181-1/+1
|/ / | | | | As noted in http://forum.pfsense.org/index.php/topic,57849.0.html
* | Remove call-time pass-by-referenceRenato Botelho2013-01-171-1/+1
| |
* | Allow to edit default queue. Should fix #1995Renato Botelho2013-01-171-1/+1
|/
* Revert part of 0ff214f27d that was committed accidentallyRenato Botelho2013-01-171-12/+0
|
* Fix build list of widgetsRenato Botelho2013-01-171-0/+3
| | | | | Only consider files ending in ".php" to restrict widgets and avoid load wrong files. It should fix #2761
* Preserve "Idle timeout" parameter on interfaces gui. It fixes a problem ↵Renato Botelho2013-01-172-2/+14
| | | | pointed out on ticket #2641
* Validate passed parameters to smart commands, and the target device. Also ↵jim-p2013-01-161-8/+29
| | | | | | escape when used in shell commands even after validation. Discovered-By: Bernhard Thaler
* Merge pull request #335 from ExolonDX/a0c0e8aefbac3e3979bac5fbfdecfedfe49cc2d3Jim P2013-01-168-58/+58
|\ | | | | Tidy up HTML Colour Names
| * Tidy up HTML Colour NamesColin Fleming2013-01-168-58/+58
| | | | | | | | | | With XHTML 1.0, the extended colour names are invalid, to make pfSense as W3C compliant as possible, need to go back to using the HEX code.
* | Merge pull request #334 from ExolonDX/masterJim P2013-01-161-49/+50
|\ \ | |/ | | Tidy up malformed URI warnings
| * Tidy up malformed URI warningsColin Fleming2013-01-161-49/+50
|/ | | | | | "/usr/local/etc/status.php" has lots of "malformed URI" warnings, this update tidies these up, adds a missing end table cell tag </td> adds a "summary" parameter to <table> to make this more W3C compliant.
* Forgotten -n optionErmal2013-01-161-1/+1
|
* Merge pull request #333 from bcyrill/missing_returnErmal Luçi2013-01-161-0/+2
|\ | | | | Missing return statement
OpenPOWER on IntegriCloud