summaryrefslogtreecommitdiffstats
path: root/src/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump net.inet.raw.recvspace and net.inet.raw.maxdgram by default. Ticket #6223Chris Buechler2016-05-061-1/+3
|
* Only try to chown files that still exist. Ticket #6131Chris Buechler2016-05-051-1/+3
|
* This was right to begin with. Revert "Allow uppercase letters in ↵Chris Buechler2016-05-051-1/+1
| | | | | | is_unqualified_hostname as well." This reverts commit 3d5fb131796ba6d9c5d53efe77080d7ddb334f22.
* Allow uppercase letters in is_unqualified_hostname as well.Chris Buechler2016-05-051-1/+1
|
* Bug fixes to Route53 DynDNSGeorge2016-05-041-2/+2
| | | | | Fixed a bug regarding a leading space in $ZoneID that causes an AWS 505 error. Also adds support for updating DNS if TTL changes. (cherry picked from commit a4bda7563136a7b47a1d090cededdb1b1a076019)
* Skip ro mounting to make nanobsd permanent rw mode regardless of config. ↵Chris Buechler2016-05-041-0/+3
| | | | Ticket #6184
* Show patchlevel together with product version on banners and system ↵Renato Botelho2016-05-031-0/+11
| | | | information widget
* Ensure $nat_if_list is always an array before it is used as one. Fixes #6307jim-p2016-05-031-2/+1
|
* Bump net.raw.recvspace and sendspace defaults. Ticket #6223Chris Buechler2016-05-021-1/+3
|
* Fix extrat return statementStephen Beaver2016-04-291-1/+0
| | | | (cherry picked from commit 09c7fae46d2757815c1e4e5ead7c9896783e7013)
* Fix #6137:Renato Botelho2016-04-291-11/+18
| | | | | | | - Uninstall all packages on current system before upgrade using pre_upgrade_command script - Create a file containing all packages previously installed and reinstall them on first boot after upgrade
* Test for internet connection 3 times trying to reinstall packages after ↵Renato Botelho2016-04-291-1/+9
| | | | upgrade or config restore. Fixes #6180
* Omit local identifier for mobile PSKs. Ticket #6286Chris Buechler2016-04-281-1/+1
|
* Provide better messages for invalid alias name errorsPhil Davis2016-04-281-13/+49
| | | | (cherry picked from commit e1f5381f4ecae20922a379b75820af1c9e57927e)
* Reduce values of FETCH_TIMEOUT and FETCH_RETRY to help ticket #6177Renato Botelho2016-04-271-1/+3
|
* Don't foreach unless it's an array. Ticket #6142Phil Davis2016-04-231-58/+60
| | | | Similar thing to https://github.com/pfsense/pfsense/commit/13dab3538fe8b6c1688142c89a017520ad0aaac6 should be done here in upgrade_130_to_131()
* Use leftsendcert=always where leftcert is defined. Ticket #6082Chris Buechler2016-04-231-0/+3
|
* Add Hyper-V support to system_identify_specific_platform, and disable ↵Chris Buechler2016-04-231-3/+10
| | | | S.M.A.R.T. actions in Hyper-V guests. Ticket #6147
* fix indent on dhcpdv6 sntp-serversChris Buechler2016-04-231-1/+1
|
* Prevent configuring the same parent and VLAN ID multiple times. Ticket #6183Chris Buechler2016-04-221-0/+8
|
* Add config upgrade code for CARP IPs on gateway groups, GRE and gif. Ticket ↵Chris Buechler2016-04-221-0/+54
| | | | #6222
* Don't foreach unless it's an array. Ticket #6142Chris Buechler2016-04-221-37/+39
|
* Update VIPs CARP parent on upgrade. Ticket #6164Chris Buechler2016-04-222-1/+17
|
* Rebase / Update config version.NOYB2016-04-211-1/+1
|
* Periodic RRD & DHCP Leases RAM Disk BackupNOYB2016-04-211-0/+12
| | | | Remove these cron jobs on full install if not using ramdisk.
* Switch domain overrides from stub-zone to forward-zone. Ticket #6065Chris Buechler2016-04-211-3/+2
|
* Comment out no longer used function. Remove after next release.Stephen Beaver2016-04-201-0/+3
| | | | (cherry picked from commit 69b8328d8596392d9d6049f304dd6da6ecbe1622)
* Add checks in case there are dpinger param problemsPhil Davis2016-04-202-1/+60
| | | | | | | in 2.3 installations that were upgraded from 2.2.* when the apinger to dpinger params conversion code in upgrade_130_to_131() was not so good. (cherry picked from commit f8f2eae491ac44ac5cdbd1fd3d38d7c2c36f48f8)
* Setup HTTP_PROXY environment variable for pkg when it's called from the GUI ↵jim-p2016-04-191-0/+8
| | | | and also for pfSense-upgrade
* Escape username before use in CP SQLPhil Davis2016-04-191-1/+1
| | | | | A maybe "better" version to try. (cherry picked from commit 0a02fc5eefb265e0684d4447bf0a7c2a9687a188)
* Handle single quotes in user names for CPPhil Davis2016-04-191-1/+1
| | | | | | Forum: https://forum.pfsense.org/index.php?topic=110243.0 This is a trial - make sure it really works before committing. (cherry picked from commit 6fb36cdd74dd005a9a2bc799889978b4897e6dcf)
* Fix trivial GUI typo.Ben Cook2016-04-191-1/+1
| | | | | TRB should be TBR for "Token Bucket Regulator". (cherry picked from commit e643627c833ce12fa00a682c66929aaad95760eb)
* Alias Tables RAM Disk StoreNOYB2016-04-181-1/+40
| | | | | | | | | | If ramdisk is enabled keep a copy of the alias tables to restore at boot time. Otherwise unpredictable behavior may occur due to some aliases not being available when the firewall rules load. Because alias tables are typically somewhat static, the following strategies are employed to keep write cycles to a minimum for SSD and flash drive type devices friendliness. 1) Back up during reboot/shutdown only if a backup copy of the alias table does not already exists. This is typically during the reboot when ramdisk is first enabled. 2) Update the backup copy only when the alias table is updated with a new download, typically 1 or more days, as configured in the firewall alias. (cherry picked from commit 03afdafaab503af22ce5c98ad06b9f6bbc459974)
* Fix #6187 Handle Growl IP Address problemsPhil Davis2016-04-181-11/+24
| | | | (cherry picked from commit 642c6023fea2957bb646b1290371ead508f5cc67)
* Trim the OpenVPN tunnel network before use, and on save. Fixes #6198jim-p2016-04-181-7/+7
|
* Fixed #6174Stephen Beaver2016-04-151-1/+2
| | | | (cherry picked from commit d1db3f366180e8df8042dbeb92fa12e5a661d23c)
* Fix #6142 validate and adjust dpinger params on upgradePhil Davis2016-04-151-1/+46
| | | | | | | | | | | | | | | | | | | | 1) The previous "down" value was being converted to msec and put into "loss_interval". It should go into "time_period". 2) loss_interval must always be at least latencyhigh - make it so if latencyhigh is big. 3) alert_interval must always be at least probe interval - make it so if the probe interval is high. 4) The time_period for averaging the results must be at least 2 probe intervals plus loss_interval (ensuring there should always be 2 probe results by the time_period expiry) - make it so. These various conditions taken from the validation code in system_gateways_edit.php Note: I have explicitly put the necessary default dpinger parameter values here, rather than calling return_dpinger_defaults() because at this point in any future conversion we want to use these particular numbers, not what the defaults happen to be in pfSense 2.4 or 3.0 or...
* Unset dhcpdv6 on LAN here as well. Ticket #6152Chris Buechler2016-04-151-0/+3
|
* Add lock in vpn_ipsec_configure. Ticket #6160Chris Buechler2016-04-141-0/+4
|
* Correct OpenVPN upgrade code for topology subnet.jim-p2016-04-131-1/+2
|
* Put gateway name and group around the correct wayPhil Davis2016-04-131-3/+3
| | | | | | | Redmine #6134 Forum: https://forum.pfsense.org/index.php?topic=109781.0 Originally broken by commit: https://github.com/pfsense/pfsense/commit/d18f3f6e09b86359395cd78db2e19f721818b992 (cherry picked from commit ebcd8a306c3e89ff3767bfaea03320fa211d8429)
* Update RRD Script - CommentsNOYB2016-04-131-2/+2
| | | | | | Correct units in conversion comments. (cherry picked from commit 515887c3779519c37465aef55b22c8bd906d6f05)
* Easyrule Block Firewall Separators UpdateNOYB2016-04-111-1/+12
| | | | Update firewall rule separators positions when adding an easyrule block.
* Always use sprintf with log_errorPhil Davis2016-04-111-1/+1
| | | | I noticed this while looking at other stuff in notices.inc If this log_error() call ever happened, it would not have done anything useful.
* Miscellaneous II - Remove PersonalizationsNOYB2016-04-112-15/+14
| | | | Remove "you" personalizations.
* Miscellaneous - Remove PersonalizationsNOYB2016-04-111-1/+1
| | | | Remove "you" personalizations.
* Respect all Class attributes returned by the RADIUS server, not only the ↵jim-p2016-04-072-3/+13
| | | | last one received. Fixes #6086
* Teach get_user_privileges how to retrieve groups from LDAP/RADIUS, and have ↵jim-p2016-04-071-1/+19
| | | | getUserEntry fall back to a format that will allow it to function. Net result is that now userHasPrivilege() will respect remote groups as well as local groups, which fixes #6088
* Deprecate references to modulate state. Remove rule allowing TCP 1723 ↵Chris Buechler2016-04-061-4/+1
| | | | inbound when PPTP client is in use, as that's unnecessary.
* Rework the way repo packages workRenato Botelho2016-04-051-18/+42
| | | | | | - Distribute only a single pfSense-repo package containing all templates - Create a symlink pointing to selected repo - Do not limit it only to pfSense-repo and pfSense-repo-devel
OpenPOWER on IntegriCloud