lp:~goetzpf/+git/epics-ip-ignore-as-IPAG-patches_base_7

Owned by Goetz Pfeiffer
Get this repository:
git clone https://git.launchpad.net/~goetzpf/+git/epics-ip-ignore-as-IPAG-patches_base_7
Only Goetz Pfeiffer can upload to this repository. If you are Goetz Pfeiffer please log in for upload directions.

Branches

Name Last Modified Last Commit
7.0 2019-12-06 13:25:57 UTC
Access security now supports IP address access groups (IPAG).

Author: Goetz Pfeiffer
Author Date: 2019-12-06 13:25:57 UTC

Access security now supports IP address access groups (IPAG).

Up to now, channel access security allowed to specify access rules for clients
based on user- and host names.

This patch adds IP access groups. Now access rules may contain the client's IP
address too. The IP access group, "IPAG", can be used together with host access
groups, "HAG" or can replace these.

Notes for software that uses EPICS base:

This patch changes the API of the EPICS base channel access security library.
Users of the library must now provide the IP address of a client.

The following functions declared in asLib.h now have an additional parameter:

  asAddClient
  asChangeClient

In order to be able to write programs that support versions of EPICS base with
and without this patch, a new C macro is defined in file epicsVersion.h:

  #define EPICS_HAS_AS_IPAG 1

11 of 1 result
This repository contains Public information 
Everyone can see this information.

Subscribers