summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #655 from jean-m-cyr/masterErmal Luçi2013-05-301-68/+32
|\ | | | | Simplify shaper.inc for ipv6
| * Do not hide IPV6 setting when system->advanced->network->allowipv6 is falseJean Cyr2013-05-281-68/+32
| |
* | Fixes #2979Renato Botelho2013-05-293-4/+31
| | | | | | | | | | | | | | . Change max value for traffic and packets graphs to 20GigE . Bump config version to 9.6 . Write a config upgrade function to tune current rrd files to the new max value
* | Update dyndns.classswatspyder2013-05-281-2/+10
|/ | | To remove a curl_setopt line that is unused for "dnsomatic", and to allow for all characters to be used in the username and password fields.
* Fixes #3001, Check the protocol of the webgui to determine if https is being ↵Ermal2013-05-281-3/+18
| | | | used for custom ports.
* Fix whitespaceRenato Botelho2013-05-271-5/+5
|
* Fixes to get routes + dns working:Renato Botelho2013-05-271-65/+58
| | | | | | . Simplify code using new parameter of get_staticroutes() . Check for subnets instead of ip addrs . Avoid touch filterdns when we are just updating dns
* Add extra param, off by default, to make get_staticroutes() return hostnames tooRenato Botelho2013-05-271-7/+7
|
* Last element is always empty, be sure we drop itRenato Botelho2013-05-271-1/+2
|
* Use filterdns to update static routes using hostnamesRenato Botelho2013-05-271-1/+24
|
* Split system_routing_configure() and teach it to deal with hostnamesRenato Botelho2013-05-271-14/+63
|
* Add rc.newroutedns to change routes when hosts changesRenato Botelho2013-05-271-0/+56
|
* Make add_hostname_to_watch return ips it's adding to later useRenato Botelho2013-05-271-0/+3
|
* Fix whitespace and indentRenato Botelho2013-05-271-61/+61
|
* Simplify logicRenato Botelho2013-05-271-14/+8
|
* Don't add zones multiple times if it can be avoided.jim-p2013-05-231-10/+18
|
* Partial revert of 5b431a20dea since the introduced parameter is not working ↵Renato Botelho2013-05-231-9/+4
| | | | as expected
* fixup gitsync for 2.1/2.2Chris Buechler2013-05-221-1/+2
|
* master is now 2.2-ALPHAChris Buechler2013-05-221-1/+1
|
* bump to RCChris Buechler2013-05-221-1/+1
|
* Unbreak Dynamic DNS updates from DHCP, ISC changed the config layout to ↵jim-p2013-05-221-2/+46
| | | | require zone declarations, and the ddns-update-style directive only works globally.
* Remove unecessary ifRenato Botelho2013-05-221-14/+12
|
* Merge pull request #644 from jean-m-cyr/masterErmal Luçi2013-05-221-56/+116
|\ | | | | Allow IPV6 bandwidth limiter mask
| * Allow IPV6 bandwidth limiter maskJean Cyr2013-05-211-56/+116
| |
* | Widget Firewall Logs FieldsN0YB2013-05-211-1/+1
|/ | | | | | In the Firewall Log Widget view time field is of more use than source port and protocol. Add time field and remove source port and protocol fields. Fields: Action, Time, Interface, Source IP, Destination IP & Port
* remove auto-added allow pfsync ruleChris Buechler2013-05-171-1/+0
|
* This didn't fix anything, made another syntax error. Revert "Seems to be ↵jim-p2013-05-161-1/+1
| | | | | | missing a semicolon here." This reverts commit 47a24491e2ea07a19d360d29325c1780652026a4.
* Make sure there's a space here to prevent accidentally breaking the syntax.jim-p2013-05-161-1/+1
|
* Seems to be missing a semicolon here.jim-p2013-05-161-1/+1
|
* dnsmasq conf won't allow some custom argsstilez2013-05-151-4/+16
| | | | User can't specify or customise some dnsmasq args in custom_options (dns-forward-max, cache-size, etc) because they are hard coded in services_dnsmasq_configure().
* Merge pull request #635 from jean-m-cyr/masterrbgarga2013-05-151-12/+40
|\ | | | | Bandwidth limiter - Disable and blank mask bits input field when mask type is 'none'.
| * Bandwidth Limiter - Disable and blank mask bits input field when mask type ↵Jean Cyr2013-05-131-12/+40
| | | | | | | | is 'none'.
* | Fix indent and whitespaceRenato Botelho2013-05-151-41/+40
| |
* | Fix indent and whitespaceRenato Botelho2013-05-151-12/+12
| |
* | Fix comment to reflect what function current returnsRenato Botelho2013-05-151-1/+1
| |
* | Teach Net_IPv6:compress to handle a compressed address as inputPhil Davis2013-05-141-0/+3
| |
* | IPv6 OpenVPN TAP mode typoPhil Davis2013-05-141-2/+2
| |
* | OpenVPN w/ IPv6 fails to set ifconfig-ipv6 value in conf #2991Phil Davis2013-05-141-2/+2
|/
* Allow explicit mask specification in bandwidth limiterJean Cyr2013-05-111-28/+81
| | | | | Allow explicit mask specification in bandwidth limiter. This backwards compatible and implements ermal suggestions.
* Prevent errors from flowing up to the clients workspace and preventing ↵Ermal2013-05-101-20/+20
| | | | functionality
* Revert "Fix alias expand for hostnames, it should fix #2941"Renato Botelho2013-05-101-1/+1
| | | | | | Working on a better fix This reverts commit 0d59cc942f2ee225eccdb375e25f58a6f04fa9c4.
* Fix alias expand for hostnames, it should fix #2941Renato Botelho2013-05-091-1/+1
|
* Revert "Add Turkish to the list of available languages, fixes #2986"Renato Botelho2013-05-091-1/+0
| | | | | | Will be done again for 2.2 This reverts commit 705950edbc09270fccbec0c5d8dd99b004704c6e.
* Replace all linklocal checks by is_linklocal()Renato Botelho2013-05-093-5/+5
|
* Create is_linklocal() to validate ll addressesRenato Botelho2013-05-091-0/+4
|
* Shuffle some more logs around to more appropriate places.jim-p2013-05-081-3/+3
|
* Nuke interface_track6_dhcp6_configure()Renato Botelho2013-05-081-47/+0
| | | | | | | | | This function does 2 unecessary things: . Remove the IP address from interface set as Track, what is wrong and should be done by dhcp6c . Set a fixed IP when track6-interface is SLAAC, what never happens since it's impossible to track a SLAAC interface
* Send filterdns logs to the resolver log.jim-p2013-05-081-2/+2
|
* Add Turkish to the list of available languages, fixes #2986Renato Botelho2013-05-081-0/+1
|
* After some discussions it is better to make this a tunable and allow its ↵Ermal2013-05-081-1/+1
| | | | value change from administrator.
OpenPOWER on IntegriCloud