summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pppoe_users.php
Commit message (Collapse)AuthorAgeFilesLines
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-1/+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-4/+4
| | | | | | - 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
* * 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.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Move PPPoE to services area.Scott Ullrich2007-12-031-1/+1
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Add a plus button on the top header of these pages.Seth Mos2007-05-081-4/+18
| | | | This to make it easier on large configurations.
* Ticket #854 fixesScott Ullrich2006-03-111-1/+1
| | | | | * Compute the correct amount of ng interface for pptp and pppoe * Restart mpd processes in one function so that duplicates do not end up in mpd.conf file
* Note when user is dynamicScott Ullrich2006-01-051-0/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Remove reboot required checksScott Ullrich2005-12-141-5/+5
|
* Remove Nifty JS as it's part of the themeBill Marquette2005-08-101-5/+0
|
* Fix footer placement by moving div tag to the right placeBill Marquette2005-08-101-1/+1
|
* Move <div> to the right place to fix the gray line above the tabsBill Marquette2005-08-041-3/+3
|
* PPTP -> PPPoEScott Ullrich2005-07-311-2/+2
|
* Add PPPoE server hooksScott Ullrich2005-07-301-0/+132
OpenPOWER on IntegriCloud