summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Properly send mpd logs to vpn.log. Filtering needs to be done in the file ↵Ermal Luçi2009-09-111-2/+3
| | | | itself. Some trimming of what gets logged in the daemon itself needs to be done but that to a future review. This should partially fix Feature #73.
* Add 1 meg to on size disk imageScott Ullrich2009-09-101-0/+1
|
* Remove /var/run/firmware.lock as wellScott Ullrich2009-09-101-3/+8
|
* Show what each of the numbers are during a upgrade size failure checkScott Ullrich2009-09-101-1/+1
|
* Correctly fix Bug #64.Ermal Luçi2009-09-101-1/+1
|
* Trigger syncing of data always and let the apprpriate ↵Ermal Luçi2009-09-101-5/+2
| | | | script(rc.filter_synchronize) decide if a notice is to be send or not. This removes dependency on keeping code synchronized with the syncing script.
* Seems we need even CDATA handling since it is used through packages.Ermal Luçi2009-09-091-0/+1
|
* Use empty() function for testing which is far more better than just <> "".Ermal Luçi2009-09-091-4/+4
|
* Make checks stronger.Ermal Luçi2009-09-091-1/+1
|
* Remove wrongly duplicated code. Leave a comment on the oddity that is the ↵Ermal Luçi2009-09-091-10/+8
| | | | packages code.
* If it is supposed to be an array then make sure it has the array type. This ↵Ermal Luçi2009-09-091-1/+4
| | | | fixes wireless configuration problems at least.
* Spelling and comment formatting changes, no code changes.stompro2009-09-081-8/+10
|
* Handle vlans specially now that we have other than just vlan in the vlan ↵Ermal Luçi2009-09-081-1/+2
| | | | interface names.
* Correct typo. Reported-by: ↵Ermal Luçi2009-09-051-1/+1
| | | | stompro(forums:http://forum.pfsense.org/index.php/topic,18841.0.html)
* Send a notify message only when really the synchronize is being doneErmal Luçi2009-09-051-2/+2
|
* Do not try to syncronize data when this setting is not enabledErmal Luçi2009-09-051-3/+5
|
* Add documentation headers for each functionScott Ullrich2009-09-041-11/+67
|
* Remove newlinesScott Ullrich2009-09-041-2/+2
|
* Do not echo out, use log_error()Scott Ullrich2009-09-041-2/+2
|
* Correct typo 'Could'Scott Ullrich2009-09-041-1/+1
|
* Ensure file existsScott Ullrich2009-09-041-3/+5
|
* Do not email the same message twiceScott Ullrich2009-09-041-0/+10
|
* Fix typo in variable name which resulted in a incorrect format for the ↵Seth Mos2009-09-011-1/+1
| | | | | | /var/db/ipsecpinghosts file. Fixes half of #61
* add missing sysctl to config upgradeChris Buechler2009-09-011-0/+5
|
* Make the config upgrade sysctls match the correct values in the default ↵Chris Buechler2009-09-011-4/+4
| | | | config.xml.
* Turn off auto assignment of interfaces code until the author can fix its issuesScott Ullrich2009-08-291-4/+5
|
* Grammar fixes, patch from Josh StomproChris Buechler2009-08-271-31/+31
|
* More fixes for vlan detectionjim-p2009-08-261-2/+3
|
* Slight fix to vlan hardware support detection.jim-p2009-08-261-1/+1
|
* Unbreak ipsec on my firewall. For some reason p2_ealgos is not being ↵Scott Ullrich2009-08-261-0/+7
| | | | defined and requires a 'require' to bring it in. Not sure why this is happening but this fix unbreaks my case at least.
* Do not direct deliverScott Ullrich2009-08-261-1/+1
|
* Revert "Use php to detect product name on shell scripts"Renato Botelho2009-08-264-4/+4
| | | | This reverts commit 07881462254d007cf77c1a5b09e7a840f708657e.
* remove debugging echoScott Ullrich2009-08-251-1/+1
|
* Check correct variablesScott Ullrich2009-08-251-1/+2
|
* Do not enter for loop if all variables are 0. Apparently we have some ↵Scott Ullrich2009-08-251-5/+9
| | | | include ordering issues that are preventing these variables from being set.
* Ipsec.inc is in functions.incScott Ullrich2009-08-252-4/+1
|
* Change name to rc.carpmaster and rc.carpbackupScott Ullrich2009-08-253-2/+2
|
* Use MASTER and BACKUPScott Ullrich2009-08-252-2/+2
|
* Adding rc.carpup and rc.carpdownScott Ullrich2009-08-252-0/+82
|
* Add and use rc.carpup and rc.carpdownScott Ullrich2009-08-251-2/+2
|
* s/growl/smtp/Scott Ullrich2009-08-251-1/+1
|
* Ensure both fields are present before sending emailScott Ullrich2009-08-251-1/+5
|
* Adding SMTP support. Ticket #59Scott Ullrich2009-08-251-0/+44
|
* Allow up to 3 remote syslog servers. Resolves #11Scott Ullrich2009-08-241-17/+95
|
* Remove whitespace and \tScott Ullrich2009-08-241-13/+13
|
* Use array_splice() to unset items that should not be sync'd (nosync) ↵Scott Ullrich2009-08-241-14/+28
| | | | Resolves #38
* Resolve mergeScott Ullrich2009-08-241-3/+4
|
* Note when running /etc/rc.php_ini_setupScott Ullrich2009-08-241-0/+2
|
* Resolve mergeScott Ullrich2009-08-241-226/+0
|
* Include certs.incScott Ullrich2009-08-241-1/+1
|
OpenPOWER on IntegriCloud