Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | touch up text | Chris Buechler | 2014-11-11 | 1 | -2/+2 |
| | |||||
* | Change copyright statement to reflect reality | Jim Thompson | 2014-11-10 | 6 | -0/+6 |
| | |||||
* | Strengthen check | Ermal | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | Compare the right things here. | Ermal | 2014-11-10 | 1 | -3/+5 |
| | |||||
* | Do not require the default sysctl items to be set on the config.xml but ↵ | Ermal | 2014-11-10 | 2 | -9/+48 |
| | | | | rather extract the definitions from the sysctl tree. Also to reduce config.xml size | ||||
* | Retire flowtable_configure as a useless code since its not in kernel | Ermal | 2014-11-10 | 1 | -30/+0 |
| | |||||
* | Actually make default sysctls reside on globals.inc and use those by default ↵ | Ermal | 2014-11-10 | 2 | -10/+7 |
| | | | | this allows to trim down the config.xml sysctl and also fixes #3666 by setting set source interface on reply of icmp | ||||
* | Tighten checks here to avoid overriding the default gw with garbage | Ermal | 2014-11-10 | 1 | -8/+8 |
| | |||||
* | Make some more useful checks here | Ermal | 2014-11-10 | 1 | -2/+2 |
| | |||||
* | Be sure the same gateway is not processed for v4 and v6 | Ermal | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | Lets put a logging to see what is bing passed to the rtsold script on ↵ | Ermal | 2014-11-10 | 1 | -0/+1 |
| | | | | calling. Helps with Ticket #3361 | ||||
* | Ticket 3967, revert upgrade code. Existing 2.2 installs might be impacted | Ermal | 2014-11-10 | 1 | -23/+1 |
| | |||||
* | Fixes #3967, configure ip alias on top of carp by joining them to the same ↵ | Ermal | 2014-11-10 | 2 | -14/+47 |
| | | | | vhid as its parent | ||||
* | Ticket #3967. Allow to have carp as parent of ipaliases - continued | Ermal | 2014-11-10 | 3 | -4/+17 |
| | |||||
* | Fixes #3995. Do not set rightsourceip on site-to-site VPNs but only on ↵ | Ermal | 2014-11-07 | 1 | -1/+1 |
| | | | | mobile users ones otherwise nothing works. | ||||
* | Make ipsec_starter log go to ipsec.log rather than system one | Ermal | 2014-11-07 | 1 | -2/+2 |
| | |||||
* | Reload also the configuration not only the secrets before trying to apply ↵ | Ermal | 2014-11-07 | 1 | -0/+1 |
| | | | | existing configuration. Ticket #3981 | ||||
* | fix text, PPPoE Server, not VPN | Chris Buechler | 2014-11-06 | 2 | -2/+2 |
| | |||||
* | add a route debug option to log info about route commands executed (where ↵ | Chris Buechler | 2014-11-06 | 1 | -3/+29 |
| | | | | those aren't already logged) to help with troubleshooting various routing scenarios. | ||||
* | set install_routes=no for charon to avoid the issues noted in ticket | Chris Buechler | 2014-11-06 | 1 | -1/+2 |
| | |||||
* | Pass zone id to pfSense_ipfw_getTablestats(), should fix #3990 | Renato Botelho | 2014-11-06 | 1 | -5/+5 |
| | |||||
* | Make sure target has scope when it's a link-local. Fixes #3969 | Renato Botelho | 2014-11-06 | 1 | -9/+3 |
| | |||||
* | Merge pull request #1330 from phil-davis/patch-1 | jim-p | 2014-11-06 | 1 | -1/+2 |
|\ | |||||
| * | Fix to SMART disk matching | Phil Davis | 2014-11-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | preg_match returns 0 when the string does not match the regex. 0 does not "===" FALSE So this check is not always working. preg_match returns 1 when the string matches the regex. IMO it is better to check for !== 1 - then anything that is not success (0 or false or...) will be unset. | ||||
* | | Make sure srcip has scope when it's link-local. Should fix #3969 | Renato Botelho | 2014-11-06 | 1 | -1/+5 |
| | | |||||
* | | Simplify post_upgrade_command logic and obsolete /usr/local/sbin/cvs_sync.sh ↵ | Renato Botelho | 2014-11-06 | 1 | -0/+1 |
|/ | | | | instead of removing it on post_upgrade_command | ||||
* | Pass friendlyifname to handle_argument_group, not realifname. Fixes #3984. ↵ | Chris Buechler | 2014-11-05 | 1 | -4/+6 |
| | | | | clean up some text while here. | ||||
* | isset($_GET) seems to always evaluate to true, use something more specific. ↵ | Chris Buechler | 2014-11-05 | 4 | -4/+4 |
| | | | | Fixes use of rc.linkup when run from CLI. Others likely fix similar circumstances, though maybe not ones that are used anywhere. | ||||
* | don't duplicate $message in CP log entries | Chris Buechler | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | When an alias contain hosts, add IPs and networks to filterdns too, ↵ | Renato Botelho | 2014-11-05 | 1 | -1/+15 |
| | | | | otherwise you end up with a pre-defined and non-persistent table. Fixes #3939 | ||||
* | Fix updating of hosts file on host override updates by bringing back the ↵ | Chris Buechler | 2014-11-04 | 1 | -0/+4 |
| | | | | same behavior from previous releases. | ||||
* | use tabs rather than spaces, as most of this already did. | Chris Buechler | 2014-11-04 | 1 | -8/+6 |
| | |||||
* | remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days ↵ | Chris Buechler | 2014-11-04 | 11 | -11/+0 |
| | | | | and hasn't been relevant in years. | ||||
* | touch up text | Chris Buechler | 2014-11-04 | 1 | -3/+3 |
| | |||||
* | fix invalid ipsec.conf | Chris Buechler | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | Use a better method of finding disks for SMART. | jim-p | 2014-11-04 | 1 | -0/+13 |
| | | | | Old code was inaccurate and also listed entries that were symlinks to other disks | ||||
* | Restore 3 values back on NAT-T settings Just Enable now its Auto as per ↵ | Ermal | 2014-11-04 | 1 | -3/+5 |
| | | | | strongswan default. and off disabled mobike. Ticket #3979 | ||||
* | fix comment | Chris Buechler | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | Fixup dhcpd interface enabled check | Phil Davis | 2014-11-03 | 1 | -4/+1 |
| | |||||
* | Fix console set interface IP address | Phil Davis | 2014-11-03 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | Problem as per forum https://forum.pfsense.org/index.php?topic=83651.0 The problem comes whenever services_dhcpd_configure is called - the global $config gets reset from the actual current config, and any pending changes in the current process are lost. It was introduced by commit 86ce2df in which services_dhcpdv4_configure() does: require_once('pkg-utils.inc') and pkg-utils.inc does various stuff like: if(file_exists("/cf/conf/use_xmlreader")) require_once("xmlreader.inc"); else require_once("xmlparse.inc"); which seems to cause a reset of the $config variable, thus losing the pending changes the user has entered at the console. The top-level code in rc.initial.setlanip really does not need to (and should not) implement any changes along the way - it should collect all the answers from the user, then write_config and then make all the necessary calls to routines to implement the changes on the running system. This fixes it - defer any calls to services_dhcpd_configure() until after all questions are answered and write_config has happened. | ||||
* | Fix indent | Renato Botelho | 2014-11-03 | 1 | -517/+517 |
| | |||||
* | Indent here as well | Warren Baker | 2014-11-03 | 1 | -7/+7 |
| | |||||
* | Set interface address from consol tidy output | Phil Davis | 2014-11-03 | 1 | -5/+4 |
| | | | | | | | | | While trying to see why this is not working for me (forum https://forum.pfsense.org/index.php?topic=83651.0 ) I have fixed some little things: 1) Get the new-lines right so the output of the restarting looks neat 2) Fix a comparison that had just a single equal sign - it did not break anything real because the subsequent code was just text output to the console. Now that text output does take notice of the correctly-evaluated condition, and $interface is not overwritten. The issue in the forum post, about the interface IP address config not actually changing, is still the case, at least for me. IMO these little tidy ups might as well be committed. They make this code better! | ||||
* | Properly configure NAT Tranversal setting. | Ermal | 2014-11-01 | 1 | -21/+28 |
| | |||||
* | Remove debugging code | Ermal | 2014-11-01 | 1 | -3/+1 |
| | |||||
* | Properly test if FCGI is calling or are being triggered from shell. Normally ↵ | Ermal | 2014-11-01 | 1 | -2/+2 |
| | | | | Fixes #3361 | ||||
* | Properly test if FCGI is calling or are being triggered from shell. Normally ↵ | Ermal | 2014-11-01 | 1 | -1/+1 |
| | | | | Fixes #3361 | ||||
* | Fixes #3938. Do more error checking. | Ermal | 2014-11-01 | 1 | -2/+4 |
| | |||||
* | Fixes #3941. When optimizations of the loops were made this brought the ↵ | Ermal | 2014-11-01 | 1 | -6/+6 |
| | | | | problems of overriding default gateway by dynamic interfaces. Try to stick to the first found for now! | ||||
* | clarify logs generated by newwanip(v6) when restarting packages, it's not ↵ | Chris Buechler | 2014-11-01 | 2 | -2/+2 |
| | | | | only IP changes that end up here (by design). |