Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not allow "0" for PPTP users. Default to 16 clients. | jim-p | 2010-07-15 | 1 | -2/+3 |
| | |||||
* | Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly ↵ | Erik Fonnesbeck | 2010-05-20 | 1 | -4/+4 |
| | | | | affecting 64-bit. Ticket #459 | ||||
* | Remove pptp_subnet from page as it isn't used or set, and breaks saving. ↵ | jim-p | 2009-12-24 | 1 | -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 server | Scott Ullrich | 2009-12-22 | 1 | -14/+1 |
| | |||||
* | $g[pptp_subnet] is gone on 2.0. Ticket #139 | Ermal Luçi | 2009-12-14 | 1 | -2/+2 |
| | |||||
* | Restore lost code. Noticed-by: Ermal | sullrich | 2009-12-02 | 1 | -3/+20 |
| | |||||
* | Combine PPTP Server subnet and clients. Code imported from m0n0wall. ↵ | sullrich | 2009-12-02 | 1 | -35/+27 |
| | | | | Ticket #139 | ||||
* | Require filter.inc and shaper.inc | Scott Ullrich | 2009-11-21 | 1 | -0/+3 |
| | |||||
* | Rework includes/require. This saves about 4 megabytes. | Scott Ullrich | 2009-11-21 | 1 | -1/+1 |
| | | | | Simplify get_memory(). Tested on mips/i386 | ||||
* | this is not a required field | Chris Buechler | 2009-11-15 | 1 | -1/+1 |
| | |||||
* | clean up RADIUS issued IPs, shouldn't be two fields, and it wasn't properly ↵ | Chris Buechler | 2009-11-08 | 1 | -16/+9 |
| | | | | checked/unchecked before. Fixes cvstrac # 1722 | ||||
* | Add explanation for additional fields. | Chris Buechler | 2009-11-08 | 1 | -2/+2 |
| | |||||
* | don't delete PPTP rules when disabling PPTP. Enable/disable happens too much ↵ | Chris Buechler | 2009-07-16 | 1 | -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çi | 2009-06-18 | 1 | -3/+1 |
| | |||||
* | Fix PPTP+RADIUS. See ticket #1926. | jim-p | 2009-05-12 | 1 | -1/+1 |
| | |||||
* | * Create two new functions lock($subsystem)/unlock() to have more reliable ↵ | Ermal Luçi | 2009-05-08 | 1 | -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çi | 2009-03-30 | 1 | -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çi | 2009-02-15 | 1 | -3/+3 |
| | | | | needed. | ||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -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 Buechler | 2008-07-19 | 1 | -16/+16 |
| | | | | | | This page still needs some help Ticket #1775 | ||||
* | freeradius and pptp changes by forum-user 'cybrsrfr' | Martin Fuchs | 2007-12-21 | 1 | -0/+9 |
| | |||||
* | Add missing ". | Scott Ullrich | 2007-11-27 | 1 | -1/+1 |
| | | | | Pointy-hat-to: Myself. | ||||
* | Switch over to array style page titles. Obtained-from: m0n0wall | Scott Ullrich | 2007-11-16 | 1 | -2/+1 |
| | |||||
* | Fixing css layout | Seth Mos | 2007-09-01 | 1 | -16/+16 |
| | |||||
* | further changes to 1.3 for pppoe server and pptp server. added to gui add ↵ | Scott Ullrich | 2007-05-04 | 1 | -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.ie | Scott Ullrich | 2007-04-29 | 1 | -7/+127 |
| | |||||
* | Correctly disable PPTP server Ticket #953 | Scott Ullrich | 2006-05-05 | 1 | -0/+1 |
| | |||||
* | When PPTP server is turned off, remove any custom rules associated with it. | Scott Ullrich | 2006-04-28 | 1 | -0/+9 |
| | |||||
* | Ticket #854 fixes | Scott Ullrich | 2006-03-11 | 1 | -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/php | Scott Ullrich | 2006-01-02 | 1 | -1/+0 |
| | |||||
* | Save and restore checkboxes correctly | Scott Ullrich | 2005-10-18 | 1 | -3/+15 |
| | | | | Reported-by: HOBA | ||||
* | Reload filter after PPTP vpn changes | Scott Ullrich | 2005-08-16 | 1 | -0/+2 |
| | | | | Ticket #364 | ||||
* | some crosslinking to "fly" from corrosponding setting to logs, diags and back | Holger Bauer | 2005-07-30 | 1 | -1/+1 |
| | |||||
* | Enable and disable wins pptp option | Scott Ullrich | 2005-07-25 | 1 | -0/+2 |
| | |||||
* | WINS Server option | Scott Ullrich | 2005-07-25 | 1 | -0/+11 |
| | | | | Ticket #255 | ||||
* | * Drop kick reboots bye bye | Scott Ullrich | 2005-07-24 | 1 | -5/+5 |
| | |||||
* | Make top right round | Bill Marquette | 2005-07-03 | 1 | -10/+4 |
| | |||||
* | Use $pgtitle | Bill Marquette | 2005-07-03 | 1 | -1/+2 |
| | |||||
* | Curvify. | Scott Ullrich | 2005-07-02 | 1 | -4/+6 |
| | |||||
* | * Curve bottom of grey areas if needed | Scott Ullrich | 2005-07-02 | 1 | -0/+10 |
| | | | | | * Curve tabs * Cleanup | ||||
* | include head.inc and round corners on tabs | Scott Ullrich | 2005-07-02 | 1 | -7/+3 |
| | |||||
* | Don't use an array for page titles. | Scott Ullrich | 2005-06-21 | 1 | -1/+1 |
| | | | | Switch back to pfSense style | ||||
* | Add back header | Scott Ullrich | 2005-06-21 | 1 | -0/+9 |
| | |||||
* | Import m0n0wall ipsec cert code | Scott Ullrich | 2005-06-21 | 1 | -137/+75 |
| | |||||
* | Remove stray note and cleanup table indenting | Scott Ullrich | 2005-06-20 | 1 | -6/+2 |
| | |||||
* | Remove more duplicate code (slipped into a release :-/) | Bill Marquette | 2005-05-18 | 1 | -24/+0 |
| | | | | Reported-by: hoba | ||||
* | Remove blurb at bottom about creating a rule. We do this automatically when ↵ | Scott Ullrich | 2005-04-26 | 1 | -3/+1 |
| | | | | the service is enabled now. | ||||
* | Proofreading. | Colin Smith | 2005-04-03 | 1 | -5/+5 |
| | |||||
* | Add $Id$ tag | Bill Marquette | 2005-03-27 | 1 | -0/+1 |
| | |||||
* | Make sure the description reads Default PPTP -> any | Scott Ullrich | 2005-01-24 | 1 | -1/+1 |
| |