summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Stop using memory disks for staging and final dirRenato Botelho2016-06-023-76/+0
|
* add dhcp_probeChris Buechler2016-06-011-0/+1
|
* Add BIND packageChris Buechler2016-06-011-0/+1
|
* Allow - and _ in sysctl values. Ticket #6438Chris Buechler2016-06-011-2/+2
|
* Don't override type so changing it is possible. Ticket #6439Chris Buechler2016-06-011-1/+3
|
* Allow - in TFTP Server field. Ticket #6433Chris Buechler2016-06-011-1/+1
|
* Merge pull request #2990 from phil-davis/colmnChris Buechler2016-06-012-2/+2
|\
| * Comment typosPhil Davis2016-06-012-2/+2
| | | | | | | | I can't resist fixing them when I see them.
* | Mask a few more sensitive bits of data in the status.php config.jim-p2016-06-011-0/+6
| |
* | Rename /etc/rc(.shutdown) -> /etc/pfSense-rc(.shutdown) and stop overlapping ↵Renato Botelho2016-06-013-4/+2
|/ | | | FreeBSD-src files
* Add a check to see if the file exists before running filesize on it, to ↵Chris Buechler2016-05-311-0/+5
| | | | avoid PHP error.
* Link to correct schedule from firewall_rules.php. Ticket #6428Chris Buechler2016-05-311-1/+1
|
* Move our copy of dhclient-script to /usr/local/sbin/pfSense-dhclient-script ↵Renato Botelho2016-05-312-1/+1
| | | | and change interfaces.inc accordingly
* Move openssl.cnf to better place and copy it over to /etc/ssl during bootRenato Botelho2016-05-312-0/+6
|
* Reduce differences from FreeBSD default openssl.cnfRenato Botelho2016-05-311-108/+197
|
* Remove our copy of /etc/shellsRenato Botelho2016-05-311-12/+0
|
* Add /etc/rc.initial to pfSense-rc package and use @shell entry in PLIST to ↵Renato Botelho2016-05-313-2/+3
| | | | get it properly added to /etc/shells
* Remove copy of /etc/syslog.conf, it's deleted by /etc/rc and replaced by a ↵Renato Botelho2016-05-311-12/+0
| | | | symlink to /var/etc/syslog.conf
* Move terminal config from cons25 to xterm, same used by FreeBSDRenato Botelho2016-05-313-6/+6
|
* Change serial terminal type to vt100, same FreeBSD usesRenato Botelho2016-05-311-1/+1
|
* Remove our own copy of /etc/ttysRenato Botelho2016-05-311-49/+0
|
* Improve interactive shell detection to cover other terminal typesRenato Botelho2016-05-312-2/+26
|
* Remove sshd_config from main repo, it's always replaced by /etc/sshdRenato Botelho2016-05-311-103/+0
|
* Remove root directory from main repo, config files will be copied during bootRenato Botelho2016-05-314-49/+0
|
* Remove /root/.gitsync_merge.sampleRenato Botelho2016-05-311-3/+0
|
* Copy users config files from skeleton dirRenato Botelho2016-05-311-1/+11
| | | | | | 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
* Improve readabilityRenato Botelho2016-05-311-2/+10
|
* Add dot.hushlogin to skeleton directory to create file for all new users and ↵Renato Botelho2016-05-311-0/+0
| | | | avoid them to see motd
* Remove our copy of /etc/rc.d/hostidRenato Botelho2016-05-311-137/+0
|
* Remove /etc/crontab from main repoRenato Botelho2016-05-311-5/+0
|
* Do not call gettext() for the string used to match the place in file to ↵Renato Botelho2016-05-311-1/+1
| | | | start rewriting it
* Remove hosts.allow, FreeBSD default has the same effectRenato Botelho2016-05-301-5/+0
|
* Remove login.confRenato Botelho2016-05-301-317/+0
| | | | | The only desired change for login.conf is to suppress motd. It will be applied on FreeBSD-src, where it should be
* Remove empty /etc/motd file, we already have hushlogin set to prevent it to showRenato Botelho2016-05-301-0/+0
|
* Rename /etc/devd.conf -> /etc/pfSense-devd.conf and change start_devd()Renato Botelho2016-05-302-1/+3
|
* Remove our copy of ddb.conf, it's exactly the same of FreeBSD's defaultRenato Botelho2016-05-301-3/+0
|
* Remove copy of /etc/disktab and use FreeBSD's oneRenato Botelho2016-05-301-204/+0
|
* Remove copy of /etc/networks and use FreeBSD's oneRenato Botelho2016-05-301-17/+0
|
* Remove copy of /etc/pf.os and use FreeBSD's oneRenato Botelho2016-05-301-698/+0
|
* Do not exclude a file that doesn't existRenato Botelho2016-05-302-2/+0
|
* Remove passwd, master.passwd and group filesRenato Botelho2016-05-304-89/+0
| | | | | | | | | 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
* Use 0 here if specified. Ticket #6413Chris Buechler2016-05-271-1/+1
|
* Remove i386 itemsRenato Botelho2016-05-273-22/+2
|
* Stop creating a stagingarea and opulated old update formatRenato Botelho2016-05-273-77/+43
|
* Do not build nanobsd-update images anymoreRenato Botelho2016-05-272-55/+1
|
* Retire print_flagsRenato Botelho2016-05-272-39/+0
|
* Stop building full update images, users will need to reach 2.3 first and ↵Renato Botelho2016-05-273-61/+4
| | | | then go to newer versions
* Fix the autologin on serial console for ARM.Luiz Otavio O Souza2016-05-271-3/+3
|
* Send .real* directories first to final serverRenato Botelho2016-05-271-1/+18
|
* Add a new option --rsync-repos to build.shRenato Botelho2016-05-271-0/+8
|
OpenPOWER on IntegriCloud