Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Use -ss for syslogd. Suggested-by: Ermal" | Scott Ullrich | 2010-11-30 | 1 | -3/+3 |
| | | | | This reverts commit c57e0d704ac08afee31e1e79f0b8228f5eb66cb1. | ||||
* | Use -ss for syslogd. Suggested-by: Ermal | Scott Ullrich | 2010-11-30 | 1 | -3/+3 |
| | |||||
* | Use -l | Scott Ullrich | 2010-11-30 | 1 | -3/+3 |
| | |||||
* | Unbreak Status -> System Logs -> DHCP due to chroot and new version of DHCPD. | Scott Ullrich | 2010-11-30 | 1 | -3/+3 |
| | |||||
* | Do a fflush of file before closing and sync(2). Fix whitespace while here. | Ermal | 2010-11-30 | 1 | -20/+21 |
| | |||||
* | Use pfSense_sync() | Scott Ullrich | 2010-11-30 | 6 | -10/+10 |
| | |||||
* | Call sync after writing the file and before returning to continue processing. | Scott Ullrich | 2010-11-30 | 1 | -18/+22 |
| | |||||
* | Store upgraded monitor IPs in gateway items, not accidentally as bogus ↵ | jim-p | 2010-11-30 | 1 | -4/+5 |
| | | | | interfaces. This was causing some configs to upgrade and then get stuck in a reassignment loop after the next reboot. | ||||
* | Mount rw so we can have the packages processing correctly. | Ermal | 2010-11-30 | 1 | -1/+3 |
| | |||||
* | Print file name when logging an xml error. | jim-p | 2010-11-30 | 1 | -2/+3 |
| | |||||
* | Use fullpath | Ermal | 2010-11-30 | 1 | -4/+4 |
| | |||||
* | Ticket #911. Provide an option under system->advanced->misc to disable ↵ | Ermal | 2010-11-30 | 1 | -1/+4 |
| | | | | killing states when a gateway goes down. Possibly on 2.1+ this might be made an option specific for each gateway! | ||||
* | Ticket #1047. Make the flags the same for each member interface before ↵ | Ermal | 2010-11-30 | 1 | -4/+40 |
| | | | | adding them to lagg(4)/bridge(4) | ||||
* | Make the RRD path if it doesn't yet exist at this point. | jim-p | 2010-11-30 | 1 | -0/+2 |
| | |||||
* | Run ecl through php instead of executing directly. | jim-p | 2010-11-30 | 1 | -2/+2 |
| | |||||
* | Remove extraneous ')'. So much for php -l | Ermal | 2010-11-30 | 1 | -1/+1 |
| | |||||
* | Rework this loader.conf changing code a bit. Might help with ticket #560 | jim-p | 2010-11-29 | 1 | -15/+12 |
| | |||||
* | Revert "Add Active Directory group membership checking Ticket #1009" | Scott Ullrich | 2010-11-29 | 1 | -83/+78 |
| | | | | This reverts commit ef17372492fb3d271497160a816eba64b3bcf436. | ||||
* | Add Active Directory group membership checking Ticket #1009 | Scott Ullrich | 2010-11-29 | 1 | -78/+83 |
| | |||||
* | Set net.inet.carp.log=1. Ticket #1038 | Scott Ullrich | 2010-11-29 | 1 | -1/+1 |
| | |||||
* | Add suggested fix from ticket #1037 | jim-p | 2010-11-29 | 1 | -1/+1 |
| | |||||
* | Reintroduce this optimization, but use the correct return value this time. | Erik Fonnesbeck | 2010-11-28 | 1 | -4/+3 |
| | |||||
* | Unbreak sysctl handling. | Scott Ullrich | 2010-11-28 | 2 | -5/+6 |
| | |||||
* | Use exec() | Scott Ullrich | 2010-11-28 | 2 | -6/+4 |
| | |||||
* | Add pfSsh.php externalconfiglocator playback script | Scott Ullrich | 2010-11-28 | 3 | -2/+6 |
| | |||||
* | Nuke newline | Scott Ullrich | 2010-11-28 | 1 | -1/+0 |
| | |||||
* | Skip slices on bootup device | Scott Ullrich | 2010-11-28 | 1 | -1/+11 |
| | |||||
* | Cleanup | Scott Ullrich | 2010-11-28 | 1 | -3/+6 |
| | |||||
* | Use product name | Scott Ullrich | 2010-11-28 | 2 | -2/+2 |
| | |||||
* | Use head binary and eliminate a pipe to avoid broken pipe warning | Scott Ullrich | 2010-11-28 | 1 | -2/+3 |
| | |||||
* | Fix misc errors. File now restores and throws an alert when completed. | Scott Ullrich | 2010-11-28 | 1 | -17/+43 |
| | |||||
* | Add php header | Scott Ullrich | 2010-11-28 | 1 | -0/+2 |
| | |||||
* | Handle slices | Scott Ullrich | 2010-11-28 | 1 | -32/+46 |
| | |||||
* | Only check / and /config for config.xml. Otherwise you might step on a ↵ | Scott Ullrich | 2010-11-28 | 1 | -1/+1 |
| | | | | nanobsd installation. | ||||
* | Adding external configuration loader which will look on all found disks ↵ | Scott Ullrich | 2010-11-28 | 2 | -0/+125 |
| | | | | except bootup disk for config.xml. If tconfig.xml is found on an external disk then it tests the roobobj to ensure its a valid file then calls test_config() to ensure it is a valid xml file. Once the file is validated a backup_config() is called to backup the current configuration and finally the file is installed using restore_backup() | ||||
* | Ooops add missing or. | Ermal | 2010-11-27 | 1 | -1/+2 |
| | |||||
* | Increase suhosin maximum memory to avoid this error: ALERT - script tried to ↵ | Scott Ullrich | 2010-11-26 | 1 | -0/+1 |
| | | | | increase memory_limit to 268435456 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '/etc/inc/config.inc', line 59) | ||||
* | Check for pfsense root object name in config.xml as a fallback if the ↵ | Erik Fonnesbeck | 2010-11-26 | 3 | -6/+18 |
| | | | | configured name is not found. | ||||
* | Ticket #1037. Move environment manipulation to the authentication script ↵ | Ermal | 2010-11-26 | 2 | -4/+9 |
| | | | | since escaping slashes is not so easz on dynamic built paths. | ||||
* | No need to go through the array when the key can be tested directly. | Ermal | 2010-11-26 | 1 | -5/+4 |
| | |||||
* | Remove temporary hack which spams console during boot. | Ermal | 2010-11-26 | 1 | -2/+0 |
| | |||||
* | Use php_uname where possible. | Ermal | 2010-11-26 | 2 | -5/+5 |
| | |||||
* | Do not exec but use php_uname | Ermal | 2010-11-26 | 1 | -2/+2 |
| | |||||
* | include broadcast address to allow dhcp to work. | Ermal | 2010-11-26 | 1 | -2/+2 |
| | |||||
* | Do not guess the defaultgw this is static info. | Ermal | 2010-11-25 | 1 | -3/+4 |
| | |||||
* | Ticket #1037. Add suggestion in the ticket for using the CA supplied to ↵ | Ermal | 2010-11-25 | 1 | -2/+4 |
| | | | | openvpn for authenticating to SSL LDAP. | ||||
* | Nuke trailing c/r | Scott Ullrich | 2010-11-24 | 9 | -10/+8 |
| | |||||
* | Nuke trailing c/r | Scott Ullrich | 2010-11-24 | 1 | -2/+2 |
| | |||||
* | Set memory to 256M on amd64 | Scott Ullrich | 2010-11-24 | 1 | -2/+9 |
| | |||||
* | Ensure returned item is an array. | Scott Ullrich | 2010-11-23 | 1 | -6/+8 |
| |