summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #8837 part 2, initialize as array instead of string for PHP7Stephen Jones2018-08-281-1/+1
* Fix #8845: Increase PHP FD_SETSIZERenato Botelho2018-08-281-0/+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
* Start building fail2banRenato Botelho2018-08-271-0/+1
* 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
* Enable sshguard buildRenato Botelho2018-08-241-0/+1
* 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
* | | Add a missed case for auth source detection. Fixes #8817jim-p2018-08-211-2/+5
* | | Add "select all" control to remaining NAT pagesSteve Beaver2018-08-214-4/+25
* | | Make config_array_from_str() function more generalSteve Beaver2018-08-201-2/+4
* | | Fixed #8803Steve Beaver2018-08-201-6/+16
| |/ |/|
* | Fixed #8803Steve Beaver2018-08-201-2/+10
* | Certs: Fix CA subject assumptions. Fixes #8801jim-p2018-08-204-24/+30
* | Only show the DHCP6 VLAN Priority settings for VLAN interfaces.Luiz Souza2018-08-201-25/+27
* | Declare variable out of loopRenato Botelho2018-08-201-3/+3
* | Try to run upgrade script 3 timesRenato Botelho2018-08-201-14/+17
* | Fix #8519Renato Botelho2018-08-201-4/+5
* | Remove leftoverRenato Botelho2018-08-201-3/+0
* | Make sure to use string starting at __RC= positionRenato Botelho2018-08-201-2/+4
* | on arm and arm64 machines, set kern.shutdown.secure_halt = 1Dave Cornejo2018-08-201-0/+5
* | Do not use gettext() on default LAN interface nameRenato Botelho2018-08-201-2/+2
* | Add logged in user to Dashboard sysinfo widget. Implements #8817jim-p2018-08-201-0/+9
* | User login source & proxy fwd addr to user data. Fixes #8813 Fixes #8816jim-p2018-08-203-10/+29
OpenPOWER on IntegriCloud