summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Be a little smarter about the default kernel in rare cases where we cannot ↵jim-p2013-01-031-1/+5
| | | | determine what was in use.
* Always make sure php has its own process manager to make lighty happyErmal2013-01-031-1/+1
|
* Pass -S to tcpdump to avoid an increase in memory consumption over time.jim-p2013-01-031-2/+2
|
* Avoid duplicate log entries for facilities higher or equal daemon.info. It ↵Renato Botelho2013-01-031-1/+1
| | | | should fix #2626
* Make is_pid_running function return more conisten results by using isvalidpidErmal2013-01-031-3/+2
|
* Use rtrim to avoid issuesErmal2013-01-031-2/+2
|
* Simplify lighty config and tune mod_evasive as needed. Mostly a cherry-pick ↵Ermal2013-01-031-80/+22
| | | | from RELENG_2_0 changes
* Move to varrun_path for consistencyErmal2013-01-031-4/+4
|
* Move to varrun_path for consistencyErmal2013-01-031-4/+4
|
* Merge pull request #303 from phil-davis/masterWarren Baker2013-01-021-4/+38
|\ | | | | Minimise rewriting of /etc/gettytab
| * Minimise rewriting of /etc/gettytabPhil Davis2013-01-031-4/+38
|/ | | | See forum http://forum.pfsense.org/index.php/topic,57325.0.html Avoid possible problems with having a partial /etc/gettytab file by not rewriting it at every boot.
* Tell filterdns to reload the config rather than restart if its runningErmal2013-01-023-11/+22
|
* Make sure a device actually exists before trying to act on it. Fixes #2739jim-p2012-12-311-0/+3
|
* Merge pull request #302 from phil-davis/masterErmal Luçi2012-12-311-1/+8
|\ | | | | Select a valid interface when WAN is disabled
| * Select default interface when WAN is disabledPhil Davis2012-12-311-1/+8
|/ | | | If WAN is disabled, then the Traffic Graph does not default to a valid interface when it first displays. This fix selects the first valid interface if WAN is not there. e.g. at one site there used to be 2 ISPs, on WAN and OPT1. Now the ISP on WAN has been turned off, and the interface marked disabled. The default gateway etc is all on OPT1. After a bit of history at a site, it can happen like this that WAN is disabled in the config.
* Merge pull request #270 from CarpeNoctem/CarpeNoctemChris Buechler2012-12-301-0/+6
|\ | | | | Added 'Copy my MAC address' to captive portal Pass-through MAC form, as ...
| * Added 'Copy my MAC address' to captive portal Pass-through MAC form, as seen ↵CarpeNoctem2012-11-291-0/+6
| | | | | | | | on services_dhcp_edit.php
* | Merge pull request #293 from bcyrill/patch-11Chris Buechler2012-12-301-10/+22
|\ \ | | | | | | Add some unobtrusive IPv6 changes to CP
| * | Determine subnet from address familybcyrill2012-12-281-4/+5
| | |
| * | Get IPv6 address for IPv6 clientsbcyrill2012-12-281-4/+11
| | |
| * | Add [] to IPv6 addressbcyrill2012-12-281-2/+6
| | |
* | | Merge pull request #294 from bcyrill/patch-12Chris Buechler2012-12-301-1/+1
|\ \ \ | | | | | | | | Fix: Invert if condition
| * | | Fix: Invert if conditionbcyrill2012-12-281-1/+1
| |/ /
* | | Merge pull request #298 from bcyrill/cp-sqliteChris Buechler2012-12-301-2/+2
|\ \ \ | | | | | | | | Various fixes to removal of pipes
| * | | Fix: Remove entries from captiveportal DBbcyrill2012-12-291-1/+1
| | | |
| * | | Fix: Check for the existence of the rules filebcyrill2012-12-291-1/+1
| | | |
* | | | Merge pull request #300 from bcyrill/cp_patch2Chris Buechler2012-12-301-17/+15
|\ \ \ \ | | | | | | | | | | Fix: Captive Portal status widget
| * | | | Fix: Captive Portal status widgetbcyrill2012-12-291-17/+15
| |/ / /
* | | | Merge pull request #301 from bcyrill/cp_patch3Chris Buechler2012-12-301-2/+4
|\ \ \ \ | | | | | | | | | | Fix: Voucher Sync
| * | | | rename for clarificationbcyrill2012-12-291-2/+2
| | | | |
| * | | | serialize dbent arraybcyrill2012-12-291-1/+3
| | | | |
| * | | | Fix: Voucher Syncbcyrill2012-12-291-2/+2
| |/ / /
* | | | Merge pull request #299 from bcyrill/cp_patch1Chris Buechler2012-12-301-7/+9
|\ \ \ \ | |/ / / |/| | | Fix: Disconnect CP client
| * | | Fix: Disconnect CP clientbcyrill2012-12-291-7/+9
|/ / /
* | | Merge pull request #296 from bcyrill/patch-14Chris Buechler2012-12-281-5/+13
|\ \ \ | | | | | | | | Fix: SQlite in CP
| * | | Fix: SQlite in CPbcyrill2012-12-291-5/+13
| |/ /
* | | Merge pull request #297 from bcyrill/patch-15Chris Buechler2012-12-281-8/+3
|\ \ \ | | | | | | | | Fix: last activity on CP status
| * | | Fix: last activity on CP statusbcyrill2012-12-291-8/+3
| |/ /
* | | Merge pull request #286 from N0YB/bogonsv6_commentsChris Buechler2012-12-281-3/+3
|\ \ \ | | | | | | | | pfctl is comment aware (#)
| * | | Add label to each pfctl logged result line, not just the first one.N0YB2012-12-241-2/+2
| | | | | | | | | | | | | | | | With this, log filtering can find both the addresses added and deleted bogon records.
| * | | pfctrl is comment aware (#).N0YB2012-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | Leave comments in place so last update info can be retrieved by diagnostics tables. Instead ensure private space is not included.
* | | | Merge pull request #291 from framer99/patch-1Jim P2012-12-281-1/+1
|\ \ \ \ | |_|/ / |/| | | Update usr/local/www/services_dhcp.php
| * | | Update usr/local/www/services_dhcp.phpframer992012-12-281-1/+1
|/ / / | | | | | | Inform user how the Primary/Secondary DHCPd process is determined in a failover pair so they don't end up with two secondary servers. For example, when using advskew=64 (and advskew=164 if using settings sync to peer for carp ips) on the carp master machine which they *think* will be the DHCP primary.
* | | Use file_put_contents for simplicity and concistencyErmal2012-12-281-5/+1
| | |
* | | Just check the file_exists let pkill decide if its a vaild file or not.Ermal2012-12-281-1/+1
| | |
* | | GC cmd_chain.inc it never found uses since pfSense module got used more. ↵Ermal2012-12-282-179/+18
| | | | | | | | | | | | Also fix the problem with pfsync on bootup waiting 30 seconds since cmd chain was executed after and pfsync was never brought up to compleete the sync.
* | | Self-test should be hypenated, and the T should be lower case.jim-p2012-12-271-2/+2
| | |
* | | Correct tcp flags explanation code for CWR (should be W, not C)jim-p2012-12-271-1/+1
| | |
* | | Merge pull request #278 from phil-davis/masterChris Buechler2012-12-262-7/+26
|\ \ \ | | | | | | | | Support different package internal name - feature #2603
| * | | Support different package internal namePhil Davis2012-12-141-2/+3
| | | |
OpenPOWER on IntegriCloud