summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add a function that compares current DNS to the dnscache file.Seth Mos2009-01-131-0/+45
| | | | | | | If they are not identical it will return the old Ip addresses which can be used for removal of old items before adding new ones. This is used by the rc.newipsecdns script when the remote ipsec gateway hostname has changed IP and we need to remove the old SPD entries
* Port the code for granular adding and removing IPsec SPD policies.Seth Mos2009-01-131-33/+182
| | | | | This is the backend part of it which is uses by rc.newipsecdns when a hostname changes IP
* Fix variable name. This unbreaks the intial links if you try to configure it ↵Ermal Luçi2009-01-051-1/+1
| | | | manually.
* Load dummynet if per user bandwidth is active on CP.Ermal Luçi2009-01-041-0/+2
|
* Do not flush whole dummynet just for reloading it supports reconfiguration ↵Ermal Luçi2009-01-041-1/+2
| | | | of pipes/queues. This helps with the upcomming CP per user bandwidth activation.
* Corrected layer7 name in rules configHelder Pereira2008-12-271-3/+3
| | | | Added divert tag to pf rules when layer7 is selected in a firewall rule
* Correctly upgrade databases from 1.2Seth Mos2008-12-261-1/+1
|
* Pass down the friendly interface to dyndns to correct problems with find the ↵Ermal Luçi2008-12-252-5/+2
| | | | interface ip and binding of curl.
* Add missing braceSeth Mos2008-12-241-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-242-2/+12
| | | | Empty rows need to proceed the old data when growing the RRA archive
* Add layer7 options to filter rules so the new code on the traffic shaper can ↵Ermal Luçi2008-12-241-2/+32
| | | | | | | | | | be useful. I have modified somewhat the logic of it and probably a ABI breakage might be necessart with a 'needed' pf state structure change to accomodate the deficencies of divert sockets. Merry Christmas! Submitted-by: Helder Pereira
* 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
* Fixup some code on [re]starting ipfw-classifyd.Ermal Luçi2008-12-241-2/+4
|
* Set more default valuesSeth Mos2008-12-241-0/+8
|
* Change RRA 12 hour archive to 3000, drop the 1 day archive for new databasesSeth Mos2008-12-241-23/+13
|
* calculus when dividing old roundtrip times was off by 10Seth Mos2008-12-241-1/+1
|
* Cleanup outputSeth Mos2008-12-241-1/+1
|
* Add kill_traffic_collector()Seth Mos2008-12-241-0/+4
|
* Add enable_rrd_graphing();Seth Mos2008-12-241-0/+471
|
* Remove enable_rrd_graphing()Seth Mos2008-12-241-541/+0
|
* 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.
* Use FilterIflist for consistency.Ermal Luçi2008-12-231-2/+2
|
* Correct comment, the 1:1 ftp proxy helper uses ftp-proxy, not ftpsesameScott Ullrich2008-12-231-1/+1
|
* * Use full path to grep and awkScott Ullrich2008-12-231-3/+3
| | | | * Test for p and not -p
* * Use correct ftp-proxy argumentsScott Ullrich2008-12-231-2/+2
|
* Move no binat ftp helper before binat rule creationScott Ullrich2008-12-231-23/+23
|
* Run /etc/rc/php_ini_setup before testing phpScott Ullrich2008-12-231-0/+2
|
* Add openssl php extensionScott Ullrich2008-12-231-0/+1
|
* Remove notice that contents are being written to script caused by nohupScott Ullrich2008-12-231-1/+1
|
* Make rc.php_ini_setup smarter by testing final list of php modules forScott Ullrich2008-12-231-0/+31
| | | | | loading errors. If a module did not load remove it from php.ini and add the load error to /var/run/php_modules_load_errors.txt
* Remove sqlite for now until undefined symbol error can be resolved.Scott Ullrich2008-12-231-1/+0
|
* 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
|
* Surpress rm outputSeth Mos2008-12-231-1/+3
|
* Set correct dump filename varsSeth Mos2008-12-231-0/+3
|
* Add unknown values for the extra data sources during bootSeth Mos2008-12-231-2/+2
|
* 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.
* Test modules correctlyScott Ullrich2008-12-231-2/+8
|
* Do not alert for unfound modulesScott Ullrich2008-12-231-3/+0
|
* Set upload directory to /root for embeddedScott Ullrich2008-12-231-1/+8
|
* Do not return empty rows when probing loaded php modulesScott Ullrich2008-12-231-2/+2
|
* * Add commentsScott Ullrich2008-12-221-1/+39
| | | | * Add (C)
* Do not remove old php.ini files, they will be replaced.Scott Ullrich2008-12-221-3/+0
|
* s/.so//Scott Ullrich2008-12-221-1/+1
|
* Add mysql.so and sqlite.soScott Ullrich2008-12-221-1/+3
|
* * Make PHP extensions directory a variableScott Ullrich2008-12-221-2/+8
| | | | * Check to ensure that each needed extension exists before adding to php.ini
* Remove platform check. Even CDROM platform has unionfs now on RELENG_1Scott Ullrich2008-12-221-9/+7
|
* Open a write pipe so we can be sure the password goes to the stdinput of the ↵Ermal Luçi2008-12-221-2/+2
| | | | command. This should fix the ssh password problems reported on the forums.
* Add 0 values when the original also had values on that row so the graph math ↵Seth Mos2008-12-221-1/+11
| | | | works.
OpenPOWER on IntegriCloud