summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_l2tp.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-493/+0
|
* Code spacingPhil Davis2015-06-151-14/+14
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style vpn_l2tpPhil Davis2015-05-181-196/+213
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up "vpn_l2pt.php" XHTMLColin Fleming2014-05-081-13/+15
| | | | | | | Add CDATA section to SCRIPTS Add SUMMARY to TABLES Update HTML Boolean Operators Close INPUT tags
* xhtml Complianceayvis2014-03-141-9/+9
| | | replaced <br>, <br/> and </br> with <br />
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Avoid mpd based services to set localip to an already used IP on the system. ↵Renato Botelho2013-01-301-0/+3
| | | | It should fix #1723
* Update PHP shorthand tagColin Fleming2013-01-141-1/+1
| | | | Standardise all PHP start tags from "<?" to "<?PHP"
* Cleanup/standardize labels on L2TP configjim-p2012-11-071-8/+8
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* Sync note for "server address" between PPTP/PPPoE/L2TP for consistency.jim-p2011-08-301-2/+7
|
* Add missing fields for l2tp to define dns and wins serverssmos2011-04-131-0/+41
|
* gettext fixesRenato Botelho2010-08-121-3/+3
|
* Merge remote branch 'mainline/master'Renato Botelho2010-08-091-1/+1
|\ | | | | | | | | | | | | Conflicts: usr/local/www/status_captiveportal.php usr/local/www/status_rrd_graph.php usr/local/www/status_wireless.php
| * fix text. Ticket #799Chris Buechler2010-08-071-1/+1
| |
* | Corrections gettext() calls on vpn_l2tp.phpRafael Lucas2010-07-301-2/+2
| |
* | Implement gettext() calls on vpn_l2tp.phpCarlos Eduardo Ramos2010-07-271-10/+10
|/
* Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly ↵Erik Fonnesbeck2010-05-201-4/+4
| | | | affecting 64-bit. Ticket #459
* don't display disabled tunnels on diag_ipsec.phpChris Buechler2010-04-051-3/+3
| | | | fix up L2TP text
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
| | | | Simplify get_memory(). Tested on mips/i386
* Add propper access control to L2TP pages.Ermal Luçi2009-06-181-0/+7
|
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-4/+0
| | | | | | | | | | | 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. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* * Hide interfaces internals to other code and use the propper interfaces.Ermal Luçi2009-03-301-1/+1
| | | | | | | 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 * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces.
* Add secret option required on some setups.Ermal Luçi2009-03-221-0/+14
|
* Fix typo in function name. This caused the page to break off.Seth Mos2009-03-121-1/+1
|
* Use the interface API rather than old style interface list building.Ermal Luçi2009-02-281-5/+1
|
* Remove all global decalarations regarding pptp/pppoe/l2tp they are no more ↵Ermal Luçi2009-02-151-3/+26
| | | | needed.
* Add more L2TP backend code.Ermal Luçi2009-02-011-0/+386
OpenPOWER on IntegriCloud