Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only print stub-prime: once. | Warren Baker | 2010-12-14 | 1 | -1/+1 |
| | |||||
* | forward-zone: expect upstream DNS server to be authorative for everything. ↵ | Warren Baker | 2010-12-14 | 1 | -2/+3 |
| | | | | So in the case of a CNAME it could potentially return FAIL. Rather let Unbound do the resolving. Bump version number. | ||||
* | HAVP Tabs update | dvserg | 2010-12-14 | 1 | -7/+0 |
| | |||||
* | Darkstat pkg fix error. | Ermal | 2010-12-13 | 1 | -0/+2 |
| | |||||
* | HAVP Tabs added | dvserg | 2010-12-12 | 2 | -24/+55 |
| | |||||
* | Fix all this packages from their copy/paste legacy. Mostly protect poorly ↵ | Ermal | 2010-12-10 | 6 | -106/+98 |
| | | | | choosen function names with function_exists. | ||||
* | Prepend package name to functions and use require_once instead of require. | Ermal | 2010-12-10 | 2 | -4/+4 |
| | |||||
* | Prepend package name to functions and use require_once instead of require. | Ermal | 2010-12-10 | 2 | -7/+7 |
| | |||||
* | [vnstat2] Correct iface title and no need for vnstat.conf | Perry Mason | 2010-12-09 | 2 | -27/+3 |
| | |||||
* | Add unbound_validation() to ensure that DNSMasq is not enabled, if so dont ↵ | Warren Baker | 2010-12-07 | 2 | -10/+13 |
| | | | | disable it but inform the user. Also dont assume Unbound should be set to 'on' but rather inform the user they need to configure it before it will be started. | ||||
* | Fix iperf url | jim-p | 2010-12-07 | 2 | -4/+4 |
| | |||||
* | [vnstat2]moving db to conf dir to handle slice change. improve sync and ↵ | Perry Mason | 2010-12-07 | 2 | -14/+30 |
| | | | | upgrade Ticket #524 | ||||
* | Increase timeouts by 20 seconds | Scott Ullrich | 2010-12-06 | 1 | -2/+5 |
| | |||||
* | Use correct quotes for TXT records and escape quotes. | Warren Baker | 2010-12-06 | 1 | -2/+3 |
| | |||||
* | ipblocklist 3.0.1 update with new file structure | Tom Schaefer | 2010-12-06 | 40 | -0/+9908 |
| | |||||
* | prep for major filestructure re-do | Tom Schaefer | 2010-12-06 | 22 | -5263/+0 |
| | |||||
* | Add function to read /etc/hosts file for any DHCPLeases updates on ↵ | Warren Baker | 2010-12-06 | 1 | -9/+51 |
| | | | | resave/restart. Unfortunately, for the moment, it will require a resave on Unbound for any changes in /etc/hosts to be updated in Unbound. local-data: configs should be split out into a separate file. | ||||
* | Add register DHCP leases and register static DHCP leases. The former is ↵ | Warren Baker | 2010-12-06 | 1 | -0/+16 |
| | | | | commented out for now as will required dhcpleases to be expanded. Also break out statistics into its own listtopic. | ||||
* | Correctly handle /etc/hosts entries and static DHCP entries. | Warren Baker | 2010-12-06 | 1 | -6/+55 |
| | |||||
* | Fix blinkled URL for configuration page. | Erik Fonnesbeck | 2010-12-02 | 1 | -1/+1 |
| | |||||
* | Actually remove the touch() and not add it. | Warren Baker | 2010-12-02 | 1 | -1/+0 |
| | |||||
* | Added configurable Statistics settings. | Warren Baker | 2010-12-02 | 2 | -5/+58 |
| | | | | Remove touch() of unbound log file at install time - this is all handled by syslog now. | ||||
* | Use require once as a quick fix. This mess is not easily readble. | Ermal | 2010-12-02 | 1 | -2/+2 |
| | |||||
* | touch not needed as we back on syslog. | Warren Baker | 2010-12-02 | 1 | -2/+1 |
| | |||||
* | Add Unbound logging to a separate clog file (unbound.log) and reduce noise ↵ | Warren Baker | 2010-12-02 | 1 | -7/+7 |
| | | | | from every 5minutes to every hour. | ||||
* | Update copyright to include myself. | Warren Baker | 2010-12-02 | 1 | -2/+2 |
| | |||||
* | Fix these misplaced "endif;" statements, they were causing the opening form ↵ | jim-p | 2010-12-02 | 3 | -3/+3 |
| | | | | tag to be hidden on 2.0 so the settings would never save. | ||||
* | Fix link to postfix configuration. | Erik Fonnesbeck | 2010-12-02 | 1 | -1/+1 |
| | |||||
* | Do not pkg_delete | Scott Ullrich | 2010-11-30 | 1 | -1/+0 |
| | |||||
* | Initial connect timeout should really answer before 10 seconds. 60 seconds ↵ | Scott Ullrich | 2010-11-30 | 1 | -1/+1 |
| | | | | overall timeout | ||||
* | Set CURLOPT_TIMEOUT to 60 | Scott Ullrich | 2010-11-30 | 1 | -1/+2 |
| | |||||
* | Set CURLOPT_CONNECTTIMEOUT to 35 seconds | Scott Ullrich | 2010-11-30 | 1 | -0/+2 |
| | |||||
* | Nuke items in parse_config plugin folder | Scott Ullrich | 2010-11-30 | 1 | -4/+4 |
| | |||||
* | Nuke old plugin | Scott Ullrich | 2010-11-30 | 1 | -0/+6 |
| | |||||
* | Move this code to write_config plugin | Scott Ullrich | 2010-11-30 | 1 | -2/+2 |
| | |||||
* | Add debug options | jim-p | 2010-11-30 | 2 | -1/+44 |
| | |||||
* | Fix slight formatting issue | jim-p | 2010-11-30 | 1 | -2/+1 |
| | |||||
* | Some fixes for the configuration of the postfix forwarder. | Erik Fonnesbeck | 2010-11-29 | 1 | -5/+4 |
| | |||||
* | Add page to view currently registered phones using siproxd. | jim-p | 2010-11-29 | 4 | -3/+182 |
| | |||||
* | Test array before foreach | jim-p | 2010-11-29 | 1 | -2/+5 |
| | |||||
* | Test array before foreach | jim-p | 2010-11-29 | 1 | -3/+6 |
| | |||||
* | Add settings for default target, bogus via, and stun settings. Add section ↵ | jim-p | 2010-11-26 | 2 | -4/+121 |
| | | | | breaks to make the settings more readable. | ||||
* | Add settings for expidited SIP, input/output dejitter, and tcp timeout ↵ | jim-p | 2010-11-26 | 2 | -0/+59 |
| | | | | values for phones that do SIP over TCP. | ||||
* | One more whitespace fix | jim-p | 2010-11-26 | 1 | -1/+1 |
| | |||||
* | Add myself to header. | jim-p | 2010-11-26 | 2 | -0/+2 |
| | |||||
* | More whitespace fixes | jim-p | 2010-11-26 | 1 | -27/+22 |
| | |||||
* | Remove ID | jim-p | 2010-11-26 | 2 | -2/+0 |
| | |||||
* | Whitespace fixes | jim-p | 2010-11-26 | 2 | -33/+33 |
| | |||||
* | Add input validation to siproxd | jim-p | 2010-11-26 | 2 | -0/+22 |
| | |||||
* | Make siproxd use its own settings rather than use $_POST directly. Add sync ↵ | jim-p | 2010-11-26 | 2 | -24/+26 |
| | | | | command to xml file - previously, siproxd was not being sync'd on boot, only on save from the GUI, could have caused numerous issues. |