Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
1c4edc3c 01/19/2011 06:07 PM Jim Pingle

If an outbound nat rule has a protocol specified, show it in the summary view.

ff998f10 01/19/2011 02:36 AM Chris Buechler

fix DNS rebinding descr

532cb894 01/18/2011 10:21 PM Ermal LUÇI

Ticket #836 Ticket #1194 and http://forum.pfsense.org/index.php/topic,32175.msg166263.html#msg166263 suggest that now that CP actions are quite fast its better to send the logout data before actually disconnecting the client.

4b08378c 01/18/2011 03:38 PM Jim Pingle

No need to set this here anymore. We set it higher by default.

5a05633a 01/14/2011 07:58 PM Jim Pingle

Fix serial port note text.

396cfe2e 01/13/2011 02:33 PM Jim Pingle

Validate imported CA/Cert a bit more strongly. Should fix #1190

a8c35980 01/12/2011 02:37 AM Scott Ullrich

Revert "nuke content size."

This reverts commit 456962bde2b5b64f2feca58728d96c9c45463f1d.

34bf3b3b 01/11/2011 02:28 AM Pierre POMES

Ticket #1183. Skip call to filter_configure() here, this will be done when user will click on 'apply changes' button in firewall_aliases.php

001cbed2 01/10/2011 10:58 PM Jim Pingle

Sort installed packages in a case insensitive way on the widget and installed packages list.

c1261315 01/10/2011 10:57 PM Jim Pingle

Whitespace fixes

b2254c7f 01/10/2011 10:49 PM Jim Pingle

Sort services on the services status page and widget.

887b5af5 01/10/2011 09:23 PM Jim Pingle

Be more restrictive with PPTP passwords, invalid characters can blow up the config.

0f70d563 01/10/2011 05:21 PM Ermal LUÇI

Ticket #944. Do not use the interface_bring_down fucntion here since it is meant for assigned interfaces. Directly destroy previous vlan interface if parent changes.

d0d70b03 01/10/2011 05:00 PM Ermal LUÇI

Ticket #1013. Force NAS_PORT to be of type integer to avoid it being interpreted as char and generate wrong radius packet.

c97297fd 01/10/2011 03:58 PM Jim Pingle

Add EasyRule images to all other themes. Should work in all themes now.

10e4d55e 01/09/2011 06:29 PM Pierre POMES

Fix HTML errors reported by Eclipse using PHP perspective

5186f104 01/08/2011 04:10 PM Warren Baker

Added Unbound to the package section for correct link to doc site.

d865241e 01/06/2011 06:52 PM Jim Pingle

Don't run mb_convert_encoding on descr field, it's cdata protected in the config now and this just causes some characters to be lost on input. Ticket #1168

19e76a0b 01/05/2011 11:30 PM Scott Ullrich

Do not center hard drive upgrade image

4944d592 01/05/2011 11:20 PM Scott Ullrich

Increase textarea column size.

bdf790aa 01/05/2011 11:18 PM Scott Ullrich

Clarify a few lines of text

456962bd 01/05/2011 09:54 PM Scott Ullrich

nuke content size.

9d308f58 01/05/2011 09:50 PM Scott Ullrich

Do not nuke /var/db/pkg now that 2.0 has better handling

2646434b 01/05/2011 07:27 PM Scott Ullrich

Set status field to upgrade in progtress during upgrade

c22632db 01/05/2011 06:19 AM Chris Buechler

fix text

0b821acf 01/04/2011 11:56 PM Chris Buechler

comment out unfinished OpenVPN Users alias option, can finish for a post-2.0 release

0238cc4a 01/04/2011 02:20 AM Chris Buechler

don't use hard coded theme

68fef56f 01/04/2011 01:50 AM Chris Buechler

fix CP dashboard widget

aa7c49b9 01/03/2011 10:52 PM Ermal LUÇI

Ticket #943. Sleep 1 second to give dns time to reload.

e44e5f3a 01/03/2011 09:50 PM Jim Pingle

Simplify package version checking code and use the existing pfs_version_compare function that does much (and more) of what the old code was trying to do on its own.

55c51af7 01/03/2011 09:29 PM Ermal LUÇI

Ticket #1152. Call rc.newwanip even on openvpn linkup event to do the correct reloading of gateways and services. Add a safe belt to avoid a recursion in openvpn itself from rc.newwanip.

e9a17661 01/03/2011 07:00 PM Scott Ullrich

Add $nocsrf = true;

0eaf7055 01/03/2011 01:30 PM Marcus Brown

Attempt to make it more clear to users that "Dial on Demand" should not be enabled if the
link should be always up/on.

76d11a57 01/01/2011 06:07 PM Pierre POMES

Ticket #1083. Remove alias capabilities from external and src fields

97acf646 12/31/2010 10:18 AM Erik Fonnesbeck

Add new default option that makes RRD graphs with the old type of behavior for time periods, configurable on settings tab.

29640cee 12/31/2010 08:40 AM Erik Fonnesbeck

Use correct variable for this condition.

bf924b16 12/31/2010 08:29 AM Chris Buechler

since packages aren't version-specific anymore, clarify to Available Packages

e85604b8 12/31/2010 06:41 AM Chris Buechler

remove <strong> to make consistent with all other text

f9626e57 12/30/2010 06:47 PM Erik Fonnesbeck

Only unlink /conf/needs_package_sync if no packages are installed, otherwise leave it to the package manager to take care of it.

9b1939e1 12/30/2010 01:05 PM Erik Fonnesbeck

Move unlink back to the correct line.

e8f4a58f 12/29/2010 11:33 PM Chris Buechler

make rebrand friendly

7385a6b4 12/29/2010 09:27 PM Scott Ullrich

Turn off csrf checks

f2141df0 12/29/2010 09:11 PM Jim Pingle

Allow entering an arbitrary subnet for outbound NAT translations.

d3bea818 12/29/2010 08:54 PM Scott Ullrich

Add 10 to row count on textarea

5edb6fee 12/29/2010 08:48 PM Scott Ullrich

Unbreak installedinfo option

09315582 12/29/2010 07:04 PM Jim Pingle

Add address pool support to outbound NAT. Allow specifying a subnet for outbound NAT rules (via a subnet of proxy arp VIPs) or a host-type alias for outbound NAT rules, and give the user a choice of pool options for address selection from within the pool.

66bcba1b 12/28/2010 10:39 PM Ermal LUÇI

Ticket #802. During a config restore detect if the vlan interfaces need reassignment too. This might be problematic for other type of interfaces on 2.0!

c23b4f0d 12/28/2010 08:04 PM Jim Pingle

Fix case statements, may fix rrd graph generation for certain periods.

8e9adb53 12/28/2010 05:15 PM Ermal LUÇI

Run filter configure after doing a save on CP.

3e360ca7 12/28/2010 04:55 PM Chris Buechler

clarify CSRF failure message

46a9f4e1 12/28/2010 04:23 AM Scott Ullrich

Undo last commit. Need to add an additional check for opackage count == 0

23d69b98 12/27/2010 07:22 PM Jim Pingle

Use convert_friendly_interface_to_friendly_descr in the wol widget, just like on the main page. Ticket #1103

e18278d1 12/27/2010 07:22 PM Jim Pingle

Use strtoupper here

6622e126 12/27/2010 06:40 PM Scott Ullrich

Unlink needs_package_sync after one pkg has installed OK which means that our internet connection is up.

528992be 12/27/2010 04:41 PM Jim Pingle

Fix OpenVPN NetBIOS settings not propagating from the wizard to the server instance.

6b78bed7 12/27/2010 03:09 PM Ermal LUÇI

Ticket #944. Wehn changing the parent interface make sure to destroy the old vlan before creating the new one. Since vlans use the name of the parent the old interface referencing the old parent vlan will remain intact.

2b656168 12/25/2010 09:32 PM Chris Buechler

fix text

33802679 12/25/2010 09:19 PM Chris Buechler

fix text

9422a50f 12/25/2010 09:06 PM Chris Buechler

default to single host on 1:1 NAT as it always has and is the most common usage

df0c55a3 12/25/2010 08:56 PM Chris Buechler

switch back to Internal rather than Source, Source is just confusing

9b3ade76 12/25/2010 06:07 PM Scott Ullrich

Increase textarea col size now that there is a lot more pkg install/deinstall information being output

c6c26178 12/23/2010 07:19 PM Jim Pingle

Add OSPF to firewall rule protocol choices

60b66b60 12/23/2010 06:41 PM Ermal LUÇI

Ticket #1128. Ooops pass the right parameter to unlock.

057c83f5 12/23/2010 04:21 PM Jim Pingle

Accept # for a DNS override domain DNS server, this makes dnsmasq ignore a previous less specific domain and use system default name servers instead. So you can override example.com to 10.10.10.2 but www.example.com will consult normal DNS.

cd3346e2 12/22/2010 08:51 PM Ermal LUÇI

Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard_dedicated. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind).

01184e21 12/22/2010 08:41 PM Scott Ullrich

misc comments

44473583 12/22/2010 08:40 PM Ermal LUÇI

Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard and traffic_shaper_wizard_multi_all. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind.

95b71980 12/22/2010 08:33 PM Ermal LUÇI

Use correct lock.

60e70198 12/22/2010 08:05 PM Scott Ullrich

Add back easy install options for UFS and ZFS

a3ccdf6e 12/22/2010 04:54 PM Scott Ullrich

Add newline and comment header for each disk

9c7b9ba0 12/22/2010 04:06 PM Scott Ullrich

Rework how disk definitions are defined per Kris.

1e312328 12/22/2010 03:43 PM Erik Fonnesbeck

Add missing semicolon.

2d7bbd65 12/22/2010 03:36 PM Scott Ullrich

Nuke trailing carriage returns

6ac988f1 12/22/2010 03:18 PM Erik Fonnesbeck

Display confirmation before sending Wake on LAN packet to clicked MAC address in list of DHCP leases. Ticket #861

3440de72 12/22/2010 02:58 PM Erik Fonnesbeck

Change appearance of fields for saved "Additional BOOTP/DHCP Options" to be consistent with other fields on the page.

f39b73ad 12/22/2010 02:32 PM Erik Fonnesbeck

Fix interface names for Wake on LAN entries. Fixes #1101

227f2be5 12/22/2010 02:27 PM Ermal LUÇI

Fix routed starting. Reported-by: http://forum.pfsense.org/index.php/topic,29015.0.html

1930ccb6 12/22/2010 02:05 PM Erik Fonnesbeck

Modify comparisons for antenna settings to be more restrictive. Might help with ticket #1121

0d86d650 12/22/2010 02:02 PM Ermal LUÇI

Remove extra (. Reported-by: http://forum.pfsense.org/index.php/topic,31246.msg161929.html#msg161929

475c1932 12/22/2010 01:59 PM Ermal LUÇI

Use the provided settings even for HFSC scheduler instead of hardcoding 32Kbit/s speed on VoIP. Also cleanup some whitespace.

9b4e0168 12/22/2010 02:02 AM Scott Ullrich

Do not break on header titles

a1d3953f 12/22/2010 01:57 AM Scott Ullrich

Turn off csrf for dashboard

f7bd0032 12/22/2010 01:25 AM Scott Ullrich

Remove note about encyrption password only used for encryped fs type. It's handled by enable/disable js code now.

d31bc32a 12/22/2010 01:11 AM Ermal LUÇI

Make the CP locking more granular and make use correctly of exclusive/shared locks where appripriate. This speeds up CP login process.

3da60e0d 12/22/2010 01:09 AM Scott Ullrich

Correcly fire delete event

68867598 12/22/2010 12:56 AM Scott Ullrich

Fire event for delete too

3be68b60 12/22/2010 12:52 AM Scott Ullrich

Auto insert disk size

2fa74698 12/22/2010 12:52 AM Scott Ullrich

Default to UFS+S

72c0d2e3 12/22/2010 12:28 AM Scott Ullrich

Disable the available space field too

bfff9331 12/22/2010 12:26 AM Scott Ullrich

nuke the leave one megabyte free on each disk business.

5a04b6d8 12/22/2010 12:15 AM Scott Ullrich

Revise not about leaving 1 megabyte free on each disk

3e4fbe67 12/22/2010 12:10 AM Scott Ullrich

Turn background of input box red if you over allocate

96b25714 12/22/2010 12:07 AM Scott Ullrich

Add delete button. Move the add button to the right of total allocated.

09348d5f 12/21/2010 11:53 PM Scott Ullrich

Oops, check against disksseen variable

ec981fc5 12/21/2010 11:50 PM Scott Ullrich

Turn background field to green when all disk capacity has been correctly allocated to the various slices.

19f6b3c5 12/21/2010 11:33 PM Scott Ullrich

Show the capacity of all allocated disks in addition to the amount of space allocated

503f3c65 12/21/2010 09:26 PM Jim Pingle

Fix double click editing of GRE interfaces

d776efd8 12/21/2010 04:41 PM Ermal LUÇI

Black list gre interfaces from bridge member list since they cannot be part of a bridge.

a2ec32a9 12/21/2010 04:38 PM Ermal LUÇI

Reconfigure the assigned interface settings if we are modifying the clone settings from interfaces->assign->TYPE.

dbdcaef4 12/21/2010 04:38 PM Ermal LUÇI

Use 1024 not 1000 in conversion.