Use a better link here.
Print a nice large warning on the PPTP page about it no longer being considered secure.
Sync note for "server address" between PPTP/PPPoE/L2TP for consistency.
Clarify notes for pptp "Server address"
If we are disabling the radius inputs, also disable the secondary radius inputs.
This field should be server2
fix text
On vpn_pptp.php only unset variables that are set.
Fix gettext implementation on vpn_pptp.php
Implement gettext() calls on vpn_pptp.php
Do not allow "0" for PPTP users. Default to 16 clients.
Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly affecting 64-bit. Ticket #459
Remove pptp_subnet from page as it isn't used or set, and breaks saving. 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 server
$g[pptp_subnet] is gone on 2.0. Ticket #139
Restore lost code. Noticed-by: Ermal
Combine PPTP Server subnet and clients. Code imported from m0n0wall. Ticket #139
Require filter.inc and shaper.inc
Rework includes/require. This saves about 4 megabytes.Simplify get_memory(). Tested on mips/i386
this is not a required field
clean up RADIUS issued IPs, shouldn't be two fields, and it wasn't properly checked/unchecked before. Fixes cvstrac # 1722
Add explanation for additional fields.
don't delete PPTP rules when disabling PPTP. Enable/disable happens too much given the issues with PPTP outbound when server is enabled.
Remove some unneccessary calls to filter_configure() they just give recursivity!
Fix PPTP+RADIUS. See ticket #1926.
Remove all global decalarations regarding pptp/pppoe/l2tp they are no more needed.
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
fix up text.
This page still needs some help
Ticket #1775
freeradius and pptp changes by forum-user 'cybrsrfr'
Add missing ".
Pointy-hat-to: Myself.
Switch over to array style page titles. Obtained-from: m0n0wall
Fixing css layout
further changes to 1.3 for pppoe server and pptp server. added to gui add 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.ie
Correctly disable PPTP server
Ticket #953
When PPTP server is turned off, remove any custom rules associated with it.
Ticket #854 fixes
Remove #!/usr/local/bin/php
Save and restore checkboxes correctly
Reported-by: HOBA
Reload filter after PPTP vpn changes
Ticket #364
some crosslinking to "fly" from corrosponding setting to logs, diags and back
Enable and disable wins pptp option
WINS Server option
Ticket #255
Make top right round
Use $pgtitle
Curvify.
include head.inc and round corners on tabs
Don't use an array for page titles.
Switch back to pfSense style
Add back header
Import m0n0wall ipsec cert code
Remove stray note and cleanup table indenting
Remove more duplicate code (slipped into a release :-/)Reported-by: hoba
Remove blurb at bottom about creating a rule. We do this automatically when the service is enabled now.
Proofreading.
Add $Id$ tag
Make sure the description reads Default PPTP -> any
When user enables the PPTP server, check to see if a rule exists for PPTP. If not add one. Now the system DOES NOT automatically allocate PPTP rules during init. This brings greater flexibility allowing the user to tailer the PPTP traffic to their needs.
Initial revision