summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Missing return statementbcyrill2013-01-161-0/+2
|/
* Set flag setautosrc to replicate parent's mac address automatically when it ↵Renato Botelho2013-01-161-2/+2
| | | | changes, it's a better solution then dettach it. This should fix #2641
* Revert "When a interface type is changed, old configuration remains. When ↵Renato Botelho2013-01-161-56/+0
| | | | | | moving from static ip to ppp, it kepts the static ip configured on interface, when moving from ppp to static ip, it doesn't kill mpd. Implement interface_clean() to make sure only current configuration is in place" This reverts commit 9111e5fd88f284bd6f66a24a270af9d9fea1b6c7.
* Merge git pull request 313 from bcyrill with some modificationsErmal2013-01-165-4/+11
|
* Use sysctl for this since its better rather than going thorugh dmesgErmal2013-01-161-13/+5
|
* Merge pull request #332 from bcyrill/patch-2Ermal Luçi2013-01-161-2/+4
|\ | | | | Update etc/rc.update_bogons.sh
| * Update etc/rc.update_bogons.shbcyrill2013-01-161-2/+4
| | | | | | The used version of sh does not support the fallthrough operator and function keyword.
* | Fix mac spoof when PPPoE is being usedRenato Botelho2013-01-161-0/+2
|/ | | | | | | | | When PPPoE is set and you change interface's mac address, the netgraph node kept using the old parent interface mac address. Detach it before attach on interface_ppps_configure() will make sure it is using the current mac address. It should fix #2641
* Add option to disable resolution, and drop down to select the gateway that ↵Warren Baker2013-01-161-55/+72
| | | | your traceroute should use
* Merge pull request #328 from bcyrill/patch-7Ermal Luçi2013-01-161-114/+112
|\ | | | | Update usr/local/captiveportal/index.php
| * Update to masterbcyrill2013-01-163-134/+159
| |\ | |/ |/|
* | Merge pull request #329 from bcyrill/patch-8Ermal Luçi2013-01-151-67/+64
|\ \ | | | | | | Update etc/inc/captiveportal.inc
| * | Update etc/inc/captiveportal.incbcyrill2013-01-151-68/+65
| | |
* | | Merge pull request #330 from bcyrill/patch-9Ermal Luçi2013-01-152-70/+42
|\ \ \ | | | | | | | | Add portal_hostname_from_client_ip function
| * | | Add portal_hostname_from_client_ip functionbcyrill2013-01-152-70/+42
| |/ /
* | | When a interface type is changed, old configuration remains. When moving ↵Renato Botelho2013-01-151-0/+56
|/ / | | | | | | from static ip to ppp, it kepts the static ip configured on interface, when moving from ppp to static ip, it doesn't kill mpd. Implement interface_clean() to make sure only current configuration is in place
| * Update usr/local/captiveportal/index.phpbcyrill2013-01-151-123/+121
|/
OpenPOWER on IntegriCloud