| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
issues with special characters in passwords.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
mailreport - Fixed a bug with quarterly report scheduling
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
monthofyear was being unset for all intervals which weren't yearly. A check was added for
quarterly intervals to avoid unsetting monthofyear in that case and getting quarterly reports
once every month. The behavior should now be as expected. Bumped version number accordingly.
Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
when the package is installed and removed.
|
|/ / / /
| | | |
| | | | |
so that the job can always be removed when the package is removed.
|
| | | | |
|
| |_|/
|/| | |
|
| |/
|/|
| |
| | |
http://seclists.org/fulldisclosure/2014/Jan/187
|
|/ |
|
| |
|
|\
| |
| | |
Fixes for pbi paths and update to 1.5.1 php front end
|
| | |
|
| |
| |
| | |
They were pointed at files.pfsense.org before
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
vnstat_php_frontend-1.5.1:
-replaced the depreciated split() function with explode();
-renamed vnstat_php_frontend-1.5.1-updated
config.php generation:
-added two new static variables for vnstat_php_frontend-1.5.1; $locale and $language
-updated version number
// Unpack and move Vnstat frontend
exec("cd ..");
exec("tar -zxovf /usr/local/pkg/vnstat_php_frontend-1.5.1-updated.tar.gz");
exec("mv vnstat_php_frontend-1.5.1-updated /usr/local/www/vnstat2");
$locale = "\$locale = 'en_US.UTF-8';";
$language = "\$language = 'en';";
$locale
$language
|
| |
| |
| |
| |
| |
| | |
Line 154
// Check for pbi install and arch type then create symlinks
if (file_exists('/usr/pbi/vnstat-i386')) { exec("ln -s /usr/local/etc/vnstat.conf /usr/pbi/vnstat-i386/etc/vnstat.conf"); }
if (file_exists('/usr/pbi/vnstat-amd64')) { exec("ln -s /usr/local/etc/vnstat.conf /usr/pbi/vnstat-amd64/etc/vnstat.conf"); }
|
|/
|
| |
Avoid windows line breaks in shell scripts created by tinc.inc, causing shebangs and commands to fail on pf 2.1
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | | |
Resolved interface bugs preventing new frequencies from displaying properly
|
| | |
| | |
| | |
| | | |
Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
|
| |\|
| | |
| | | |
Added quarterly and yearly mailreport frequencies
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Defined frequencies for quarterly and yearly mail reports
- Extended frequency-to-crontab conversion logic to cover new frequency settings
- Added form elements for new frequency configurations
- Bumped version number, and added files to deinstall command for cleaner removal
Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
|
| | | |
|
| | | |
|
|\| | |
|
| |\ \
| | |/
| |/| |
CrystalFontz packet driver 4 status LED fix
|
| | |
| | |
| | | |
Fixed 4 status LED's on left side of CrystalFontz 735 display (635 compat) To show correct. Only the Gateway seems to not function for me.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
rrd graph). Since it works with other info, it no longer r
elies on RRD being enabled. Also fixup (c), filename, and privilege headers.
|
| |\ \
| | | |
| | | | |
Snort Alerts Dashboard Widget Package Update to 0.3.7
|
| |\ \ \
| | | | |
| | | | | |
haproxy-devel, fix install, include new file haproxy_htmllist.inc
|
| | | | | |
|
| |\| | |
| | | | |
| | | | | |
haproxy-devel, 1.5dev21, multiple certs for 1 frontend, no default_backend if acls used, agent-check, html cleanup
|
| | | | |
| | | | |
| | | | |
| | | | | |
- move "/usr/bin/limits" download to package installation
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
-ability to NOT have a default_backend (if all frontends in a group use acl's)
-allow selecting multiple certificates for a single frontend
-support for configuring new 'agent-check'
-refactoring of html row_helper(), javascript table editing, field definition
-create 'valid' HTML (closing tags/javascript blocks/styles in head)
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Forum: http://forum.pfsense.org/index.php/topic,68477.0.html
Allows users to put "0" in various fields and have it come through validly into the bandwidthd conf file.
Previously bare "0"s would appear in the conf file, which were wrong.
|