Commit Graph

63 Commits

Author SHA1 Message Date
jim-p
973444a8dd Sync note for "server address" between PPTP/PPPoE/L2TP for consistency. 2011-08-30 13:20:31 -04:00
jim-p
6d1ae23c9e Clarify notes for pptp "Server address" 2011-07-28 16:45:13 -04:00
jim-p
114a929286 If we are disabling the radius inputs, also disable the secondary radius inputs. 2011-05-06 16:55:10 -04:00
jim-p
c07b267505 This field should be server2 2011-05-06 16:55:10 -04:00
Chris Buechler
084e77e775 fix text 2011-03-22 20:36:10 -04:00
Erik Fonnesbeck
7eaf04fd5b On vpn_pptp.php only unset variables that are set. 2010-09-08 17:37:48 -06:00
Carlos Eduardo Ramos
e222daebbd Fix gettext implementation on vpn_pptp.php 2010-07-30 10:21:15 -03:00
Carlos Eduardo Ramos
9f6651a399 Fix gettext implementation on vpn_pptp.php 2010-07-30 09:56:06 -03:00
Carlos Eduardo Ramos
70085c739c Implement gettext() calls on vpn_pptp.php 2010-07-29 15:21:13 -03:00
Carlos Eduardo Ramos
62f8bb60ef Fix gettext implementation on vpn_pptp.php 2010-07-29 12:50:55 -03:00
Rafael Lucas
989d117b5d Implement gettext() calls on vpn_pptp.php 2010-07-27 14:52:16 -03:00
jim-p
1f6f007631 Do not allow "0" for PPTP users. Default to 16 clients. 2010-07-15 14:49:39 -04:00
Erik Fonnesbeck
9603306327 Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly affecting 64-bit. Ticket #459 2010-05-20 10:55:02 -06:00
jim-p
2f31946fd2 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. 2009-12-24 17:10:16 -05:00
Scott Ullrich
3cfa11c259 Unbreak remote-ip box. Mpd is now starting for ppptp server 2009-12-22 16:29:36 -05:00
Ermal Lui
c6933c6d2b $g[pptp_subnet] is gone on 2.0. Ticket #139 2009-12-14 11:34:47 +00:00
sullrich
f2b4ff2b59 Restore lost code. Noticed-by: Ermal 2009-12-02 20:17:59 -05:00
sullrich
045c9cc995 Combine PPTP Server subnet and clients. Code imported from m0n0wall. Ticket #139 2009-12-02 17:32:45 -05:00
Scott Ullrich
7a927e67a5 Require filter.inc and shaper.inc 2009-11-21 19:28:00 -05:00
Scott Ullrich
483e6de842 Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386
2009-11-21 16:08:36 -05:00
Chris Buechler
92d5144e1a this is not a required field 2009-11-15 18:41:42 -05:00
Chris Buechler
f9f160b18f clean up RADIUS issued IPs, shouldn't be two fields, and it wasn't properly checked/unchecked before. Fixes cvstrac # 1722 2009-11-08 18:58:52 -05:00
Chris Buechler
ba9d3f0755 Add explanation for additional fields. 2009-11-08 18:34:48 -05:00
Chris Buechler
a67a0922b4 don't delete PPTP rules when disabling PPTP. Enable/disable happens too much given the issues with PPTP outbound when server is enabled. 2009-07-16 21:42:10 -04:00
Ermal Lui
72bd8df5aa Remove some unneccessary calls to filter_configure() they just give recursivity! 2009-06-18 19:24:42 +00:00
jim-p
71569a7e84 Fix PPTP+RADIUS. See ticket #1926. 2009-05-12 16:29:10 -04:00
Ermal Lui
0027de0a54 * Create two new functions lock($subsystem)/unlock() to have more reliable 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.
2009-05-08 18:42:37 +00:00
Ermal Lui
a55e9c701c * Hide interfaces internals to other code and use the propper interfaces.
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.
2009-03-30 00:38:36 +00:00
Ermal Lui
a56120f279 Remove all global decalarations regarding pptp/pppoe/l2tp they are no more needed. 2009-02-15 21:34:00 +00:00
Matthew Grooms
6b07c15ad8 Rewrite the pfsense privilege system with the following goals in mind ...
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
2008-08-01 06:30:34 +00:00
Chris Buechler
6c762c6210 fix up text.
This page still needs some help

Ticket #1775
2008-07-19 21:13:19 +00:00
Martin Fuchs
a35c203323 freeradius and pptp changes by forum-user 'cybrsrfr' 2007-12-21 23:10:17 +00:00
Scott Ullrich
57a2e25f05 Add missing ".
Pointy-hat-to: Myself.
2007-11-27 21:04:52 +00:00
Scott Ullrich
d88c6a9fdf Switch over to array style page titles. Obtained-from: m0n0wall 2007-11-16 00:48:53 +00:00
Seth Mos
b5c7850109 Fixing css layout 2007-09-01 20:47:31 +00:00
Scott Ullrich
c8c416db7e 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 2007-05-04 16:48:32 +00:00
Scott Ullrich
07cae4b26e Switch over to mpd4 Code-submitted-by: alan_AT_radiowave.ie 2007-04-29 23:24:39 +00:00
Scott Ullrich
963d012d70 Correctly disable PPTP server Ticket #953 2006-05-05 02:15:20 +00:00
Scott Ullrich
64cc8755ca When PPTP server is turned off, remove any custom rules associated with it. 2006-04-28 17:49:46 +00:00
Scott Ullrich
88964924ef Ticket #854 fixes
* 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
2006-03-11 20:35:36 +00:00
Scott Ullrich
e54d4de6d5 Remove #!/usr/local/bin/php 2006-01-02 23:46:18 +00:00
Scott Ullrich
33eaec8811 Save and restore checkboxes correctly
Reported-by: HOBA
2005-10-18 01:55:26 +00:00
Scott Ullrich
34947a6404 Reload filter after PPTP vpn changes
Ticket #364
2005-08-16 16:24:18 +00:00
Holger Bauer
c55a8ab9a1 some crosslinking to "fly" from corrosponding setting to logs, diags and back 2005-07-30 01:30:33 +00:00
Scott Ullrich
4dd1d9afd2 Enable and disable wins pptp option 2005-07-25 21:49:42 +00:00
Scott Ullrich
10d470b9d1 WINS Server option
Ticket #255
2005-07-25 17:00:41 +00:00
Scott Ullrich
3851094fc6 * Drop kick reboots bye bye 2005-07-24 22:35:05 +00:00
Bill Marquette
96f8c1e20b Make top right round 2005-07-03 20:28:29 +00:00
Bill Marquette
b128368a99 Use $pgtitle 2005-07-03 17:04:44 +00:00
Scott Ullrich
17982382d5 Curvify. 2005-07-02 21:38:29 +00:00