summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #6700Stephen Beaver2016-08-151-1/+1
| | | | (cherry picked from commit 40eca7e3a8abdff768e29e310ba945e74fdcfe17)
* Fixed #6710Stephen Beaver2016-08-151-1/+20
| | | | (cherry picked from commit 13b92290e0fa367a76016a15ccf5e76ff77b0706)
* Fixed #6709Stephen Beaver2016-08-151-1/+1
| | | | (cherry picked from commit 3726918df1dc4744bb7ea694ec5c8f40de59d856)
* Fixed #6703Stephen Beaver2016-08-151-1/+1
| | | | (cherry picked from commit e5343844c6de78feafae9e601b25bdf31f114a50)
* Fixed #6706Stephen Beaver2016-08-151-1/+1
| | | | (cherry picked from commit b86938e7e19a09a5b1f3f54825193b57f7c73131)
* Fixed #6705Stephen Beaver2016-08-151-0/+1
| | | | (cherry picked from commit d526fc2d2acc87af2ca829dfe01f0037e3368051)
* Fixed #6701Stephen Beaver2016-08-151-1/+1
| | | | (cherry picked from commit 03fd538eefd641771b6302370b901fe4ace3ab4f)
* Fixed #6704Stephen Beaver2016-08-151-1/+14
| | | | (cherry picked from commit fd778d8bef8ea3b0e5dcc8007de242b6e2ac6d5a)
* Change hostname to send pkg reposRenato Botelho2016-08-121-1/+1
|
* Change build scripts to make it possible to rsync files to multiple locationsRenato Botelho2016-08-121-105/+111
|
* Remove bwlimit from rsyncRenato Botelho2016-08-122-2/+1
|
* Do not scp log filesRenato Botelho2016-08-124-19/+0
|
* Retire snapshots_rotate_logfile()Renato Botelho2016-08-122-16/+0
|
* Protect package_reinstall_all()NewEraCracker2016-08-121-0/+3
| | | | | | If one restores a config.xml without packages, there will be a warning about invalid argument supplied for foreach(). This commit fixes the problem. (cherry picked from commit 5eda5816d8a7bd05730c70e44493815079925b48)
* Be sure that user_settings for widgets is an arrayNewEraCracker2016-08-121-0/+3
| | | | (cherry picked from commit 5aad73235c1965e9f4c000244ca657ac9d1e4f68)
* Fixed to properly save configs in PPPs interfacesFrancisco Cavalcante2016-08-121-17/+38
| | | | (cherry picked from commit 545a7850ea37cd8c379cc75428353ad0089f2bd3)
* Merge pull request #3095 from NewEraCracker/redmine-6686Renato Botelho2016-08-121-0/+1
|\
| * Ensure extensions.ini is readable by non root usersNewEraCracker2016-08-111-0/+1
| | | | | | | | https://redmine.pfsense.org/issues/6686
* | Be more verbose and let user know results of SMTP settings testRenato Botelho2016-08-111-3/+9
| |
* | Pass along send_smtp_message() return, otherwise message will not be shown ↵Renato Botelho2016-08-111-2/+1
|/ | | | when testing SMTP settings
* Fix bind options and add them for 9.10 as wellRenato Botelho2016-08-091-2/+5
|
* Fix wording of the "Reject leases from" option for a DHCP interface.jim-p2016-08-091-2/+2
|
* Enable apcupsd buildRenato Botelho2016-08-081-0/+1
|
* Text typoPhil Davis2016-08-081-1/+1
| | | | | Noted by Daryl Morse in comment on Redmine bug 6637. (cherry picked from commit bf6ae0ad277710ffa64ee0967c5d4f717c2bc54b)
* Improve the wording to make clear the legal restrictions for the use of the ↵Luiz Otavio O Souza2016-08-051-2/+2
| | | | | | | | pfSense trademark. Reviewed by: jimt (cherry picked from commit d689bc7df5601d1a50aaccc3d75472099cd942b7)
* Ignore linkup eventos for interfaces that are member of bridges and have no ↵Renato Botelho2016-08-051-2/+21
| | | | IP address configured
* Verify if interface is active gw for gw group before update dynamic DNSRenato Botelho2016-08-051-2/+26
|
* pfSense.css: Fix sortable tables' fontJose Luis Duran2016-08-041-14/+18
|
* Experiment using the OS' native font stackJose Luis Duran2016-08-042-6/+10
| | | | | | | | Following the steps of bfbfa4dd254c110db4122925d0a3716a34d4c664, experiment using the OS' native font stack. Obtained from the Bootstrap project (twbs/bootstrap#19098, twbs/bootstrap@0a31dacf3e0c43a73b2e61e266155b9dcce35339)
* Update pfSense.potdoktornotor2016-08-041-1/+1
| | | | (cherry picked from commit 51c5313df8b9a9470cad9031b3e93594a4728c9e)
* Allow URLs for TFTP Server (Bug #6634)doktornotor2016-08-041-2/+2
| | | | | The setPattern() thing ain't usable for this and just causes regressions. (cherry picked from commit c411661a8e8f9f9eb014a24954b9be2fcaaece18)
* Allow URLs for TFTP Server (Bug #6634)doktornotor2016-08-041-2/+2
| | | | | is_URL() from util.inc is way too limited for this purpose. (cherry picked from commit 8ff248d6a3f31dba42c4c64b5290928030faad4a)
* Typo fixdoktornotor2016-08-041-1/+1
| | | | (cherry picked from commit 4b79a9d443c4e16d6ffa304775aec79938d2988c)
* Allow URLs for TFTP Server (Bug #6634)doktornotor2016-08-041-2/+2
| | | | | is_URL() from util.inc is way too limited for this purpose. (cherry picked from commit 483816313924f87707bca0aa983c73064bd52371)
* Fix a redundant HTTP "User-Agent" string.Philip Soeberg2016-08-041-1/+1
| | | | | | | | | CURLOPT_USERAGENT expect the value to the user-agent string, not the entire key-value pair. Before this fix, HTTP header "User-Agent: User-Agent: phpDynDNS/0.7" was sent for DDNS updates. NGINX configuration at GratisDNS will not accept a user-agent formatted in the above way. This commit fixes GratisDNS Dynamic DNS service. (cherry picked from commit ce9a957241c0453402d0765be0fe25e1cca48c2a)
* Merge pull request #3066 from phil-davis/notifychannelupdownRenato Botelho2016-08-041-3/+15
|\
| * Backport notify by email and in syslog when a channel goes up or downPhil Davis2016-07-201-3/+15
| | | | | | | | Original pull request to master was #2847
* | Merge pull request #3065 from phil-davis/radius-openvpnRenato Botelho2016-08-044-11/+53
|\ \
| * | Backport Radius auth server to detect openVPNPhil Davis2016-07-204-11/+53
| |/ | | | | | | Original pull request to master was #3057
* | services_dhcp: Ignore BOOTP queriesJose Luis Duran2016-08-042-0/+14
| | | | | | | | | | | | | | | | | | | | | | BOOTP leases do not have a maximum lease time by default, this could potentially lead to a DHCP address pool exhaustion. This commit adds an option to ignore BOOTP queries. Redmine #4351 (cherry picked from commit 6d53301b1f612ff3e0490abbb46b53c50193b80b)
* | Add a variable to control if pkg repo should be signed or notRenato Botelho2016-08-032-2/+2
| |
* | Add a field to CA/Cert pages for OU, which is required by some external CAs ↵jim-p2016-08-032-5/+40
| | | | | | | | and users. Fixes #6672
* | Display local DHCP lease times in 24-hour clockPhil Davis2016-08-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | It seems odd to me that when the times are displayed in UTC they have 24-hour clock, but when displayed in local time they are formatted with 12-our clock and AM/PM. 24-hour format takes less screen space, and I would have thought that network admins would prefer working consistently in 24-hour clock format. (cherry picked from commit ede534659ca54d2268ce51ec2f9e15f77051a60c)
* | Update firewall rules separators when NAT associated rule is deleted.NOYB2016-08-031-0/+10
| | | | | | | | | | Bug: https://redmine.pfsense.org/issues/6676 (cherry picked from commit 7475d7b337c0a08dc4d6636f33b0998067f26008)
* | Save widget settings per userPhil Davis2016-08-039-76/+83
| | | | | | | | | | | | | | | | | | For users that have "custom settings" enabled, save the "tool" settings of their widgets on a per-user basis. User that do not have "custom settings" enabled will continue to use and save widget settings to/from the system-wide settings. (cherry picked from commit 2b7d0520818248920ec88514fde2c9b86c2a70af)
* | Some tweaks to improve alignment in table with checkboxNewEraCracker2016-08-032-2/+2
| | | | | | | | | | | | | | | | | | | | 1) If a checkbox does not have a description (even if it is empty), layout will be broken as checkbox won't be aligned correctly 2) UPnP checkbox looks better with description instead of help This commit fixes the two issues (cherry picked from commit 1a8e5f2f67fdc18080eeac47dc4ed0bdfacc66b9)
* | Remove defunct link to the devwiki site. Everything is on doc.pfsense.org now.jim-p2016-08-021-1/+0
| |
* | Fix typo, LT2P->L2TPjim-p2016-08-023-4/+4
| |
* | Read output line by lineRenato Botelho2016-08-021-0/+4
| |
* | Fixed #6669Stephen Beaver2016-08-012-1/+8
| | | | | | | | | | | | Read widget config before adding a new one. (Was starting a new array) (cherry picked from commit 236e6a54e9a93284ca170b68aa1188dfaa195c3d)
OpenPOWER on IntegriCloud