summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pptp.php
Commit message (Collapse)AuthorAgeFilesLines
* On vpn_pptp.php only unset variables that are set.Erik Fonnesbeck2010-09-081-13/+16
|
* Fix gettext implementation on vpn_pptp.phpCarlos Eduardo Ramos2010-07-301-1/+1
|
* Fix gettext implementation on vpn_pptp.phpCarlos Eduardo Ramos2010-07-301-1/+2
|
* Implement gettext() calls on vpn_pptp.phpCarlos Eduardo Ramos2010-07-291-54/+55
|
* Fix gettext implementation on vpn_pptp.phpCarlos Eduardo Ramos2010-07-291-3/+3
|
* Implement gettext() calls on vpn_pptp.phpRafael Lucas2010-07-271-68/+67
|
* Do not allow "0" for PPTP users. Default to 16 clients.jim-p2010-07-151-2/+3
|
* Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly ↵Erik Fonnesbeck2010-05-201-4/+4
| | | | affecting 64-bit. Ticket #459
* Remove pptp_subnet from page as it isn't used or set, and breaks saving. ↵jim-p2009-12-241-20/+2
| | | | Also remove redundant localip setting box (it was already on the page a few rows up) and remove the connection count output as that is set by a drop-down a few rows up as well.
* Unbreak remote-ip box. Mpd is now starting for ppptp serverScott Ullrich2009-12-221-14/+1
|
* $g[pptp_subnet] is gone on 2.0. Ticket #139Ermal Luçi2009-12-141-2/+2
|
* Restore lost code. Noticed-by: Ermalsullrich2009-12-021-3/+20
|
* Combine PPTP Server subnet and clients. Code imported from m0n0wall. ↵sullrich2009-12-021-35/+27
| | | | Ticket #139
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-1/+1
| | | | Simplify get_memory(). Tested on mips/i386
* this is not a required fieldChris Buechler2009-11-151-1/+1
|
* clean up RADIUS issued IPs, shouldn't be two fields, and it wasn't properly ↵Chris Buechler2009-11-081-16/+9
| | | | checked/unchecked before. Fixes cvstrac # 1722
* Add explanation for additional fields.Chris Buechler2009-11-081-2/+2
|
* don't delete PPTP rules when disabling PPTP. Enable/disable happens too much ↵Chris Buechler2009-07-161-7/+0
| | | | given the issues with PPTP outbound when server is enabled.
* Remove some unneccessary calls to filter_configure() they just give recursivity!Ermal Luçi2009-06-181-3/+1
|
* Fix PPTP+RADIUS. See ticket #1926.jim-p2009-05-121-1/+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
* fix up text.Chris Buechler2008-07-191-16/+16
| | | | | | This page still needs some help Ticket #1775
* freeradius and pptp changes by forum-user 'cybrsrfr'Martin Fuchs2007-12-211-0/+9
|
* Add missing ".Scott Ullrich2007-11-271-1/+1
| | | | Pointy-hat-to: Myself.
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-16/+16
|
* further changes to 1.3 for pppoe server and pptp server. added to gui add ↵Scott Ullrich2007-05-041-74/+114
| | | | 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-7/+127
|
* Correctly disable PPTP server Ticket #953Scott Ullrich2006-05-051-0/+1
|
* When PPTP 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
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Save and restore checkboxes correctlyScott Ullrich2005-10-181-3/+15
| | | | Reported-by: HOBA
* Reload filter after PPTP vpn changesScott Ullrich2005-08-161-0/+2
| | | | Ticket #364
* some crosslinking to "fly" from corrosponding setting to logs, diags and backHolger Bauer2005-07-301-1/+1
|
* Enable and disable wins pptp optionScott Ullrich2005-07-251-0/+2
|
* WINS Server optionScott Ullrich2005-07-251-0/+11
| | | | Ticket #255
* * Drop kick reboots bye byeScott Ullrich2005-07-241-5/+5
|
* Make top right roundBill Marquette2005-07-031-10/+4
|
* Use $pgtitleBill Marquette2005-07-031-1/+2
|
* Curvify.Scott Ullrich2005-07-021-4/+6
|
* * Curve bottom of grey areas if neededScott Ullrich2005-07-021-0/+10
| | | | | * Curve tabs * Cleanup
* include head.inc and round corners on tabsScott Ullrich2005-07-021-7/+3
|
* Don't use an array for page titles.Scott Ullrich2005-06-211-1/+1
| | | | Switch back to pfSense style
* Add back headerScott Ullrich2005-06-211-0/+9
|
* Import m0n0wall ipsec cert codeScott Ullrich2005-06-211-137/+75
|
OpenPOWER on IntegriCloud