aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
...
* Further updates to limit DNS server if DHCP logging is enabled. Forwarding ↵Goffredo Andreone2007-02-233-49/+69
| | | | can be concurrent with DNS server on Public IP as long as logging of DHCP is disabled. Started fixing Log Page.
* CHange the Binding of tinyDNS so that Carp IP is no longer required.Goffredo Andreone2007-02-232-12/+13
|
* Yet another GUI changeGoffredo Andreone2007-02-221-1/+1
|
* * Only copy resolv.conf.orig if it existsScott Ullrich2007-02-221-9/+9
| | | | | * Convert if {} logic to pfSense style * Only operate on dnscache if it exists
* More GUI changesGoffredo Andreone2007-02-221-1/+1
|
* Added Clear logs buttonGoffredo Andreone2007-02-221-0/+5
|
* Change Name to DNS Cache-Server to reflect its true natureGoffredo Andreone2007-02-221-2/+2
|
* FIxed ampersand sign in tinydns.xml file which caused a download error!Goffredo Andreone2007-02-221-1/+1
|
* Forwarding of DNS requests to tinyDNS server not functional in this version. ↵Goffredo Andreone2007-02-222-51/+68
| | | | Need to update to test download from web. Added files to forward DNS requests to tinyDNS server if SOA record is on tinyDNS otherwise forward to external Forwarding servers.
* Correct portscan preprocessor settings. WAN Gateway, DNS servers, and ↵Scott Dale2007-02-221-10/+19
| | | | loopback address are not automatically inserted in $HOME_NET. Removed redundant code that was inserting local IPs twice into $HOME_NET.
* Corrected page titleScott Dale2007-02-221-1/+1
|
* Removed the flow-portscan preprocessor and inserted the sfportscan ↵Scott Dale2007-02-211-25/+8
| | | | preprocessor. Flow-portscan has been deprecated from Snort.
* Updated documentation of page to reflect actual operationsGoffredo Andreone2007-02-211-7/+7
|
* Fixed copy resolv.conf to resolv.config.dnscache errorGoffredo Andreone2007-02-211-2/+2
|
* Forwarding now working with CARP IP set for TinyDNS and LAN IP set for ↵Goffredo Andreone2007-02-211-26/+96
| | | | | | DNScache(Forwarder). Documention on actual operation not up to date! Once Forwarding is enabled it cannot be removed.
* Cleaned up display of ". records" for IE.Goffredo Andreone2007-02-211-0/+1
|
* * Remove debugging * Only recreate zone and ping items on changeScott Ullrich2007-02-211-6/+0
|
* It helps when we add the delete and add function to the correct file!Scott Ullrich2007-02-211-0/+14
|
* Handle delete commandScott Ullrich2007-02-211-0/+6
|
* Reload zone settings on saveScott Ullrich2007-02-211-0/+6
|
* -inform user when service is not runningRyan Wagoner2007-02-201-18/+41
| | | | | -inform user of stale data when connection lost -split data into two tables
* Do not enumerate variable unless it is a variable.Scott Ullrich2007-02-201-12/+14
|
* Do not enumerate variable unless it is a variable.Scott Ullrich2007-02-201-3/+5
|
* Do not exit if user has not configured the interfaceScott Ullrich2007-02-201-2/+1
|
* -fix permission problem when using usb upsRyan Wagoner2007-02-191-2/+4
|
* -add checks and status statements to rc fileRyan Wagoner2007-02-192-84/+110
| | | | | -cleanup whitespace in nut xml -only create /var/db/nut if it does not exist
* -ensure /var/spool/lock exists as its required by nutRyan Wagoner2007-02-191-0/+8
|
* -fix status page hanging when nut fails to startRyan Wagoner2007-02-191-6/+8
|
* Added start of DNS forwarding code. Not functional as of yet in that ↵Goffredo Andreone2007-02-193-1/+89
| | | | recursion is not implemented. Other minor fix ups.
* If no interface is selected, throw an error to the log files and exit.Scott Ullrich2007-02-181-1/+6
|
* Stop service before attempting restartScott Ullrich2007-02-181-0/+1
|
* Interface value should be an array.Scott Ullrich2007-02-181-1/+1
|
* s/(s)//Scott Ullrich2007-02-181-1/+1
|
* Only bind to one interface until bandwidthd bugs are fixed.Scott Ullrich2007-02-182-4/+14
|
* -move logs to /var/imsepctor to deal with logs being cleared on restartRyan Wagoner2007-02-183-40/+67
|
* s/Viwer/ViewerRyan Wagoner2007-02-181-6/+7
|
* - only show values reported by upscRyan Wagoner2007-02-181-18/+38
| | | | - change text color so its readable and format values correctly
* Make active when selectedGoffredo Andreone2007-02-181-1/+1
|
* -only allow Aa-Zz 0-9 _ - in the ups name fieldRyan Wagoner2007-02-181-7/+11
| | | | -correct field names for input validation
* -use strong tags in xml for required fields, this was done purposely instead ↵Ryan Wagoner2007-02-162-27/+43
| | | | | | of using the required tag as depending on the monitoring mode local/remote these fields may not be required, however on head you can't save package changes if all required fields are not filled out -add support for more ups status conditions
* -check for valid cdir range in ip addressRyan Wagoner2007-02-162-59/+36
| | | | -fix ups type and cable selections according to man pages for drivers
* -add graphical percentage barsRyan Wagoner2007-02-161-19/+70
| | | | -wrap repetitive code into functions
* Re added and renamed Registered Domains tab to View DomainsGoffredo Andreone2007-02-166-6/+16
|
* Spell error on $rtype2Goffredo Andreone2007-02-161-1/+1
|
* -added support for powercom ups and some othersRyan Wagoner2007-02-152-6/+37
| | | | -added support for unknown status condition
* -add status support for remote upsRyan Wagoner2007-02-151-11/+44
| | | | | -display status in table format -add model, temperature, and load information
* * Ensure Sync tab is shown on all screensScott Ullrich2007-02-155-10/+1
| | | | * Remove "Add Domains" tab, its the same as "Registered Domains"
* Misc cleanupsScott Ullrich2007-02-151-6/+3
|
* Only sync if IP and password are passedScott Ullrich2007-02-151-1/+2
|
* When a sync error occurs, enable debug mode and sync again to obtain ↵Scott Ullrich2007-02-151-0/+2
| | | | enhanced error messages.