Navigation


Changeset 161:645ff1487c23 in freeDiameter


Ignore:
Timestamp:
Jan 25, 2010, 7:07:29 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Draft for ACL white-list extension

Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CMakeLists.txt

    r120 r161  
    5050# Peers security extensions
    5151
    52 # OPTION(BUILD_PS_DEFAULT "Build ps_default? (white-list of peers)" ON)
    53 #       IF (BUILD_PS_DEFAULT)
    54 # # -- enable once API is updated:         SUBDIRS(ps_default)
    55 #       ENDIF (BUILD_PS_DEFAULT)
     52OPTION(BUILD_ACL_WL "Build acl_wl? (White-list of remote connecting peers)" ON)
     53        IF (BUILD_ACL_WL)
     54                SUBDIRS(acl_wl)
     55        ENDIF (BUILD_ACL_WL)
    5656
    5757
Note: See TracChangeset for help on using the changeset viewer.