Matt Smith
1f2acda12f
Fix for bug 3769
2014-07-23 11:19:18 -05:00
Renato Botelho
1b37ae46e7
Fix #983 - Add IP aliases subnets to interface subnet macro on GUI, since I'm here also fix not rules for PPTP clients macro.
2014-07-22 13:13:48 -03:00
Renato Botelho
ef74c9e4e4
Concat var before call escapeshellarg
2014-07-21 18:57:08 -03:00
Renato Botelho
604623a136
Make dhcpleases use unbound pid when it's configured
2014-07-21 18:56:07 -03:00
Renato Botelho
9d83d01ff2
Fix shell script syntax, it should fix #3361
2014-07-21 18:54:57 -03:00
Renato Botelho
dd030de935
Detect when protocol changes and invalidate session to get a new cookie with secure flag set according. It fixes #3714
2014-07-18 14:18:50 -03:00
Renato Botelho
639567b8f0
Merge pull request #1247 from DasTestament/master
2014-07-18 13:21:16 -03:00
Renato Botelho
dca795b7cf
Use cron.pid to get pid number and avoid kill minicron processes. It fixes #3757
2014-07-15 11:34:56 -03:00
Adam Gibson
dcafc71242
Don't use pfsense name in comment
2014-07-11 18:22:56 -03:00
Adam Gibson
76fce373ea
Use $product instead of pfSense when logging the version to syslog
2014-07-11 18:22:56 -03:00
Adam Gibson
4982e61e1c
Log pfsense version to syslog after bootup
2014-07-11 18:22:56 -03:00
Renato Botelho
5fbdacc1ec
Make sure scripts have necessary attributes and use its shebang line instead of force sh to call it. This will help to prevent or workaround issues similar to #3749 in the future
2014-07-11 08:23:04 -03:00
Renato Botelho
00aa34f154
In some cases, new /bin/sh binary doesn't work properly before reboot during 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 )
2014-07-11 08:23:04 -03:00
Chris Buechler
375fce94f5
use HTTPS for files.pfsense.org for update_bogons and priv_url in pkg-utils
2014-07-09 21:56:16 -05:00
Chris Buechler
a061ddb90a
no () around qlength here
2014-07-09 00:07:36 -05:00
Chris Buechler
c9a88bbd88
qlimit must be included here
2014-07-08 06:47:34 -05:00
Renato Botelho
971de1f98a
Convert almost all /sbin/sysctl calls to php functions
2014-07-07 20:06:37 -03:00
Renato Botelho
79cd8239ed
Fix sysctl name
2014-07-07 12:52:48 -03:00
Renato Botelho
82f758154f
Add set_single_sysctl(), a wrapper to set_sysctl() to make it simple to set value of a single sysctl
2014-07-07 11:05:28 -03:00
Renato Botelho
ff23363dc6
Add get_single_sysctl(), a wrapper to get_sysctl() to make it simple to get value of a single sysctl
2014-07-07 10:57:25 -03:00
Renato Botelho
42bb1bee59
Remove extra spaces and tabs
2014-07-07 08:42:34 -03:00
Renato Botelho
e7f65689c7
Remove extra quote and fix syntax
2014-07-06 16:25:36 -03:00
Chris Buechler
64746cf640
use HTTPS for dyndns providers that support it
2014-07-05 16:00:37 -05:00
Ermal
3fe260c2c0
Use a php function rather tan using exec. Suggested-by: garga
2014-07-04 19:53:02 +00:00
Ermal
95cdee8774
Remove all .xml file generated from upgrade since it makes /var full
2014-07-04 14:51:39 +00:00
Renato Botelho
2e906a1a9b
Add one more seatbelt to prevent tar to attempt to overwrite /dev items
2014-07-04 09:44:17 -03:00
Renato Botelho
d4b1e549c2
Back to cons25 for now since we found some issues with xterm on serial console
2014-07-02 17:24:25 -03:00
Renato Botelho
23c01a69fe
un-obsolete gettytab.bak
2014-07-02 17:24:25 -03:00
jim-p
6916360eb1
Also check and verify the package server's SSL certificate if using HTTPS. 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.
2014-07-02 15:20:51 -04:00
jim-p
7c8f371107
More refinements to the unofficial package repository warning ( Issue #484 ) -- Now also shows on Dashboard and installed package list. Cleaned up some code and shuffled things around to avoid unnecessary repetition.
2014-07-02 12:07:33 -04:00
Renato Botelho
38c7d42e4b
Set proper serial parameters on boot.config and loader.conf for nanobsd without vga
2014-07-01 17:28:40 -03:00
jim-p
c55dfc4a9b
Detect if an unofficial package repository is in use and warn the user. Part of issue #484 (more to go)
2014-07-01 15:22:42 -04:00
Renato Botelho
c5f9fb7265
Make proper checks to check if we should or not enable serial console
2014-07-01 14:11:53 -03:00
Renato Botelho
e6e3e0ee0e
Fix typo on var name
2014-07-01 14:11:07 -03:00
Renato Botelho
1053983cb1
Obsolete ttys_wrap and gettytab.bak
2014-07-01 13:43:14 -03:00
Renato Botelho
edb4b65732
Fix #3647 and other improvements:
...
- 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
2014-07-01 13:37:42 -03:00
Renato Botelho
3c72e98470
Stop restoring gettytab.bak since it doesn't exist anymore
2014-07-01 13:35:07 -03:00
Renato Botelho
d8f123b893
Sync etc/ttys with FreeBSD 10-STABLE, change default console for al.Pc and default serial for al.115200
2014-07-01 13:34:28 -03:00
Renato Botelho
025ad9ef0c
Sync gettytab with FreeBSD 10-STABLE, also reduce customizations, the only difference is al.Pc entry, for Pc with auto login
2014-07-01 13:33:07 -03:00
Renato Botelho
a9e595cc1d
Remove unused function color()
2014-07-01 13:32:00 -03:00
Renato Botelho
e6974dfea0
Delete gettytab.bak and ttys_wrap, they are not needed anymore
2014-07-01 13:31:41 -03:00
Dmitriy K.
8ff231b430
fixes #3713
2014-07-01 00:18:12 +04:00
Renato Botelho
939f4e3927
Fix #3725 :
...
- Fix match_filter_field() and also simplify logic
- Fix $filterfieldsarray initialization
- Avoid to have double spaces on filterfieldsarray['act']
- Fix filter on Firewall Logs
2014-06-30 10:47:11 -03:00
Renato Botelho
0ffc4a7bc1
Add a BETA key for PBI signature check, this will be replaced by the final one before RELEASE. Ticket #3365
2014-06-27 11:56:08 -03:00
Renato Botelho
485cc43686
Fix dir name
2014-06-27 11:44:07 -03:00
Renato Botelho
4887afa18b
Set default serial speed to 115200 for 2.2, fixes #3715
2014-06-26 16:44:47 -03:00
Renato Botelho
4b167dcd11
Merge pull request #1238 from DasTestament/master
2014-06-25 12:18:25 -03:00
Ermal
b0cbebeb35
Add the AESGCM and XCBC on the list of algos availble
2014-06-24 21:06:10 +00:00
Ermal
649b6b851c
Actually use ph1ent ikeid here otherwise will duplicate ids here.
2014-06-24 18:09:31 +00:00
Renato Botelho
c15b5ed8d8
Fix dscp values and provide a config upgrade to fix values stored in config.xml. This is a proper fix for #3688
2014-06-24 12:00:19 -03:00