summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Correct this so the dpdaction is created properly as restartErmal2014-08-081-1/+1
|
* Do a reload on the cofniguration which is better than update. Also let the ↵Ermal2014-08-071-2/+1
| | | | keyingtries to 3 rather than forever to avoid problems on recovery.
* Change the logic of the vpn config generation to make connectivity more ↵Ermal2014-08-071-161/+166
| | | | stable especially ipsec. Also for IKEv1 just generate the policies and only on traffic start them.
* Move the rekey to yes always to avoid issues.Ermal2014-08-071-1/+1
|
* Per the dhcpd.conf man page and other documentation from ISC, mclt must not ↵Chris Buechler2014-08-061-3/+2
| | | | be defined on the secondary.
* Escape the individual dnsmasq advanced/custom optionsjim-p2014-08-061-1/+1
|
* Do not try to rekey for IKEv1.Ermal2014-08-011-1/+6
|
* Use a uniqid() to track phase2 entries to avoid confustion and various ↵Ermal2014-08-013-3/+17
| | | | mistakes when modifying and editing them.
* Fix for #3785 - 'strongswan config being generated with ike SA lifetime set ↵Matt Smith2014-07-301-4/+6
| | | | to value of ipsec SA lifetime'
* Remove even the config.cache from /tmp to avoid issues while hereErmal2014-07-301-0/+1
|
* Fix #3781 - 'strongswan dpdtimeout value not generated correctly'Matt Smith2014-07-291-1/+2
|
* Fix for bug 3769Matt Smith2014-07-231-2/+2
|
* Fix #983 - Add IP aliases subnets to interface subnet macro on GUI, since ↵Renato Botelho2014-07-221-6/+52
| | | | I'm here also fix not rules for PPTP clients macro.
* Concat var before call escapeshellargRenato Botelho2014-07-211-1/+1
|
* Make dhcpleases use unbound pid when it's configuredRenato Botelho2014-07-211-1/+5
|
* Fix shell script syntax, it should fix #3361Renato Botelho2014-07-211-3/+3
|
* Detect when protocol changes and invalidate session to get a new cookie with ↵Renato Botelho2014-07-181-0/+5
| | | | secure flag set according. It fixes #3714
* Merge pull request #1247 from DasTestament/masterRenato Botelho2014-07-181-3/+12
|\
| * fixes #3713Dmitriy K.2014-07-011-3/+12
| |
* | Use cron.pid to get pid number and avoid kill minicron processes. It fixes #3757Renato Botelho2014-07-151-1/+1
| |
* | Don't use pfsense name in commentAdam Gibson2014-07-111-1/+1
| |
* | Use $product instead of pfSense when logging the version to syslogAdam Gibson2014-07-111-1/+1
| |
* | Log pfsense version to syslog after bootupAdam Gibson2014-07-111-0/+5
| |
* | Make sure scripts have necessary attributes and use its shebang line instead ↵Renato Botelho2014-07-111-2/+8
| | | | | | | | of force sh to call it. This will help to prevent or workaround issues similar to #3749 in the future
* | In some cases, new /bin/sh binary doesn't work properly before reboot during ↵Renato Botelho2014-07-111-2/+2
| | | | | | | | a upgrade, and because of that /etc/rc.reboot is not executed and system doesn't reboot. Source /etc/rc.reboot instead of open a new sh session to avoid it happening again in future versions (ticket #3749)
* | use HTTPS for files.pfsense.org for update_bogons and priv_url in pkg-utilsChris Buechler2014-07-092-3/+3
| |
* | no () around qlength hereChris Buechler2014-07-091-1/+1
| |
* | qlimit must be included hereChris Buechler2014-07-081-0/+2
| |
* | Convert almost all /sbin/sysctl calls to php functionsRenato Botelho2014-07-0717-86/+102
| |
* | Fix sysctl nameRenato Botelho2014-07-071-1/+1
| |
* | Add set_single_sysctl(), a wrapper to set_sysctl() to make it simple to set ↵Renato Botelho2014-07-071-0/+17
| | | | | | | | value of a single sysctl
* | Add get_single_sysctl(), a wrapper to get_sysctl() to make it simple to get ↵Renato Botelho2014-07-071-0/+16
| | | | | | | | value of a single sysctl
* | Remove extra spaces and tabsRenato Botelho2014-07-071-26/+26
| |
* | Remove extra quote and fix syntaxRenato Botelho2014-07-061-1/+1
| |
* | use HTTPS for dyndns providers that support itChris Buechler2014-07-051-6/+6
| |
* | Use a php function rather tan using exec. Suggested-by: gargaErmal2014-07-041-1/+1
| |
* | Remove all .xml file generated from upgrade since it makes /var fullErmal2014-07-041-0/+1
| |
* | Add one more seatbelt to prevent tar to attempt to overwrite /dev itemsRenato Botelho2014-07-041-1/+1
| |
* | Back to cons25 for now since we found some issues with xterm on serial consoleRenato Botelho2014-07-024-10/+10
| |
* | un-obsolete gettytab.bakRenato Botelho2014-07-021-1/+0
| |
* | Also check and verify the package server's SSL certificate if using HTTPS. ↵jim-p2014-07-021-3/+45
| | | | | | | | | | | | Issue 484 Our current XMLRPC client version doesn't have support on its own to validate this in a way we can use to test in a usable for printing an error message. For now, a cURL query to the XMLRPC URL is used in its place.
* | More refinements to the unofficial package repository warning ( Issue #484 ) ↵jim-p2014-07-024-14/+30
| | | | | | | | -- Now also shows on Dashboard and installed package list. Cleaned up some code and shuffled things around to avoid unnecessary repetition.
* | Set proper serial parameters on boot.config and loader.conf for nanobsd ↵Renato Botelho2014-07-011-13/+22
| | | | | | | | without vga
* | Detect if an unofficial package repository is in use and warn the user. Part ↵jim-p2014-07-011-0/+30
| | | | | | | | of issue #484 (more to go)
* | Make proper checks to check if we should or not enable serial consoleRenato Botelho2014-07-011-1/+8
| |
* | Fix typo on var nameRenato Botelho2014-07-011-1/+1
| |
* | Obsolete ttys_wrap and gettytab.bakRenato Botelho2014-07-011-0/+2
| |
* | Fix #3647 and other improvements:Renato Botelho2014-07-014-89/+28
| | | | | | | | | | | | | | | | | | - Remove auto_login(), now gettytab is a constant file - Add reload_ttys(), that will send a SIGHUP to init and make it reload /etc/ttys - Change serial speed on /etc/ttys when necessary - Change console and serial auto_login on /etc/ttys when necessary - Change default type from cons25 to xterm
* | Stop restoring gettytab.bak since it doesn't exist anymoreRenato Botelho2014-07-011-7/+0
| |
* | Sync etc/ttys with FreeBSD 10-STABLE, change default console for al.Pc and ↵Renato Botelho2014-07-011-274/+14
| | | | | | | | default serial for al.115200
OpenPOWER on IntegriCloud