/freebsd/sys/dev/p2sb/ |
H A D | lewisburg_gpiocm.c | 84 LBG_COMMUNITY("LewisBurg GPIO Community 0", 72, "ABF"), 85 LBG_COMMUNITY("LewisBurg GPIO Community 1", 61, "CDE"), 86 LBG_COMMUNITY("LewisBurg GPIO Community 2", 0, ""), 87 LBG_COMMUNITY("LewisBurg GPIO Community 3", 12, "I"), 88 LBG_COMMUNITY("LewisBurg GPIO Community 4", 36, "JK"), 89 LBG_COMMUNITY("LewisBurg GPIO Community 5", 66, "GHL"), 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() [all …]
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | snmpmod.3 | 61 .Nm community , 168 .Vt extern u_int community ; 320 UDP port table, a community table, a module table, a statistics group and 426 If the daemon receives a PDU and that PDU has a community string whose 427 community was registered by this module and 579 The SNMP daemon implements a community table. 581 the community string in that message is compared to each of the community 583 .Va community 584 is set to the community identifier for that community. 585 Community identifiers are unsigned integers. [all …]
|
H A D | snmpd.h | 51 struct community { struct 52 struct lmodule *owner; /* who created the community */ argument 54 u_int value; /* value of this community */ argument 55 u_char * string; /* the community string */ argument 57 TAILQ_ENTRY(community) link; argument 62 extern TAILQ_HEAD(community_list, community) community_list; argument 239 /* disable community table */
|
H A D | BEGEMOT-SNMPD.txt | 260 --- Community table 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 | snmpd.config | 62 # Set community strings. 64 # Each community string has a permission attached to it - 1 for read only 65 # and 2 for read/write. Default is 1. Community strings must be unique. 67 # Be sure to understand the security implications of SNMPv2 - the community
|
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() 748 * The community table 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() 796 /* create new community and use user sepcified index */ in op_community() 797 c = comm_define_ordered(COMM_READ, "SNMP Custom Community", in op_community() [all …]
|
H A D | snmpmod.h | 284 /* drop because of bad community */ 286 /* drop because of bad community use */ 306 /* unknown community */ 368 * Community support. 379 struct community *comm_define_ordered(u_int priv, const char *descr, 383 /* community for current packet */ 384 extern u_int community; 625 /* decode PDU and find community */
|
H A D | main.c | 152 /* community value generator */ 171 /* current community */ 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() 480 * SNMP input. Start: decode the PDU, find the user or community. 610 * Look, whether we know the community or user in snmp_input_start() 616 strcmp(comm->string, pdu->community) == 0) in snmp_input_start() 627 community = comm->value; in snmp_input_start() [all …]
|
/freebsd/sbin/ipf/libipf/ |
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 …]
|
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 …]
|
/freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
H A D | config.yml | 5 about: Ask the community for help 6 - name: OpenZFS Community Support Mailing list (Linux) 8 about: Get community support for OpenZFS on Linux 9 - name: FreeBSD Community Support Mailing list 11 about: Get community support for OpenZFS on FreeBSD 14 about: Use IRC to get community support for OpenZFS
|
/freebsd/usr.sbin/bsnmpd/tools/bsnmptools/ |
H A D | bsnmpget.1 | 57 .Op Fl s Ar [trans::][community@][server][:port] 74 .Op Fl s Ar [trans::][community@][server][:port] 91 .Op Fl s Ar [trans::][community@][server][:port] 271 .It Fl s Ar [trans::] Ns Ar [community@] Ns Ar [server] Ns Ar [:port] 284 .It Cm community@ 285 Specify an SNMP community string to be used when sending packets. 290 and the default "private" community string will be used for
|
/freebsd/contrib/bsnmp/lib/ |
H A D | bsnmpclient.3 | 208 This is the community name to be used for all requests except SET requests. 212 The community name to be used for SET requests. 676 .D1 [trans::][community@][server][:port] 686 .Va community 687 is the string to be used for both the read and the write community, 698 fills the transport, the port number and the community strings with 716 The default read community is 718 and the default write community
|
/freebsd/contrib/googletest/docs/ |
H A D | community_created_documentation.md | 1 # Community-Created Documentation 4 created by the Googletest community.
|
/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/tests/ |
H A D | snmp_parse_server.cc | 445 TEST_CASE("snmp_parse_server: community and host", "[snmp_parse_server]") 450 SECTION("community and host") { 461 SECTION("community with @ and host") { 472 SECTION("empty community and host") { 485 TEST_CASE("snmp_parse_server: transport, community, host and port", "[snmp_parse_server]") 490 SECTION("transport, community, host and numeric port") { 503 SECTION("transport, community, ipv4 and symbolic port") { 516 SECTION("transport, community, ipv6 and symbolic port") {
|
/freebsd/sys/contrib/openzfs/ |
H A D | README.md | 4 developed for Solaris and is now maintained by the OpenZFS community. 14 …* [Mailing lists](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists…
|
/freebsd/share/doc/papers/relengr/ |
H A D | 1.t | 37 personnel and the members of the general community who 48 user community can depend.
|
/freebsd/crypto/krb5/doc/html/_sources/ |
H A D | resources.rst.txt | 7 * kerberos@mit.edu is a community resource for discussion and 28 The IRC channel `#kerberos` on libera.chat is a community resource for
|
/freebsd/crypto/krb5/doc/ |
H A D | resources.rst | 7 * kerberos@mit.edu is a community resource for discussion and 28 The IRC channel `#kerberos` on libera.chat is a community resource for
|
/freebsd/sys/netinet/cc/ |
H A D | cc_module.h | 10 * at Community Foundation Silicon Valley. 39 * at Community Foundation Silicon Valley. More details are available at:
|
/freebsd/sys/sys/ |
H A D | khelp.h | 11 * Research Program Fund at Community Foundation Silicon Valley. 44 * grant from the Cisco University Research Program Fund at Community Foundation
|
/freebsd/sys/netinet/khelp/ |
H A D | h_ertt.h | 12 * at Community Foundation Silicon Valley. 47 * University Research Program Fund at Community Foundation Silicon Valley.
|
/freebsd/contrib/libyaml/ |
H A D | announcement.msg | 12 The LibYAML project is now maintained by the YAML community. Planning happens 86 It is currently maintained by the YAML community.
|
/freebsd/sys/contrib/device-tree/Bindings/arm/omap/ |
H A D | omap.txt |
|