Commit Graph

20423 Commits

Author SHA1 Message Date
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
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
bcyrill
de132ae3ac Add portal_hostname_from_client_ip function 2013-01-15 23:26:25 +01:00
bcyrill
87e7fdea94 Update etc/inc/captiveportal.inc 2013-01-15 22:28:11 +01:00
bcyrill
3b83241801 Update usr/local/captiveportal/index.php 2013-01-15 22:12:49 +01:00
Renato Botelho
9111e5fd88 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 2013-01-15 18:02:17 -02:00
jim-p
a74260cb3f Better test if we're running at the cli or in lighty. Also suppress output for the session start if it fails. 2013-01-15 11:28:56 -05:00
jim-p
b3435de108 Fixup home/end/ins/del in shell. 2013-01-15 10:13:30 -05:00
Renato Botelho
8a16c5502c Revert part of 8e9d126550 since it breaks wifi interfaces at boot time 2013-01-15 12:22:26 -02:00
Ermal Luçi
05c6f64445 Merge pull request #326 from fsSnowboard/master
Modern games added to Traffic Shaper Wizard
2013-01-15 00:19:12 -08:00
fsSnowboard
71461d383d fixed spelling 2013-01-14 20:54:06 -05:00
Chris Buechler
a26963147b Merge pull request #325 from bcyrill/patch-5
Remove redundant code fragment
2013-01-14 17:45:44 -08:00
bcyrill
a3e977542f Remove redundant code fragment 2013-01-15 02:06:27 +01:00
Renato Botelho
c15a87f7a1 Avoid duplicating /32 suffix on 3rd ppp-linkdown parameter (local-ip). It should fix #2700 2013-01-14 22:13:02 -02:00
jim-p
b2a0a8e939 Something in the LDAP libraries has changed and it no longer likes spaces in the CA filename. Use the refid for the CA filename since it will always be unqiue, and it will never contain any spaces, unlike authname or the CA's descr. 2013-01-14 16:28:40 -05:00
jim-p
02f3e0bb6c Bold and note manifest entries that match the current architecture, and add a note cautioning against a cross-architecture upgrade. 2013-01-14 15:21:40 -05:00
Ermal Luçi
9deea99c0e Merge pull request #324 from ExolonDX/master
Update PHP shorthand tag
2013-01-14 07:23:02 -08:00
Ermal Luçi
c67eaa253a Merge pull request #323 from lcapriotti/master
Allow manual voucher expiration
2013-01-14 07:20:45 -08:00
Renato Botelho
7061ba0ff4 fix indent on convert_real_interface_to_friendly_interface_name() 2013-01-14 12:50:01 -02:00
Renato Botelho
be45aa7949 Remove some trailing spaces and tabs from EOL 2013-01-14 12:19:28 -02:00
Colin Fleming
1fe0d1a191 Spelling mistake 2013-01-14 13:43:20 +00:00
Colin Fleming
cde76eba83 Spelling mistake 2013-01-14 13:41:06 +00:00
Renato Botelho
3dacbd7c6d Remove a couple of call-time pass-by-reference for interface_ipalias_configure() 2013-01-14 11:38:12 -02:00
Renato Botelho
8e9d126550 Check if interface really exists on interface_ppps_configure() and interface_configure() 2013-01-14 11:32:02 -02:00
Colin Fleming
a3381369d9 Update PHP shorthand tag
Standardise all PHP start tags from "<?" to "<?PHP"
2013-01-14 13:27:36 +00:00
Luigi Capriotti
477c58ce74 Add page to allow manual vouchers expiration 2013-01-14 11:24:28 +01:00
Ermal
11d1d64e81 Set adaptive.start/adaptive.end to disabled. Also allow them to be customized through system->advanced->firewall. This allows the firewall to be reachable if the state limit is hit but default. 2013-01-13 12:11:40 +00:00
fsSnowboard
9bf5a970ab more games for traffic shaper 2013-01-12 22:42:26 -05:00
fsSnowboard
906e513a59 fixed spelling mistake 2013-01-12 16:55:52 -05:00
unknown
435e715fdf added traffic shaper game rules 2013-01-12 15:43:31 -05:00
Jim P
4621535248 Merge pull request #321 from jmkizer/patch-1
Update usr/local/www/status_services.php
2013-01-11 16:03:24 -08:00
jmkizer
a517a1081c Update usr/local/www/status_services.php
Missing include which defines functions such as get_shortcut_by_service_name()
2013-01-11 16:01:47 -08:00
jim-p
d8b8937d18 Fix some typos 2013-01-11 13:00:22 -05:00
jim-p
526102c1f6 Put syslogd into secure mode so no remote log messages are accepted. Sending to a remote syslog server still works with this option. 2013-01-10 14:01:42 -05:00
jim-p
fbc723b110 Show the hostname if it doesn't match 2013-01-10 13:51:07 -05:00