Project

General

Profile

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

# Date Author Comment
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

d09e69da 03/01/2013 03:23 PM Renato Botelho

Send ipprotocol parameter when adding new gateways from interfaces.php

336d4f04 03/01/2013 02:18 AM N0YB

Add section tag to v6 documentation links.

Put v4 send, request, require & modifies in lease requirements and requests section.
No functional changes.

6e704f19 02/27/2013 01:11 AM Renato Botelho

Fix response read for 'add new gateway' applet at interface configuration

f4dd8b4c 02/24/2013 03:34 AM N0YB

Advanced DHCP Client Options & Config File Override

DHCP v4:
Protocol Timing
Send Options
Request Options
Require Options
Option Modifiers

DHCP v6:
Interface Statement
Identity Association Statement
Prefix Interface Statement
Authentication Statement
Keyinfo Statement...

42fa2c01 02/21/2013 02:05 PM Renato Botelho

Avoid conflicting interface IP address with static routes. Fixes #2039

6e828f98 02/21/2013 11:23 AM Renato Botelho

Add missing check for IPv6 overlap on interfaces, it complements the change made for ticket #1723

1f56ce58 02/20/2013 12:41 PM Renato Botelho

Fix dhcp v6 config section name for console setup and check on interfaces.php, the correct is dhcpdv6 instead of dhcpd6. Fixes #2827

30a90672 02/19/2013 10:17 AM rbgarga

Merge pull request #426 from N0YB/Interfaces_Types_Config_Sections_Spacer_Row

Interfaces Types Config Sections Spacer Row

1c4846e9 02/19/2013 06:56 AM N0YB

Interfaces Types Config Sections Spacer Row

Fix spacer (last) row display inconsistency
Missed one

9e696e9a 02/18/2013 10:51 PM rbgarga

Merge pull request #425 from N0YB/Interfaces_Types_Config_Sections_Spacer_Row

Interfaces Types Config Sections Spacer Row

a236affe 02/18/2013 09:40 PM N0YB

Interfaces Types Config Sections Spacer Row

Fix spacer (last) row display inconsistency

bd10508a 02/18/2013 07:23 PM N0YB

Interfaces Static IP v4 & v6 Gateway Add New

Fix mismatched table row tags

a1e4e2a7 02/13/2013 10:40 PM Ermal LUÇI

Two interfaces, carp, ip aliases might be on the same subnet as their parent. What needs to be checked is the ip itself

e6c60013 02/11/2013 08:35 PM Renato Botelho

Check interfaces and VIP IP address overlap

- Check if interface IP overlaps other interfaces or localip from mpd
based services
- Check if VIPs IP overlaps interfaces or other VIPs address

It fixes #1723

85e9cfee 02/10/2013 05:40 PM Phil Davis

Validate interface IP explicitly as v4 or v6

The IP Address fields on the Interfaces Edit page were just using is_ipaddr to validate them. I could put an IPv4 address in as the IPv6 static IP and it took it and saved it, then got my system in a knot! It even adjusted the subnet bits dropdown when I typed a valid IPv4 address format in the IPv6 filed....

613a3cc5 02/05/2013 02:30 PM Renato Botelho

For reloadall on interface_configure() called by GUI

56756d31 02/04/2013 04:54 PM Renato Botelho

Fix add gateway validation on interface configuration. It should fix #2791

8839e3fb 02/04/2013 03:04 PM Cyrill B

Update usr/local/www/interfaces.php

Variables that equal FALSE are considered to be empty e.g. "0".

dd1fc379 01/31/2013 08:08 AM Ermal LUÇI

Actually destroy in this case

4144aa81 01/31/2013 08:07 AM Ermal LUÇI

Do the right thing here

9cd6b950 01/30/2013 06:43 PM Ermal LUÇI

Do more strict checks. Also silence some more log_error under debug. Also do some sanity checks on rc.newwanipv6 before doing any operation

18f338da 01/24/2013 10:37 AM Ermal Luçi

Correctly bring down an interface older configuration. Fixes #2758

0ff214f2 01/17/2013 11:31 AM Renato Botelho

Preserve "Idle timeout" parameter on interfaces gui. It fixes a problem pointed out on ticket #2641

a3381369 01/14/2013 01:27 PM Colin Fleming

Update PHP shorthand tag

Standardise all PHP start tags from "

6b4480dc 01/06/2013 10:59 PM Cyrill B

Add bogons update frequency selection

6ef2297b 12/09/2012 01:02 AM Erik Fonnesbeck

Add extra checks for reading and saving certain wireless settings and fix an existing check.

af13aad6 11/22/2012 03:04 PM Ermal LUÇI

Fix syntax and do not commit late :)

70e46e62 11/21/2012 11:07 PM Ermal LUÇI

The pppoe handle script

31fcd0bd 11/15/2012 09:54 PM Jim Pingle

Add extra safety belts here.

2a2b247b 10/26/2012 08:10 PM Jim Pingle

Standardize hypenation and capitalization of Pre-Shared Key

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

Activate new shortcuts/status in the rest of the areas that are currently setup.

3e662cb0 06/07/2012 08:51 AM Ermal LUÇI

Get rid of carpdev, it will never be

a0edece9 05/17/2012 10:33 PM Darren Embry

report errors adding a gateway through ajax calls

76ac460b 05/08/2012 04:49 PM Jim Pingle

$realif only exists on apply, which this code path would never touch. Change to use the configured interface instaed. Fixes #2212

6b2d4b5a 05/03/2012 02:54 PM Darren Embry

fix for #2356 'track interface'

convert pulldown for ipv6 prefix id to a textbox. validation is
implemented.

feb88a14 04/18/2012 09:26 AM Seth Mos

Add support for SLAAC on the WAN interface, this is required for Stateless autoconf addressing.
Normally this should only apply to Appliances that do not need to route. We automatically hook in the dhcp6 client to request name servers from DHCP6 in a information only mode. It will not attempt to request a address. For that you should use the plain DHCP6 option with a prefix size of none....

2fe06a32 04/09/2012 02:45 PM Seth Mos

Remove this faulty piece of gateway code, it overwrites the existing entries that return_gateways_array() returns.
It doesn't take any address families into account either.

c616b3c7 04/08/2012 06:55 PM Seth Mos

Correct the variable names for the duplicate stf check

4e83a8f2 04/08/2012 06:41 PM Seth Mos

Remove this piece of code, it loads even on interfaces not configured for track. Really needs asynchronous javascript.

8b198c64 04/08/2012 06:36 PM Seth Mos

Prevent duplicate 6rd or 6to4 interfaces, these conflict and both use the stf0 adapter. Only 1 can be active.
Move piece of code into function, we need it more places, tighten rules for proto 41 traffic.
Attempt to micro optimize the select box for large amounts of choices. Chrome likes this approach better.

bfab2419 04/03/2012 12:54 PM Seth Mos

Add a command that should be able to extract the DUID for us.

20a7cb15 03/31/2012 06:41 PM Seth Mos

Add interface tracking support. With this it is now possible for dynamic IPv6 interfaces to setup the corresponding lan interface for RA.
DHCP6 with prefix delegation to follow later for automatic daisychaining.

31c43fd3 03/30/2012 08:08 AM Seth Mos

Add 6to4 support for automatic tunneling.

adc91ab7 03/29/2012 11:40 AM Seth Mos

Unbreak the 6rd config setting now that the javascript was fixed.
Pointy hat to /me
Ticket #2304

f51d5d57 03/28/2012 10:50 PM Darren Embry

feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input

http://redmine.pfsense.org/issues/2320

a8fe61f1 03/28/2012 08:56 PM Darren Embry

prep work for feature #2320: tag fields for ipv4v6

2452cc37 03/21/2012 11:19 PM Darren Embry

fix: Input validation problem with VIPs and "none" type interfaces

http://redmine.pfsense.org/issues/2291

0b8160bb 03/21/2012 05:27 PM Darren Embry

fix for: The javascript to enable and disable the various config boxes fail since adding the 6rd IPv6 config type

http://redmine.pfsense.org/issues/2304

fcbf8a60 03/21/2012 03:54 PM Chris Buechler

fix text

bb9d70d2 02/26/2012 09:31 AM Erik Fonnesbeck

Fix code that was accidentally replaced with an older version of the code.

12215bfb 02/25/2012 11:46 AM Seth Mos

Update the interfaces.php for 6rd support, reflects variable changes
Adds to ticket #2117

055e182f 02/21/2012 10:42 AM Erik Fonnesbeck

Don't add the description either when the condition is not met, in case other required fields are later added.

cb2d0164 02/18/2012 07:39 PM Scott Ullrich

Add missing ;

ebc2ee61 02/18/2012 06:25 PM Daniel Rasmussen

A friend of mine was having the same issue that was stated in another pull request with the explode function and white space. So when you commit changes on WLAN would throw and error stating MODE must have SSID set. Dropped the explode function all together, initialized the array first and then pushed the SSID onto the array if Mode is set to Access in your wireless configuration. No more Mode set issue. :D

cb3c3fe4 02/01/2012 08:29 PM Andy I.

Wireless client config should allow blank SSID (resubmit, fixed blank lines)

668e8961 01/25/2012 05:17 PM Seth Mos

Add backend 6RD support. We don't have the required patch yet for our stf driver.
Needs hooks into our gateway code to handle the default gateway since the stf interface does use router solicitations
Adds to ticket #2117

32dc8109 01/25/2012 02:45 PM Seth Mos

Clarify the UI text with example IPv6 prefix.
Ticket #2117

0eb78676 01/25/2012 02:45 PM Seth Mos

Disable debug statement
Ticket #2117