summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a PHP error when upgrading gatewaysjim-p2018-09-061-2/+2
* Init gateway group array before use. Fixes #8876jim-p2018-09-051-4/+1
* Welcome pfSense 2.4.4-RCRenato Botelho2018-09-043-4/+5
* Fix #8806: Configure captive portal on secondary identical as master HA nodeRenato Botelho2018-09-041-7/+33
* Fix #8721: Call proper filter_configure function from this classRenato Botelho2018-09-031-1/+1
* Change status.php to use "ifconfig -v". Implements #8860jim-p2018-08-311-1/+1
* Default VTI remote to Address but allow it to change. Fixes #8859jim-p2018-08-311-3/+5
* Make async_crypto explicit enabled/disabled rather than current issetSteve Beaver2018-08-312-6/+11
* Move IPsec VTI interface cleanup list. Fixes #8858jim-p2018-08-311-6/+6
* Use safe_mkdir() for IPsec dirs. Fixes #8856jim-p2018-08-311-30/+12
* Initialize IPsec logging array before use. Fixes #8857jim-p2018-08-311-0/+1
* Fix #7694: Replace sshlockout_pf by sshguardRenato Botelho2018-08-309-14/+41
* Missing line to fix #8850jim-p2018-08-301-1/+1
* Set default new CA/Cert action to Create Internal. Implements #8851jim-p2018-08-292-2/+2
* Allow packages to opt out of a forced start. Fixes #8850jim-p2018-08-292-1/+6
* Fixes #8767 PHP7 syntax errorStephen Jones2018-08-291-0/+4
* Update translation filesRenato Botelho2018-08-28100-32085/+31851
* Regenerate potRenato Botelho2018-08-281-641/+634
* Fix Minnowboard Turbot model names. SG-2320 -> MBT-2220, SG-2340 -> MBT-4220Renato Botelho2018-08-281-2/+2
* fixes #8837 part 2, initialize as array instead of string for PHP7Stephen Jones2018-08-281-1/+1
* Bug was fixed in pfsense module and this code is no longer needed so removing.Stephen Jones2018-08-281-4/+0
* $wancfg is not a reference to $config. Set $random_mac properly on config and...Renato Botelho2018-08-281-3/+8
* Revert ticket #1337Renato Botelho2018-08-282-70/+21
* Fix some integer assumptions with calculate_ipv6_delegation_length()jim-p2018-08-273-3/+3
* Escape arguments when relinquishing a DHCP lease. Fixes #8843jim-p2018-08-271-1/+5
* Fix extra bracesSteve Beaver2018-08-271-1/+1
* Fixed #8838Steve Beaver2018-08-271-3/+5
* Fixed #8837Steve Beaver2018-08-261-1/+1
* Add missing break in IpAddress form class. Fixes #8834jim-p2018-08-251-0/+1
* Fixed #8812Steve Beaver2018-08-253-3/+3
* Perople were misunderstanding "hint" so changed it to "identifier"Steve Beaver2018-08-241-3/+3
* PHP7 fixes: Use of undefined constantsRenato Botelho2018-08-241-3/+3
* Implement #1335:Renato Botelho2018-08-231-25/+103
* Do not let users change QinQ mac addressRenato Botelho2018-08-231-5/+10
* Remove not used 'Copy my MAC' button codeRenato Botelho2018-08-231-9/+0
* Merge pull request #3974 from Augustin-FL/patch-passthroughRenato Botelho2018-08-233-24/+11
|\
| * Automatically store username of the MAC created pass-throughAugustin-FL2018-08-213-24/+11
* | Update translation filesRenato Botelho2018-08-23100-88882/+92750
* | Regenerate potRenato Botelho2018-08-231-1760/+1836
* | Merge pull request #3973 from PiBa-NL/20180821-getarraybyrefRenato Botelho2018-08-231-0/+32
|\ \
| * | add getarraybyref() utility function for general use (used also to avoid php7...PiBa-NL2018-08-211-0/+32
* | | Fix syntax and use unlink_if_exists()Renato Botelho2018-08-221-3/+1
* | | Merge pull request #3965 from Hobby-Student/masterSteve Beaver2018-08-221-19/+23
|\ \ \
| * | | changes to mobile ipsec dns to support new featuresChristian2018-07-131-19/+23
* | | | Fixed #8823Steve Beaver2018-08-221-1/+3
* | | | Use ctype_xdigit() instead of is_numeric() to validate hex. Issue #8824jim-p2018-08-221-2/+2
* | | | Fixes #8800 Interfaces will show up in the group edit page even if disabled s...Stephen Jones2018-08-211-1/+1
* | | | Add the GUI support to set the VLAN Priority for the DHCP requests.Luiz Souza2018-08-214-33/+74
* | | | Handle HTTP_REFERER better when changing IP addr. Fixes #8822jim-p2018-08-211-0/+16
| |_|/ |/| |
* | | Redact lightsquid pw in status output. Fixes #8819jim-p2018-08-211-0/+1
OpenPOWER on IntegriCloud