Commit Graph

4336 Commits

Author SHA1 Message Date
Renato Botelho
13a70e7d4e Copy users config files from skeleton dir
Every time user is added or modified, make sure all default config
files are copied over from /etc/skel to user's home. It will make sure
users will always get the last version of these files
2016-05-31 09:10:54 -03:00
Renato Botelho
3ee1e659a6 Improve readability 2016-05-31 08:50:17 -03:00
Renato Botelho
701249614d Add dot.hushlogin to skeleton directory to create file for all new users and avoid them to see motd 2016-05-31 08:41:56 -03:00
Renato Botelho
b2e7f7d839 Remove our copy of /etc/rc.d/hostid 2016-05-31 08:09:55 -03:00
Renato Botelho
bcc770bb9e Remove /etc/crontab from main repo 2016-05-31 08:07:57 -03:00
Renato Botelho
38dccf78d4 Do not call gettext() for the string used to match the place in file to start rewriting it 2016-05-31 08:01:14 -03:00
Renato Botelho
e5026472d7 Remove hosts.allow, FreeBSD default has the same effect 2016-05-30 16:39:36 -03:00
Renato Botelho
4a0d7540c5 Remove login.conf
The only desired change for login.conf is to suppress motd. It will be
applied on FreeBSD-src, where it should be
2016-05-30 16:37:35 -03:00
Renato Botelho
6a195a15df Remove empty /etc/motd file, we already have hushlogin set to prevent it to show 2016-05-30 16:07:54 -03:00
Renato Botelho
505e3e0ecd Rename /etc/devd.conf -> /etc/pfSense-devd.conf and change start_devd() 2016-05-30 16:00:59 -03:00
Renato Botelho
87dcd5545c Remove our copy of ddb.conf, it's exactly the same of FreeBSD's default 2016-05-30 15:54:03 -03:00
Renato Botelho
bc3d0d4b08 Remove copy of /etc/disktab and use FreeBSD's one 2016-05-30 11:56:30 -03:00
Renato Botelho
e47fc17c00 Remove copy of /etc/networks and use FreeBSD's one 2016-05-30 11:55:53 -03:00
Renato Botelho
bdfcac1b43 Remove copy of /etc/pf.os and use FreeBSD's one 2016-05-30 11:55:13 -03:00
Renato Botelho
e22e526a2d Remove passwd, master.passwd and group files
These files don't need to be present on pfSense main repo, they are
updated according our needs during first boot so we can use standard
file from FreeBSD

While here, do not try to run pwd_mkdb since it's already done by make
distribution
2016-05-30 11:00:20 -03:00
Chris Buechler
c9fd7ee0c0 Use 0 here if specified. Ticket #6413 2016-05-27 21:23:40 -05:00
Luiz Otavio O Souza
3f38f937be Fix the autologin on serial console for ARM. 2016-05-27 13:16:55 -05:00
Luiz Otavio O Souza
8f2138b6cc Change serial console to '3wire' and vt100.
Fixes the console on ARM.
2016-05-26 15:32:34 -05:00
Stephen Beaver
6b1e89c964 Merge pull request #2983 from NOYB/Firewall_/_Aliases_/_Edit_-_New_URL_Table_Alias_Type 2016-05-25 08:29:06 -04:00
Stephen Beaver
fe68a6a2b2 Fixed #6401 2016-05-25 07:59:33 -04:00
Chris Buechler
5a677f81f4 Handle mode correctly with Auto IKE. Ticket #6360 2016-05-25 00:06:43 -05:00
NOYB
d429739b3e Firewall / Rules / Edit - URL (IP) Alias
Make alias type URL (IP) available for selection in firewall rules.
2016-05-24 20:19:23 -07:00
NOYB
f42ef69ab5 Fix this missed one. 2016-05-24 19:06:03 -07:00
NOYB
ebe833f6a9 Firewall / Aliases / Edit - New URL Table Alias Type
Make the code cleaner and easier to follow by using the same alias type designations as config.
2016-05-24 19:06:03 -07:00
NOYB
3b07f4feaf Firewall / Aliases / Edit - New URL Table Alias Type
Need to pass alias type to process_alias_urltable() function when creating a new url table alias because it is not yet set/available from config.  So the alias_get_type() function can't be successfully used yet.
2016-05-24 19:06:03 -07:00
Chris Buechler
e8c09a23cb Lower default LDAP timeout to 5 seconds. Idea from Sandeep1991 in PR 2971. Ticket #6367 2016-05-24 18:31:24 -05:00
Chris Buechler
062a5434df Set request_terminate_timeout to the same as max_execution_time in case something executed externally doesn't respond, to avoid hanging up all of php-fpm eventually. Ticket #6318 among other similar potential issues. 2016-05-24 18:17:56 -05:00
Chris Buechler
785cef80f3 Merge pull request #2984 from NewEraCracker/php-memlimit 2016-05-24 18:03:31 -05:00
NewEraCracker
e266e6d1ca Relax Suhosin to allow a 512M memory limit 2016-05-24 22:00:05 +01:00
Chris Buechler
b20c7ef13d Set PHP's memory limit to 512M on 64 bit. Ticket #6364 2016-05-24 15:48:02 -05:00
Stephen Beaver
d78dbc3429 Changed element type from date to text. Date inputs are not yet handled consistently accross different browsers :( 2016-05-24 13:44:29 -04:00
Renato Botelho
8d7e9a4c17 Merge pull request #2978 from NOYB/Miscellaneous_Textual_Correction_-_System_/_Advanced_/_Networking 2016-05-24 08:09:56 -03:00
Renato Botelho
e3dbee3e54 Merge pull request #2980 from NOYB/URL_Table_(Ports)_File_Comments 2016-05-24 07:47:03 -03:00
Phil Davis
3713528362 Fix #6381 ipv6nat_ipaddr
(cherry picked from commit f489cfdbd4)
2016-05-24 07:44:11 -03:00
NOYB
e7e1e51460 URL Table (Ports) File Comments
Fix for Bug #6395 that keeps full line comments of the downloaded file but strips them for the pf rules load.
2016-05-23 23:43:03 -07:00
NOYB
d3706c81f7 Miscellaneous Textual Correction - System / Advanced / Networking
Use apostrophe instead of quote.
2016-05-23 00:07:16 -07:00
jim-p
a3013ca688 Fix quoting in diag_routes.php, see ticket #6371 2016-05-20 12:13:15 -04:00
jim-p
0e4e4251eb Better fix for escaping in ticket #6371 2016-05-20 11:34:35 -04:00
Renato Botelho
c805b6e413 Revert "Status / Services - Status Indicator"
This reverts commit e7161dc3b6.
2016-05-20 12:05:18 -03:00
Renato Botelho
137fe9b612 Merge pull request #2786 from NewEraCracker/remove-leftovers 2016-05-20 11:41:43 -03:00
Renato Botelho
7ee5ec4595 Merge pull request #2926 from TechSmurf/patch-1 2016-05-20 11:38:07 -03:00
Renato Botelho
3167e8f021 Merge pull request #2970 from NOYB/Status_/_Interfaces_-_DNS_Servers 2016-05-20 11:30:41 -03:00
Renato Botelho
c5af3a3068 Merge pull request #2972 from NOYB/Status_/_Services_-_Status_Indicator 2016-05-20 11:28:52 -03:00
Renato Botelho
ed285109ac Merge pull request #2932 from SilvioGiunge/remover_global_vars 2016-05-20 11:27:07 -03:00
Renato Botelho
bbdbf3d3a8 Merge pull request #2969 from marianamorim/add_function_gettext 2016-05-20 11:25:47 -03:00
Renato Botelho
54b21bab94 Merge pull request #2973 from jlduran/pass-block-icons-cp 2016-05-20 11:24:36 -03:00
Jose Luis Duran
22b5054137 Fix closing tbody tag in Captive Portal's MACs 2016-05-20 09:43:23 -03:00
Jose Luis Duran
96abde901f Fix Captive Portal's MACs icons
Standardize pass/block icons with the rest of the system
2016-05-20 09:34:11 -03:00
Stephen Beaver
788c3cf58c Fixed #6872 Restored missing proxy port setting
(cherry picked from commit 6b43692408)
2016-05-20 08:04:55 -04:00
NOYB
e7161dc3b6 Status / Services - Status Indicator
Use font awesome icons instead of text.
Universal recognition eliminates need of text translation.
2016-05-20 01:01:04 -07:00