summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_ipsec.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-2/+2
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style diag logs againPhil Davis2015-05-261-3/+3
| | | | | while making a fix today I noticed that I had done these early-on and had not tabbed out the HTML nicely...
* Code style usr-local-www diagPhil Davis2015-04-191-10/+12
|
* Fix lineup of copyright linesPhil Davis2015-01-011-2/+2
| | | | | 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
|
* Remove all remnants of racoon from log pageErmal2014-09-101-42/+0
|
* Tidy up "diag_logs_ipsec" "service_unbound_acls"Colin Fleming2014-05-191-1/+1
| | | | Move NOWRAP into class statement
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* Tidy up "diag_logs_ipsec.php" XHTMLColin Fleming2013-11-041-5/+5
| | | | | Add SUMMARY to table statements Close INPUT statement
* Run IPsec logs through htmlspecialchars before display.jim-p2013-01-211-0/+1
|
* 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
|
* Add more helpful loggingSeth Mos2011-03-161-0/+9
|
* Add v6 entries to the logsSeth Mos2011-03-161-3/+7
|
* Prevent empty remote endpoints from skewing the log outputsmos2011-02-211-0/+2
|
* Fixing gettext calls on diag_logs_ipsec.phpCarlos Eduardo Ramos2010-08-101-1/+1
|
* Sync with mainline, diag_* files were missingRenato Botelho2010-07-161-14/+14
|
* Reset diag_ filesRenato Botelho2010-06-301-14/+14
|
* Removing unnecessary gettext callsVinicius Coque2010-06-211-11/+11
|
* Implement gettext() callsRafael Lucas2010-06-181-1/+1
|
* Implement gettext() callsRafael Lucas2010-06-181-1/+1
|
* Implement gettext() callsRafael Lucas2010-06-181-1/+1
|
* Implement gettext() callsRafael Lucas2010-06-181-1/+1
|
* Implement gettext() callsRafael Lucas2010-06-181-13/+13
|
* 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.
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
| | | | Simplify get_memory(). Tested on mips/i386
* 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/+7
| | | | 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-6/+5
|
* Echo out data to start of log filesScott Ullrich2009-03-181-0/+1
|
* Add sleep() after killing syslogdScott Ullrich2009-03-181-0/+1
|
* Add missing )Scott Ullrich2009-03-181-1/+1
|
* Use unlink()Scott Ullrich2009-03-181-1/+1
|
* * Rm log file before fifolog_create if it existsScott Ullrich2009-03-181-1/+2
| | | | * 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
|
* Make IPsec gateway highlighting work with hostnames for remote endpointsSeth Mos2009-01-161-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
* Overhaul IPsec related code. Shared functions have been consolidated intoMatthew Grooms2008-07-111-4/+4
| | | | | | | | | | | | | | a new file named /etc/ipsec.inc. Tunnel definitions have been split into phase1 and phase2. This allows any number of phase2 definitions to be created for a single phase1 definition. Several facets of configuration have also been improved. The key size for variable length algorithms can now be selected and the phase1 ID options have been extended to allow for more flexible configuration. Several NAT-T related issues have also been resolved. Please note, IPsec remote access functionality has been temporarily disabled. An improved implementation will be included in a follow up commit.
* Exit slbd, enter relaydSeth Mos2008-07-081-1/+1
|
* Allow clogging feature to be disabled.Scott Ullrich2008-03-111-3/+8
|
* touch up textChris Buechler2008-01-081-2/+2
| | | | Ticket #1569
* touch up textChris Buechler2008-01-081-2/+2
| | | | Ticket #1569
OpenPOWER on IntegriCloud