Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Save registration file more often, so the (still unwritten) list of ↵ | jim-p | 2010-11-24 | 1 | -0/+1 |
| | | | | registered phones is not too far out of date. | ||||
* | Disable call logging (new siproxd didn't like the config option), always ↵ | jim-p | 2010-11-24 | 1 | -7/+14 |
| | | | | supply RTP ports even when left blank in the GUI, move chroot to /var so it will be happier on NanoBSD. | ||||
* | Comment out option until 5.2.13 drops. | Scott Ullrich | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | Adding SecReadStateLimit. Requires 2.5.13 which should be out shortly. | Scott Ullrich | 2010-11-23 | 2 | -1/+19 |
| | |||||
* | Fix snort gui broken by CSRF checks. | Ermal | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | Fix line endings. autocrlf is your friend. | jim-p | 2010-11-22 | 12 | -1032/+1032 |
| | |||||
* | remove meta refresh | Scott Ullrich | 2010-11-21 | 1 | -1/+0 |
| | |||||
* | Use exec() | Scott Ullrich | 2010-11-21 | 1 | -1/+1 |
| | |||||
* | Note how many entries | Scott Ullrich | 2010-11-21 | 1 | -1/+2 |
| | |||||
* | rename items a bit | Scott Ullrich | 2010-11-21 | 1 | -5/+5 |
| | |||||
* | more textarea row adjustments | Scott Ullrich | 2010-11-21 | 1 | -3/+3 |
| | |||||
* | Add dump_cache | Scott Ullrich | 2010-11-21 | 1 | -0/+1 |
| | |||||
* | Resize rows on a few of the textareas | Scott Ullrich | 2010-11-21 | 1 | -8/+8 |
| | |||||
* | chown -R | Scott Ullrich | 2010-11-21 | 1 | -1/+1 |
| | |||||
* | Use unlink_if_exists. | Scott Ullrich | 2010-11-21 | 1 | -2/+7 |
| | |||||
* | Ensue unbound user exists | Scott Ullrich | 2010-11-21 | 1 | -1/+10 |
| | |||||
* | If unbound is not running then redirect to settings page. unbound-control ↵ | Scott Ullrich | 2010-11-21 | 1 | -0/+5 |
| | | | | will block for which seems forever. Otherwise the webConfigurator will block. |