Commit Graph

20456 Commits

Author SHA1 Message Date
Ermal
e01570e18b Just the first line is interesting here 2013-01-21 19:46:00 +00:00
Ermal
31a5f13c6e Unset some vars to free space and also gather the error from pfctl since the first run of the command no need to run again. Also merge 3 exec() into one to avoid forking to much 2013-01-21 19:38:31 +00:00
Ermal
f32eae2db8 Unser some vars to free space 2013-01-21 19:38:30 +00:00
jim-p
8152f14535 Default to using sha256 digest for GUI cert. 2013-01-21 14:33:20 -05:00
jim-p
ca6219025c Allow selecting the digest algorithm when creating a CA or Cert. Implements #2765 2013-01-21 14:33:19 -05:00
Ermal
bc2b0144e8 Remove remenant of file based days 2013-01-21 19:21:47 +00:00
Renato Botelho
586098db2b Make sure default config complies with latest version 2013-01-21 13:47:58 -02:00
Renato Botelho
2d56328049 Fix indent and remove trailing tabs and whitespaces 2013-01-21 13:47:58 -02:00
jim-p
f0469c5c34 No reason for the ppp log to use this display method, use dump_clog() instead. 2013-01-21 10:02:07 -05:00
jim-p
39f245c821 A couple fixes for openvpn routing table display. Feature #2766 2013-01-21 09:59:18 -05:00
Ermal
b35fdb172f Enable cgi for the webgui since some ports like lightsquid need it 2013-01-21 14:35:47 +00:00
jim-p
7ee7ed4617 Run IPsec logs through htmlspecialchars before display. 2013-01-21 09:33:25 -05:00
jim-p
ec970b5004 Add routing table display for each OpenVPN ssl/tls server instance, collapsed by default. Part of feature #2766 2013-01-21 09:25:42 -05:00
Renato Botelho
3dc76aa5d3 Update the default config.xml to 9.2 so it does not trigger config.xml upgrade during install of a new system 2013-01-21 12:15:29 -02:00
Renato Botelho
20a3b43686 Add IPv6 privacy settings tunables. Keep the default FreeBSD value for them, that is disabled. This implements feature request #2587 2013-01-21 12:14:37 -02:00
Renato Botelho
f8dca5a36e Previous attempt to fix #1995 allow to set more than one default queues, prevent it with this change. It should fix #1995 2013-01-21 09:45:36 -02:00
Ermal Luçi
cb2bd7ff05 Merge pull request #340 from bcyrill/voucher_sync
Voucher sync
2013-01-21 02:49:52 -08:00
bcyrill
bbe29bb187 Update /etc/inc/voucher.inc 2013-01-19 05:24:43 +01:00
bcyrill
a18eeb5173 Update /etc/inc/voucher.inc 2013-01-19 05:16:14 +01:00
Renato Botelho
1489e8c8a8 Fix indent 2013-01-18 14:04:13 -02:00
Ermal
f8cb8685e0 Correct stoping of the db and sending radius stops 2013-01-18 10:29:32 +00:00
Ermal Luçi
33127391b2 Merge pull request #338 from bcyrill/pkg_mgr
Add version check to package install
2013-01-18 00:26:07 -08:00
Ermal Luçi
1d9b9b7358 Merge pull request #339 from bcyrill/patch-2
Update etc/inc/interfaces.inc
2013-01-18 00:24:05 -08:00
bcyrill
15d15c7fda Update etc/inc/interfaces.inc
As noted in http://forum.pfsense.org/index.php/topic,57849.0.html
2013-01-18 01:26:57 +01:00
Renato Botelho
dbf2dde487 Remove call-time pass-by-reference 2013-01-17 16:57:32 -02:00
Renato Botelho
20f5fce5e4 Allow to edit default queue. Should fix #1995 2013-01-17 16:56:27 -02:00
bcyrill
633d51b75c Add version check to package install 2013-01-17 19:36:17 +01:00
Renato Botelho
5f92156649 Revert part of 0ff214f27d that was committed accidentally 2013-01-17 14:15:15 -02:00
Renato Botelho
2dde998935 Fix build list of widgets
Only consider files ending in ".php" to restrict widgets and avoid load
wrong files. It should fix #2761
2013-01-17 09:53:00 -02:00
Renato Botelho
0ff214f27d Preserve "Idle timeout" parameter on interfaces gui. It fixes a problem pointed out on ticket #2641 2013-01-17 09:31:51 -02:00
jim-p
24879bc655 Validate passed parameters to smart commands, and the target device. Also escape when used in shell commands even after validation.
Discovered-By: Bernhard Thaler
2013-01-16 20:13:35 -05:00
Jim P
a862660879 Merge pull request #335 from ExolonDX/a0c0e8aefbac3e3979bac5fbfdecfedfe49cc2d3
Tidy up HTML Colour Names
2013-01-16 12:02:07 -08:00
Colin Fleming
a0c0e8aefb Tidy up HTML Colour Names
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.
2013-01-16 19:34:02 +00:00
Jim P
136f3e48fc Merge pull request #334 from ExolonDX/master
Tidy up malformed URI warnings
2013-01-16 09:19:36 -08:00
Colin Fleming
2151894c4f Tidy up malformed URI warnings
"/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.
2013-01-16 17:14:23 +00:00
Ermal
281cf46f90 Forgotten -n option 2013-01-16 14:55:29 +00:00
Ermal Luçi
cf6dacfd1e Merge pull request #333 from bcyrill/missing_return
Missing return statement
2013-01-16 06:54:27 -08:00
bcyrill
d5ac388b66 Missing return statement 2013-01-16 15:47:49 +01:00
Renato Botelho
84086442a2 Set flag setautosrc to replicate parent's mac address automatically when it changes, it's a better solution then dettach it. This should fix #2641 2013-01-16 12:06:35 -02:00
Renato Botelho
70ae8b9cf8 Revert "When a interface type is changed, old configuration remains. When 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 9111e5fd88.
2013-01-16 11:34:33 -02:00
Ermal
76a7d8e443 Merge git pull request 313 from bcyrill with some modifications 2013-01-16 13:29:49 +00:00
Ermal
5cd73772aa Use sysctl for this since its better rather than going thorugh dmesg 2013-01-16 13:21:40 +00:00
Ermal Luçi
2d6a5d6a5d Merge pull request #332 from bcyrill/patch-2
Update etc/rc.update_bogons.sh
2013-01-16 05:15:27 -08:00
Renato Botelho
254ebf8b0f Fix mac spoof when PPPoE is being used
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
2013-01-16 11:09:06 -02:00
bcyrill
c98951ce52 Update etc/rc.update_bogons.sh
The used version of sh does not support the fallthrough operator and function keyword.
2013-01-16 13:53:19 +01:00
Warren Baker
99e991fd20 Add option to disable resolution, and drop down to select the gateway that your traceroute should use 2013-01-16 13:31:24 +02:00
Ermal Luçi
f28cb1c957 Merge pull request #328 from bcyrill/patch-7
Update usr/local/captiveportal/index.php
2013-01-16 00:11:57 -08:00
bcyrill
fad944a9d3 Update to master 2013-01-16 01:05:09 +01:00
Ermal Luçi
422e9d002f Merge pull request #329 from bcyrill/patch-8
Update etc/inc/captiveportal.inc
2013-01-15 15:58:46 -08:00
Ermal Luçi
ea74271613 Merge pull request #330 from bcyrill/patch-9
Add portal_hostname_from_client_ip function
2013-01-15 15:57:53 -08:00