summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | Consider packages that set enable to 'false' or 'off'Renato Botelho2013-04-011-1/+4
| | |
* | | Check for disabled services when displaying service listsphildd2013-04-011-3/+16
| | |
* | | Merge pull request #500 from ExolonDX/masterJim P2013-03-291-122/+122
|\ \ \ | | | | | | | | Tidy up HTML boolean operators
| * | | Update HTML boolean operatorsColin Fleming2013-03-291-122/+122
| |/ / | | | | | | Updated CHECKED, SELECTED and DISABLED boolean operator
* | | Use is_module_loaded() to test these to avoid code duplication.jim-p2013-03-291-4/+2
|/ /
OpenPOWER on IntegriCloud