summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_dhcp.php
Commit message (Collapse)AuthorAgeFilesLines
* diag_logs - log file consolidationsbeaver2015-05-041-105/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A GET argument has been added to dig_logs.php so that the log file to displayed can be specified. Minor edits to the file allow all log files to be displayed correctly The tab array has been updated in this file, and in: diag_logs_settings.php diag_logs_vpn.php diag_logs_filter.php diag_logs_filter_dynamic.php diag_logs_filter_summary.php The last four of these files have not yet been converted to bootstrap, but the tab arrays are now compatible with this change. The previous PR for diag_logs_settings will be deleted. The following files are no longer required and have been removed: diag_logs_auth.php diag_logs_dhcp.php diag_logs_gateways.php diag_logs_ipsec.php diag_logs_ntpd.php diag_logs_openvpn.php diag_logs_ppp.php diag_logs_relayd.php diag_logs_resolver.php diag_logs_routing.php diag_logs_wireless.php
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* SpellingPhil Davis2014-09-271-1/+1
|
* Tidy up misc. XHTMLColin Fleming2014-05-271-1/+1
| | | | | | Close FORM tag correctly Add missing TD and TR tags Move NOWRAP into CLASS statement
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* Tidy up "diag_logs_dhcp.php" XHTMLColin Fleming2013-11-041-5/+4
| | | | | | Add SUMMARY to table statements Close BR and INPUT statements Move closing FORM into table cell
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it ↵jim-p2012-05-141-1/+1
| | | | easier if we switch)
* Move some of the log file tabs around.smos2012-03-291-1/+0
| | | | Add seperate tabs for dnsmasq,unbound as well as gateways.
* Move hostapd to its own log and tab, so it stops spamming the system log.jim-p2011-09-301-0/+1
|
* Fixes #831. Restart the DHCP daemon when clearing the log file.jim-p2010-08-201-2/+6
|
* Sync with mainline, diag_* files were missingRenato Botelho2010-07-161-14/+14
|
* Reset diag_ filesRenato Botelho2010-06-301-14/+14
|
* Adding gettext calls to the file diag_logs_dhcp.phpVinicius Coque2010-06-181-14/+14
|
* Revert "Remove PPP tab these all go to the system log now."gnhb2010-05-091-0/+1
| | | | | | | | This reverts commit 62e74b4261b4044f523ade7c3b45e4484bbd2f8d. Conflicts: usr/local/www/diag_logs_slbd.php
* Remove PPP tab these all go to the system log now.Ermal2010-03-291-1/+0
|
* Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP ↵Ermal2010-03-231-1/+1
| | | | servers to syslogs appropriate files. Create the files for these vpn's as for the others. Logs can be viewed in the VPN tab of the system log.
* s/IPsec VPN/IPsec/ to keep the tab behaviorScott Ullrich2009-10-261-1/+1
|
* Add PPP logging tabScott Ullrich2009-10-261-0/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-2/+6
| | | | include 2009 on files that I have asserted (C) on
* * Add clear_log_file() function and reduce code reuseScott Ullrich2009-03-311-13/+2
| | | | * Use clear_log_file() instead of duplicated logic
* Do not restart syslkog, just hup itScott Ullrich2009-03-181-5/+5
|
* Echo out data to start of log filesScott Ullrich2009-03-181-0/+1
|
* Add sleep() after killing syslogdScott Ullrich2009-03-181-0/+1
|
* Use unlink()Scott Ullrich2009-03-181-1/+1
|
* * Rm log file before fifolog_create if it existsScott Ullrich2009-03-181-1/+3
| | | | * Do not hard code path to logs
* Use divisibles of 512Scott Ullrich2009-03-151-1/+1
|
* Jettison clog and replace with fifolog which is included in FreeBSD 7.1Scott Ullrich2009-03-151-1/+1
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Exit slbd, enter relaydSeth Mos2008-07-081-1/+1
|
* Allow clogging feature to be disabled.Scott Ullrich2008-03-111-1/+6
|
* touch up textChris Buechler2008-01-081-1/+1
| | | | Ticket #1569
* remove annoying and potentially problematic forced page refresh.Chris Buechler2007-12-171-1/+0
| | | | Ticket #1545
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* changed text for consistencySimon Cornelius P Umacob2007-08-291-1/+1
|
* Add OpenNTPD logging tabScott Ullrich2006-10-051-0/+1
|
* Balance -> BalancerScott Ullrich2006-05-021-1/+1
|
* Add OpenVPN tabScott Ullrich2006-02-121-0/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Add meta refresh to log pages.Scott Ullrich2005-08-141-0/+1
| | | | Another-item-submitted-by: databeestje
* Break out Load Balancer log filesBill Marquette2005-08-071-7/+8
|
* Last of the bottom round fixesBill Marquette2005-07-041-5/+6
| | | | Turn top rounding back on now that those are all fixed
* Use $pgtitle for consistencyBill Marquette2005-07-031-1/+1
|
* Correct the tabsScott Ullrich2005-07-031-7/+6
|
* * Fix diagnostics logging tab menusScott Ullrich2005-07-021-0/+2
| | | | | | * Curve bottom of grey areas if needed * Curve tabs * Cleanup
* * Update path to DHCP LogsScott Ullrich2005-07-021-1/+1
| | | | * Minor page cleanups
* include head.inc and round corners on tabsScott Ullrich2005-07-021-16/+13
|
* no need for pkg parser requireScott Ullrich2005-06-061-1/+0
|
OpenPOWER on IntegriCloud