Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ead24d63 11/29/2009 01:08 AM Scott Ullrich

Include priv.defs.inc

7deffa40 11/29/2009 12:55 AM Scott Ullrich

Add listtopic. Remove tab

24caf104 11/28/2009 11:43 PM Scott Ullrich

Automatically select the last known vhid + 1 when creating new entries

03fdfdd6 11/28/2009 11:38 PM Scott Ullrich

Verify carp VHIDS no matter what and compare to current id if needed Resolves #189

07a3b40b 11/28/2009 11:19 PM Scott Ullrich

Correctly deterimine the IP address for optional interfaces. Ticket #68

1d683793 11/28/2009 10:47 PM Scott Ullrich

Search for <m0n0wall> not m0n0wall

c7323d81 11/28/2009 10:29 PM Scott Ullrich

Add openvpn client custom option. Ticket #103

e6dd418d 11/28/2009 10:22 PM Scott Ullrich

Slow down updates for rate util

6347e08c 11/28/2009 10:09 PM Scott Ullrich

Remove ipsec_in_use sysctl

0674f163 11/28/2009 10:06 PM Scott Ullrich

Unbreak configuration sync. Resolves #182

1386e392 11/28/2009 10:00 PM Scott Ullrich

Set a+rx

140a111d 11/28/2009 09:51 PM Scott Ullrich

Require filter.inc and shaper.inc

cace2dbb 11/28/2009 09:47 PM Scott Ullrich

Dedicate 6 characters

9c38bcea 11/28/2009 09:47 PM Scott Ullrich

Do not dedicate 16 characters to interface name

d74b5b8b 11/28/2009 09:32 PM Scott Ullrich

Fix formatting.

d11c1f93 11/28/2009 08:57 PM Scott Ullrich

Add radius mac formatting GUI bits. The backend bits where already present. Resolves #178

30c4ae8a 11/28/2009 07:56 PM Scott Ullrich

Seperate diffserv box into a <select> dropdown. Hide item behind advanced button. Move down one section near other advanced items. Resolves #60

c898b8aa 11/28/2009 07:40 PM Scott Ullrich

Diffserv code point is not a reqired field

f69f34f1 11/28/2009 07:16 PM Scott Ullrich

sysctl kern.polling.enable=0 has been phased out. Simply run ifconfig interface polling or ifconfig interface -polling. Ticket #124

5c1f3ed2 11/28/2009 07:13 PM Scott Ullrich

Remove GMT time zone items which are actually reversed and confusing. Resolves #176 - http://www.freebsd.org/cgi/query-pr.cgi?pr=24385

c7ed2141 11/28/2009 06:51 PM Scott Ullrich

Build a new array of items that have .pat in them. Resolves #171

ceae2616 11/28/2009 10:52 AM Ermal Luçi

Use propper name for interface groups.

4400ad66 11/28/2009 10:47 AM Ermal Luçi

Rework qinq a bit. Make it use a vlan(4) as the firt Q and a ng_vlan(4) for the second Q in QinQ.

a726c0e8 11/28/2009 08:05 AM Ermal Luçi

Missed name change.

7c9d8d71 11/28/2009 07:28 AM Ermal Luçi

Please pretty please use the interfaces function rather than than growing yet again the horrendous custom made things. Thank you. Ticket #141

34cdf949 11/28/2009 05:40 AM Chris Buechler

fix typo

58b0abb3 11/28/2009 05:11 AM Scott Ullrich

Correct typo Resolves #141

d823b81c 11/28/2009 04:55 AM Scott Ullrich

Use long php notation opener

5f97f256 11/28/2009 03:59 AM Scott Ullrich

Do not remount ro twice

48e29ac9 11/28/2009 03:57 AM Scott Ullrich

Download and verify the bogons md5 with the bogons files Ticket #141

143048e3 11/28/2009 03:43 AM Scott Ullrich

Do not allow interface names as alias names Ticket #141

f76a479d 11/28/2009 03:41 AM Scott Ullrich

Do not allow reserved keywords as alias names Ticket #141

20138aba 11/28/2009 02:24 AM Scott Ullrich

Only show files with .pat in them Resolves #171

b6693b01 11/28/2009 02:00 AM Scott Ullrich

use _SERVER[\'HTTP_HOST\']

39d1c22d 11/28/2009 01:50 AM Scott Ullrich

Use _SERVER['HTTP_HOST'] instead of lanip Resolves #157

5e9dd72a 11/28/2009 01:43 AM Scott Ullrich

Add is_URL()

772d3121 11/28/2009 01:13 AM Scott Ullrich

Use ['name'] when looking up items

d2aa8cd6 11/28/2009 12:40 AM Scott Ullrich

Escape ' Ticket #143

158d9aa6 11/28/2009 12:12 AM Scott Ullrich

Show ajax properly

b4bfd25d 11/28/2009 12:02 AM Scott Ullrich

Add disabled checkbox. Add code to check for disabled accounts.

e7d3b8f4 11/27/2009 11:43 PM Seth Mos

Add input validation to check if the gateway IP is in the local subnet for that interface.
Needs testing, no idea if this works for ppp or pppoe interfaces.

e489f87d 11/27/2009 11:26 PM Seth Mos

in_array() is needle, haystack. Not the othe way round which throws a wrong datatype warning.

Issue 166

f1a1997f 11/27/2009 10:54 PM Scott Ullrich

Return after setting account expired

7dd044f2 11/27/2009 10:54 PM Scott Ullrich

Honor account expiration

0a82fa9b 11/27/2009 10:46 PM Scott Ullrich

Allow expiration date to lie in the past which has the side effect of disabling the account Ticket #65

8512951f 11/27/2009 10:28 PM Seth Mos

Fixup the wireless graph, not sure if many people ever saw it, considering it was included in 1.2 and up but did not look very pretty.
Greatly enhanced the readability by setting up the default colors better and increasing the line thickness to 2.

85dd175d 11/27/2009 10:22 PM Scott Ullrich

Nuke alert. Resolves #125

685493b5 11/27/2009 10:22 PM Scott Ullrich

Expand services -> captiveportal infterface box to match the number of interfaces present Resolves #160

a7dbeea9 11/27/2009 09:59 PM Pierre POMES

Merge branch 'master' of :pfsense/mainline

46c5b763 11/27/2009 09:57 PM Pierre POMES

Fix hostname checking when entering a dhcp static mapping and replace "." with "_" when writing "host-name" option in dhcpd.conf. Resolves #159

35b91f77 11/27/2009 09:55 PM Scott Ullrich

Add newline after set radius server Resolves #184

1ee5d4b3 11/27/2009 09:53 PM Scott Ullrich

Call enable_rrd_graphing() on save Resolves #154 + previous commit

6e6233d0 11/27/2009 09:37 PM Scott Ullrich

Call enable_rrd_graphing(); when clicking save Ticket #154

95dd7e9d 11/27/2009 09:34 PM Scott Ullrich

Set location of header request

fa6a664d 11/27/2009 09:32 PM Scott Ullrich

When working with one interface only, do not attempt to setup lan during setup wizard. Ticket #158

64fba8ec 11/27/2009 09:24 PM Scott Ullrich

Do not show LICENSE in the list of shaper patterns. Resolves #171

4195c967 11/27/2009 09:17 PM Scott Ullrich

Correctly output only selected backup area when do not backup packages is selected. Resolves #168

55c61326 11/27/2009 08:03 PM Ermal Luçi

Include neccessary files.

42bad812 11/27/2009 03:50 PM Ermal Luçi

Fix get_interface_mac function and rename local variable to function qinq interface configure.

77456954 11/27/2009 04:29 AM Chris Buechler

clarify text

d8ba56f6 11/27/2009 04:25 AM Chris Buechler

fix up text

4c86a165 11/27/2009 02:23 AM Scott Ullrich

add captiveportal.inc

5a7d827b 11/27/2009 02:18 AM Scott Ullrich

Add ipsec.inc and vpn.inc

6c4b9f46 11/26/2009 09:02 PM Seth Mos

Show the RSSI, BSSID and the wireless connection rate

818a6b7d 11/26/2009 09:02 PM Seth Mos

Make sure to get the wireless status from the correct interface.
Add support for the rssi, rate and base station mac.

f9fc88cc 11/26/2009 05:33 PM Scott Ullrich

Rework includes. Ticket #170

331e8242 11/26/2009 02:13 PM Ermal Luçi

Resolves #174. Fix the typo to reresolve the issue.

34019d28 11/26/2009 01:55 PM Ermal Luçi

Resolves #170. Yet again include fallout changes.

b57a2aee 11/25/2009 08:56 PM Seth Mos

Remove debugging leftover from testing.

22275785 11/25/2009 08:54 PM Seth Mos

Make sure to display a correct bssid field instead of a truncated one. Going to great lengths here to prevent splitting on a fixed number of characters.

c795339e 11/25/2009 06:18 PM Ermal Luçi

Resolves #175. Return description even for disabled interfaces. Teach the return_gateways_array() to return status for disabled interfaces if the caller requests it.

392cd413 11/25/2009 04:59 PM Ermal Luçi

Resolves #169. Show interface friendly names during the wizards. Some more cosemtics is needed in this wizard but this is a first step.

c19900ef 11/25/2009 04:36 PM Ermal Luçi

Resolves #170. This is really a fallout from include changes. Pointy-hat: sullrich@

850cff07 11/25/2009 04:33 PM Ermal Luçi

Resolves #171. Do not show the license file as a protocol list.

e7bfa231 11/25/2009 04:20 PM Ermal Luçi

Resolves #174. If the interface reassignment changes reload the config for the interface.

c44d3cf7 11/25/2009 02:32 PM Ermal Luçi

Resolves #179. Propperly check if this is an array or not. This is required since php 5.+.

b6cd2248 11/25/2009 03:14 AM Jim Pingle

Help page (re)mapping.

7ab2b688 11/25/2009 12:38 AM Scott Ullrich

Include commonly used .inc files such as filter.inc, shaper.inc, etc

78e0b65c 11/24/2009 10:06 PM Scott Ullrich

Cons25 supports color as well

3e7dfc05 11/24/2009 08:53 PM Seth Mos

Use the list sta output instead of list ap which we used before.
Still need to check if this also results in the right values being graphed, takes some time to confirm.

162477a4 11/24/2009 08:44 PM Seth Mos

Make sure the right wireless interface is polled for the graphs

105bb6a6 11/24/2009 08:37 PM Seth Mos

Fix wireless stations list

0a595d84 11/24/2009 01:44 PM Ermal Luçi

s/interfaces_carp_configure/interfaces_carp_setup/

474ef84c 11/24/2009 11:53 AM Ermal Luçi

Fix problems with traffic shaper wizards not propperly handling the parameter at first step.

127b93cf 11/24/2009 11:35 AM Ermal Luçi

Include necessary shaper.inc for read_altq_config.

a5f07f09 11/24/2009 11:32 AM Ermal Luçi

Include rrd.inc for enable_rrd_graphing.

ec08d983 11/24/2009 11:27 AM Ermal Luçi

Include neccessary filter.inc.

2a203afd 11/23/2009 11:06 PM Seth Mos

Wireless cleanups for the new wireless format of FreeBSD 8
Changing between different ssids, wpa, wep and channels works. Needs thorough testing.
Client mode also works again, FreeBSD 8 wireless behaves much different from 7.

16058a05 11/23/2009 01:14 AM Scott Ullrich

Add back mbstring for firewall_rules_edit

07ab4926 11/23/2009 01:02 AM Scott Ullrich

Update fieldname, it should be hostname and not host Ticket #159

be1db1d3 11/23/2009 12:56 AM Scott Ullrich

Document known module purpouses:

fca48a65 11/23/2009 12:53 AM Scott Ullrich

Add back ctype and document what its for

6028a72d 11/23/2009 12:50 AM Scott Ullrich

Update doc header

b927a013 11/23/2009 12:49 AM Scott Ullrich

Allow specifying colors by their name

385a3a31 11/23/2009 12:17 AM Scott Ullrich

Return color code, not echo

fdf3af3f 11/23/2009 12:04 AM Scott Ullrich

Add function header markup for doc generation. Add color() function that will output a color ansi sequence if the terminal supports it. No arguments to color will reset the terminal

b15ae348 11/22/2009 10:14 PM Seth Mos

Deleting a IP alias needs the IP as a argument, just issuing delete is not valid syntax

9006e9f8 11/22/2009 09:59 PM Scott Ullrich

Reformat. No functional changes

37a53d16 11/22/2009 09:42 PM Scott Ullrich

Use interface_bring_down()

f07bee94 11/22/2009 09:38 PM Scott Ullrich

Ensure all interface delete code is wrapped in does_interface_exist()