Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change ereg() to preg_match() function | ccesario | 2012-06-30 | 1 | -1/+1 |
| | |||||
* | Include util.inc and IPv6.inc before config.lib.inc. | smos | 2012-06-01 | 1 | -3/+3 |
| | | | | Several parts of the config upgrade relay on functions in these. | ||||
* | Ensure timezone is set | Scott Ullrich | 2012-01-18 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | jim-p | 2011-07-12 | 1 | -10/+11 |
|\ | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/interfaces.inc etc/inc/services.inc etc/inc/xmlrpc_client.inc usr/local/www/fbegin.inc usr/local/www/services_dhcp.php | ||||
| * | Merge remote branch 'mainline/master' into inc | Vinicius Coque | 2010-12-14 | 1 | -3/+10 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/auth.inc etc/inc/config.lib.inc etc/inc/filter.inc etc/inc/gwlb.inc etc/inc/interfaces.inc etc/inc/pfsense-utils.inc etc/inc/pkg-utils.inc etc/inc/shaper.inc etc/inc/upgrade_config.inc etc/inc/xmlparse.inc usr/local/www/fbegin.inc | ||||
| * | | Implement gettext() calls on config.inc | Carlos Eduardo Ramos | 2010-08-16 | 1 | -11/+12 |
| | | | |||||
* | | | Merge remote branch 'upstream/master' | Seth Mos | 2010-12-20 | 1 | -3/+10 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/vslb.inc usr/local/www/interfaces.php | ||||
| * | | Use pfSense_sync() | Scott Ullrich | 2010-11-30 | 1 | -2/+2 |
| | | | |||||
| * | | Do not exec but use php_uname | Ermal | 2010-11-26 | 1 | -2/+2 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Hopefully now the reinclusion of config will not override vars. | Ermal | 2010-11-19 | 1 | -1/+1 |
| |/ | |||||
* | | Switch over the IPv6 functions from IPv6.inc, these are from the PHP PEAR ↵ | Seth Mos | 2010-10-26 | 1 | -1/+3 |
|/ | | | | library | ||||
* | Move all console related configuration items to config.console.inc. This ↵ | Scott Ullrich | 2010-08-09 | 1 | -1/+1 |
| | | | | will mean that these items are not included when the webConfigurator is being used and only on bootup on the console. | ||||
* | Set the timezone if available. This will minimize calls to the system for ↵ | Scott Ullrich | 2010-08-02 | 1 | -2/+6 |
| | | | | tz data and should not have any negative side-effects. | ||||
* | Remove trailing newline | Scott Ullrich | 2010-07-27 | 1 | -1/+1 |
| | |||||
* | Ticket #444. Use noatime even here. | Ermal | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | Do not bail out when we write a new config. Seems that we can write some ↵ | Ermal | 2010-05-18 | 1 | -2/+2 |
| | | | | special characters but might not be able to read them back but we still should be able to recover from this. Include globals.inc before calling any config.lib.inc functions. | ||||
* | Do not try to upgrade from m0n0 config to pfSense config on every invocation ↵ | Ermal Luçi | 2010-03-03 | 1 | -2/+2 |
| | | | | of config.inc but only during bootup, basically this gives a lot of speed up in GUI. | ||||
* | remove old lint check | Chris Buechler | 2010-02-01 | 1 | -6/+2 |
| | | | | disable the already loaded config.inc check for the time being as it breaks things. | ||||
* | Fix errors because of the function is_file_included is not yet declared in ↵ | Ermal Luçi | 2010-02-01 | 1 | -1/+1 |
| | | | | some cases. | ||||
* | Ticket #309. Correctly fix the problems of intermediate config lost because ↵ | Ermal Luçi | 2010-02-01 | 1 | -4/+2 |
| | | | | of inclusion of config.inc. This might have speed impacts to be measured. | ||||
* | Move newer xmlreader code to xmlreader.inc. Restore old xmlparse code to ↵ | Scott Ullrich | 2009-11-06 | 1 | -1/+4 |
| | | | | xmlparse.inc. Default to the older xmlparse.inc but add a flag check if /cf/conf/use_xmlreader is present the newer code will be included instead until the remaining bugs can be resolved with it (see rcs for many). | ||||
* | Call conf_mount_rw() and ro where needed | Scott Ullrich | 2009-10-15 | 1 | -1/+1 |
| | |||||
* | remove functional code from config.inc and place it in a library file ↵ | Erik | 2009-10-07 | 1 | -1203/+2 |
| | | | | config.lib.inc | ||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions | Scott Ullrich | 2009-09-12 | 1 | -0/+4 |
| | |||||
* | Turn off auto assignment of interfaces code until the author can fix its issues | Scott Ullrich | 2009-08-29 | 1 | -4/+5 |
| | |||||
* | Merge branch 'master' of ↵ | Scott Ullrich | 2009-08-24 | 1 | -108/+191 |
|\ | | | | | | | | | | | | | git://rcs.pfsense.org/pfsense/techneck-auto_interface into review/master Conflicts: etc/inc/config.inc | ||||
| * | Adds automated interface setup + sshd for installation only. | Tim Allender | 2009-07-17 | 1 | -109/+192 |
| | | |||||
* | | * In config_install validate the file that will be installed not the already ↵ | Ermal Luçi | 2009-08-24 | 1 | -6/+10 |
| | | | | | | | | | | | | | | | | present config! * Convert most hardcoded /tmp to the global variable * Do not reboot the firewall under the hood without confirmation from the user after restoring. Just ask the user to do it. * Fix various things in restore/backup code. | ||||
* | | Unbreak config_restore() | Scott Ullrich | 2009-08-23 | 1 | -4/+8 |
| | | |||||
* | | Fix another wrong code. | Ermal Luçi | 2009-08-21 | 1 | -2/+3 |
| | | | | | | | | | | | | | | Initialize $config_parsed before even expecting things to work. Set $config_parsed value inside lock protected code to avoid races inside function. NOTE: That this still is racy, since the value of $config_parsed before being checked at the end of config.inc, but i will leave the task to the propper/sponsored person to fix! | ||||
* | | Unbreak parse_config plugins and fix autoconfigbackup | Scott Ullrich | 2009-08-21 | 1 | -6/+10 |
| | | |||||
* | | Remove extra plugin info | Scott Ullrich | 2009-08-20 | 1 | -4/+0 |
| | | |||||
* | | Check even if the file exists or not. Only checking filesize its not enough ↵ | Ermal Luçi | 2009-08-13 | 1 | -2/+2 |
|/ | | | | for all cases. | ||||
* | Set the memory limit to 128M | Scott Ullrich | 2009-07-09 | 1 | -1/+6 |
| | |||||
* | Correct spacing for interfaces. Reload interfaces after assinging is changed ↵ | Ermal Luçi | 2009-07-09 | 1 | -1/+1 |
| | | | | from console. | ||||
* | There is not necessity to launch mount commands for nothing. | Ermal Luçi | 2009-07-08 | 1 | -0/+3 |
| | |||||
* | Check for an array before doing anything else. The array handling has ↵ | Ermal Luçi | 2009-07-03 | 1 | -2/+4 |
| | | | | changed in PHP5. | ||||
* | Print the correct interface name to be used. This is reported on Issue #19 ↵ | Ermal Luçi | 2009-07-03 | 1 | -2/+2 |
| | | | | as a bug but really it is not. | ||||
* | Convert even ssh key gen to the new subsystem_dirty calls. | Ermal Luçi | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | Prevent recursive calls to conf_mount_* | Ermal Luçi | 2009-07-01 | 1 | -1/+7 |
| | |||||
* | Remove trailing / | Scott Ullrich | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | Remove trailing / | Scott Ullrich | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | Correct the name its parse_config | Scott Ullrich | 2009-06-30 | 1 | -4/+4 |
| | |||||
* | * Reorganize the 'apply' button infrustructure in the GUI. | Ermal Luçi | 2009-06-30 | 1 | -2/+2 |
| | | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification | ||||
* | Teach config about nanobsd platform | Scott Ullrich | 2009-06-27 | 1 | -2/+2 |
| | |||||
* | No need to call conf_mount_rw() to generate config cache, its written to /tmp | Scott Ullrich | 2009-06-25 | 1 | -3/+1 |
| | |||||
* | s/./_/ for vlans since netgraph does not like .(dots) in the path names. | Ermal Luci | 2009-06-16 | 1 | -2/+2 |
| | |||||
* | Include notices.inc to get the file_notice function. | Ermal Luçi | 2009-06-10 | 1 | -2/+2 |
| |