Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include DHCP hostname. Ticket #427 | Scott Ullrich | 2010-03-16 | 1 | -0/+3 |
| | |||||
* | Set net.inet.icmp.icmplim=0 | Scott Ullrich | 2010-03-16 | 1 | -1/+1 |
| | | | | Ticket #20 | ||||
* | Allow overriding latencylow, latencyhigh, losslow and losshigh by seting ↵ | Scott Ullrich | 2010-03-10 | 1 | -4/+8 |
| | | | | config['gateways']['settings'] which is also available in 2.0 | ||||
* | work around perms issue with filter reloads, and issue where filter reloads ↵ | Chris Buechler | 2010-02-27 | 1 | -3/+3 |
| | | | | before apinger status is marked as down | ||||
* | Note full directory | Scott Ullrich | 2010-02-14 | 1 | -1/+1 |
| | |||||
* | Minor formatting | Scott Ullrich | 2010-02-14 | 1 | -1/+2 |
| | |||||
* | Use U for unlink | Scott Ullrich | 2010-02-14 | 1 | -1/+1 |
| | |||||
* | Add var/empty to excludes list | Scott Ullrich | 2010-02-14 | 1 | -0/+1 |
| | |||||
* | Add var/empty to excludes list | Scott Ullrich | 2010-02-14 | 1 | -1/+1 |
| | |||||
* | Add var/empty to excludes list | Scott Ullrich | 2010-02-14 | 1 | -1/+7 |
| | |||||
* | Adding backup script that can be run before upgrading which backs up ↵ | Scott Ullrich | 2010-02-14 | 1 | -0/+8 |
| | | | | everything including config.xml. Script gives instructions on how to restore a specific file as well. | ||||
* | Handle faultCode() | Scott Ullrich | 2010-01-11 | 1 | -0/+5 |
| | |||||
* | Check for is_array() | Scott Ullrich | 2010-01-09 | 1 | -1/+1 |
| | |||||
* | Report auth errors correctly during xmlrpc sync | Scott Ullrich | 2010-01-09 | 1 | -0/+6 |
| | |||||
* | Boos max_procs | Scott Ullrich | 2010-01-02 | 1 | -5/+5 |
| | |||||
* | Revert "include needed libraries" | sullrich | 2009-12-15 | 1 | -4/+0 |
| | | | | This reverts commit 4e955eb1d6af6e6e00765a2d2c1afec93cc54ee3. | ||||
* | include needed libraries | sullrich | 2009-12-14 | 1 | -0/+4 |
| | |||||
* | Escape CARP password. Resolves #213 | sullrich | 2009-12-10 | 1 | -2/+3 |
| | |||||
* | don't enable idle_poll, causes 100% CPU on FreeBSD 7.2RELENG_1_2_3_RELEASE | Chris Buechler | 2009-12-06 | 1 | -2/+2 |
| | |||||
* | Bring syslog up after all interfaces are up and running | sullrich | 2009-12-06 | 1 | -3/+3 |
| | |||||
* | Move syslogd start to after LAN interface bringup. Tested-by: jim-p, ↵ | sullrich | 2009-12-06 | 1 | -5/+5 |
| | | | | myself. Resolves #196 | ||||
* | Nuke (). Noticed-by: JimP | sullrich | 2009-12-05 | 1 | -1/+1 |
| | |||||
* | Start rolling towards 1.2.3-REL | sullrich | 2009-12-03 | 1 | -1/+1 |
| | |||||
* | Ensure process is running before killing | sullrich | 2009-12-02 | 6 | -10/+20 |
| | |||||
* | Make sure process is running before killing | sullrich | 2009-12-02 | 1 | -1/+2 |
| | |||||
* | Delete DHCP Server interfaces and do not leave XXXX based interfaces. ↵ | sullrich | 2009-11-29 | 1 | -4/+6 |
| | | | | Resolves #16 | ||||
* | Sanitize username and only return letters numbers and spaces on the ↵ | Scott Ullrich | 2009-11-14 | 1 | -1/+7 |
| | | | | username. This eliminates the error during login that was cosmetic only in nature. The previous two commits where edge cases as the webConfigurator would never allow a blank username or password and was revised just for completeness sakes. | ||||
* | Disallow blank passwords | Scott Ullrich | 2009-11-14 | 1 | -2/+2 |
| | |||||
* | Disallow blank passwords | Scott Ullrich | 2009-11-14 | 1 | -30/+36 |
| | |||||
* | Patch from Ron Lockard that fixed restore_chflags due to a STDOUT ↵ | Scott Ullrich | 2009-11-13 | 1 | -3/+3 |
| | | | | redirection issue | ||||
* | Don't add port on no nat rules. Fixes #120 | Chris Buechler | 2009-11-07 | 1 | -9/+10 |
| | |||||
* | Revert "Fix no nat rules where ports 1024:65535 is added Resolves #120" | Scott Ullrich | 2009-10-27 | 1 | -5/+3 |
| | | | | This reverts commit 395a0413858c2301732e82d89f6a1b94ea0886f4. | ||||
* | Fix no nat rules where ports 1024:65535 is added Resolves #120 | Scott Ullrich | 2009-10-27 | 1 | -3/+5 |
| | |||||
* | Correctly note that the pfSenseupgrade is starting | sullrich | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | Revert "Allow setting of LB Server mode" | Scott Ullrich | 2009-10-13 | 1 | -9/+3 |
| | | | | This reverts commit c5dfeaf6c31999688034c22b4fcb56477f0b9bd7. | ||||
* | Allow setting of LB Server mode | Scott Ullrich | 2009-10-13 | 1 | -3/+9 |
| | |||||
* | Remove upgrade IMG file after failure | Scott Ullrich | 2009-10-13 | 1 | -1/+5 |
| | |||||
* | oops, remove stray ; | Scott Ullrich | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | Do not allow mounting of RO mode when the firmware update manual mode is ↵ | Scott Ullrich | 2009-10-12 | 1 | -0/+4 |
| | | | | engaged (RW) | ||||
* | moving setup_microcode above interfaces_vlan_configure makes ↵ | Chris Buechler | 2009-10-03 | 1 | -3/+3 |
| | | | | interfaces_vlan_configure log errors to the console, so move it after to silence. | ||||
* | Make sure that we always end the file with a carriage return, if we have a ↵ | Seth | 2009-09-30 | 1 | -1/+2 |
| | | | | single record the carriage return is missing which causes dnswatch to crash. | ||||
* | If gzsig does not exist then return 1 | Scott Ullrich | 2009-09-27 | 1 | -0/+3 |
| | |||||
* | Fix siproxd rule generation | Chris Buechler | 2009-09-26 | 1 | -2/+2 |
| | |||||
* | fix Everything remote syslog option | Chris Buechler | 2009-09-25 | 1 | -7/+9 |
| | | | | Resolves #91 | ||||
* | move setup_microcode above the interface configuration, so in circumstances ↵ | Chris Buechler | 2009-09-25 | 1 | -6/+6 |
| | | | | where the interface configuration needs to override those settings for working around certain problems (like disabling tx/rx checksum for wireless bridging) it doesn't get stomped on at boot time. | ||||
* | Disable checksum offloading on wired interfaces when a wireless interface is ↵ | Chris Buechler | 2009-09-25 | 1 | -1/+13 |
| | | | | | | bridged. Resolves #88 | ||||
* | Add IPSEC fixes sent in from Evgeny when a tunnel is disabled | sullrich | 2009-09-25 | 1 | -19/+21 |
| | |||||
* | register_argc_argv needs to be On so that we can process rc.linkup events | Scott Ullrich | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | Axe the s in developers. Capitalize accordingly. Suggested by JimP | Scott Ullrich | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | Axe the s in developers. Suggested by JimP | Scott Ullrich | 2009-09-22 | 1 | -1/+1 |
| |