| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | | |
Add copyright header, code style fixes.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ / |
|
|\ \ \ |
|
| | | |
| | | |
| | | | |
Fix indentation and bunch of missing spaces between function arguments.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Fix copyright header
- Code style
- Fix indentation
- Fix XHTML validation
|
| |/ /
| | |
| | | |
Fix copyright header, indentation, permissions, remove useless stuff.
|
|\ \ \ |
|
| | | |
| | | |
| | | | |
EOL at EOF.
|
| | | |
| | | |
| | | |
| | | | |
- Fix copyright header
- Code style and indentation
|
| | | |
| | | |
| | | |
| | | | |
- Fix copyright header
- Code style and indentation
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- Remove cron service and other unused junk
- Clean up after previous broken versions
- Add a check for running cron after configure_cron() call. (TODO: Move this to pfSense core.)
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
- First of all, this thing should NOT install any cron service! Cron is started by /etc/rc, and reconfiguration is handled by configure_cron() sending a SIGHUP to it. Leave it alone, stop killing and restarting it. If cron is desired as "proper" service, this needs to be done in pfSense core, not via packages creating such service.
- Fix copyright header
- Fix permissions
- Remove broken junk
- Remove unused copy-and-paste junk from god knows where
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
on 2.2.x
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ / |
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Fix copyright header
- Fix pfSense version checks
- Nuke obsolete pfSense 1.2.x junk
- Code style and indentation
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Fix copyright header and indentation
- Fix pfSense version checks
- Fix permissions
- Code style and indentation fixes
- Remove unused global vars declaration
- User stop_service() and restart_service()
- Make sure that at least one local Director is configured before trying to start the service, otherwise it fails (see e.g. https://forum.pfsense.org/index.php?topic=97934.0)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Fix copyright header and indentation
- Remove unused tags
- Sanitize version
- Improve some descriptions
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
- Fix copyright header and indentation
- Fix permissions
- Remove unused tags
- Sanitize version
- Improve some descriptions
|
|\ \ \ |
|
| | | |
| | | |
| | | | |
Fix indentation.
|
| | | |
| | | |
| | | | |
Only write upgraded config if there was something actually upgraded.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Update copyright headers
- Fix code style and indentation
- Provide input validation for most of the configuration options
-- Check for IPv4 configured on selected interfaces
-- Check for PPPoE type interfaces
-- Require relevant options to be filled in when PostgreSQL is enabled (also check that the hostname is valid)
-- Require sane numeric input for graphs options
-- Limit Sensor ID to sane chars
- PostgreSQL DB password is now base64-encoded to deal with special chars and not break config.xml
- The filtering moved to advanced options, also base64-encoded
- The stats interface(s) are now a multiselect instead of asking users to type subnets directly
- Upgrade function provided to preserve the old settings
- Use {start,stop,restart}_service() functions instead of calling the rc script directly
- Probably other small things...
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Fix copyright header and indentation
- Reorder the GUI and split into logical sections
- Improve descriptions
- Move the menu entry to Diagnostics section, to match other similar packages (ntop, ntopng, darkstat etc.)
- Add another menu entry to access bandwidthd graphs directly from menu
- Add input validation
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- Add missing copyright header
- Code style cleanup
- Use stop_service, reorder some stuff
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Fix copyright header
- Remove unused tags
- Fix indentation
- Fix version
- Create vmware-guestd as service
- Move some stuff to open-vm-tools.inc
|