summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* Use $RealIf.vlan$tag interface names for vlans. This makes them more ↵Ermal Luçi2009-06-081-2/+2
| | | | userfriendly.
* Revert "Do not use tags for vlan interface names since there might be same ↵Ermal Luçi2009-06-081-4/+4
| | | | | | vlan tags on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@" This reverts commit 83bdca55920ca6ab3d848f0993d57a1f9b85098f.
* Do not use tags for vlan interface names since there might be same vlan tags ↵Ermal Luçi2009-06-081-4/+4
| | | | on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@
* Move Sync of config from filter.inc filter_reload to write_config and all ↵Ermal Luçi2009-05-221-0/+4
| | | | the code in a new file rc.filter_synchronize. The later is called by check_reload_status with the tmp/filter_sync action triggered with carp_sync_client() function. This solves the excessive syncing of configs on not needed cases and speedups the filter_configure_sync!
* Some more locking fixes.Ermal Luçi2009-05-111-0/+3
|
* Match the logic with other functions.Ermal Luçi2009-05-111-5/+5
|
* Fix logic.Ermal Luçi2009-05-091-2/+2
|
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-105/+73
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Include crypt.inc explicitly.Ermal Luçi2009-04-301-0/+2
|
* * Shuffle functions around to reduce require_once() a little.Ermal Luçi2009-04-291-49/+5
|
* Fix vlan creation to use the interface tags and not numbers without any ↵Ermal Luçi2009-04-261-4/+2
| | | | meaning. Reported on http://forum.pfsense.org/index.php/topic,15861.0.html.
* touch up text, prevent "The second argument should be array or object" error ↵Chris Buechler2009-04-181-2/+3
| | | | when there are no interfaces detected.
* Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel ↵Ermal Luçi2009-03-161-96/+1
| | | | now.(yay!)
* missing semicolonBill Marquette2009-03-141-1/+1
|
* Move 1700 lines of config upgrade code into it's own include file that's onlyBill Marquette2009-03-141-1699/+14
| | | | brought in when we actually need to upgrade the config file
* Remove duplicate config.xml and restore conf.default/config.xml if ↵Bill Marquette2009-03-141-14/+2
| | | | /conf/config.xml and no backups exist
* Modify captive portal to use centralized user management. The user manager hasmgrooms2009-03-151-0/+26
| | | | been modified to include an account expiration option to support this service.
* Rewrite the rrd upgrade code to use the newly added xml2array function ↵Seth Mos2009-03-131-5/+11
| | | | | | | specifically for the rrd upgrade code. This is about 4 times faster then our builtin parser. Hoping this can solve part of the the 45 minute upgrade cycles on embedded builds
* Correct the configuration file IPsec certificate upgrade process.mgrooms2009-03-121-14/+22
|
* Migrate IPsec certificate management to centralized system.mgrooms2009-03-121-1/+41
|
* Use nice -n20 for common launched itemsScott Ullrich2009-03-111-2/+2
|
* Unbreak the treeSeth Mos2009-03-101-1/+2
|
* Show dmesg interface names when first configuring the networkSeth Mos2009-03-101-2/+2
|
* Fix check for running ftp proxy.Seth Mos2009-03-101-3/+6
| | | | | PHP bug, when running exec() the output array will _not_ be cleared before using it again. This means that one needs to clear it before reusing it. Otherwise the contents of the previous command will be used.
* Use the vlan tag for interface name even when creating vlans from console.Ermal Luçi2009-03-091-1/+1
|
* Properly escape more quotes and add more of themseth2009-03-091-1/+1
|
* Escape quotes in commandseth2009-03-091-2/+2
| | | | Add missing quote
* Fix ftp-proxy check for running processesseth2009-03-091-2/+2
|
* More fixes at escaped double quotes not working!Ermal Luçi2009-03-081-2/+2
|
* Correctly detect processes pid's.Ermal Luçi2009-03-081-3/+3
|
* * Do not restart ipfw-classifyd on every iteration just send a signal to ↵Ermal Luçi2009-03-081-1/+1
| | | | | | | reload the config. This way no data is lost * Some cleanups to fix warning/spamming of the System logs * Present is_module_loaded() function to check if a module is loaded.
* Remove all global decalarations regarding pptp/pppoe/l2tp they are no more ↵Ermal Luçi2009-02-151-13/+0
| | | | needed.
* Opps, unbreak the page by removing unneeded curly.Ermal Luci2009-01-251-1/+1
|
* The MS-Dos filesystem was renamed from msdos to msdosfs in 6.3.Scott Ullrich2009-01-181-1/+1
| | | | Information submitted-by: Tim Judd
* Correctly upgrade databases from 1.2Seth Mos2008-12-261-1/+1
|
* Don't divide roundtrip by 100 either?Seth Mos2008-12-241-1/+1
|
* Final attempt at making rows merger work before I throw in the towel.Seth Mos2008-12-241-2/+2
| | | | Empty rows need to proceed the old data when growing the RRA archive
* Keep RRD format the same during conversion.Seth Mos2008-12-241-1/+3
| | | | After restoring the RRD resize the 3rd RRA (12 hours) to 3000 to cover 4 years
* calculus when dividing old roundtrip times was off by 10Seth Mos2008-12-241-1/+1
|
* Cleanup outputSeth Mos2008-12-241-1/+1
|
* Do not add a extra RRA archive while converting. It requires a alarming ↵Seth Mos2008-12-241-2/+1
| | | | | | amount of parsing and calculation. Deferring.
* Remove log_error statements as syslog does not work during the config ↵Seth Mos2008-12-231-2/+0
| | | | upgrade stage
* Cleanup outputSeth Mos2008-12-231-4/+4
|
* Set correct dump filename varsSeth Mos2008-12-231-0/+3
|
* Also convert quality databases. The delay value needs to be divided by 1000.Seth Mos2008-12-231-0/+25
| | | | This because apinger logs in seconds, not in milliseconds.
* Remove print_r debuggingSeth Mos2008-12-221-2/+0
|
* Redirect stderr so we can log it to the system logs.Seth Mos2008-12-211-4/+4
|
* Make sure to reset array before beginning migration. otherwise the arrays ↵Seth Mos2008-12-211-0/+2
| | | | get added to each other.
* More debuggingevenSeth Mos2008-12-211-1/+2
|
* add debuggingSeth Mos2008-12-211-2/+3
| | | | fix parse error
OpenPOWER on IntegriCloud