Project

General

Profile

Download (180 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d325e908 03/19/2015 04:55 AM Chris Buechler

Add option for wireless standard "auto", to omit "mode" entirely from ifconfig. This shouldn't be necessary, but specifying mode has proven to trigger driver problems that don't exist if it's left unspecified (such as FreeBSD PR 198680). Chosing "auto" fixes ath(4) BSS mode issues otherwise preventing it from connecting.

f2f34088 03/13/2015 08:16 AM Chris Buechler

txpower was disabled for good reason it would appear, it triggers syntax errors in some configurations. Disable it again since it's been disabled for years, and comment out the user-facing config portion for now since it doesn't do anything. Ticket #4516

0a950c4b 03/13/2015 08:06 AM Chris Buechler

Apply WME input validation to all modes, not just hostap. Ticket #4516

141d316c 03/13/2015 07:56 AM Chris Buechler

Default to 11ng if an option hasn't been configured. Previously we let the browser pick the first in the list (the first the card reported as available), which ended up being 802.11b. Ticket #4516

d31517e5 03/13/2015 07:31 AM Chris Buechler

Default to WPA2, AES for new wireless interface configs. Ticket #4516

1188cdc8 03/13/2015 05:15 AM Chris Buechler

touch up interfaces.php text

310ea4e2 03/13/2015 04:44 AM Chris Buechler

Require WPA PSK where WPA-PSK is enabled. Clean up some other text. Ticket #4516

4958ca9e 03/13/2015 04:26 AM Chris Buechler

clean up input errors text

a819eab2 03/13/2015 02:02 AM Chris Buechler

Fix up text, remove "only for Atheros" since the option is only shown if a compatible card exists.

6f5607f5 03/13/2015 01:55 AM Chris Buechler

"Auto" channel with hostap doesn't work correctly at the moment, force choosing a specific channel with hostap mode for now.

aec55f9a 03/12/2015 11:53 PM Chris Buechler

add more wireless validation. Ticket #4516

6cd14b43 03/12/2015 11:22 PM Chris Buechler

Add more validation for wireless config settings. Ticket #4516

95df2de5 03/12/2015 09:49 PM Chris Buechler

Add more input validation for wireless parameters. Ticket #4516

89e6f7af 03/12/2015 08:07 PM Chris Buechler

Touch up wifi text

67877234 03/10/2015 05:10 PM Phil Davis

Fix password box cursor position

Similar to
https://github.com/pfsense/pfsense/commit/dedc40f7ded5f88aee4720aa8a3a57667b975254
The password field shows the little lock icon, but the text input area
starts over the top of the icon and as I type in the field the password...

261f7271 03/09/2015 02:36 PM Jim Pingle

Allow reassignment from PPP types to DHCP. From testing, it appears to work OK, this input validation appears to be outdated.
If there is some edge case that this catches, perhaps it needs to be a more specific test.

5bd0ba3e 03/09/2015 02:22 PM Jim Pingle

Add missing 'break' statement that broke switching from a PPP type to 'none'.

aa2370d8 02/26/2015 01:34 PM Renato Botelho

Fix track6 prefix id range in error message, reported on Pull Request #1517

d82b2a6f 02/23/2015 03:47 AM k-paulius

Fix broken links to dhcp6c.conf man page.

manpath FreeBSD+Ports no longer exits and needs to be replaced with FreeBSD+10.1-RELEASE+and+Ports

e829fcbb 02/03/2015 03:32 AM Chris Buechler

fix text

2727e3fc 01/08/2015 05:48 AM Chris Buechler

Also include /127 for IPv6, it works fine. Ticket #3657

aac1c1db 01/08/2015 05:39 AM Chris Buechler

Allow for configuring /31 masks on interfaces.php. The rest of the code was updated accordingly some time ago, and an employee with Cox Communications has confirmed this allows things to work on their circuits deployed with /31s. Ticket #4190

b25ccd04 01/08/2015 05:04 AM Chris Buechler

fix up text

eef5aeeb 01/02/2015 03:07 PM Renato Botelho

Fix track6 prefix id range check, reported by jimp

ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

f4c40620 12/17/2014 05:25 PM Renato Botelho

Disable dhcp server when interface is disabled. Ticket #4119

986fd3d9 12/11/2014 05:03 PM Renato Botelho

Fix #3790:

- Do not let 2 interfaces to setup the same track6 prefix id
- Show correct prefix id range for each interface

110967a4 12/02/2014 11:35 AM Ermal Luçi

Try to not make useless entries in the config file for very rare used configuration values. Makes config file readble and with less size

c5cd9b75 11/29/2014 01:33 AM Chris Buechler

validate MTU and MSS as integers, and don't allow MSS larger than pf will accept to avoid broken rulesets.

5e0a3256 11/26/2014 07:34 PM Ermal Luçi

convert_real_interface_to_friendly_interface_name() goes and checks the parent and this gives wrong information 99.9 percent of the time on scenarios like when this is called for unassigned vlans etc, while its real purpose is just to check if the interface is assigned and return the intermeddiate/config name of the interface. Leave the get_parent_option there in the function but it needs to be asked specifically for.

bc8f3264 11/25/2014 06:23 PM Ermal Luçi

Ticket #2786 there is an issue with convert_real_interface_to_friendly_interface which might return not expected data as in the situation checked for vlan case her ein the validation. Avoid for this case here the issue to allow properly setting mtu on vlans with not assigned parent.

e840fc8c 11/22/2014 07:24 PM Chris Buechler

Don't unset these items for PPP configurations as they're not configured here and doing so loses settings configured in interfaces_ppps_edit.php. Ticket #3727

c4642eb1 11/20/2014 02:01 PM Ermal Luçi

Fixes #3727 Do not unset configuration values from ppp config if not needed.

63d129cc 11/14/2014 11:12 PM Chris Buechler

6RD Rapid Deployment is akin to ATM Machine, PIN Number, ... read: it's redundant. let's just call it 6RD Configuration.

71f45fed 11/12/2014 05:26 PM Chris Buechler

Don't allow interface descriptions that are strictly numbers as that
generates an invalid ruleset. Ticket #4005

a19cc600 11/12/2014 05:22 PM Chris Buechler

fix variable typo

2b114010 11/12/2014 05:20 PM Chris Buechler

fix text

dd447bde 11/11/2014 04:49 AM Jim Thompson

modify copyright statement to reflect reality

4703c007 10/14/2014 10:59 PM Ermal LUÇI

Fixes #3727 Do not unset ondemand for ppp type interfaces since it is controlled here only for pppoe/l2tp

5c2e6873 10/13/2014 04:09 PM Renato Botelho

Make sentence more accurate as pointed out by phil-davis

1c764a3a 10/13/2014 03:42 PM Renato Botelho

GIF interfaces MTU must be something between 1280 and 8192, make the correct check. It fixes #3927

c4372d3c 09/17/2014 05:26 PM Renato Botelho

Restore id for cancel button to fix js error

62424bdb 09/12/2014 07:37 PM Renato Botelho

Remove almost all calls to history.back() and make Cancel button back to HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work

d9d1bd20 09/09/2014 08:52 PM Renato Botelho

Implement a function to kill dhclient process, sometimes it takes a little time to die, so use a sleep(1) there

aeb44799 08/04/2014 03:34 PM Renato Botelho

Fix #3790. Fix IPv6 Prefix ID check using interface user choose before save

f3d88511 07/25/2014 03:48 PM Renato Botelho

Fix #3575, do not allow user to set IPs for GRE interfaces on interface edit page.

6f3d2063 06/13/2014 11:59 AM Renato Botelho

Replace Header() calls by lowercase

ce668fcd 05/18/2014 01:43 PM Colin Fleming

Tidy up "interfaces.php" XHTML

Tidy up Anchor tag and PHP GETTEXT
Swap double quote and semi-colon in ONLICK statement

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

e41ec584 03/12/2014 02:42 PM Renato Botelho

Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print

cfd3676d 02/23/2014 07:09 AM N0YB

This one too.

4a2c47fe 02/23/2014 05:04 AM N0YB

Element id's are to be unique. 'provider' used is elsewhere.

ca4467bc 02/23/2014 04:50 AM N0YB

Better done globally here in the function.

6e31ca39 02/23/2014 02:30 AM N0YB

XHTML Compliance

Interfaces

96fc5388 02/19/2014 11:23 AM Renato Botelho

Merge pull request #945 from phildd/master

Enhance interface gateway data entry descriptions

e2a6a6fb 02/19/2014 10:41 AM Phillip Davis

Enhance interface gateway data entry descriptions

89c7a9c8 02/17/2014 10:22 AM Ermal LUÇI

Some tweaking to handle when switching off dhcpv6.

d31ca336 02/04/2014 02:34 PM Renato Botelho

Add escapeshellarg() calls on exec parameters. While I'm here, replace some exec() calls by php functions like symlink, copy, unlink, mkdir

d9797fd6 01/21/2014 12:36 PM Renato Botelho

Revert "Fix #3350. Do not destroy an interface when it's being disabled"

Ermal reported issues when changes are made on VLAN parent interface
with this patch. He did other changes and interface_configure() will now
be able to re-create VLAN interface

This reverts commit 5bc623536d8bb3b93e68a1b1535c9de582721a09.

f6d89471 12/27/2013 08:49 PM Ermal LUÇI

Make sense of interface mtu handling code. No need to do unneeded operations. This fixes slow boot times and proper handling of mtu for vlans though some work or better model is needed for other interface types. Manual merge of 53555bf2f796cd53cf649410fe1827a9a45fc4a7

20dda766 12/04/2013 08:21 PM Renato Botelho

Prevent network or broadcast address to be set on interface (console, GUI and wizard). It should fix #3196

5bc62353 12/03/2013 02:37 PM Renato Botelho

Fix #3350. Do not destroy an interface when it's being disabled

204bec28 10/29/2013 09:35 AM Renato Botelho

Revert "Define dynamic gateway for GRE interfaces and do not user to define IP address to the interface. Fixes #3280"

Another solution will be implemented

This reverts commit 6721d6d0443bd7e697bd6ca33f470c801608df7e.

6721d6d0 10/29/2013 09:06 AM Renato Botelho

Define dynamic gateway for GRE interfaces and do not user to define IP address to the interface. Fixes #3280

93ee6032 09/25/2013 12:28 AM Renato Botelho

Respect default gateway option when adding a gateway from interfaces page. It fixes #3230

c13a7052 09/18/2013 10:14 AM Renato Botelho

Merge pull request #795 from razzfazz/ia-pd-hint

add option to send prefix hint for requesting desired prefix length for delegation (for master branch)

1e9b4611 09/12/2013 02:28 PM Renato Botelho

Remove call-time pass by reference for do_input_validation, helps ticket #2565

18f3c2fd 09/03/2013 09:05 AM Daniel Becker

add option to send prefix hint for requesting desired prefix length for delegation

This change adds an option on the interfaces page for sending a prefix hint for the selected delegation size. If enabled, a "prefix" field requesting :: with the appropriate prefix length (64 - dhcp6-ia-pd-len) is added to the "id-assoc pd" entry in the dhcp6c config file. This hint is required for requesting prefixes shorter than /64 from Comcast.

61ca05e2 08/05/2013 09:07 AM N0YB

Update interfaces.php

fix text - Capitalize sentence. s/this/This

dbb4e089 07/23/2013 09:49 AM Ermal LUÇI

Implement an option to allow using the IPv4 connectivity interface for sending the dhcpv6 information. Usually useful for ppp[oe] type links and some ISP

3b648a09 07/21/2013 09:29 AM Phil Davis

Fix editing saving dhcp6prefixonly state

Reported in redmine #3097 and forum http://forum.pfsense.org/index.php/topic,64483.msg350255.html#msg350255

7bc1b968 07/17/2013 03:29 PM Renato Botelho

Remove remaining hardcoded theme names

e00fafb3 07/04/2013 12:46 AM N0YB

Remove errant double quote.

a13acc0e 07/02/2013 09:27 AM Seth Mos

Add a checkbox that can be used to request only a IPv6 prefix without a IPv6 address. Some ISPs DHCP6 servers will fail the request if both are requested and only a Prefix is allowed.

Conflicts:

usr/local/www/interfaces.php
0bd85300 07/01/2013 12:24 PM Jim Pingle

Merge pull request #684 from N0YB/Advanced_DHCP_Client_Options

Add show/hide to the new "Reject Leases From" row

c54b4586 07/01/2013 10:16 AM Renato Botelho

fix typos

63c704c3 07/01/2013 07:46 AM N0YB

Add show/hide to the new "Reject Leases From" row

Show for Basic and Advanced. Hide for Config File Override.

61ef14bb 06/30/2013 01:50 PM Renato Botelho

Merge branch 'Advanced_DHCP_Client_Options' of https://github.com/N0YB/pfsense into N0YB-Advanced_DHCP_Client_Options

Conflicts:
usr/local/www/interfaces.php

57c83fd6 06/18/2013 05:00 PM Jim Pingle

Add a field to allow rejecting DHCP leases from a specific upstream DHCP server.

df78d8cc 06/14/2013 07:33 PM Renato Botelho

Fix max length for wpa passphrase, it fixes #3034

02203e6d 05/06/2013 04:01 PM Renato Botelho

Fix IPv6 Prefix ID default value

. Always initialize it to 0 when it's undefined
. Remove unecessary initializations and checks
. Bump config version to 9.5
. Write an upgrade config function to initialize old configs properly

168549b9 04/17/2013 02:45 PM Colin Fleming

Tidy up "interfaces.php" XHTML

Add summary to TABLE tags
Add missing opening and closing cell tags in TR tag
Tidy up closing FONT tag
Remove duplicate closing TD tag and duplicate closing TR tag
Add missing opening TR tag
Remove duplicate width statement...

339d2743 04/16/2013 01:35 PM Colin Fleming

Tidy up "interfaces.php" XHTML

Update HTML Boolean operators
Close a couple of missed INPUT tags

2cbe4b47 04/15/2013 01:16 PM Colin Fleming

Tidy up "interfaces.php" XHTML

Close INPUT tags
Add closing FONT tag

32b91bcf 04/14/2013 12:27 PM Colin Fleming

Tidy up "interfaces.php" XHTML

Close BR and IMG tags and add ALT statement to IMG tags
Change ONCLICK and ONCHANGE to lower case.
Add CDATA section to SCRIPT tags

7a47e299 03/28/2013 12:00 PM Renato Botelho

Avoid send user to top of the page when you open add new gateway box

4ad1e4ea 03/26/2013 12:43 PM Renato Botelho

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

a9518178 03/19/2013 08:19 PM Ermal LUÇI

Remove functions that are not used now with once mode of rtsold

6d0473b4 03/19/2013 04:28 PM Ermal LUÇI

Bring down even rtsold process

6d529efd 03/16/2013 01:32 PM Renato Botelho

Fix indent and whitespaces

a58a9ece 03/08/2013 01:30 PM Ermal LUÇI

Be consistent on the check

b783eaf2 03/08/2013 01:20 PM Ermal LUÇI

Prevent mtu bigger than 9000

0d0d4a27 03/07/2013 01:28 PM Renato Botelho

Validate MTU changes for VLANs and let user change it again

dcddb2fa 03/06/2013 12:10 PM Ermal LUÇI

You can have multiple 6rd tunnels now days

2459be50 03/06/2013 04:10 AM Chris Buechler

clean up text a bit, make link more apparent

e12ad49f 03/04/2013 12:57 PM Renato Botelho

Save ppp info and realif on interfaces.apply to be able to cleanup old configuration when changing interface type. Fixes #2758

4a735210 03/04/2013 12:50 PM Renato Botelho

Make parent interface and all VLANs use the same MTU. Fixes #2786

e480d64b 03/04/2013 12:08 PM Renato Botelho

Fix validation of conflict between interface ip address and static routes. Fixes #2852

244dee81 03/01/2013 06:03 PM Renato Botelho

Reconfigure routing when a new gateway is added