Commit Graph

31889 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
87fe4229c5 Do not exclude a file that doesn't exist 2016-05-30 11:02:05 -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
Renato Botelho
91c40f25bc Remove i386 items 2016-05-27 17:34:11 -03:00
Renato Botelho
f26731b040 Stop creating a stagingarea and opulated old update format 2016-05-27 17:27:30 -03:00
Renato Botelho
20cb6c6cdd Do not build nanobsd-update images anymore 2016-05-27 17:27:30 -03:00
Renato Botelho
97ab4f175f Retire print_flags 2016-05-27 17:27:30 -03:00
Renato Botelho
099570f2b2 Stop building full update images, users will need to reach 2.3 first and then go to newer versions 2016-05-27 17:27:30 -03:00
Luiz Otavio O Souza
3f38f937be Fix the autologin on serial console for ARM. 2016-05-27 13:16:55 -05:00
Renato Botelho
2c056b08d7 Send .real* directories first to final server 2016-05-27 11:49:52 -03:00
Renato Botelho
0458a1fdf6 Add a new option --rsync-repos to build.sh 2016-05-27 10:29:39 -03: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
Chris Buechler
f9c72062c5 Merge pull request #2985 from NOYB/Firewall_/_Rules_/_Edit_-_URL_(IP)_Alias 2016-05-24 22:25:00 -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
Renato Botelho
f2f1101d7f Add -H to rsync calls to preserve hardlinks 2016-05-24 17:58:47 -03:00
Renato Botelho
4dc9a6d0ec Change default final rsync destination when it's a RELEASE 2016-05-24 17:50:31 -03:00
Chris Buechler
b20c7ef13d Set PHP's memory limit to 512M on 64 bit. Ticket #6364 2016-05-24 15:48:02 -05:00
Chris Buechler
4b643ce8bc Add nrpe to poudriere_bulk 2016-05-24 14:10:01 -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
Renato Botelho
3edb445e21 Define default image type for snapshots later 2016-05-23 16:17:04 -03:00
Renato Botelho
ddf56629e3 Introduce a new option to build only core packages and skip images 2016-05-23 14:34:15 -03:00
Renato Botelho
dd423357d8 BUILDACTION will never be snapshots 2016-05-23 14:34:15 -03:00