Named ACLs: Introduces a system for creating and sharing ACLs
authorJonathan Rose <jrose@digium.com>
Wed, 11 Jul 2012 18:33:36 +0000 (18:33 +0000)
committerJonathan Rose <jrose@digium.com>
Wed, 11 Jul 2012 18:33:36 +0000 (18:33 +0000)
commit10afdf3a2abd7e45d5c1841b29744de5b852d722
treeefd6960cc2e8a9f2642d8ac950904ba6c51371e9
parent6190ae4430f2bdfb02d2ce8f4941cd9b4e65f5a0
Named ACLs: Introduces a system for creating and sharing ACLs

This patch adds Named ACL functionality to Asterisk. This allows system
administrators to define an ACL and refer to it by a unique name. Configurable
items can then refer to that name when specifying access control lists.
It also includes updates to all core supported consumers of ACLs. That includes
manager, chan_sip, and chan_iax2. This feature is based on the deluxepine-trunk
by Olle E. Johansson and provides a subset of the Named ACL functionality
implemented in that branch. For more information on this feature, see acl.conf
and/or the Asterisk wiki.

Review: https://reviewboard.asterisk.org/r/1978/

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369959 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 files changed:
CHANGES
channels/chan_iax2.c
channels/chan_sip.c
channels/sip/include/sip.h
configs/acl.conf.sample [new file with mode: 0644]
configs/extconfig.conf.sample
configs/iax.conf.sample
configs/manager.conf.sample
configs/sip.conf.sample
include/asterisk/acl.h
include/asterisk/channel.h
include/asterisk/config.h
include/asterisk/event_defs.h
main/acl.c
main/asterisk.c
main/config.c
main/loader.c
main/manager.c
main/named_acl.c [new file with mode: 0644]