summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Add missing recommended key lengths to OpenVPN optionsstilez2016-05-081-1/+2
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2906 from Chrisc-c-c/Fix-QinQ-InterfacesStephen Beaver2016-06-221-8/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make QinQ interfaces work againChris Rowe2016-04-241-8/+8
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Allow IGMP Proxy logging verbosity to be selected via system log settings (PR...Stephen Beaver2016-06-221-1/+6
* | | | | | | | | | | Merge pull request #2891 from gottaloveit/dns-overrides-privsStephen Beaver2016-06-221-0/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | adding privileges and separating DNS Resolver overrides from general settingsJoe2016-04-201-0/+8
* | | | | | | | | | | | Merge pull request #2783 from jlduran/harden-sshd_configStephen Beaver2016-06-221-17/+20
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Force 4096 RSA keysJose Luis Duran2016-04-161-1/+1
| * | | | | | | | | | | | Harden sshd_configJose Luis Duran2016-04-161-16/+19
* | | | | | | | | | | | | Only call interfaces_vips_configure once if it's needed, rather than doing th...Chris Buechler2016-06-211-1/+5
* | | | | | | | | | | | | Fix styleChris Buechler2016-06-211-3/+5
* | | | | | | | | | | | | require_once auth.inc in vpn.inc since it uses functions from there, though n...Chris Buechler2016-06-211-0/+1
* | | | | | | | | | | | | Only omit aggressive line from ipsec.conf where IKEv2. Ticket #6513Chris Buechler2016-06-211-1/+1
* | | | | | | | | | | | | Create openssl.cnf symlink during bootRenato Botelho2016-06-211-0/+3
* | | | | | | | | | | | | Set kern.corefile, fixes #6510jim-p2016-06-211-1/+2
* | | | | | | | | | | | | Teach rc script to copy custom_logos over default oneRenato Botelho2016-06-201-0/+6
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | One more escapeshellarg for auth.inc on 2.4. Ticket #6475jim-p2016-06-091-1/+1
* | | | | | | | | | | | Use escapeshellarg on shell calls in auth.inc. Ticket #6475jim-p2016-06-091-10/+18
* | | | | | | | | | | | Merge pull request #2997 from phil-davis/resetwebguiChris Buechler2016-06-081-0/+26
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add resetwebgui to developer shellPhil Davis2016-06-071-0/+26
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Implement pkg_valid_name()Renato Botelho2016-06-081-0/+8
|/ / / / / / / / / / /
* | | | | | | | | | | This needs a newlinejim-p2016-06-061-1/+1
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Set keepalive_timeout 0 where captive portal in use, and update otherwise to ...Chris Buechler2016-06-031-1/+3
* | | | | | | | | | Rename /etc/rc(.shutdown) -> /etc/pfSense-rc(.shutdown) and stop overlapping ...Renato Botelho2016-06-012-3/+1
* | | | | | | | | | Add a check to see if the file exists before running filesize on it, to avoid...Chris Buechler2016-05-311-0/+5
* | | | | | | | | | Move our copy of dhclient-script to /usr/local/sbin/pfSense-dhclient-script a...Renato Botelho2016-05-311-1/+1
* | | | | | | | | | Move openssl.cnf to better place and copy it over to /etc/ssl during bootRenato Botelho2016-05-312-398/+6
* | | | | | | | | | Reduce differences from FreeBSD default openssl.cnfRenato Botelho2016-05-311-108/+197
* | | | | | | | | | Remove our copy of /etc/shellsRenato Botelho2016-05-311-12/+0
* | | | | | | | | | Remove copy of /etc/syslog.conf, it's deleted by /etc/rc and replaced by a sy...Renato Botelho2016-05-311-12/+0
* | | | | | | | | | 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
* | | | | | | | | | Copy users config files from skeleton dirRenato Botelho2016-05-311-1/+11
* | | | | | | | | | 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
* | | | | | | | | | 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 start...Renato Botelho2016-05-311-1/+1
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Remove hosts.allow, FreeBSD default has the same effectRenato Botelho2016-05-301-5/+0
* | | | | | | | | Remove login.confRenato Botelho2016-05-301-317/+0
* | | | | | | | | 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
* | | | | | | | | Remove passwd, master.passwd and group filesRenato Botelho2016-05-303-86/+0
OpenPOWER on IntegriCloud