Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
09f86669 01/27/2010 06:24 PM Ermal Luçi

Fix identation on att.

cdf9847b 01/27/2010 12:17 AM Ermal Luçi

Ticket #136. Fixed showing the link and calculating correct id to the rule edit page.

9b16b834 01/26/2010 11:59 PM Ermal Luçi

Ticket #136.

Fix associated nat rules.
Now both the filter rules and the nat ones contain a associated-rule-id tag which helps link the items together.
The API to use for this is in itemid.inc.

All the issues should be solved now.

8f3f7729 01/23/2010 12:03 AM Ermal Luçi

Use backslash(\) for escaping and not slash(/).

6699b0ae 01/22/2010 08:20 PM Chris Buechler

fix this page

00c89b35 01/22/2010 08:18 PM Chris Buechler

fix packet capture

c9359d05 01/22/2010 01:44 PM Ermal Luçi

Do propper check to avoid errors. Reported-by: http://forum.pfsense.org/index.php/topic,22296.0.html

0089af7c 01/22/2010 12:20 AM Scott Ullrich

Increase execution time

d86b275c 01/21/2010 10:37 PM Chris Buechler

fix product_name

970db70b 01/21/2010 12:18 AM Scott Ullrich

Run /etc/inc/privhooks if they exist

ee7767a5 01/20/2010 07:21 PM Jim Pingle

Fix services status widget to use the same code as the services status page. Might need to move this into a common file in the near future to avoid code duplication.

a2532739 01/18/2010 08:55 PM Ermal Luçi

Ticket #305. Grey out the gateway when it is a dynamic one.

38936dc7 01/18/2010 08:40 PM Ermal Luçi

Ticket #306. Allow adding a gateway the same as is done in interfaces page.

67b6de9e 01/18/2010 06:21 PM Ermal Luçi

Do not allow deleting lagg interfaces when they have vlans on top.

6a94050a 01/18/2010 05:55 PM Ermal Luçi

Revert "Ticket #303. The friendly interface is saved on the config and not the real one."

This reverts commit 889cb3241aa6bd192c42147316faf503c559fce2.

e90db2b4 01/18/2010 05:55 PM Ermal Luçi

Revert "Ticket #303. Use the config item when editing gateways so all fields are correctly processed."

This reverts commit 9c10b00f3eb22f45e2fb704ca9f1786942d69ad8.

9c10b00f 01/18/2010 05:50 PM Ermal Luçi

Ticket #303. Use the config item when editing gateways so all fields are correctly processed.

889cb324 01/18/2010 05:01 PM Ermal Luçi

Ticket #303. The friendly interface is saved on the config and not the real one.

51e43abc 01/18/2010 11:57 AM Ermal Luçi

Ticket #274. Propperly handle custom options.

20989f5a 01/18/2010 11:44 AM Ermal Luçi

Ticket #288. Fix some sanitation checking to allow propper editing of entries.

e067306d 01/17/2010 09:13 PM Pierre POMES

Save TOS config in openvpn client

3211dcb6 01/16/2010 11:12 PM Scott Ullrich

include captiveportal.inc

062d7db5 01/16/2010 11:01 PM Chris Buechler

fix typos

08fae438 01/15/2010 01:13 PM Ermal Luçi

Ticket #297. Verify WPA PSK key length.

77622bb2 01/14/2010 07:03 PM Ermal Luçi

Reload all when changing interface configuration.

aa10c02f 01/14/2010 06:03 PM Chris Buechler

fix text

f426f89e 01/13/2010 09:33 PM Chris Buechler

fix packet capture. php5 apparently doesn't like " with shell_exec

e08e7ea1 01/12/2010 08:42 PM Seth Mos

make sure that the settings page also shows only the valid tabs.

a0d1dc56 01/12/2010 01:39 PM Ermal Luçi

Ticket #207. Show the dhcp server tab for the interface that have a previous dhcpd configuration.

0c87f8fa 01/12/2010 01:21 PM Ermal Luçi

Simplify some code.

981a2fbe 01/11/2010 06:43 PM Ermal Luçi

Ticket #294. Add necessary include.

bbb7e18d 01/11/2010 01:37 PM Ermal Luçi

Feedback #225. If the type of vip changes remove the old type before adding the new one.

6833c9cd 01/10/2010 08:11 PM Ermal Luçi

Clear the subsystem after reload.

4bbfe029 01/10/2010 02:51 PM Ermal Luçi

Ticket #288. Use the subsystem_dirty functions.

d1a6552b 01/10/2010 04:40 AM Scott Ullrich

Its 2010

0e19e0e4 01/10/2010 04:39 AM Scott Ullrich

Clean up file formatting. Fix typo. Add (C)

b298dd06 01/09/2010 07:40 PM Scott Ullrich

Return 'Authentication failed' instead of a non standard type which results in kindOf() errors.

f07cb7ce 01/09/2010 05:58 AM Chris Buechler

fix Firewall Logs widget settings save.

Ticket #285

856722c3 01/08/2010 04:09 AM Chris Buechler

fix alert scroller in Chrome

Ticket #237

85cf9132 01/07/2010 08:05 AM Chris Buechler

Make the "Currently viewing" drop down work in all browsers, not just Firefox.

Ticket #109

3f83bd4e 01/07/2010 04:09 AM Chris Buechler

field is not required

6768e67b 01/06/2010 03:01 AM Chris Buechler

fix up text

8803319c 01/05/2010 08:20 PM Chris Buechler

fix conflict between domTT and prototype that was breaking javascript in a number of areas. Problem described here.
http://groups.google.com/group/dom-tooltip/browse_thread/thread/3f0ecf76e0755ffc?pli=1
Ticket #276 among others

4a3cb40c 01/05/2010 02:07 AM Chris Buechler

don't generate automatic outbound rules again if there are already rules defined

d2243cff 01/05/2010 01:57 AM Chris Buechler

more fixes to auto generated outbound NAT rules to match what is actually created by default in auto NAT mode

5bc37291 01/05/2010 01:50 AM Chris Buechler

remove broken input validation check. There's no harm in duplicate outbound NAT rules and the logic here is way off, no need for this check at all.

aef123a0 01/05/2010 01:47 AM Chris Buechler

fix up auto-generated outbound NAT rules.

Don't wipe out user's configured NAT rules when switching back to automatic.

11de5c3d 01/04/2010 08:21 PM Chris Buechler

fix deletion of additional DHCP options. Resolves #273

7432ce7b 01/03/2010 07:09 PM Seth Mos

Add more smarts to the RRD page, do not show tabs for database that do not exist, pick the 1st database for
wireless, cellular.

5a557f44 01/03/2010 05:49 PM Jim Pingle

Fix file editing on NanoBSD

e665b8ae 01/03/2010 05:22 PM Jim Pingle

Add cellular tab to RRD settings page, as it was missing. Noticed-by: xbipin on forum.

fefc8897 01/02/2010 07:23 AM Scott Ullrich

Add ignorefirmwarelock variable that can be used by some ajax callers

1a4f9b42 01/01/2010 08:02 AM Chris Buechler

fix typos

ffca8779 01/01/2010 07:57 AM Chris Buechler

fix text

2953c7e9 01/01/2010 02:20 AM Chris Buechler

fix up text

1ac7a864 01/01/2010 01:09 AM Chris Buechler

fix racoon restart

f85669cd 12/31/2009 11:02 PM Scott Ullrich

Do not output prototype.js twice

72306d5a 12/31/2009 11:00 PM Scott Ullrich

Adding smtp auth support for notifications. Requested-by:

eb1f8f8e 12/31/2009 08:23 PM Chris Buechler

fix RRD graphs for queues

2c0dd581 12/31/2009 02:27 AM Scott Ullrich

When exec_php is called detect i the variable toreturn is present and if so forumulate it into a xmlresponse in order to return structured data.

83ce9052 12/31/2009 02:27 AM Scott Ullrich

Use _REQUEST

f31607c5 12/31/2009 12:36 AM Chris Buechler

fix text

231e0606 12/30/2009 04:34 PM Ermal Luçi

Ticket #261 Do not consider ports as hostnames. This changes the is_port function to consider ':'(ranges) as ports. This seems a previous feature i do not agree with much, but users decide right?!

86b66287 12/29/2009 11:26 PM Ermal Luçi

Ticket #258 fix regression.

8eb2f33a 12/29/2009 08:51 PM Scott Ullrich

These patches give you a display of the uptime of the active PPP link
on the "Status-> Interfaces" page, and also logging on /conf (to
survive reboot) of uptimes of each session after it is closed. In
addition, the status_interfaces.php page displays the cumulative...

f66a7cd5 12/29/2009 03:15 PM Ermal Luçi

Do not skip lan on the multi lan wizard.

f534757a 12/29/2009 03:07 PM Ermal Luçi

Use propper field names.

d248239b 12/27/2009 01:04 AM Chris Buechler

correct function name

329a7c85 12/27/2009 12:20 AM Chris Buechler

fix images

00802399 12/27/2009 12:17 AM Chris Buechler

fix roll images

b4c3c53a 12/27/2009 12:08 AM Chris Buechler

display + image, clean up white space

86ac483c 12/27/2009 12:00 AM Chris Buechler

fix typo

bb0802c0 12/26/2009 11:59 PM Chris Buechler

use theme image, not hard coded one

0efdd147 12/26/2009 11:54 PM Chris Buechler

fix typo and text alignment

ec51a222 12/26/2009 10:36 PM Andrew Thompson

Add graphing for 3G cellular modems.

2248a940 12/26/2009 02:39 PM Ermal Luçi

Do not mark non-required fields as required.

6745e860 12/25/2009 09:52 PM Ermal Luçi

Simplify a lot the code of rate extracting.

b8d220ab 12/25/2009 02:30 AM Scott Ullrich

Nuke pkg_build_filter_rules();. It would have never covered reinstallation cases.

58362f9d 12/25/2009 01:37 AM Jim Pingle

Fix webgui protocol detection here, too.

43d9a2d3 12/25/2009 01:28 AM Jim Pingle

Fix wizard webgui URL usage so it chooses https/http properly for refresh link and logo link

ab94e136 12/25/2009 01:11 AM Jim Pingle

Fix the quotes on this line.

51f4c1c9 12/24/2009 10:55 PM Jim Pingle

Add another ID so password confirmation fields also get this style applied (Fixes PPTP user edit screen, possibly others)

2f31946f 12/24/2009 10:10 PM Jim Pingle

Remove pptp_subnet from page as it isn't used or set, and breaks saving. Also remove redundant localip setting box (it was already on the page a few rows up) and remove the connection count output as that is set by a drop-down a few rows up as well.

616e1956 12/24/2009 05:36 PM Seth Mos

Do not automatically save the monitor if it is not explicitly filled in. Leave the monitor field empty when it is
not filled in. Show a configured monitor address on the system_gateways.php page.

9ff9a1c7 12/24/2009 12:45 PM Seth Mos

Style fixes for the interfaces page, use switch instead of a large if,elseif procedure.
Fix the monitor IP route adding and removing to skip non IP addresses and dynamic entries
Add a Gateway item on the gateway_item stack so that it properly shows up in th configuration. Static configurations will need to...

011b9493 12/24/2009 01:38 AM Scott Ullrich

Adding latest dom_TT. Fixes #202 Thanks to RobisCool

3bb547c2 12/24/2009 12:10 AM Scott Ullrich

Updating to 1.8.3

72d51890 12/23/2009 11:38 PM Scott Ullrich

Add advacnced custom options box Ticket #234

5c310990 12/23/2009 10:25 PM Scott Ullrich

Remove debugging alert

15a13dab 12/23/2009 10:24 PM Scott Ullrich

Unbreak adding gateway #238

204f33f6 12/23/2009 09:30 PM Scott Ullrich

Add FreeBSD handbook to Help menu

7850de1c 12/23/2009 10:58 AM Ermal Luçi

Ticket #219. Fix this for vlans and vips. Though it is a very rare case. The other clones are handled half way but should work ok.

7d017d92 12/23/2009 10:28 AM Ermal Luçi

Commit fix present in Ticket #244.

596bc941 12/22/2009 10:01 PM Ermal Luçi

Bind to correct fields for the PPPoE/PPTP credentials.

3cfa11c2 12/22/2009 09:29 PM Scott Ullrich

Unbreak remote-ip box. Mpd is now starting for ppptp server

88f65b7e 12/22/2009 02:05 PM Ermal Luçi

Add forgotten curly.

a584475a 12/22/2009 01:43 PM Ermal Luçi
  • Fix alias handling around the repo.
  • Add new function filter_expand_alias to allow expanding single alias.
  • Fix reflection rules generation(missing the target variable)
  • Propperly identify duplicate lines in inetd.conf generated.
ca59a45f 12/21/2009 11:33 PM Chris Buechler

show proper commas

9a21b547 12/21/2009 02:37 PM Seth Mos

Fix status page to correctly itterate the gateways array

2328dcc5 12/21/2009 02:27 PM Seth Mos

Partial rewrite of gateway code, now partially facilitates dynamic interfaces
- Upgrade code takes different naming into account
- Add gateway entries for dynamic interfaces
- Rewrite status array to also support dynamic interfaces.
- Always use unique localhost monitor IP addresses for down dynamic interfaces...