Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  bin
  captiveportal
  etc
  openssl
  pkg
  sbin
  share
  www

Latest revisions

# Date Author Comment
feb1953e 10/24/2014 02:25 PM Phil Davis

Expand range or subnet for host alias

When entering a host alias, if the user put an IP range (like 192.168.0.10-192.168.0.20) or a subnet (like 192.168.1.200/29) then expand it into a list of individual IP addresses. Check that it will not make too many rows to exceed the existing 5000 row limit on the GUI....

6b18c66b 09/27/2014 05:19 PM Phil Davis

Clarify bracketing

to minimize risk of a problem when adding code here in the future.

055a43d2 09/27/2014 05:10 PM Phil Davis

Allow extended alias inputs #3890

Currently if you enter a space-separated list of subnets in the IP address box when entering an alias, the code reports that the data is invalid. But it does actually expand the list of subnets into multiple rows, and enters the various subnet CIDRs into the CIDR column for the user. The user can press Save a second time and the data is now valid so the code saves it happily. This is rather odd, as reported in redmine #3890....

bbd1f783 09/26/2014 04:18 PM Phil Davis

firewall_aliases_edit UI text changes

If type URL Table then the heading "Description" on the 3rd column gets suppressed (I am not really sure why that is, since the description data entry box still appears - I guess someone intended that the data entry box itself also be suppressed, since URL Table takes just a single line entry, the overall description of the alias should be enough - no need for a per-line description.)...

62218b4d 09/26/2014 02:40 AM Phil Davis

Remove useless check for alias description matching an interface description

While looking at other checks in the code I noticed this check. It was not effective anyway, because the first line inside "if ($_POST)" below does
unset($input_errors);
which undoes this check anyway....

7ea27b0d 09/25/2014 12:55 PM Renato Botelho

Be more strict on removing groups checking group id and group name, it avoids issues like happened to users on ticket #3856. While I'm here, replace GET by POST

fbe0d698 09/25/2014 12:29 PM Renato Botelho

Be more strict on user removal checking array id and also username to avoid removing wrong users when browser back button is used. It should fix #3856

370b4666 09/24/2014 06:20 PM Bruno Ferri

Fix close button in the info box

abf2e0f1 09/24/2014 10:10 AM Renato Botelho

Merge pull request #1287 from jean-m-cyr/master

a99547e4 09/24/2014 09:53 AM Ermal LUÇI

Provide a toggle for apinger debug messages to be logged to syslog. To help with roubleshooting issues

View revisions

Also available in: Atom