summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Back to cons25 for now since we found some issues with xterm on serial consoleRenato Botelho2014-07-027-13/+13
|
* 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-024-3/+57
| | | | | | 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-028-23/+60
| | | | -- 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-012-1/+40
| | | | 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
* Change default console from cons25 to xterm, while I'm here, simplify the checkRenato Botelho2014-07-013-3/+3
|
* Stop calling auto_login() here since it's already called inside ↵Renato Botelho2014-07-011-5/+2
| | | | setup_serial_port()
* 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
* Sync gettytab with FreeBSD 10-STABLE, also reduce customizations, the only ↵Renato Botelho2014-07-011-10/+20
| | | | difference is al.Pc entry, for Pc with auto login
* Remove unused function color()Renato Botelho2014-07-011-73/+0
|
* Delete gettytab.bak and ttys_wrap, they are not needed anymoreRenato Botelho2014-07-012-260/+0
|
* Fix #3725:Renato Botelho2014-06-302-18/+20
| | | | | | | - Fix match_filter_field() and also simplify logic - Fix $filterfieldsarray initialization - Avoid to have double spaces on filterfieldsarray['act'] - Fix filter on Firewall Logs
* Add a BETA key for PBI signature check, this will be replaced by the final ↵Renato Botelho2014-06-272-0/+22
| | | | one before RELEASE. Ticket #3365
* Fix dir nameRenato Botelho2014-06-271-1/+1
|
* Set default serial speed to 115200 for 2.2, fixes #3715Renato Botelho2014-06-262-12/+9
|
* Merge pull request #1238 from DasTestament/masterRenato Botelho2014-06-253-4/+202
|\
| * Update vpn_openvpn_server.phpDmitriy K.2014-06-241-1/+1
| |
| * Update vpn_openvpn_client.phpDmitriy K.2014-06-241-3/+3
| |
| * Update openvpn.incDmitriy K.2014-06-241-4/+3
| |
| * Update openvpn.incDmitriy K.2014-06-201-1/+6
| | | | | | Added verbosity check in case when verbosity_level is absent in config.xml
| * Update vpn_openvpn_server.phpDmitriy K.2014-06-201-2/+0
| | | | | | removed comments
| * Update vpn_openvpn_client.phpDmitriy K.2014-06-201-3/+0
| | | | | | removed comments
| * Update openvpn.incDmitriy K.2014-06-201-2/+0
| | | | | | Removed unnecessary "else {";
| * Default values for verb if it is not set when editDmitriy K.2014-06-172-2/+8
| |
| * a bit of refactoringDmitriy K.2014-06-171-4/+4
| | | | | | | | forgot to sync _server.php with _client.php naming style
| * patchpack1Dmitriy K.2014-06-173-4/+199
| | | | | | | | | | -Fix #3401 (Added tun option "Disable IPv6" -Added new options: route-nopull, route-noexec, verb;
* | Add the AESGCM and XCBC on the list of algos availbleErmal2014-06-241-3/+14
| |
* | Actually use ph1ent ikeid here otherwise will duplicate ids here.Ermal2014-06-241-1/+1
| |
* | Merge pull request #1241 from Gertjanpfsense/masterRenato Botelho2014-06-241-1/+6
|\ \
| * | Delete README.mdGertjan2014-06-241-14/+0
| | |
| * | Update status_captiveportal.phpGertjan2014-06-231-1/+6
| | | | | | | | | Don't ask to select a zone if there is only ONE.
| * | Create README.mdGertjan2014-06-231-0/+14
| | |
* | | Fix dscp values and provide a config upgrade to fix values stored in ↵Renato Botelho2014-06-244-5/+22
|/ / | | | | | | config.xml. This is a proper fix for #3688
* | Add local/www to the list of directories that needs to be symlink'd to ↵Renato Botelho2014-06-231-0/+1
| | | | | | | | reduce PBI differences between 2.1 and 2.2
* | Merge pull request #1239 from phil-davis/patch-9jim-p2014-06-201-1/+1
|\ \
| * | Only include a scheduled rule if it is strictly before the end timePhil Davis2014-06-191-1/+1
| | | | | | | | | The exact moment of the end time is the end of the schedule. We do not want to include a rule when filter_configure_sync wakes up at 00:15:00 etc and is on a not-slow system that processes this code during the interval 00:15:00 to 00:15:01. This should help intermittent issues with schedules not finishing at the appropriate 15-minute boundary. Might help or fix #3558
* | | Remove extra data after space and fix pf rule syntax. It should fix #3688Renato Botelho2014-06-201-1/+1
| | |
* | | Merge pull request #1218 from razzfazz/nat_add_missing_protocols_masterRenato Botelho2014-06-201-1/+1
|\ \ \
| * | | bring protocols on NAT edit page more in line with rule edit pageDaniel Becker2014-05-281-1/+1
| | | |
* | | | Replace some backticks by exec ans simplify commandsRenato Botelho2014-06-192-2/+2
| | | |
* | | | Remove more backtick abuseRenato Botelho2014-06-191-5/+9
| | | |
* | | | Add -n for 2 remaining sysctl calls, also replace backtick by execRenato Botelho2014-06-192-3/+3
| | | |
* | | | Add full path for dmesg and replace backtick by execRenato Botelho2014-06-191-1/+1
| | | |
* | | | Remove also . and / from graphRenato Botelho2014-06-191-1/+1
| | | |
OpenPOWER on IntegriCloud