Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add a safety check to prevent packets like those in #479 from breaking the ↵ | jim-p | 2010-06-15 | 1 | -0/+2 | |
| | | | | | | | | filter log in the GUI. | |||||
| * | Remove gif creation/deletion in ipsec code it seems unlikely and unused for ↵ | Ermal | 2010-06-15 | 1 | -38/+2 | |
| | | | | | | | | a long time. This also removes the risk of doing damages on gifs configured through the GUI. | |||||
| * | Reduce XXX's. | Ermal | 2010-06-15 | 1 | -1/+1 | |
| | | ||||||
| * | Remove stray ). Fixes #661. | jim-p | 2010-06-15 | 1 | -1/+1 | |
| | | ||||||
* | | Modify pfsense-utils and status_interfaces.php so Uptime is shown for all ↵ | gnhb | 2010-06-16 | 1 | -17/+16 | |
|/ | | | | PPPx type links. | |||||
* | Fix comments to work better. | gnhb | 2010-06-15 | 1 | -5/+3 | |
| | ||||||
* | Merge branch 'master' of rcs.pfsense.org:pfsense/mainline | gnhb | 2010-06-15 | 2 | -5/+7 | |
|\ | ||||||
| * | Fix typo. Ticket #632 | jim-p | 2010-06-14 | 1 | -1/+1 | |
| | | ||||||
| * | Give apinger the new srcip dircetive so it does not struggle anymore with ↵ | Ermal | 2010-06-14 | 1 | -4/+6 | |
| | | | | | | | | the routing table. | |||||
* | | Comment out log suppression. No front end control implemented yet. | gnhb | 2010-06-15 | 1 | -1/+1 | |
|/ | ||||||
* | Ticket #88. Add checks to disable txcsum when needed for wirless interfaces ↵ | Ermal | 2010-06-14 | 1 | -2/+7 | |
| | | | | so it does not break bridging when teh interface itself is reconfigured. | |||||
* | Simplify/optimize code for carp [re]configuration. This is possibly related ↵ | Ermal | 2010-06-14 | 1 | -16/+4 | |
| | | | | to Ticket #601. Also this speedups vip creation on large number of interfaces. | |||||
* | Fixes #632. Use the correct function to handle vip destory. | Ermal | 2010-06-14 | 1 | -1/+1 | |
| | ||||||
* | Fixes #652. Correct typo. | Ermal | 2010-06-14 | 1 | -2/+2 | |
| | ||||||
* | this page is status, not diag. | Chris Buechler | 2010-06-14 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of git://rcs.pfsense.org/pfsense/text-proofing into ↵ | Chris Buechler | 2010-06-13 | 1 | -4/+4 | |
|\ | | | | | | | review/master | |||||
| * | Fix some errors in spelling, punctuation, grammar, etc. | Larry Gilbert | 2010-06-12 | 1 | -4/+4 | |
| | | ||||||
* | | Remove extra code that isn't needed any more in interfaces.inc. | gnhb | 2010-06-13 | 1 | -8/+1 | |
| | | | | | | | | creating pppoe reset file is now handled directly in interfaces_ppps_configure function. | |||||
* | | Fix empty data shown in interfaces_ppps when dislaying modem interfaces. | gnhb | 2010-06-13 | 1 | -29/+20 | |
|/ | | | | | | Also, clean up interfaces_ppps_configure. For PPtP/L2tP if Local IP field is left empty, try to get the IP from the physical interface if it has one. If not just log error and abort. | |||||
* | Time for 2.0-BETA3. | Scott Ullrich | 2010-06-12 | 1 | -1/+1 | |
| | ||||||
* | Add array_merge_recursive_unique which was called in xmlrpc.php but did not ↵ | jim-p | 2010-06-11 | 1 | -0/+51 | |
| | | | | yet exist. Fixes #645 | |||||
* | Properly sync CA/Certs when syncing OpenVPN (might need to be its own ↵ | jim-p | 2010-06-11 | 1 | -7/+18 | |
| | | | | option, but forced on for OpenVPN). Also adds capability (though not enabled) to sync users. That will need more thought. Ticket #645 | |||||
* | Sync gateways if we sync routing. | jim-p | 2010-06-11 | 1 | -1/+3 | |
| | ||||||
* | Rework connections a bit and report errors when they happen. | jim-p | 2010-06-11 | 1 | -6/+36 | |
| | ||||||
* | Correctly reload carp interfaces via xmlrpc | Scott Ullrich | 2010-06-11 | 1 | -2/+3 | |
| | ||||||
* | Need to create a new rpc message before sending | Scott Ullrich | 2010-06-11 | 1 | -0/+1 | |
| | ||||||
* | Sync OpenVPN settings and DHCP Daemon settings via XMLRPC, and for DHCP set ↵ | jim-p | 2010-06-11 | 1 | -0/+15 | |
| | | | | a proper failover IP where needed. Ticket #645 & Ticket #646 - Still needs a way to sync/restart services on Backup after config sync. | |||||
* | change privs too | Chris Buechler | 2010-06-10 | 1 | -2/+2 | |
| | ||||||
* | Don't perform these multiple times as they do not change on each loop ↵ | jim-p | 2010-06-10 | 1 | -3/+3 | |
| | | | | iteration. Having them inside the loop can also generate an invalid DHCP config file, instead of just warning that there is no CARP VIP defined. | |||||
* | With no * mpd will suppress some of the logs, but still doesn't seem quite ↵ | gnhb | 2010-06-10 | 1 | -1/+1 | |
| | | | | right. | |||||
* | Take out all code that assumes to use DHCP for local ip if local ip is left ↵ | gnhb | 2010-06-10 | 1 | -1/+5 | |
| | | | | | | blank. Also, check for blank local IPs and error out if they occur. | |||||
* | Actually seems this option is deprectated. Thanks-to: gnhb | Ermal | 2010-06-10 | 1 | -1/+0 | |
| | ||||||
* | Place bundle options at the bunlde code section. | Ermal | 2010-06-10 | 1 | -1/+1 | |
| | ||||||
* | Fixup code. | Ermal | 2010-06-10 | 1 | -10/+5 | |
| | ||||||
* | Do not delete/create a route for a gateway that is marked as down to avoid ↵ | Ermal | 2010-06-10 | 1 | -2/+5 | |
| | | | | removing needed routes to check teh gateways. Reported-by: http://forum.pfsense.org/index.php/topic,25854.0.html | |||||
* | Remove old interface_pppoe_configure and interface_pptp_configure functions. | gnhb | 2010-06-10 | 1 | -294/+0 | |
| | ||||||
* | Fix some things in interfaces.inc, attempt to suppress mpd log verbosity. | gnhb | 2010-06-10 | 1 | -17/+27 | |
| | | | | Fix also localip handling in interfaces.php | |||||
* | Catch up with latest ppp configuration type in ↵ | Ermal | 2010-06-10 | 1 | -58/+17 | |
| | | | | convert_real_interface_to_friendly_interface. Fix some logic on interface_ppps_configure to support for assigned interfaces to be used as members. | |||||
* | Do not log useless log and do the check earlier as a microoptimization. | Ermal | 2010-06-10 | 1 | -4/+2 | |
| | ||||||
* | Add files to obsolete list. Correct permission for renamed(why?) ppp pages. | Ermal | 2010-06-10 | 2 | -11/+13 | |
| | ||||||
* | Only change max procs for captive portal configurations | Scott Ullrich | 2010-06-09 | 1 | -20/+19 | |
| | ||||||
* | Remove newline | Scott Ullrich | 2010-06-09 | 1 | -1/+1 | |
| | ||||||
* | Remove second % | Scott Ullrich | 2010-06-09 | 1 | -1/+1 | |
| | ||||||
* | Clean up this code a little. | jim-p | 2010-06-09 | 1 | -8/+6 | |
| | ||||||
* | Use different logic for this function, copied from crypt_acb.php. Ticket #537 | jim-p | 2010-06-09 | 1 | -20/+11 | |
| | ||||||
* | Include rrd.inc if dump_rrd_to_xml() is not found to be included to avoid ↵ | Scott Ullrich | 2010-06-09 | 1 | -2/+4 | |
| | | | | Fatal error: Call to undefined function dump_rrd_to_xml() in /etc/inc/upgrade_config.inc on line 1752 | |||||
* | Clean up pptp a bit and modify text description in interfaces_ppps_edit | gnhb | 2010-06-10 | 1 | -5/+3 | |
| | ||||||
* | Fix up upgrade function for new PPPs implementation. | gnhb | 2010-06-10 | 1 | -11/+10 | |
| | ||||||
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp | gnhb | 2010-06-09 | 1 | -18/+18 | |
|\ | ||||||
| * | Don't delete these additional files until the end of the package uninstall ↵ | jim-p | 2010-06-08 | 1 | -18/+18 | |
| | | | | | | | | process. Otherwise files needed in some steps will be missing. Should fix some outstanding package issues (especially uninstall/reinstall issues). At the very least this fixes uninstall/reinstall of OpenVPN Client Export. |