/freebsd/sbin/ipf/libipf/ |
H A D | save_v2trap.c | 30 char *community; member 60 if (strcmp(s1->community, s2->community)) in snmpv2_match() 93 printf("%s ", snmpv2->community); in snmpv2_print() 133 ctx->community = str; in snmpv2_parse() 213 if (v2->community) in snmpv2_destroy() 214 free(v2->community); in snmpv2_destroy() 226 return (sendtrap_v2_0(v2->fd, v2->community, in snmpv2_send() 291 maketrap_v2(char *community, u_char *buffer, int bufsize, u_char *msg, in maketrap_v2() argument 304 if (community == NULL || *community == '\0') in maketrap_v2() 305 community = def_community; in maketrap_v2() [all …]
|
H A D | save_v1trap.c | 27 char *community; member 56 if (strcmp(s1->community, s2->community)) in snmpv1_match() 89 printf("%s ", snmpv1->community); in snmpv1_print() 128 ctx->community = str; in snmpv1_parse() 208 if (v1->community) in snmpv1_destroy() 209 free(v1->community); in snmpv1_destroy() 221 return (sendtrap_v1_0(v1->fd, v1->community, in snmpv1_send() 289 maketrap_v1(char *community, u_char *buffer, int bufsize, u_char *msg, in maketrap_v1() argument 301 if (community == NULL || *community == '\0') in maketrap_v1() 302 community = def_community; in maketrap_v1() [all …]
|
/freebsd/sys/dev/p2sb/ |
H A D | lewisburg_gpiocm.c | 96 struct lbgcommunity *community; member 107 for (i = 0; i < sc->community->ngroups; ++i) in lbggpiocm_get_group() 108 if (sc->community->groups[i].dev == child) in lbggpiocm_get_group() 109 return (&sc->community->groups[i]); in lbggpiocm_get_group() 118 if (pin >= sc->community->npins) in lbggpiocm_getpad() 121 return (sc->community->pad_off + 2 * 4 * pin); in lbggpiocm_getpad() 284 sc->community = &lbg_communities[unit]; in lbggpiocm_probe() 288 device_set_desc(dev, sc->community->name); in lbggpiocm_probe() 301 if (sc->community->npins == 0) in lbggpiocm_attach() 305 sc->community->pad_off = LBGGPIOCM_READ(sc, PADBAR); in lbggpiocm_attach() [all …]
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | snmpd.h | 51 struct community { struct 57 TAILQ_ENTRY(community) link; argument 62 extern TAILQ_HEAD(community_list, community) community_list; argument
|
H A D | action.c | 260 if (community != COMM_INITIALIZE) in op_system_group() 265 if (community != COMM_INITIALIZE) in op_system_group() 697 if (community != COMM_INITIALIZE) in op_snmpd_config() 755 struct community *c; in op_community() 761 if ((community != COMM_INITIALIZE && snmpd.comm_dis) || in op_community() 768 if ((community != COMM_INITIALIZE && snmpd.comm_dis) || in op_community() 774 if (community != COMM_INITIALIZE && snmpd.comm_dis) in op_community() 918 community != COMM_INITIALIZE) in dep_modules() 1116 if (community != COMM_INITIALIZE) in op_snmp_engine()
|
H A D | snmpd.config | 62 # Set community strings. 64 # Each community string has a permission attached to it - 1 for read only 67 # Be sure to understand the security implications of SNMPv2 - the community
|
H A D | main.c | 172 u_int community; variable 173 static struct community *comm; 392 if ((uname = comm_string(community)) == NULL) in snmp_pdu_auth_access() 398 if ((uname = comm_string(community)) == NULL) in snmp_pdu_auth_access() 616 strcmp(comm->string, pdu->community) == 0) in snmp_input_start() 627 community = comm->value; in snmp_input_start() 1643 community = COMM_INITIALIZE; in main() 2061 struct community* 2065 struct community *c, *p; in comm_define_ordered() 2075 if ((c = malloc(sizeof(struct community))) == NULL) { in comm_define_ordered() [all …]
|
H A D | BEGEMOT-SNMPD.txt | 267 "A table with the community strings for access control." 275 "A table with the community strings for access control. 293 "Index of the module that has registered this community. 302 "The numerical index of the community (private to the module)." 318 "A description what this community is good for." 326 "The numerical value of access rights granted to the community." 522 are allowed from all clients if the community matches. For
|
H A D | trap.c | 427 strlcpy(pdu->community, com, sizeof(pdu->community)); in snmp_create_v1_trap() 444 strlcpy(pdu->community, com, sizeof(pdu->community)); in snmp_create_v2_trap()
|
/freebsd/usr.sbin/bsnmpd/bsnmpd/ |
H A D | snmpd.config | 25 # Uncomment begemotSnmpdCommunityString.0.2 below that sets the community 83 # The default value of the community strings is NULL (note, that this is 85 # To enable read access only the read community string must be set. Setting 86 # the write community string enables both read and write access with that 89 # Be sure to understand the security implications of SNMPv2 - the community
|
/freebsd/contrib/bsnmp/snmp_target/ |
H A D | target_snmp.c | 154 if (community != COMM_INITIALIZE && in op_snmp_target_addrs() 238 if (community != COMM_INITIALIZE) in op_snmp_target_addrs() 364 if (community != COMM_INITIALIZE && in op_snmp_target_params() 437 if (community != COMM_INITIALIZE) in op_snmp_target_params() 546 if (community != COMM_INITIALIZE && in op_snmp_notify() 585 if (community != COMM_INITIALIZE) in op_snmp_notify()
|
/freebsd/crypto/openssl/ |
H A D | ACKNOWLEDGEMENTS.md | 6 [Thanks!]: https://www.openssl.org/community/thanks.html
|
H A D | SUPPORT.md | 72 - [openssl-announce] for official announcements to the OpenSSL community. 87 [mailing lists]: https://www.openssl.org/community/mailinglists.html
|
/freebsd/contrib/googletest/docs/ |
H A D | community_created_documentation.md | 4 created by the Googletest community.
|
/freebsd/contrib/bsnmp/snmp_vacm/ |
H A D | vacm_snmp.c | 115 if (community != COMM_INITIALIZE) in op_vacm_context() 163 if (community != COMM_INITIALIZE && in op_vacm_security_to_group() 191 if (community != COMM_INITIALIZE) in op_vacm_security_to_group() 285 if (acl != NULL && community != COMM_INITIALIZE && in op_vacm_access() 342 if (community != COMM_INITIALIZE) in op_vacm_access() 482 if (community != COMM_INITIALIZE && in op_vacm_view() 526 if (community != COMM_INITIALIZE) in op_vacm_view()
|
/freebsd/sys/contrib/openzfs/contrib/intel_qat/ |
H A D | readme.md | 3 This contrib contains community compatibility patches to get Intel QAT working on the following ker…
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-8040-mcbin.dts | 5 * Device Tree file for MACCHIATOBin Armada 8040 community board platform
|
H A D | armada-8040-mcbin-singleshot.dts | 5 * Device Tree file for MACCHIATOBin Armada 8040 community board platform
|
/freebsd/contrib/googletest/ |
H A D | CMakeLists.txt | 1 # Note: CMake support is community-based. The maintainers do not use CMake
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | Uninstall.cmake.in | 1 # https://gitlab.kitware.com/cmake/community/wikis/FAQ#can-i-do-make-uninstall-with-cmake
|
/freebsd/contrib/libevent/cmake/ |
H A D | Uninstall.cmake.in | 1 # https://gitlab.kitware.com/cmake/community/wikis/FAQ#can-i-do-make-uninstall-with-cmake
|
/freebsd/contrib/bsnmp/lib/ |
H A D | snmp.c | 539 if (asn_get_octetstring(b, (u_char *)pdu->community, in snmp_pdu_decode_header() 544 pdu->community[octs_len] = '\0'; in snmp_pdu_decode_header() 804 if (asn_put_octetstring(b, (u_char *)pdu->community, in snmp_pdu_encode_header() 805 strlen(pdu->community)) != ASN_ERR_OK) in snmp_pdu_encode_header() 1126 snmp_printf("%s %s '%s'", types[pdu->type], vers, pdu->community); in snmp_pdu_dump() 1144 snmp_printf("%s %s '%s'", types[pdu->type], vers, pdu->community); in snmp_pdu_dump()
|
/freebsd/sys/contrib/device-tree/Bindings/arm/omap/ |
H A D | omap.txt |
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/ |
H A D | README | 32 http://www.opensolaris.org/os/community/dtrace/dtest
|
/freebsd/contrib/bsnmp/snmp_usm/ |
H A D | usm_snmp.c | 176 if (community != COMM_INITIALIZE && in op_usm_users() 194 if (community != COMM_INITIALIZE) in op_usm_users() 311 if (community != COMM_INITIALIZE) in op_usm_users()
|