summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disable kill_states by default on upgrade, it fixes #3183Renato Botelho2013-09-063-2/+8
|
* Fix #3127Renato Botelho2013-09-064-15/+15
| | | | | | | By default htmlspecialchars does not consider single quotes, what can be a problem when value attribute is set using it. Replace value attribute set to use double quotes on places where it's obviously recieving a result of htmlspecialchars() call.
* Allow for easier override on $g values if needed.jim-p2013-09-051-0/+5
|
* Correct check to match the right vip based on configured ip. Reported-by: ↵Ermal2013-09-051-4/+3
| | | | http://forum.pfsense.org/index.php/topic,66234.0.html
* Ticket #3181 do the state flushing only on down gateway detection rather ↵Ermal2013-09-051-11/+5
| | | | than any time.
* When the v4 wan is dynamic and v6 is type dhcp and v6 information is ↵Ermal2013-09-041-0/+4
| | | | retrieved through v4 link than trigger dhcp6c reconfiguration.
* Actually the / here is not needed.Ermal2013-09-041-1/+1
|
* Related to Ticket #3045 avoid races in the ntpdate_sync_one script due to ↵Ermal2013-09-041-2/+13
| | | | killall returning without the process really exiting.
* Introduce two new functions to be used on locking.Ermal2013-09-042-1/+40
| | | | | | | - try_lock: used for trying to get an EXCLUSIVE lock for a specified timeout by default of 5 - unlock_force: which just releases any locks held on a specified lock Use this new functions on rc.openvpn to avoid spurious stale locks around.
* Add safety belts to code in rc.openvpn to avoid php errors to leave stale ↵Ermal2013-09-041-10/+13
| | | | locks around
* Make the operation of saving old rule nearby the writing operation to be ↵Ermal2013-09-041-4/+4
| | | | logical to spot
* Sprinkle some unsets to reduce footprint and correct some whitespacesErmal2013-09-041-19/+17
|
* Merge pull request #797 from phil-davis/masterErmal Luçi2013-09-041-1/+1
|\ | | | | filter_generate_port error log function name
| * filter_generate_port error log function namePhil Davis2013-09-031-1/+1
|/ | | Absolutely minor adjustment to make the error log message refer to the new function name.
* Fixes #3173 if any port information exists on the rule than put it on the ↵Ermal2013-09-031-27/+36
| | | | NEGATE rule generated.
* Remove SPD when disable phase2, it fixes #2719Renato Botelho2013-09-031-1/+1
|
* Merge pull request #786 from individual-it/masterRenato Botelho2013-09-031-27/+33
|\ | | | | Increased needed memory for APC to 512M + code cleanup
| * Increased needed memory for APC to 512M + code cleanupIndividual IT Services2013-08-281-27/+33
| | | | | | | | | | - Increased the needed memory for APC to 512M as we often run into memory problems on our 256M box - fixed the RAM calculation to divide by 1024 and not 1000 - code cleanup (renaming variables and creating new to avoid magic numbers)
* | Merge pull request #796 from phil-davis/masterChris Buechler2013-09-031-15/+11
|\ \ | | | | | | Traffic Shaper GUI text typos
| * | Traffic Shaper GUI text typosPhil Davis2013-09-031-15/+13
| | | | | | | | | and note the Queue Limit is a number of packets (not packets per second)
* | | Merge pull request #793 from shahidsheikh/masterChris Buechler2013-09-031-0/+8
|\ \ \ | | | | | | | | Fix #3174 Handling of gateway groups in openvpn_restart()
| * | | Fix #3174 Handling of gateway groups in openvpn_restart()Shahid Sheikh2013-09-021-0/+8
| | | | | | | | | | | | | | | | | | | | If the underlying vip of a gateway group that an openvpn client is bound to is in backup mode then the client should not start.
* | | | Bring back static routes to fix issues reported on Ticext #3179Ermal2013-09-034-9/+53
| | | |
* | | | Disable state killing on gateway failure by default for new configs.Chris Buechler2013-09-032-3/+3
| | | | | | | | | | | | | | | | Clarify the text describing the option while here.
* | | | Correct typo on variable nameErmal2013-09-031-1/+1
| | | |
* | | | Fix #3004:Renato Botelho2013-09-032-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | . Create a function to replace strings on deep associative arrays . Use the recent created function array_replace_values_recursive to fix VIP interface names instead of touch config.xml directly
* | | | Fix issue reported on http://forum.pfsense.org/index.php/topic,66160.0.htmlErmal2013-09-031-5/+10
| | | |
* | | | Make sure RRD data is restored from backup before upgrading data and a new ↵Renato Botelho2013-09-031-0/+22
| | | | | | | | | | | | | | | | backup is done after. It should fix #2159
* | | | Resolves #3177. Do a filter reconfigure if the dynds ipsec hosts are present ↵Ermal2013-09-031-0/+1
| | | | | | | | | | | | | | | | and being reloaded.
* | | | fix textChris Buechler2013-09-031-1/+1
| | | |
* | | | touch up text, s/nat/NAT/Chris Buechler2013-09-038-32/+32
|/ / /
* | | Merge pull request #789 from jean-m-cyr/masterRenato Botelho2013-09-021-0/+2
|\ \ \ | | | | | | | | shaper burst may be blank, but if not then must be numeric
| * | | shaper burst may be blank, but if not then must be numericJean Cyr2013-09-021-0/+2
|/ / /
* | | Fix #3172, return_gateway_groups_array() was returning the last vip since it ↵Renato Botelho2013-09-021-3/+3
|/ / | | | | | | was using wrong variable name on iteration
* | Merge pull request #788 from jean-m-cyr/masterErmal Luçi2013-09-021-5/+2
|\ \ | | | | | | Dummynet does not require burst size specification
| * | Dummynet does not require burst size specificationJean Cyr2013-09-021-5/+2
|/ / | | | | | | | | Dummynet traffic shaper does not require burst size specification and assumes 0 if not specified. Allow user to leave burst field blank/
* | Merge pull request #787 from phil-davis/masterRenato Botelho2013-08-312-8/+15
|\ \ | | | | | | Provide get_uptime_sec in a common include file
| * | Call get_uptime_sec from functions.inc.phpPhil Davis2013-08-291-8/+2
| | | | | | | | | to avoid code duplication
| * | Provide get_uptime_sec in a common include filePhil Davis2013-08-291-0/+13
| |/ | | | | so it is available to anything that cares.
* | Show a count of the CPUs if more than one is detected, and show how those ↵jim-p2013-08-302-0/+18
| | | | | | | | CPUs are supplied by the hardware.
* | Use ipprotocol to check gateway protocol, this fix a issue that allow to set ↵Renato Botelho2013-08-291-6/+1
|/ | | | more than one default gateway when it's dynamic
* Merge pull request #785 from phil-davis/masterRenato Botelho2013-08-285-19/+22
|\ | | | | Tidy up use of hw.physmem and hw.realmem from get_memory()
| * Use physmem and realmem from get_memory() in the appropriate placesPhil Davis2013-08-281-4/+5
| |
| * Use new names for get_memory parametersPhil Davis2013-08-281-6/+6
| |
| * Use hw.physmem when calculating pfsense_default_state_sizePhil Davis2013-08-281-2/+2
| | | | | | hw.physmem is the actual amount of memory that FreeBSD/pfSense can get its hands on, so use this for the calculation.
| * Use updated get_memory var namesPhil Davis2013-08-281-3/+4
| | | | | | The value of minimum_ram_warning is designed to be compared to hw.physmem - so do that. Usse the appropriate physmem or realmem value in each place.
| * Improve var names in get_memoryPhil Davis2013-08-281-4/+5
|/ | | | | realmem is the amount of actual (real) memory installed - the size of the RAM card - e.g. 256MB physmem is the amount of memory available to FreeBSD after BIOS, video... has stolen some of realmem. The variable names currently used are not very helpful for code readability. This standardises them. No functional change here.
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-2829-29/+29
| | | | some rare cases.
* If upgrading NanoBSD, try to grab the previous timezone file so the zone is ↵jim-p2013-08-281-0/+5
| | | | preserved on the next boot.
* Also run mtree check post-upgrade.jim-p2013-08-281-0/+10
|
OpenPOWER on IntegriCloud