summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Correct issue reported on: http://forum.pfsense.org/index.php/topic,61239.0.htmlErmal2013-04-171-1/+1
|
* Update rc.firmwareky410832013-04-171-2/+3
| | | | | | | | | Previous USB patch to add 4MB to partition size calculation was not only not working, but worse, causing dev's to close all related tickets as duplicates when it clearly still needed fixing. Also, some dev's cited that "the CF install base is so much larger it's not worth breaking". Well, you've already broken it by adding a 4MB buffer for USB, which doesn't work. Either patch it right at 6MB, or completely take out the buffer all together to "fix" CF upgrades again. Why sit on a double broken patch? PoC: EVERY USB flash based install in place upgrade was failing by exactly 2MB. Added this patch to my 2.0.2 system after a failed 2.0.3 upgrade and boom, upgraded to 2.0.3 without issue. You're welcome ;-)
* Don't force/hardcode background color in terminal. See ↵jim-p2013-04-161-1/+1
| | | | http://forum.pfsense.org/index.php/topic,61131.0.html
* Install Plan B for upgrading the RRD files to the newer format to add IPv6 ↵smos2013-04-161-42/+106
| | | | | | | | fields. We now perform a search and replace on the XML contents to add fields instead of reading the XML into a PHP array. A conversion with a 2.0 config on a 128MB VM without swap is succesful, needs more testing. Ticket #2950
* Add default case when detecting dynamic gateway ipavandeweghe2013-04-151-0/+16
| | | Add a default to $wancfg['ipaddr'] case for both ipv4 and ipv6 to allow gateway ip to be returned rather then 'dynamic' for an openvpn connection
* Make fc00::/7 private address space exclusion case insensitiveN0YB2013-04-141-2/+2
|
* Add a new parameter to return all aliases, including hosts. It fixes #2941Renato Botelho2013-04-141-5/+11
|
* Make fe80: addresses check case insensitiveRenato Botelho2013-04-143-5/+5
|
* point 2.1 to gui21Chris Buechler2013-04-131-1/+1
|
* Not sure why this is part of the bootup process but it shouldn't. Hopefully ↵Ermal2013-04-121-2/+0
| | | | nothing breaks
* Use apinger macros to send the gateway name for openvpn and dyndns. Ipsec ↵Ermal2013-04-121-1/+1
| | | | will reload all of it since its single process
* Take into consideration even an all parameterErmal2013-04-121-1/+1
|
* Include header here to be safeErmal2013-04-121-0/+1
|
* Correct a bit formating hereErmal2013-04-121-25/+29
|
* Support even openvpn specifying a gateway group on the interfaceErmal2013-04-121-3/+6
|
* Provide a function to get all gateway groups a gateway is member ofErmal2013-04-121-0/+22
|
* Optimize a bit interface_gateway_group_memberErmal2013-04-121-4/+8
|
* Correct syntax. Also support passing an interface as argumentErmal2013-04-121-5/+6
|
* Check if the argument is a gateway or an interfaceErmal2013-04-122-3/+6
|
* Take into consideration the argument passed to the script and reload only ↵Ermal2013-04-121-27/+35
| | | | related items
* Run reconfiguration only for changed ip address or dynamic interfaceErmal2013-04-121-34/+26
|
* Remove these from hereErmal2013-04-121-5/+0
|
* Sprinkle some unset to reduce footprintErmal2013-04-121-9/+12
|
* Sprinkle some unset to reduce footprintErmal2013-04-121-17/+25
|
* Also ignore 'none' here on the backend to avoid letting previously broken ↵jim-p2013-04-111-2/+2
| | | | rules mess up the rest of the ruleset.
* Configure static arp inside interface_configure() since it removes all ↵Renato Botelho2013-04-112-1/+1
| | | | interface addresses and the static arps are removed together. It fixes #2939
* Allow traffic initiated from host and without a default route to be sent to ↵Ermal2013-04-111-1/+1
| | | | a gateway from policy routing.
* Merge pull request #466 from stilez/masterrbgarga2013-04-111-2/+8
|\ | | | | Fix issue in version_compare that can cause versions to be wrongly marked incompatible
| * Fix issue in version_compare that can cause versions to be wrongly marked ↵Stilez2013-03-061-2/+8
| | | | | | | | incompatible
| * version_compare_dates(): typo $$aStilez2013-03-061-1/+1
| |
* | Make sure we do not pass an IP address to ip_in_subnet as a subnet, it does ↵jim-p2013-04-091-3/+11
| | | | | | | | not handle that well.
* | Tidy up "shaper.inc" XHTMLColin Fleming2013-04-091-1/+1
| | | | | | | | Add missing closing P tag
* | Don't try to make /var/run a RAM disk if /var is already a RAM disk.jim-p2013-04-081-1/+1
| |
* | Update rc.filter_synchronizehuangjinfang2013-04-081-1/+1
| | | | | | A incorrect word
* | Fixes Javascript ErrorsMichele Di Maria2013-04-071-3/+3
| | | | | | | | | | Fixes the Javascript error that prevents enabling/disabling the objects in the interface.
* | Only check tunefs status when it's necessary, it avoids errors on iso boot. ↵Renato Botelho2013-04-051-18/+20
| | | | | | | | Fixes #2932
* | Only reload racoon when there is at least one tunnel enabled on the ↵Renato Botelho2013-04-043-7/+20
| | | | | | | | interface used to call rc.newwanip(v6). It fixes #2922
* | Merge pull request #512 from ExolonDX/branch_06rbgarga2013-04-031-5/+14
|\ \ | | | | | | Tidy up "pfsense-utils.inc" XHTML
| * | Tidy up "pfsense-utils.inc" XHTMLColin Fleming2013-04-031-5/+14
| | | | | | | | | | | | | | | Add type to SCRIPT tag Add CDATA section to SCRIPT tags
* | | Tidy up "shaper.inc" XHTMLColin Fleming2013-04-031-32/+31
|/ / | | | | | | | | | | | | | | | | | | | | | | Add missing end TR tag Add missing end TD tag Add missing end SPAN tag Move table row start into the PHP IF statement, so that the IF statement generates the full table row Remove duplicate ID in INPUT tag Size parameter in INPUT tag can only be a whole number Name parameter is not valid for TR tag Add missing end P tag
* | Merge pull request #504 from awm/ldap_derefErmal Luçi2013-04-031-0/+4
|\ \ | | | | | | Set LDAP option to dereference aliases when searching
| * | Set LDAP option to dereference aliases when searchingAndrew MacIsaac2013-04-021-0/+4
| | |
* | | Merge pull request #506 from phildd/masterErmal Luçi2013-04-031-2/+1
|\ \ \ | | | | | | | | Disabled package is also indicated by enable blank
| * | | Disabled package is also indicated by enable blankphildd2013-04-031-2/+1
| |/ /
* | | Merge pull request #499 from phil-davis/masterErmal Luçi2013-04-031-0/+29
|\ \ \ | |/ / |/| | Resync relevant OpenVPN instances when gateway group settings are modified
| * | Provide openvpn_resync_gwgroup functionPhil Davis2013-03-291-0/+29
| | | | | | | | | Allows all OpenVPN servers and clients that use a particular gateway group to be resynced in one easy call.
* | | Show a little indicator icon if the direction of a firewall log entry is ↵jim-p2013-04-021-2/+2
| | | | | | | | | | | | OUT, rather than the usual 'in'. No indicator is shown for IN.
* | | Avoid adding URLs to filterdns.conf. It fixes #2921Renato Botelho2013-04-021-1/+1
| | |
* | | Move some code to a function to avoid future duplication. Allow autocomplete ↵jim-p2013-04-021-0/+17
| | | | | | | | | | | | on ping page. Add more escaping to command.
* | | Clarify notes when there is an error reaching the openvpn management daemon ↵jim-p2013-04-011-13/+10
| | | | | | | | | | | | for service status. Also, add service controls to the openvpn status page.
OpenPOWER on IntegriCloud