summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Expand)AuthorAgeFilesLines
* simplify DHCP_Config_Option_Split, no loop needed for returning option arrayDaniel Wilhelm2016-06-261-6/+2
* Allow passing comma in string quoted DHCP client optionsDaniel Wilhelm2016-06-231-4/+12
* Merge pull request #3010 from NOYB/Remove_Duplicate_ListTags_EntryStephen Beaver2016-06-222-2/+2
|\
| * Remove duplicate listtags() entry 'member'.NOYB2016-06-182-2/+2
* | Merge pull request #3006 from stilez/patch-33Stephen Beaver2016-06-221-24/+0
|\ \
| * | Remove subnet_expand()stilez2016-06-171-24/+0
| |/
* | Merge pull request #3001 from NewEraCracker/patch-pppoe-mpdStephen Beaver2016-06-221-2/+3
|\ \
| * | Fix bad escapeshellarg logic on mpd executionNewEraCracker2016-06-151-2/+3
| |/
* | Merge pull request #2988 from stilez/patch-28Stephen Beaver2016-06-221-22/+13
|\ \
| * | missing "("stilez2016-05-311-1/+1
| * | optional arg for old behaviourstilez2016-05-311-3/+4
| * | Simplify convert_seconds_to_hms() and show days for large numbers of hoursstilez2016-05-311-22/+12
* | | Merge pull request #2982 from stilez/patch-26Stephen Beaver2016-06-222-14/+9
|\ \ \
| * | | Use global backup count instead of hardcoded value and remove redundant functionstilez2016-05-241-12/+1
| * | | set default_config_backup_count based on platformstilez2016-05-241-2/+8
* | | | Merge pull request #2942 from stilez/patch-22Stephen Beaver2016-06-221-1/+2
|\ \ \ \
| * | | | 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
OpenPOWER on IntegriCloud