summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_l2tp_users.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | 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-34/+47
|
* 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_l2tp_users" XHTMLColin Fleming2014-05-081-6/+6
| | | | | | | | Add SUMMARY to TABLES Move NOWRAP to CLASS statement Close IMG tags and add ALT statement Deprecate ampersand in Anchor tags Add missing closing TR tag
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* Bring l2tp users page back to latest world of 2.0 to avoid errors. ↵Ermal2010-10-041-4/+4
| | | | Reported-by: http://forum.pfsense.org/index.php/topic,28829.0.html
* Implement gettext() calls on vpn_l2tp_users.phpCarlos Eduardo Ramos2010-07-271-3/+3
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
| | | | Simplify get_memory(). Tested on mips/i386
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-1/+0
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-1/+1
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* 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-2/+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.
* Add missed pages of the GUI.Ermal Luçi2009-02-011-0/+126
OpenPOWER on IntegriCloud