Project

General

Profile

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

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

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

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

modify copyright statement to reflect reality

d28502be 05/08/2014 10:31 PM Colin Fleming

Tidy up "vpn_l2pt.php" XHTML

Add CDATA section to SCRIPTS
Add SUMMARY to TABLES
Update HTML Boolean Operators
Close INPUT tags

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

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

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

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

0a0b17d9 01/30/2013 07:08 PM Renato Botelho

Avoid mpd based services to set localip to an already used IP on the system. It should fix #1723

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

Update PHP shorthand tag

Standardise all PHP start tags from "

70addcc5 11/07/2012 05:24 PM Jim Pingle

Cleanup/standardize labels on L2TP config

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

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

973444a8 08/30/2011 05:20 PM Jim Pingle

Sync note for "server address" between PPTP/PPPoE/L2TP for consistency.

c8cc0c1c 04/13/2011 07:52 AM Seth Mos

Add missing fields for l2tp to define dns and wins servers

ea53e38f 08/12/2010 12:44 PM Renato Botelho

gettext fixes

c3ff89b4 08/09/2010 12:54 PM Renato Botelho

Merge remote branch 'mainline/master'

Conflicts:
usr/local/www/status_captiveportal.php
usr/local/www/status_rrd_graph.php
usr/local/www/status_wireless.php

8d6dd2e4 08/07/2010 07:31 PM Chris Buechler

fix text. Ticket #799

346e6203 07/30/2010 04:48 PM Rafael Lucas

Corrections gettext() calls on vpn_l2tp.php

adf32c24 07/27/2010 05:35 PM Carlos Eduardo Ramos

Implement gettext() calls on vpn_l2tp.php

96033063 05/20/2010 04:55 PM Erik Fonnesbeck

Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly affecting 64-bit. Ticket #459

221f5d17 04/05/2010 10:06 PM Chris Buechler

don't display disabled tunnels on diag_ipsec.php

fix up L2TP text

483e6de8 11/21/2009 09:08 PM Scott Ullrich

Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386

047cb829 06/18/2009 07:28 PM Ermal Luçi

Add propper access control to L2TP pages.

0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
    This function can sleep till the resource is free and can help find not well behaving code.
  • Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this....
a55e9c70 03/30/2009 12:38 AM Ermal Luçi
  • Hide interfaces internals to other code and use the propper interfaces.
    Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc...
  • Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml...
40de0b13 03/22/2009 11:54 PM Ermal Luçi

Add secret option required on some setups.

6e8bd1b0 03/12/2009 01:21 AM Seth Mos

Fix typo in function name. This caused the page to break off.

3ffc1e89 02/28/2009 07:13 PM Ermal Luçi

Use the interface API rather than old style interface list building.

a56120f2 02/15/2009 09:34 PM Ermal Luçi

Remove all global decalarations regarding pptp/pppoe/l2tp they are no more needed.

5656fe23 02/01/2009 05:13 PM Ermal Luçi

Add more L2TP backend code.