summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_vpn.php
Commit message (Collapse)AuthorAgeFilesLines
* Code style diag logs againPhil Davis2015-05-261-31/+42
| | | | | 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-21/+26
|
* 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
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Move clog from /usr to /usr/localRenato Botelho2014-04-281-2/+2
|
* Add escapeshellarg() calls on exec parameters. While I'm here, replace some ↵Renato Botelho2014-02-041-3/+3
| | | | exec() calls by php functions like symlink, copy, unlink, mkdir
* Tidy up "diag_logs_vpn.php" XHTMLColin Fleming2013-11-041-11/+13
| | | | | | | | | Move NOWRAP Boolean operator into CLASS statements Add ALT and close IMG statements Add SUMMARY to table statements Deprecate ampersands Close INPUT statements Add closing BODY and closing HTML statements
* 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
|
* Fix clearing of PPTP/PPPoE/L2TP server raw logs. Fixes #1340jim-p2011-05-191-15/+32
|
* Fix misc XSS issues from davey bScott Ullrich2010-11-101-2/+2
|
* More VPN log fixes, for consistency. Ticket #912jim-p2010-11-021-3/+14
|
* Switch from buttons to tabs, add a mode to view raw mpd logs for each vpn ↵jim-p2010-11-021-37/+48
| | | | type, and some general cleanup. Fixes #912
* Fix VPN log page to use the updated log format (again). Ticket #912.jim-p2010-11-021-5/+6
|
* Show login/logout events for pptp, pppoe server, and l2tp. Could use some ↵jim-p2010-11-011-7/+8
| | | | work to simplify. Ticket #912.
* Modify various (s)printf format strings to allow translations to change the ↵Erik Fonnesbeck2010-08-111-1/+1
| | | | order of the inserted strings.
* Fixing gettext calls on diag_logs_vpn.phpCarlos Eduardo Ramos2010-08-101-2/+2
|
* Changing string formatVinicius Coque2010-06-291-1/+1
|
* Implement gettext() callsRenato Botelho2010-06-181-18/+18
|
* 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-8/+31
| | | | 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-0/+5
| | | | include 2009 on files that I have asserted (C) on
* * Add clear_log_file() function and reduce code reuseScott Ullrich2009-03-311-16/+2
| | | | * Use clear_log_file() instead of duplicated logic
* Switch back to clog but leave option to run fifolog.Scott Ullrich2009-03-311-7/+10
|
* Do not restart syslkog, just hup itScott Ullrich2009-03-181-6/+5
|
* Echo out data to start of log filesScott Ullrich2009-03-181-0/+2
|
* 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/+4
| | | | * 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-2/+2
|
* 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
* 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
|
* MFC [15088]Bill Marquette2006-10-221-1/+1
| | | | Ticket #1133: Fix OpenNTP page header and make PPTP log tab consistent
* Add OpenNTPD logging tabScott Ullrich2006-10-051-11/+12
|
* Balance -> BalancerScott Ullrich2006-05-021-1/+1
|
* Initialize variables. Found-by: PHPEclipseScott Ullrich2006-04-071-0/+1
|
* Correct image locations and namesScott Ullrich2006-03-271-2/+2
|
* Correctly output PPTP logsScott Ullrich2006-02-051-38/+50
| | | | Ticket #808
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
OpenPOWER on IntegriCloud