Project

General

Profile

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

# Date Author Comment
5833e715 08/06/2010 02:19 AM Erik Fonnesbeck

Add missing explode parameter.

55d8298a 08/03/2010 10:21 PM Ermal LUÇI

Make sure this dir exists because the new function uses it.

5cb5063c 08/03/2010 10:11 PM Ermal LUÇI

Use the new pfSense module call to find the usable ports from the ones created on /dev.

f5ccee7d 07/21/2010 05:52 PM Carlos Eduardo Ramos

Corrections gettext implementation on interfaces_ppps_edit.php

499c22cd 07/14/2010 04:48 PM Carlos Eduardo Ramos

Checked gettext() implementation on interfaces_ppps_edit.php

aa1e5104 07/10/2010 04:36 PM Vinicius Coque

Fix gettext implementation on interfaces_ppps_edit.php

2f5cfc85 07/02/2010 08:33 PM Rafael Lucas

Implement gettext() calls on interfaces_ppps_edit.php

a5e9c284 06/30/2010 12:19 PM Renato Botelho

Revert "Implemment gettext() calls"

This reverts commit 7502ef0a698a49d9652cd3616447eb717cba707d.
A lot of mistakes

Conflicts:

usr/local/www/firewall_nat.php
7502ef0a 06/29/2010 07:13 PM Jeann

Implemment gettext() calls

ced4df74 06/10/2010 03:54 PM Marcus Brown

Take out all code that assumes to use DHCP for local ip if local ip is left blank.

Also, check for blank local IPs and error out if they occur.

8d73e7a9 06/10/2010 01:27 PM Ermal LUÇI

Allow assigned interfaces to be choosed as ppp members. This allows ppp over gre/gif etc....

4a1ee8ac 06/09/2010 06:39 PM Marcus Brown

Clean up pptp a bit and modify text description in interfaces_ppps_edit

5c8e8a17 06/09/2010 02:40 PM Marcus Brown

Make pppoe reset work again with new <if> naming scheme.

Previous commit also moved pppoe reset functions to interfaces.inc
so we don't have to duplicate in interfaces.php and interfaces_ppps_edit.php

Also, add code so that when ppp config section gets deleted, associated <cron>...

e5d558bf 06/09/2010 02:14 PM Marcus Brown

Change ptpid to use sequential number. This makes Ermal happy. :)

Also add <if> section to <ppps><ppp> which is ppp type + ptpid.`

3a906378 06/07/2010 03:42 PM Marcus Brown

Initial support for DCHP+PPtP/L2tP. DHCP + PPPoE is supported too.

Must create an OPTx interface and set to DHCP for DHCP+PPPoE.

cac14686 06/05/2010 01:57 PM Marcus Brown

Fix javascript error and apn id so not duplicate id in html.

7db2ef5f 06/04/2010 12:20 AM Marcus Brown

Simplify GUI even more, especially for PPP connections.

8adc1e49 06/03/2010 04:27 PM Marcus Brown

Set default values to what we've had in the past.

`

c5232cbb 06/03/2010 04:07 PM Marcus Brown

Rework GUI to hide advanced options and display via button.

requested by Ermal.

460b635f 06/02/2010 01:22 PM Vinicius Coque

Listing service providers

- Added dropdown list to select provider
- Added javascrit methods to handle Ajax requests
09637075 05/30/2010 11:53 PM Marcus Brown

Simplify code that handles link specific data fields like local ip, gateway, and bandwidth.

6c538d04 05/29/2010 11:36 AM Marcus Brown

Clean up javascript even more, so unnecessary loops don't get executed.

d6366dd7 05/28/2010 03:46 PM Marcus Brown

Really fix javascript . . .

041b35cc 05/28/2010 03:23 PM Marcus Brown

Fix missing case statement for L2TP.

114990f4 05/28/2010 03:05 PM Marcus Brown

Fixed problems in javascript and added L2TP support to GUI.

8d657558 05/28/2010 01:00 AM Marcus Brown

Clean up code in interfaces_ppps_edit.php and in javascript.

82effddb 05/26/2010 02:17 PM Marcus Brown

Remove all "defaultgw" settings from PPPs config page.

Just use existing defaultgw configuration settings from System:Gateways settings.

0661b194 05/26/2010 02:07 PM Marcus Brown

Fix many things related to PPP connections.

Fixed tab array numbering in interfaces_* files. Enabled multilink over PPtP connections.
Fixed handling of bandwidth, mtu, mru settings. Removed unnecessary curly brackets from
single line if conditionals, and more . . .

e40e6724 05/18/2010 09:38 AM Marcus Brown

Modify and fix code to set pppoe periodic reset.

3f2ef8d7 05/12/2010 06:30 PM Marcus Brown

Fixing bugs and ommissions.

04d36b1f 05/12/2010 11:38 AM Marcus Brown

Small changes to fix up these pages a little bit.

00b702cc 05/12/2010 03:53 AM Marcus Brown

Bandwidth, MTU, MRU settings working.

0810c115 05/11/2010 08:41 AM Marcus Brown

Fix up final bits of PPPoE Periodic reset and disable setting of bandwidths for mlppp links for now.

766bd6d0 05/10/2010 01:13 AM Marcus Brown

PPPoE Periodic Reset via cron working.

55f3ca1d 05/09/2010 02:35 PM Marcus Brown

Revert "Remove PPP tab these all go to the system log now."

This reverts commit 62e74b4261b4044f523ade7c3b45e4484bbd2f8d.

Conflicts:

usr/local/www/diag_logs_slbd.php
a986f97f 05/08/2010 04:12 AM Marcus Brown

Working on PPPoE periodic reset. Writing out pppoe_restart_XXX file still needs work.

64d124c5 05/05/2010 09:39 AM Marcus Brown

Code configured to use new interfaces_ppps_configure function for PPP, PPPoE, and PPtP links.

cb37d8fa 05/05/2010 07:29 AM Marcus Brown

New code working with PPP connections, and probably PPPoE/PPtP but I haven't tested yet.

It makes the proper mpd config files for PPPoE and MultiLink PPPoE.

42809b4a 05/04/2010 08:35 AM Marcus Brown

Use "PPPs" as the new Tab name in Interfaces -> Assign. Rename files and update affected files.

Also, add upgrade_config function 062_to_063.