jim-p
|
e550b82c03
|
Bold and note manifest entries that match the current architecture, and add a note cautioning against a cross-architecture upgrade.
|
2013-01-14 15:16:49 -05:00 |
|
jim-p
|
43ba395259
|
Show the hostname if it doesn't match
|
2013-01-10 13:51:43 -05:00 |
|
Warren Baker
|
016d152054
|
Stack the queue graphs. Fixes #2692
|
2013-01-10 14:28:35 +02:00 |
|
jim-p
|
f424778cf1
|
Update zoneinfo to 2012.j
|
2013-01-09 21:10:55 -05:00 |
|
Warren Baker
|
e817ad19f9
|
Make values look a little prettier and prevent a potential problem
|
2013-01-09 23:00:58 +02:00 |
|
Warren Baker
|
f0fb3d447f
|
In the case that no bandwidth limits are configured for queues but PRIQ is been used then rather set a default otherwise a value of 0 is used in the CDEFs for RRD
|
2013-01-09 20:51:33 +02:00 |
|
Ermal
|
65ce97d21d
|
Remove diag_backup.js progress.php upload_progress.php since they are not used since long time
|
2013-01-05 13:34:25 +00:00 |
|
Ermal
|
df53d679b1
|
Remove upload_progress_meter references not used
|
2013-01-05 13:22:20 +00:00 |
|
jim-p
|
5034a7f563
|
Add this fix here too for upnp, set the bits when specifying the listening IP.
|
2013-01-04 12:38:56 -05:00 |
|
Warren Baker
|
d733ee9f73
|
This is needed since preload is now gone
|
2013-01-04 15:34:14 +02:00 |
|
Ermal
|
237c6ef22f
|
Get back to trim() and strip / from left/right but when redirecting properly create the redirurl var
|
2013-01-04 10:24:57 +00:00 |
|
Ermal
|
f16a2be7ca
|
Remove preload.php even here now that is possible to avoid issues during startup of lighty
|
2013-01-04 08:45:13 +00:00 |
|
Ermal
|
59d7657076
|
Always commit the session fast to allow other consumers to proceed to their requests. This unbreaks now the lock up the GUI had allowing only one action from same source per time. Now even if you run a command that blocks indefinitely for example the GUI want lock anymore but allow you to proceed to other actions. Manual cherry-pick of 4111fcf530
|
2013-01-04 08:43:54 +00:00 |
|
Ermal
|
aa32c88d3a
|
USe rtrim here as that it the meaning. This should unbreak the issues on 2.0.2 with CP
|
2013-01-02 15:38:49 +00:00 |
|
jim-p
|
5feadf7fca
|
Fix obtaining DNS servers from PPP
|
2012-12-21 14:39:27 -05:00 |
|
jim-p
|
94d1cd834d
|
Safety belt checks to fix a PHP error that for whatever reason only appeared in Chrome.
|
2012-11-27 08:29:00 -05:00 |
|
Chris Buechler
|
9f9df4ec6f
|
remove non-applicable text
|
2012-11-21 01:20:08 -06:00 |
|
jim-p
|
f16a622038
|
Fixup kernel detection during upgrade process to ensure someone can't end up with a kernel that doesn't exist any more.
|
2012-11-20 09:42:14 -05:00 |
|
Ermal
|
6acfbc6f49
|
Resolves #2294. Base64 encode the file when sending to the browser same way it is encoded when sent to us. This prevents csrf from mangling things
|
2012-11-20 14:05:24 +00:00 |
|
jim-p
|
a6f64d3076
|
Only apply this port check for TCP and UDP.
|
2012-11-20 08:31:34 -05:00 |
|
Ermal
|
36f509579f
|
Allow only post action and not get to avoid security problems
|
2012-11-20 09:19:47 +00:00 |
|
Ermal
|
1e5eedbbb5
|
Remoev exec_raw.php since its a dangerous page
|
2012-11-20 09:08:37 +00:00 |
|
Ermal
|
66f445c3bc
|
To allow limiters to work correctly on mutliwan for now enforce selecting a gateway on outgoing
|
2012-11-16 21:29:06 +00:00 |
|
ogun acik
|
772ba79095
|
it was giving error at firebug
|
2012-11-16 17:32:41 +02:00 |
|
jim-p
|
1213f83cbb
|
Re-add WOL to the services menu, it apparently disappeared in an earlier commit.
|
2012-11-14 20:31:58 -05:00 |
|
Thomas NOEL
|
95a3099eae
|
fix last commit (#2679)
|
2012-11-12 15:00:06 +01:00 |
|
Ermal
|
69fec196d4
|
Resolves #2679. Correct behaviour when port is null to avoid warnings on error log
|
2012-11-12 15:00:02 +01:00 |
|
Ermal
|
a388261259
|
Resolves #2678. Merge patch suggedted to stop warnings on PHP_errors.log
|
2012-11-12 15:00:00 +01:00 |
|
Ermal
|
32837bb4ee
|
Use a random exponent for the RSA generation of keys. Its is questionable if its needed to be saved as a value? Ticket #2657
|
2012-11-06 21:31:30 +00:00 |
|
ogun acik
|
8327246694
|
fixed paths
|
2012-11-05 14:35:03 +02:00 |
|
jim-p
|
7e66977801
|
Make a function to get the current theme and use it everywhere rather than duplicating code or missing functions. (Fixes forced themes using the wrong theme for login screen)
Conflicts:
etc/inc/util.inc
usr/local/www/head.inc
|
2012-11-02 11:06:52 -04:00 |
|
jim-p
|
7cf76e8bb5
|
Encode the interface parameter before using it in a redirect
|
2012-10-31 14:24:15 -04:00 |
|
jim-p
|
ee8981553b
|
Encode the if parameter before using it in redirects, too.
|
2012-10-31 14:02:22 -04:00 |
|
jim-p
|
52ab0384ca
|
Encode the if parameter before using it in html
|
2012-10-31 14:02:01 -04:00 |
|
jim-p
|
1457cce53e
|
Escape parameters better when managing tables. Fix test to allow deleting subnet entries as well as IPs.
|
2012-10-31 13:33:44 -04:00 |
|
jim-p
|
56143f06c2
|
Remove debug output
|
2012-10-31 11:38:35 -04:00 |
|
jim-p
|
23c3ccb6b6
|
Set the CSRF Magic timeout to the same as the session timeout, so that if a user sets a lower session time, the CSRF magic tokens do not outlive the user's session.
|
2012-10-31 09:49:10 -04:00 |
|
jim-p
|
b3a1733da5
|
Update CSRF Magic
|
2012-10-31 08:39:29 -04:00 |
|
jim-p
|
80ff6bfe42
|
Eliminate system calls here, use PHP instead.
|
2012-10-04 10:28:32 -04:00 |
|
jim-p
|
f5acd06573
|
Sanitize some variables
Discovered-By: Yann CAM
|
2012-10-04 09:24:40 -04:00 |
|
jim-p
|
fa9f5ff99f
|
Verify posted kernel type against a defined list of good values.
Discovered-By: Yann CAM
|
2012-10-04 08:55:56 -04:00 |
|
Darren Embry
|
6fda15a967
|
fix for: Output from CSRF magic mangles files in Diagnostics > Edit File
http://redmine.pfsense.org/issues/2294
|
2012-09-17 08:38:19 -04:00 |
|
jim-p
|
82f6b8e0de
|
Use a better link here.
|
2012-09-12 12:45:14 -04:00 |
|
jim-p
|
0888bdfa7b
|
Print a nice large warning on the PPTP page about it no longer being considered secure.
|
2012-09-12 12:18:00 -04:00 |
|
jim-p
|
e97c2778ff
|
Protect against a potential infinite loop here.
|
2012-08-01 14:55:04 -04:00 |
|
Warren Baker
|
601c91a7f2
|
Make use of product_name
|
2012-07-27 23:05:05 +02:00 |
|
Ermal
|
99d7d35d57
|
Put fix for IE 8/9 url handling bug
|
2012-07-27 19:18:53 +00:00 |
|
jim-p
|
766bbe9d21
|
LAN is not special here anymore. Do not remove the interface again (it was alraedy removed before this block), do not remove NAT and such (OPTs may still need it!) and no need to remove shaper. Improve DHCP check and generalize it to work on any interface, not just LAN.
|
2012-06-27 16:53:01 -04:00 |
|
jim-p
|
3acbad17de
|
This apparently is breaking reinstalls. Revert "Actually make reinstallpkg remove the bionaries and really reinstall them"
This reverts commit 3ddb92a6a5.
|
2012-06-15 22:07:52 -04:00 |
|
jim-p
|
5a61e863a5
|
Revert "Remove missed line"
This reverts commit 2b52fee241.
|
2012-06-15 22:07:47 -04:00 |
|