97#define AGT_DEF_ACM_MODEL AGT_ACM_MODEL_IETF_NACM
155 agt_acm_init2 (
void);
165 agt_acm_cleanup (
void);
222 agt_acm_notif_allowed (
const xmlChar *user,
281 agt_acm_init_msg_cache (
ses_cb_t *scb,
303extern void agt_acm_clear_session_cache (
ses_cb_t *scb);
315extern void agt_acm_invalidate_session_cache (
ses_cb_t *scb);
327 agt_acm_session_cache_valid (
const ses_cb_t *scb);
441 agt_acm_clean_xpath_cache (
void);
478 agt_acm_go_active (
void);
488 agt_acm_go_standby (
void);
Multi-Protocol Network Management Server.
dlq provides general double-linked list and queue support:
agt_acmode_t
matches access-control enumeration in netconfd.yang
Definition: agt.h:730
boolean agt_acm_get_log_writes(void)
Get the log_writes flag.
Definition: agt_acm.c:1049
agt_acmode_t agt_acm_get_acmode(void)
Get the –access-control mode.
Definition: agt_acm.c:1017
uint32 agt_acm_get_deniedNotifications(void)
Get the deniedNotification counter.
Definition: agt_acm.c:1137
boolean agt_acm_is_superuser(const xmlChar *username)
Check if the specified user name is the superuser Low-level access; no scb available.
Definition: agt_acm.c:1086
uint32 agt_acm_get_deniedRpcs(void)
Get the deniedRpcs counter.
Definition: agt_acm.c:1105
boolean agt_acm_get_log_reads(void)
Get the log_reads flag.
Definition: agt_acm.c:1065
uint32 agt_acm_get_deniedDataWrites(void)
Get the deniedDataWrites counter.
Definition: agt_acm.c:1121
boolean agt_acm_session_is_superuser(const ses_cb_t *scb)
Check if the specified session is the superuser.
Definition: agt_acm.c:997
op_editop_t
NETCONF edit-config operation types.
Definition: op.h:122
status_t
global error return code
Definition: status_enum.h:219
NETCONF Session Common definitions module.
Global error messages for status code enumerations.
representation of one module or submodule during and after parsing
Definition: ncxtypes.h:1138
One YANG data-def-stmt.
Definition: obj.h:1232
Session Control Block.
Definition: ses.h:573
one value to match one type
Definition: val.h:912
Common Encoding Message Header No longer XML specific!! Used by JSON and CBOR parsing as well!...
Definition: xml_msg.h:404
Value Node Basic Support.
XML and JSON Message send and receive support.
Schema and data model Xpath search support.