Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
256a2a51 01/30/2013 03:22 PM Jim Pingle

Change output style to follow halt.php and reboot.php so the shutdown output appears in the correct location on the page.

Conflicts:

usr/local/www/diag_defaults.php
ee6bd11d 01/28/2013 03:02 PM Jim Pingle

Add header to DHCP static mappings table

a216db0f 01/26/2013 03:55 PM Jim Pingle

Add a note about rdr pass not supporting Multi-WAN.

35b443af 01/21/2013 03:02 PM Jim Pingle

No reason for the ppp log to use this display method, use dump_clog() instead.

25dc1bb0 01/21/2013 02:34 PM Jim Pingle

Run IPsec logs through htmlspecialchars before display.

c1ce0c51 01/17/2013 04:17 PM Renato Botelho

Preserve "Idle timeout" parameter on interfaces gui. It fixes a problem pointed out on ticket #2641

87537cf3 01/17/2013 01:14 AM Jim Pingle

Validate passed parameters to smart commands, and the target device. Also escape when used in shell commands even after validation.
Discovered-By: Bernhard Thaler

170a8550 01/16/2013 01:25 PM Jim Pingle

Allow editing an imported CRL, and refresh OpenVPN CRLs when saving. Implements #2652

e550b82c 01/14/2013 08:16 PM Jim Pingle

Bold and note manifest entries that match the current architecture, and add a note cautioning against a cross-architecture upgrade.

43ba3952 01/10/2013 06:51 PM Jim Pingle

Show the hostname if it doesn't match

016d1520 01/10/2013 12:28 PM Warren Baker

Stack the queue graphs. Fixes #2692

e817ad19 01/09/2013 09:00 PM Warren Baker

Make values look a little prettier and prevent a potential problem

f0fb3d44 01/09/2013 06:51 PM Warren Baker

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

65ce97d2 01/05/2013 01:34 PM Ermal LUÇI

Remove diag_backup.js progress.php upload_progress.php since they are not used since long time

df53d679 01/05/2013 01:22 PM Ermal LUÇI

Remove upload_progress_meter references not used

5034a7f5 01/04/2013 05:38 PM Jim Pingle

Add this fix here too for upnp, set the bits when specifying the listening IP.

d733ee9f 01/04/2013 01:34 PM Warren Baker

This is needed since preload is now gone

237c6ef2 01/04/2013 10:24 AM Ermal LUÇI

Get back to trim() and strip / from left/right but when redirecting properly create the redirurl var

f16a2be7 01/04/2013 08:45 AM Ermal LUÇI

Remove preload.php even here now that is possible to avoid issues during startup of lighty

59d76570 01/04/2013 08:43 AM Ermal LUÇI

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 4111fcf5307829b19b95fbb499addddff46264af

aa32c88d 01/02/2013 03:38 PM Ermal LUÇI

USe rtrim here as that it the meaning. This should unbreak the issues on 2.0.2 with CP

5feadf7f 12/21/2012 07:39 PM Jim Pingle

Fix obtaining DNS servers from PPP

94d1cd83 11/27/2012 01:29 PM Jim Pingle

Safety belt checks to fix a PHP error that for whatever reason only appeared in Chrome.

9f9df4ec 11/21/2012 07:20 AM Chris Buechler

remove non-applicable text

f16a6220 11/20/2012 02:42 PM Jim Pingle

Fixup kernel detection during upgrade process to ensure someone can't end up with a kernel that doesn't exist any more.

6acfbc6f 11/20/2012 02:05 PM Ermal LUÇI

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

a6f64d30 11/20/2012 01:31 PM Jim Pingle

Only apply this port check for TCP and UDP.

36f50957 11/20/2012 09:19 AM Ermal LUÇI

Allow only post action and not get to avoid security problems

1e5eedbb 11/20/2012 09:08 AM Ermal LUÇI

Remoev exec_raw.php since its a dangerous page

66f445c3 11/16/2012 09:29 PM Ermal LUÇI

To allow limiters to work correctly on mutliwan for now enforce selecting a gateway on outgoing

772ba790 11/16/2012 03:32 PM ogun acik

it was giving error at firebug

1213f83c 11/15/2012 01:31 AM Jim Pingle

Re-add WOL to the services menu, it apparently disappeared in an earlier commit.

95a3099e 11/12/2012 02:00 PM Thomas NOEL

fix last commit (#2679)

69fec196 11/12/2012 02:00 PM Ermal LUÇI

Resolves #2679. Correct behaviour when port is null to avoid warnings on error log

a3882612 11/12/2012 02:00 PM Ermal LUÇI

Resolves #2678. Merge patch suggedted to stop warnings on PHP_errors.log

32837bb4 11/06/2012 09:31 PM Ermal LUÇI

Use a random exponent for the RSA generation of keys. Its is questionable if its needed to be saved as a value? Ticket #2657

83272466 11/05/2012 12:35 PM ogun acik

fixed paths

7e669778 11/02/2012 03:06 PM Jim Pingle

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
7cf76e8b 10/31/2012 06:24 PM Jim Pingle

Encode the interface parameter before using it in a redirect

ee898155 10/31/2012 06:02 PM Jim Pingle

Encode the if parameter before using it in redirects, too.

52ab0384 10/31/2012 06:02 PM Jim Pingle

Encode the if parameter before using it in html

1457cce5 10/31/2012 05:33 PM Jim Pingle

Escape parameters better when managing tables. Fix test to allow deleting subnet entries as well as IPs.

56143f06 10/31/2012 03:38 PM Jim Pingle

Remove debug output

23c3ccb6 10/31/2012 01:49 PM Jim Pingle

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.

b3a1733d 10/31/2012 12:39 PM Jim Pingle

Update CSRF Magic

80ff6bfe 10/04/2012 02:28 PM Jim Pingle

Eliminate system calls here, use PHP instead.

f5acd065 10/04/2012 01:24 PM Jim Pingle

Sanitize some variables
Discovered-By: Yann CAM

fa9f5ff9 10/04/2012 12:55 PM Jim Pingle

Verify posted kernel type against a defined list of good values.
Discovered-By: Yann CAM

6fda15a9 09/17/2012 12:38 PM Darren Embry

fix for: Output from CSRF magic mangles files in Diagnostics > Edit File

http://redmine.pfsense.org/issues/2294

82f6b8e0 09/12/2012 04:45 PM Jim Pingle

Use a better link here.

0888bdfa 09/12/2012 04:18 PM Jim Pingle

Print a nice large warning on the PPTP page about it no longer being considered secure.

e97c2778 08/01/2012 06:55 PM Jim Pingle

Protect against a potential infinite loop here.

601c91a7 07/27/2012 09:05 PM Warren Baker

Make use of product_name

99d7d35d 07/27/2012 07:18 PM Ermal LUÇI

Put fix for IE 8/9 url handling bug

766bbe9d 06/27/2012 08:53 PM Jim Pingle

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.

3acbad17 06/16/2012 02:07 AM Jim Pingle

This apparently is breaking reinstalls. Revert "Actually make reinstallpkg remove the bionaries and really reinstall them"

This reverts commit 3ddb92a6a52e2345684c11da72ef6853b82d2915.

5a61e863 06/16/2012 02:07 AM Jim Pingle

Revert "Remove missed line"

This reverts commit 2b52fee241484b1d52b2435e1716461ba2e36486.

2b52fee2 06/15/2012 10:02 AM Ermal LUÇI

Remove missed line

3ddb92a6 06/15/2012 10:00 AM Ermal LUÇI

Actually make reinstallpkg remove the bionaries and really reinstall them

435b4eec 06/12/2012 04:52 PM Jim Pingle

This should have been 2.1 only, and it's just causing some odd package behavior on 2.0.2 (blank lines in squid's interface selection, for one). 2.1 has different code here anyhow. Revert "Added "interface_selection" type to enable interface selection in tinydns server"...

ef62f989 06/12/2012 09:15 AM Warren Baker

Remove extra spaces and add closing <tr> tag

364e4f74 06/07/2012 04:14 PM Jim Pingle

Provide a way to disable the pkg info link

1a69c4d1 06/05/2012 07:41 PM Ermal LUÇI

Wrong branch

Revert "Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100"

This reverts commit 477cc2bc24b4b0a36b2bc765c1bb4d79a2eacaed.

477cc2bc 06/05/2012 07:24 PM Ermal LUÇI

Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100

22968348 06/04/2012 07:08 PM Jim Pingle

Revert "Make the ppp-linkup script understand both address families."

This reverts commit 310c29c6a6089f1766ac052572b532e736a2251b.

a5011585 05/30/2012 08:15 PM Ermal LUÇI

Rather than doig a string search do a proper matching of selected interfaces. Fixes #2378

03bbddae 05/30/2012 07:58 PM Ermal LUÇI

Clarify comment. Fixes #2270

18172eca 05/30/2012 05:10 PM Jim Pingle

Fix copy/paste-o

f56a60e7 05/30/2012 04:59 PM Jim Pingle

Fix input validation and import test.

bb39c283 05/30/2012 04:47 PM Jim Pingle

Switch to ntpd from ports, add Services > NTP to select interfaces for binding. Respect old ntp settings in the process.

Conflicts:

etc/inc/system.inc
usr/local/www/fbegin.inc
d57f6f21 05/29/2012 02:52 PM Jim Pingle

Add a knob to tune the maximum number of tables that can be defined, the pf default of 1000 is too low for systems with >500 aliases.

30b9b160 05/28/2012 05:54 PM Jim Pingle

Add missing div tag

730c6494 05/26/2012 08:06 AM Seth Mos

do a direct return, it will not find the PinReady command

f94eb529 05/26/2012 07:54 AM Seth Mos

Adjust the +CPIN? cmd so it works for huawei 3G sticks too

bf3da811 05/25/2012 08:36 PM Jim Pingle

List logged-in IPsec xauth users and provide a mechanism to disconnect them. Implements #1986

Conflicts:

usr/local/www/diag_ipsec.php
55cfe813 05/25/2012 04:13 PM Jim Pingle

Switch to a common function to determine anti-lockout ports, and fix a bug that was getting the ports wrong with custom https+redirect on.

db461915 05/23/2012 07:48 PM Jim Pingle

Don't skip "lan" as a possible WAN for shaper, since someone could have renamed/repurposed it. Someone may shoot themselves in the foot if they pick it accidentally, but otherwise some valid configs may be prevented accidentally.

38026252 05/18/2012 05:09 PM Marcello Silva Coutinho

Include movable code to reorder list,save button, domtt title messages, also base64 decode option, description and custom text to checkbox fields.

New options need xml config to be included on package xml files, so no changes to packages that do not use these functions....

b40e9b1c 05/16/2012 05:15 PM Jim Pingle

Fixup halt and reboot to catch the output from the shutdown process properly.

90df3bd8 05/16/2012 02:49 PM Jim Pingle

On its own, ntpd does not sync fast enough at bootup, so bring back the ntpdate sync but improve it so it can't get stuck forever.

Conflicts:

etc/rc.newwanipv6
82deea60 05/15/2012 08:42 PM Jim Pingle

Fix syntax here too in case we need to revive it.

ac911619 05/15/2012 05:05 PM Jim Pingle

Use a text description instead of a code.

0770e603 05/15/2012 05:04 PM Jim Pingle

Add NTP status page using ntpq.

49551bbf 05/15/2012 05:04 PM Jim Pingle

With FreeBSD's ntpd, the current options are irrelevant, but we can have a nice status page

Conflicts:

usr/local/www/fbegin.inc
a0c16779 05/15/2012 05:01 PM Jim Pingle

Fix ntp name here too

Conflicts:

etc/inc/priv.defs.inc
02414e3a 05/15/2012 05:00 PM Jim Pingle

s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it easier if we switch)

Conflicts:

usr/local/www/diag_logs.php
usr/local/www/diag_logs_auth.php
usr/local/www/diag_logs_dhcp.php
usr/local/www/diag_logs_filter.php...
93efafec 05/14/2012 02:03 PM Jim Pingle

Fix redirect when saving settings in the widget, it was landing on the widget page instead of returning to the dashboard.

310c29c6 05/14/2012 01:08 PM Seth Mos

Make the ppp-linkup script understand both address families.

5b5c9911 05/10/2012 07:07 AM Warren Baker

Add _ to the list of are allowed characters

82618bec 05/10/2012 01:57 AM Chris Buechler

fix typo

30274157 05/08/2012 10:22 PM Jim Pingle

Revert "Make vips vhid be unique per parent interface!" - per cmb, this should not have been on RELENG_2_0 see ticket #2415

This reverts commit 4d0c032c528b10221a2ef894b5eca34f6fda39a7.

Conflicts:

etc/inc/openvpn.inc
etc/inc/upgrade_config.inc...
1e476e11 05/08/2012 04:54 PM Jim Pingle

$realif only exists on apply, which this code path would never touch. Change to use the configured interface instead. Fixes #2212

31366121 05/07/2012 10:48 PM Marcello Silva Coutinho

Fix missing description in rowhelper.

8d70eb8d 05/02/2012 12:30 PM Jim Pingle

When the "OpenVPN" users type was commented out of the drop-down, this function wasn't adjusted so it was off by one in its counts, making the URL table update frequency box disabled.

6478e71e 04/30/2012 04:29 PM Jim Pingle

Fix display of widgets with configuration controls in IE. From Gertjan on the forum. See http://forum.pfsense.org/index.php/topic,42977.0.html

de6348e6 04/28/2012 04:06 AM Erik Fonnesbeck

Fix preservation of the selection of interfaces on input errors for floating rules.

bb837468 04/11/2012 02:47 PM Jim Pingle

When renaming a user, make sure to remove the previous user or it gets left in /etc/passwd.

c9e04cd5 04/10/2012 08:42 PM Jim Pingle

Add alias support to static routes (needs some testing) Ticket #2239

9d14f808 04/06/2012 05:14 PM Scott Ullrich

Merge pull request #77 from Whizkidzz/RELENG_2_0

Releng 2 0

05d908db 04/06/2012 04:31 PM Anton Bontes

Added "interface_selection" type to enable interface selection in tinydns server
This is usefull in multiwan setup and to check if a server behind pfsense is still running.
So that tinydns can change the corresponding records