Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
49e60fa6 09/24/2013 01:30 PM Jim Pingle

Allow multiple valid time servers to be entered in the wizard, as they are allowed under System > General

1ff79f6b 07/30/2013 05:34 PM Renato Botelho

Show friendly interface name, fixes #3095

6eeb0b2c 07/30/2013 10:56 AM Renato Botelho

Check if hostname is valid, it fixes #3117

d580f7b0 07/22/2013 12:17 PM Warren Baker

Fix spelling mistake. Already fixed in other branches

95cb619c 07/12/2013 07:59 AM Warren Baker

Substitute Product name in privileges

97c98f19 06/27/2013 06:35 PM Jim Pingle

Add a note about the LDAP hostname matching the server cert's CN.

878454b8 06/17/2013 05:24 AM Chris Buechler

not true you have to log in again since HTTP basic auth was deprecated.

664f9f3b 06/14/2013 07:48 PM Renato Botelho

Fix max length for wpa passphrase, it fixes #3034

82b7f50a 06/12/2013 05:38 PM Jim Pingle

Don't restrict the content of descr when making CA/Certs, it's free-form.

f57e4181 06/08/2013 05:24 PM Renato Botelho

Replace hardcoded path by vardb_path

ae3caa3d 06/03/2013 12:23 PM Jim Pingle

Correct mouseover description for adding a certificate. Fixes #3017

eea88fdd 05/29/2013 01:27 PM Jim Pingle

"block" is also a reserved keyword that can't be an alias name, or pf tosses an error.

2ddc9ed9 04/25/2013 08:27 PM Warren Baker

Remove the - in the word 'number'

27d9f5ab 04/25/2013 08:17 PM Warren Baker

Correct spelling on editing gif interface

e4d3e327 04/24/2013 06:02 PM Renato Botelho

Avoid set 2 sources for penalty rules on shapper wizard. Fixes #2959

6c400425 04/22/2013 01:51 PM Jim Pingle

Show the package section if the lock is present also

3ffdcd4e 03/27/2013 02:11 PM Renato Botelho

Add a new class called addgatewaybox to make it easier to respect custom themes. Fixes #2900

Conflicts:
usr/local/www/interfaces.php
usr/local/www/themes/_corporate/all.css
usr/local/www/themes/code-red/all.css
usr/local/www/themes/pfsense-dropdown/all.css...

9b64b52d 03/04/2013 07:56 PM Jim Pingle

Use the correct interface number (old code broke for >= 10)

a11fb612 02/27/2013 08:38 PM Jim Pingle

Fix wording for VoIP address option in the shaper. Add rule going the other direction to catch connections initiated both ways.

343266cc 02/24/2013 01:52 PM Renato Botelho

Encrypt backup after rrd data is added, it fixes #2836

51204df1 02/21/2013 01:51 PM Jim Pingle

Fix reference to SNMP interface binding.

d6d775a6 02/12/2013 09:22 PM Jim Pingle

Fix page name. Fixes #2640

ef844583 02/11/2013 07:03 PM Jim Pingle

Use the actual openvpn restart routine when starting/stopping from services rather than killing/restarting manually.

506c6bee 02/05/2013 01:29 PM Jim Pingle

Test var before using as array. Should fix #2794

3942066c 01/30/2013 03:22 PM Jim Pingle

Whitespace fixes

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