summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix indentRenato Botelho2016-08-161-3/+4
| |
* | Tidy up filenamesColin Fleming2016-08-163-3/+3
|/ | | | Make sure the filenames represent the actual file
* Merge pull request #3109 from phil-davis/patch-1Stephen Beaver2016-08-161-2/+2
|\
| * Fix DDNS domain for static map DHCP entriesPhil Davis2016-08-161-2/+2
| | | | | | | | If you specify DDNS Domain in a DHCP static map entry, it does not make its way through to dhcpd.conf This is because the var name $pdnscfg is wrong from an old copy-paste that first made this code.
* | Code style and commentsPhil Davis2016-08-1638-132/+133
|/ | | | No functional change - just making style consistent
* Improved solution to #6716Stephen Beaver2016-08-152-1/+3
|
* Fixed #6716Stephen Beaver2016-08-152-5/+19
|
* Fixed #6700Stephen Beaver2016-08-151-1/+1
|
* Fixed #6710Stephen Beaver2016-08-151-1/+20
| | | | (cherry picked from commit 13b92290e0fa367a76016a15ccf5e76ff77b0706)
* Fixed #6709Stephen Beaver2016-08-151-1/+1
|
* Fixed #6703Stephen Beaver2016-08-151-1/+1
|
* Fixed #6706Stephen Beaver2016-08-151-1/+1
|
* Fixed #6705Stephen Beaver2016-08-151-0/+1
|
* Fixed #6701Stephen Beaver2016-08-151-1/+1
|
* Fixed #6704Stephen Beaver2016-08-151-1/+14
|
* Merge pull request #3099 from NewEraCracker/patch-3Renato Botelho2016-08-121-1/+1
|\
| * Fix typo leading to syntax errorNewEraCracker2016-08-121-1/+1
| |
* | Merge pull request #3098 from NewEraCracker/patch-2Renato Botelho2016-08-121-0/+3
|\ \
| * | 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.
* | Merge pull request #3097 from NewEraCracker/patch-1Renato Botelho2016-08-121-0/+3
|\ \
| * | Be sure that user_settings for widgets is an arrayNewEraCracker2016-08-121-0/+3
| |/
* | Fixed to properly save configs in PPPs interfacesFrancisco Cavalcante2016-08-121-17/+38
| | | | | | | | (cherry picked from commit 545a7850ea37cd8c379cc75428353ad0089f2bd3)
* | Retire extensions.iniRenato Botelho2016-08-121-0/+1
|/
* Ticket #3734: Retire growl.classRenato Botelho2016-08-112-98/+1
|
* Ticket #3734: Convert growl related code to use pear-Net_Growl portRenato Botelho2016-08-112-42/+97
|
* 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
* Ticket #3734:Renato Botelho2016-08-112-20/+13
| | | | | | - Added timeout parameter for SMTP configuration - Removed STARTTLS option, it's enabled automatically by pear-Mail when server supports it
* Ticket #3734: Retire smtp.inc, sasl.inc and *sasl_client.inc in favor of ↵Renato Botelho2016-08-119-2925/+8
| | | | pear-Mail port
* Ticket #3734: Convert notify_via_smtp() to use pear-MailRenato Botelho2016-08-111-35/+52
|
* Ticket #3734: Retire PEAR.inc and use PEAR.php from portsRenato Botelho2016-08-114-1106/+4
|
* Ticket #3734: Replace etc/inc/IPv6.inc by pear-Net_IPv6 portRenato Botelho2016-08-106-1121/+5
|
* Remove copy of pear-Crypt_CHAP from repo and use portsRenato Botelho2016-08-102-463/+1
|
* Fix path to require pear-Crypt_CHAP installed file. Ticket #3734Renato Botelho2016-08-101-1/+1
|
* Add pear directory to PHP include_path. Ticket #3734Renato Botelho2016-08-101-1/+1
|
* Fix wording of the "Reject leases from" option for a DHCP interface.jim-p2016-08-091-2/+2
|
* Remove workarounds to sort extensions.ini since ports tree now has a better ↵Renato Botelho2016-08-092-6/+0
| | | | solution in place to track PHP modules dependencies
* Text typoPhil Davis2016-08-081-1/+1
| | | Noted by Daryl Morse in comment on Redmine bug 6637.
* 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
|
* Merge pull request #3084 from jlduran/native-font-stackJared Dillard2016-08-043-20/+28
|\
| * Experiment using the OS' native font stackJose Luis Duran2016-08-012-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)
| * pfSense.css: Fix sortable tables' fontJose Luis Duran2016-08-011-14/+18
| |
* | Merge pull request #3083 from doktornotor/patch-2Renato Botelho2016-08-043-8/+8
|\ \
| * | Update pfSense.potdoktornotor2016-07-311-1/+1
| | |
| * | Allow URLs for TFTP Server (Bug #6634)doktornotor2016-07-311-2/+2
| | | | | | | | | The setPattern() thing ain't usable for this and just causes regressions.
| * | Allow URLs for TFTP Server (Bug #6634)doktornotor2016-07-311-2/+2
| | | | | | | | | is_URL() from util.inc is way too limited for this purpose.
| * | Update pfSense.potdoktornotor2016-07-311-1/+1
| | |
| * | Typo fixdoktornotor2016-07-311-1/+1
| | |
| * | Allow URLs for TFTP Server (Bug #6634)doktornotor2016-07-311-2/+2
| |/ | | | | is_URL() from util.inc is way too limited for this purpose.
OpenPOWER on IntegriCloud