Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Slight code re-organization | Ermal | 2013-01-04 | 1 | -16/+7 |
| | |||||
* | Remove to parameters from system_generate_lighty_config that are unused and ↵ | Ermal | 2013-01-04 | 2 | -44/+39 |
| | | | | do a better job at tuning started php processes to not use less/more than needed. This also avoids DoS the system with php processes | ||||
* | Obsolete /etc/inc/cmd_chain.inc | Ermal | 2013-01-04 | 1 | -0/+1 |
| | |||||
* | Remove unused function | Ermal | 2013-01-04 | 1 | -20/+0 |
| | |||||
* | Welcoming in 2013 | Chris Buechler | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Always commit the session fast to allow other consumers to proceed to their ↵ | Ermal | 2013-01-03 | 8 | -3/+39 |
| | | | | requests. This unbreaks now the lock up the GUI had allowing only one action from same source per time. Now even if you run a command that blocks indefinitely for example the GUI want lock anymore but allow you to proceed to other actions | ||||
* | Merge pull request #307 from kernelpaniclite/dns.he.net | Jim P | 2013-01-03 | 1 | -2/+2 |
|\ | | | | | dynamic dns update url for dns.he.net fixed | ||||
| * | dynamic dns update url for dns.he.net fixed | Cedric Ohle | 2013-01-03 | 1 | -2/+2 |
|/ | | | | | Added curl option to use IPv4 Updated url schema | ||||
* | Remove obsoleted file as well | Ermal | 2013-01-03 | 1 | -0/+1 |
| | |||||
* | Ticket #2063 Do not enable apc on less than 135MB ram | Ermal | 2013-01-03 | 1 | -9/+5 |
| | |||||
* | Be a little smarter about the default kernel in rare cases where we cannot ↵ | jim-p | 2013-01-03 | 1 | -1/+5 |
| | | | | determine what was in use. | ||||
* | Always make sure php has its own process manager to make lighty happy | Ermal | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Pass -S to tcpdump to avoid an increase in memory consumption over time. | jim-p | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Avoid duplicate log entries for facilities higher or equal daemon.info. It ↵ | Renato Botelho | 2013-01-03 | 1 | -1/+1 |
| | | | | should fix #2626 | ||||
* | Make is_pid_running function return more conisten results by using isvalidpid | Ermal | 2013-01-03 | 1 | -3/+2 |
| | |||||
* | Use rtrim to avoid issues | Ermal | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Simplify lighty config and tune mod_evasive as needed. Mostly a cherry-pick ↵ | Ermal | 2013-01-03 | 1 | -80/+22 |
| | | | | from RELENG_2_0 changes | ||||
* | Move to varrun_path for consistency | Ermal | 2013-01-03 | 1 | -4/+4 |
| | |||||
* | Move to varrun_path for consistency | Ermal | 2013-01-03 | 1 | -4/+4 |
| | |||||
* | Merge pull request #303 from phil-davis/master | Warren Baker | 2013-01-02 | 1 | -4/+38 |
|\ | | | | | Minimise rewriting of /etc/gettytab | ||||
| * | Minimise rewriting of /etc/gettytab | Phil Davis | 2013-01-03 | 1 | -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 running | Ermal | 2013-01-02 | 3 | -11/+22 |
| | |||||
* | Make sure a device actually exists before trying to act on it. Fixes #2739 | jim-p | 2012-12-31 | 1 | -0/+3 |
| | |||||
* | Merge pull request #302 from phil-davis/master | Ermal Luçi | 2012-12-31 | 1 | -1/+8 |
|\ | | | | | Select a valid interface when WAN is disabled | ||||
| * | Select default interface when WAN is disabled | Phil Davis | 2012-12-31 | 1 | -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/CarpeNoctem | Chris Buechler | 2012-12-30 | 1 | -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 ↵ | CarpeNoctem | 2012-11-29 | 1 | -0/+6 |
| | | | | | | | | on services_dhcp_edit.php | ||||
* | | Merge pull request #293 from bcyrill/patch-11 | Chris Buechler | 2012-12-30 | 1 | -10/+22 |
|\ \ | | | | | | | Add some unobtrusive IPv6 changes to CP | ||||
| * | | Determine subnet from address family | bcyrill | 2012-12-28 | 1 | -4/+5 |
| | | | |||||
| * | | Get IPv6 address for IPv6 clients | bcyrill | 2012-12-28 | 1 | -4/+11 |
| | | | |||||
| * | | Add [] to IPv6 address | bcyrill | 2012-12-28 | 1 | -2/+6 |
| | | | |||||
* | | | Merge pull request #294 from bcyrill/patch-12 | Chris Buechler | 2012-12-30 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix: Invert if condition | ||||
| * | | | Fix: Invert if condition | bcyrill | 2012-12-28 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #298 from bcyrill/cp-sqlite | Chris Buechler | 2012-12-30 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Various fixes to removal of pipes | ||||
| * | | | Fix: Remove entries from captiveportal DB | bcyrill | 2012-12-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix: Check for the existence of the rules file | bcyrill | 2012-12-29 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #300 from bcyrill/cp_patch2 | Chris Buechler | 2012-12-30 | 1 | -17/+15 |
|\ \ \ \ | | | | | | | | | | | Fix: Captive Portal status widget | ||||
| * | | | | Fix: Captive Portal status widget | bcyrill | 2012-12-29 | 1 | -17/+15 |
| |/ / / | |||||
* | | | | Merge pull request #301 from bcyrill/cp_patch3 | Chris Buechler | 2012-12-30 | 1 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | Fix: Voucher Sync | ||||
| * | | | | rename for clarification | bcyrill | 2012-12-29 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | serialize dbent array | bcyrill | 2012-12-29 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Fix: Voucher Sync | bcyrill | 2012-12-29 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge pull request #299 from bcyrill/cp_patch1 | Chris Buechler | 2012-12-30 | 1 | -7/+9 |
|\ \ \ \ | |/ / / |/| | | | Fix: Disconnect CP client | ||||
| * | | | Fix: Disconnect CP client | bcyrill | 2012-12-29 | 1 | -7/+9 |
|/ / / | |||||
* | | | Merge pull request #296 from bcyrill/patch-14 | Chris Buechler | 2012-12-28 | 1 | -5/+13 |
|\ \ \ | | | | | | | | | Fix: SQlite in CP | ||||
| * | | | Fix: SQlite in CP | bcyrill | 2012-12-29 | 1 | -5/+13 |
| |/ / | |||||
* | | | Merge pull request #297 from bcyrill/patch-15 | Chris Buechler | 2012-12-28 | 1 | -8/+3 |
|\ \ \ | | | | | | | | | Fix: last activity on CP status | ||||
| * | | | Fix: last activity on CP status | bcyrill | 2012-12-29 | 1 | -8/+3 |
| |/ / | |||||
* | | | Merge pull request #286 from N0YB/bogonsv6_comments | Chris Buechler | 2012-12-28 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | pfctl is comment aware (#) | ||||
| * | | | Add label to each pfctl logged result line, not just the first one. | N0YB | 2012-12-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | With this, log filtering can find both the addresses added and deleted bogon records. |