summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pppoe_users_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
| | | | Simplify get_memory(). Tested on mips/i386
* Remove all nested functions decalaration seems php does not like them! Make ↵Ermal Luçi2009-07-141-6/+6
| | | | all the nested functions real functions.
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-0/+13
| | | | | | pages where they are needed. Remove some sort functions not used.
* * 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.
* 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
|
* Fixing css layoutSeth Mos2007-09-011-4/+4
|
* 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
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Nuke display_topbar(). Its's currently red and looks incredibly out of ↵Scott Ullrich2005-12-051-1/+0
| | | | place. Hopefully we can add this back post 1.0
* Start PPPoE server after changesScott Ullrich2005-09-071-1/+4
|
* pptp->pppoeHolger Bauer2005-07-311-1/+1
|
* Add PPPoE server hooksScott Ullrich2005-07-301-0/+160
OpenPOWER on IntegriCloud