| Commit message (Expand) | Author | Age | Files | Lines |
* | Use empty() so we don't use it if it's defined but blank. | jim-p | 2011-07-01 | 1 | -1/+1 |
* | If available, also track the IP used by a user making a config change. | jim-p | 2011-07-01 | 1 | -0/+2 |
* | Do a more thorough check for platform on the ro call, or factory reset blows up. | jim-p | 2011-06-16 | 1 | -1/+3 |
* | Fixup text. | jim-p | 2011-04-06 | 1 | -2/+2 |
* | Actually re-parse the config if a valid config was not written. (Should help ... | jim-p | 2011-04-06 | 1 | -2/+9 |
* | Check for function existence before calling it. | Ermal | 2011-03-30 | 1 | -1/+2 |
* | Backing this out to see if it unbreaks NanoBSD upgrades with packages involve... | jim-p | 2011-03-26 | 1 | -8/+5 |
* | Workaround for conf_mount_rw/ro during boot to only allow it to change at the... | Erik Fonnesbeck | 2011-03-22 | 1 | -5/+8 |
* | Add code to allow custom upgrade code to run after the pfSense upgrade code f... | Ermal | 2011-03-15 | 1 | -1/+6 |
* | When doing conf_mount_ro/rw on NanoBSD, pass sync,noatime to mount to preserv... | jim-p | 2011-03-07 | 1 | -6/+6 |
* | Comment out the "config write on bootup" error. This is normal now with the p... | jim-p | 2011-02-16 | 1 | -0/+4 |
* | Better way to determine the username for config descrs | jim-p | 2011-01-18 | 1 | -2/+4 |
* | Fix variable name reference | jim-p | 2011-01-18 | 1 | -1/+1 |
* | Stop spewing backup info on bootup | Scott Ullrich | 2011-01-07 | 1 | -1/+1 |
* | Add back booting check that existed prior to refcount code. We will improve ... | Scott Ullrich | 2011-01-07 | 1 | -1/+4 |
* | Improve parse_config to not be recursive for no reason. This fixes some stran... | Ermal | 2010-12-30 | 1 | -54/+52 |
* | Add some more safe belts and remove code that is commented from long time now... | Ermal | 2010-12-23 | 1 | -1/+4 |
* | nuke trailing carriage returns | Scott Ullrich | 2010-12-22 | 1 | -1/+1 |
* | No need to output 'Loading new configuration'. We already have a line writte... | Scott Ullrich | 2010-12-18 | 1 | -3/+0 |
* | 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 | 1 | -3/+3 |
* | Call sync after writing the file and before returning to continue processing. | Scott Ullrich | 2010-11-30 | 1 | -18/+22 |
* | Use product name | Scott Ullrich | 2010-11-28 | 1 | -1/+1 |
* | Check for pfsense root object name in config.xml as a fallback if the configu... | Erik Fonnesbeck | 2010-11-26 | 1 | -2/+2 |
* | Upon restoring a config, replacing whole sections, or editing config.xml in e... | Erik Fonnesbeck | 2010-11-21 | 1 | -0/+32 |
* | Remove trailing carriage return | Scott Ullrich | 2010-11-10 | 1 | -1/+1 |
* | Correctly call die() in the places needed. Also remove unused global. | Ermal | 2010-10-19 | 1 | -36/+42 |
* | Do not output duplicate done | Scott Ullrich | 2010-08-22 | 1 | -2/+0 |
* | Move all console related configuration items to config.console.inc. This wil... | Scott Ullrich | 2010-08-09 | 1 | -492/+2 |
* | Fix typo in interface name. | Erik Fonnesbeck | 2010-08-02 | 1 | -1/+1 |
* | Remove config.extra.xml, I will just merge the remote configuration areas rig... | Scott Ullrich | 2010-07-28 | 1 | -21/+1 |
* | Comment out this line for now, since it was preventing config saving. | Erik Fonnesbeck | 2010-07-27 | 1 | -1/+3 |
* | If config.extra.xml exists parse and merge its contents into the array as lon... | Scott Ullrich | 2010-07-27 | 1 | -4/+34 |
* | Correct ifconfig syntax | Ermal | 2010-06-02 | 1 | -2/+2 |
* | Do not set max_execution time here. | Ermal | 2010-06-01 | 1 | -1/+1 |
* | Refactor this function a little so it will also rebuild the cache if it does ... | jim-p | 2010-05-19 | 1 | -49/+55 |
* | Do not bail out when we write a new config. Seems that we can write some spec... | Ermal | 2010-05-18 | 1 | -9/+10 |
* | Ticket #544. Restore locking, seems w+ migh already lock the file sometimes. ... | Ermal | 2010-05-13 | 1 | -14/+11 |
* | Tag all config write cases with the username. | jim-p | 2010-05-12 | 1 | -2/+2 |
* | Include username of person making the change in config change description, an... | jim-p | 2010-05-12 | 1 | -1/+2 |
* | Correct file_notice usage. | Ermal | 2010-05-06 | 1 | -1/+1 |
* | Add enable bits. | Ermal | 2010-03-27 | 1 | -0/+2 |
* | backup_config() does not need to be wrapped with conf_mount_rw(). | Ermal | 2010-03-23 | 1 | -3/+0 |
* | Unbreak ACB | Scott Ullrich | 2010-03-23 | 1 | -0/+3 |
* | The user owner of /dev/pf is root the group will be left to proxy to allow pa... | Ermal | 2010-03-23 | 1 | -1/+1 |
* | Ticket #434. Do not die when parsing config since we know how to recover. Onl... | Ermal | 2010-03-19 | 1 | -3/+4 |
* | Ticket #417. Fix installation on embedded by using a refcount system for the ... | Ermal | 2010-03-17 | 1 | -24/+8 |
* | Move check upper to suit the platforms not needing it better. | Ermal Luçi | 2010-03-08 | 1 | -4/+4 |
* | Move call up to where it belongs. | Ermal Luçi | 2010-03-08 | 1 | -2/+2 |
* | Propperly initialize variables so they function is as expected. | Ermal Luçi | 2010-03-05 | 1 | -0/+1 |