summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused codeErmal2012-03-231-8/+6
|
* Correct location of '\n'Ermal2012-03-231-1/+1
|
* Correct building of queue to not depend on parent maskErmal2012-03-231-5/+5
|
* Merge pull request #67 from phil-davis/masterScott Ullrich2012-03-231-7/+18
|\ | | | | Bug #2301: More fixes to pbi package install and removal
| * remove_freebsd_package: check that a symlink exists and is currently ↵Phil Davis2012-03-231-7/+18
| | | | | | | | | | | | | | pointing into the pbidir of the current package, then unlink it. This avoids possibly deleting real files, or deleting a symlink that points into some other package. pkg_fetch_recursive: remove a bonus "$" in the symlink target specification. This was causing symlinks from /usr/local/bin to not be generated validly. install_package_xml: make the grep for a pbi package name more robust by anchoring the search for the name to be at the start. This will prevent potential problems, e.g. with a package "bar" matching "foobar". install_package_xml: check that the target pbi dir exists before creating the symlink. There can be extra conf files in /user/local/etc/... that are not in the PBI dir tree. This can happen with squidGuard on top of squid, particularly after adding/removing/adding the packages.
* | Move CARP settings from pkg XML to a real PHP pageDarren Embry2012-03-225-158/+171
| | | | | | | | https://redmine.pfsense.org/issues/647
* | fix a typo.Darren Embry2012-03-221-1/+1
| |
* | fix for: Traffic Limiter Bits/sec option brokenDarren Embry2012-03-221-5/+5
| | | | | | | | | | | | fixes #2296 http://redmine.pfsense.org/issues/2296
* | fix for: Captive Portal cannot work on master branchDarren Embry2012-03-221-2/+2
| | | | | | | | | | | | | | | | reverting to listening on 0.0.0.0 seems to work just fine mostly fixes #1700 . http://redmine.pfsense.org/issues/1700
* | fix for: Spanning Tree interface priority options do not alter BridgeDarren Embry2012-03-212-2/+17
| | | | | | | | http://redmine.pfsense.org/issues/2261
* | Merge pull request #66 from phil-davis/masterScott Ullrich2012-03-211-12/+37
|\ \ | |/ | | Bug #2301: Mixed-case package names and package deletion
| * Remove an extra "-" left there by accident.Phil Davis2012-03-211-1/+1
| |
| * Handle mixed-case package names like squidGuard. Phil Davis2012-03-211-12/+37
| | | | | | | | | | Check that conf files in PBI folders exist before unlink. Pass correct package names 1 at a time from uninstalll_package to delete_package. log_error if the PBI package name can't be found in remove_freebsd_package - this means that the PBI files will not get cleaned up. Usually this is caused because the system has been rebooted since the package was installed and the PBI db in /var/db/pbi has gone (e.g. on nanobsd /var is created from scratch at boot)
* | [Patch] Multiple SMTP notice recipientsDarren Embry2012-03-211-1/+1
| | | | | | | | http://redmine.pfsense.org/issues/2026
* | Merge pull request #65 from phil-davis/masterScott Ullrich2012-03-201-4/+4
|\ \ | |/ | | Bug #2301: Handle case when PBI package names are substrings of each other
| * Fix case where package names are substrings of each other. e.g. "squid" and ↵Phil Davis2012-03-201-4/+4
| | | | | | | | "squid_radius_auth". Look for "squid-", which will match the full PBI package name for squid but will not match "squid_radius_auth". Bug #2301
* | Pull required .incErmal2012-03-191-0/+1
| |
* | Unbreak the upgrade_config.inc, sorrysmos2012-03-151-1/+1
| |
* | More memory optimizations for the RRD upgrade. Ticket #1758 #2159smos2012-03-151-12/+3
| |
* | Update the upgrade function so we use less memory here too to make sure it ↵smos2012-03-151-10/+9
| | | | | | | | | | | | succeeds on Nano. Related to ticket. #2159 #1758
* | Set FCGI_CHILDREN to 0 since it does not make sense php to manage itself ↵Ermal2012-03-151-3/+3
| | | | | | | | when lighttpd is doing so. This makes it possible to recover from 550-Internal... error.
* | Merge pull request #64 from phil-davis/masterSeth Mos2012-03-151-11/+13
|\ \ | |/ | | Bug #2284: rc.newwanip handle case when gifs config is null
| * Use better is_array test to check if there are any gifs in the config.Phil Davis2012-03-151-1/+1
| |
| * Update etc/rc.newwanipPhil Davis2012-03-141-11/+13
| |
* | Don't put an extra space here or later tests will fail to match this as a ↵jim-p2012-03-141-1/+1
|/ | | | pass rule. Part of #2293
* Enable the NTP server fields for our DHCP6 server.smos2012-03-131-11/+9
|
* Include this file to make sure that rc.newwanipv6 actually works.smos2012-03-131-0/+1
|
* Ermal says the new openntpd binary fixes this instead -- Revert "Start ntpd ↵jim-p2012-03-131-1/+1
| | | | | | in the background since we don't need to care about its return data. Speeds up GUI with broken DNS." This reverts commit 89d291ec25c12ed5744c63679270d1a13b5c6b3a.
* Start ntpd in the background since we don't need to care about its return ↵jim-p2012-03-131-1/+1
| | | | data. Speeds up GUI with broken DNS.
* Rather make use of grep -c than all these pipesWarren Baker2012-03-131-2/+2
|
* Adjust the ordering so that our modules load properly.smos2012-03-131-4/+4
| | | | The order appears to be important in which we load the modules
* Looking at pw code : chars are invalid in a comment fieldgit diff! Replace ↵Ermal2012-03-121-1/+2
| | | | those to just space
* An empty file is created so that the table is availblke for rules refrencing ↵Ermal2012-03-121-6/+1
| | | | it so mark it as successful.
* Prevent ruleset breaking from grep putting garbage on urltable files and as ↵Ermal2012-03-121-2/+5
| | | | a result creating unparsable files breaking rulesets
* Simplify this code a little and make it easily extendible.Ermal2012-03-121-89/+15
|
* check for presense of file before trying to exec itErmal2012-03-121-1/+3
|
* Do not wipe logs on reboot on full installErmal2012-03-121-18/+54
|
* Fix wich roll to writeErmal2012-03-111-1/+1
|
* Use the latest functions from pfSense module for bridgeErmal2012-03-081-2/+2
|
* Use the latest functions from pfSense module for getting interface listErmal2012-03-082-4/+4
|
* Remove the DHCP6 service enable check, it's not valid for configuring router ↵smos2012-03-081-3/+0
| | | | advertisements.
* fix bridge typosChris Buechler2012-03-081-5/+5
|
* Only run if this is an arrayjim-p2012-03-062-8/+13
|
* Be more intelligent when managing OpenVPN client connections bound to CARP ↵jim-p2012-03-063-0/+24
| | | | | | VIPs. If the interface is in BACKUP status, do not start the client. Add a section to rc.carpmaster and rc.carpbackup to trigger this start/stop. If an OpenVPN client is active on both the master and backup system, they will cause conflicting connections to the server. Servers do not care as they only accept, not initiate.
* Correct send_multiple_events to conform with new check_reload_status behaviourErmal2012-03-031-10/+3
|
* Add the ability to disable static routes without deleting themWarren Baker2012-03-021-0/+5
|
* Correctly match ntpd syslog messagesErmal2012-03-021-2/+2
|
* Remove obsolete files after gitsyncErik Fonnesbeck2012-02-281-0/+6
|
* Allow specifying the branch name after the repository URL for gitsync ↵Erik Fonnesbeck2012-02-281-10/+22
| | | | command-line arguments and remove an unnecessary use of the backtick operator.
* Show lagg protocol and member interfaces on Status > Interfaces. Implements ↵jim-p2012-02-281-0/+6
| | | | #2242
OpenPOWER on IntegriCloud