summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Jettison get_interface_list from this fileScott Ullrich2009-08-241-1/+0
|
* Make style consistentScott Ullrich2009-08-241-4/+2
|
* Oops, part of the git merge sneaked in here. RemoveScott Ullrich2009-08-241-10/+4
|
* Add split() wrapper so that when split() is removed from php 6 we will not ↵Scott Ullrich2009-08-241-1/+8
| | | | have any extra gotchas. Resolves #57
* Use ifconfig -l instead of native get_interface_list() to avoid include hellScott Ullrich2009-08-241-0/+2
|
* Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into ↵Scott Ullrich2009-08-245-6/+388
|\ | | | | | | | | | | | | | | review/master Conflicts: etc/inc/certs.inc etc/inc/upgrade_config.inc
| * Added a missing argument in the lighty configuration for captive portal.Nigel Graham2009-05-261-2/+2
| |
| * Found another bug in ca_chain_array.Nigel Graham2009-05-261-1/+1
| |
| * Fixed a problem in ca_chain that caused a segmentation fault.Nigel Graham2009-05-261-9/+9
| |
| * Added support for certificate chains to manager so that lighty can deliver ↵Nigel Graham2009-05-245-4/+158
| | | | | | | | them via SSL.
OpenPOWER on IntegriCloud