Commit Graph

23726 Commits

Author SHA1 Message Date
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
aae1668472 Fix indent 2014-07-07 10:52:54 -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
be0af33ee0 Add missing $g to global, as noted on pull request 1249 2014-07-03 18:07:09 -03:00
Renato Botelho
d461583b18 Change Cancel button to call history.back() as done in Firewall Rules, the current method has issues with IE 11, it should fix #3728 2014-07-03 09:26:24 -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
6f9a191d76 Change default console from cons25 to xterm, while I'm here, simplify the check 2014-07-01 13:37:05 -03:00
Renato Botelho
7f394d3e22 Stop calling auto_login() here since it's already called inside setup_serial_port() 2014-07-01 13:35:59 -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
Dmitriy K.
b176474b55 Update vpn_openvpn_server.php 2014-06-24 23:18:35 +04:00
Dmitriy K.
4be2bfed15 Update vpn_openvpn_client.php 2014-06-24 23:15:29 +04:00
Ermal
649b6b851c Actually use ph1ent ikeid here otherwise will duplicate ids here. 2014-06-24 18:09:31 +00:00
Renato Botelho
0d26e77ca3 Merge pull request #1241 from Gertjanpfsense/master 2014-06-24 12:06:28 -03: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
Gertjan
5a145a54a2 Delete README.md 2014-06-24 14:42:16 +02:00
Dmitriy K.
b1e8e6757f Update openvpn.inc 2014-06-24 16:27:00 +04:00
Colin Fleming
fbe0c5ff5b Tidy up misc. XHTML
"diag_dns.php"
Tidy up "equals sign"

"services_captiveportal.php"
Add space to OPTION tag
Update HTML Boolean operator
Close INPUT and BR tags

"services_captiveportal_hostname.php"
Update ALIGN to MIDDLE

"services_captiveportal_vouchers.php"
Move closing TD tag outside the PHP IF statement

"system_crlmanager.php"
Close TR tags correctly
2014-06-23 23:26:59 +01:00
Gertjan
5d792074b1 Update status_captiveportal.php
Don't ask to select a zone if there is only ONE.
2014-06-23 19:41:07 +02:00
Gertjan
fc227e34ec Create README.md 2014-06-23 18:58:58 +02:00
Renato Botelho
6c87714dc7 Add local/www to the list of directories that needs to be symlink'd to reduce PBI differences between 2.1 and 2.2 2014-06-23 09:32:08 -03:00
N0YB
1657cfd2d4 oops, that wasn't supposed to be removed. 2014-06-21 14:23:35 -07:00
N0YB
60a5f9de37 Use count($array) where applicable, instead of a $rowIndex increment. 2014-06-21 14:16:05 -07:00
Adam Gibson
1a7ed9d096 Don't use pfsense name in comment 2014-06-20 15:14:52 -04:00
Adam Gibson
05b690656a Use $product instead of pfSense when logging the version to syslog 2014-06-20 14:53:07 -04:00
Dmitriy K.
5b3c01165e Update openvpn.inc
Added verbosity check in case when verbosity_level is absent in config.xml
2014-06-20 20:06:00 +04:00