summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pppoe.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-167/+0
|
* 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_pppoePhil Davis2015-05-221-66/+76
|
* Remove artifacts from latin1 to utf8 conversionsJose Luis Duran2015-05-161-1/+1
| | | | | | String replacement: s/Ermal L.../Ermal Luçi/g
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+2
| | | | | 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-0/+1
|
* fix textChris Buechler2014-11-061-1/+1
|
* show interface name, not identifierChris Buechler2014-11-061-1/+1
|
* Tidy up "vpn_pppoe" XHTMLColin Fleming2014-04-181-10/+9
| | | | | | | Add SUMMARY to tables Close IMG tags and and ALT Move NOWRAP to class statement Close INPUT tags
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* Syntax error in vpn_pppoe.phpPhil Davis2013-01-311-2/+2
|
* Validate before taking the input and do anything with itErmal2013-01-241-1/+2
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* fix textChris Buechler2010-12-251-1/+1
|
* Make possible to run multiple instances of pppoe server. Not yet switched to ↵Ermal2010-09-021-423/+103
| | | | mpd4.
* fix textChris Buechler2010-08-291-6/+6
|
* Fix gettext implementation on vpn_pppoe.phpCarlos Eduardo Ramos2010-07-301-1/+1
|
* Implement gettext() calls on vpn_pppoe.phpCarlos Eduardo Ramos2010-07-271-55/+55
|
* Fix some typos/omissions.jim-p2010-06-071-4/+4
|
* Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly ↵Erik Fonnesbeck2010-05-201-4/+4
| | | | affecting 64-bit. Ticket #459
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-1/+1
| | | | Simplify get_memory(). Tested on mips/i386
* touch up textChris Buechler2009-07-161-6/+6
|
* Remove some unneccessary calls to filter_configure() they just give recursivity!Ermal Luçi2009-06-181-2/+1
|
* * 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.
* Remove all global decalarations regarding pptp/pppoe/l2tp they are no more ↵Ermal Luçi2009-02-151-3/+3
| | | | needed.
* 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
* Continue interface improvementsErmal Luçi2008-06-211-8/+2
|
* Do not show LAN related items when the interfafe does not exist.Scott Ullrich2008-02-091-1/+4
|
* 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-15/+15
|
* further changes to 1.3 for pppoe server and pptp server. added to gui add ↵Scott Ullrich2007-05-041-63/+109
| | | | radius acct and auth ports add acct update in seconds option for external radius servers add backup radius server changes rearranges xml for better use moved radius specific features inside tags added options for additional server above 2 miner bug fixes Ticket #1306
* Switch over to mpd4 Code-submitted-by: alan_AT_radiowave.ieScott Ullrich2007-04-291-2/+71
|
* PPPoE server fixesScott Ullrich2007-04-271-4/+24
| | | | Ticket #1283
* Unset pppoe when its turned off correctly.Scott Ullrich2006-05-251-0/+1
|
* When PPPOE server is turned off, remove any custom rules associated with it.Scott Ullrich2006-04-281-0/+9
|
* 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
* Enable and disable subnet and interface tooScott Ullrich2006-01-081-0/+4
|
* Update javascriptScott Ullrich2006-01-051-5/+8
|
* Allow issuing of PPOE ips from RADIUS serverScott Ullrich2006-01-051-0/+14
| | | | Ticket #709
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Save and restore checkboxes correctlyScott Ullrich2005-10-181-2/+11
| | | | Reported-by: HOBA
* Remove old informationScott Ullrich2005-08-271-5/+1
|
* Really set subnet maskScott Ullrich2005-08-061-2/+2
|
* clarify that the dropdown box is a subnet maskScott Ullrich2005-08-061-1/+2
|
* Allow PPPoE server subnet to be defined by user.Scott Ullrich2005-08-061-9/+14
| | | | Ticket #282
* Remove wins and req128 fieldsScott Ullrich2005-07-311-8/+0
|
* Move interface to topScott Ullrich2005-07-311-20/+22
|
OpenPOWER on IntegriCloud