| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/ |
| H A D | 0004-Make-netgroup-support-optional.patch | 4 Subject: [PATCH] Make netgroup support optional 6 On at least Linux/musl and Linux/uclibc, netgroup support is not 9 This change makes netgroup support conditional on the presence of the 12 to the administrator if unix-netgroup: is specified in configuration. 70 else if (g_str_has_prefix (str, "unix-netgroup:")) 79 identity = polkit_unix_netgroup_new (str + sizeof "unix-netgroup:" - 1); 195 {"unix-netgroup:foo", "unix-netgroup:foo", TRUE}, 196 {"unix-netgroup:foo", "unix-netgroup:bar", FALSE}, 201 {"unix-user:jane", "unix-netgroup:foo", FALSE}, 211 g_test_add_data_func ("/PolkitIdentity/netgroup_string", "unix-netgroup:foo", test_string); [all …]
|
| H A D | 0005-Make-netgroup-support-optional-duktape.patch | 4 Subject: [PATCH] Make netgroup support optional 6 This patch adds a fragment of the netgroup patch to apply on the duktape-related 21 netgroup = duk_require_string (cx, 1); 24 if (innetgr (netgroup,
|
| H A D | 0003-Added-support-for-duktape-as-JS-engine.patch | 1353 +#include <netgroup.h> 2515 + const char *netgroup; 2519 + netgroup = duk_require_string (cx, 1); 2521 + if (innetgr (netgroup, 2548 -#include <netgroup.h>
|
| /OK3568_Linux_fs/buildroot/package/polkit/ |
| H A D | 0001-make-netgroup-support-optional.patch | 4 Subject: [PATCH] make netgroup support optional 6 On at least Linux/musl and Linux/uclibc, netgroup 10 This change makes netgroup support conditional on the presence of the 13 to the administrator if unix-netgroup: is specified in configuration. 204 else if (g_str_has_prefix (str, "unix-netgroup:")) 213 identity = polkit_unix_netgroup_new (str + sizeof "unix-netgroup:" - 1); 259 const char *netgroup; 264 netgroup = duk_require_string (cx, 1); 357 {"unix-netgroup:foo", "unix-netgroup:foo", TRUE}, 358 {"unix-netgroup:foo", "unix-netgroup:bar", FALSE}, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/var/db/ |
| H A D | Makefile | 23 /etc/netgroup) 152 $(VAR_DB)/netgroup.db: /etc/netgroup
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/var/db/ |
| H A D | Makefile | 23 /etc/netgroup) 152 $(VAR_DB)/netgroup.db: /etc/netgroup
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | makedbs.sh | 161 if [ -e /etc/netgroup ]; then 162 target=$VAR_DB/netgroup.db 174 END { if (ini==0) printf "\n" }' /etc/netgroup | \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 11_tcpd_blacklist.patch | 89 tcpd_warn("netgroup support is disabled"); /* not tcpd_jump() */ 111 if (pat[0] == '@') { /* @netgroup */ 130 if (pat[0] == '@') { /* @netgroup */ 133 tcpd_warn("netgroup support disabled");
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-files/base-files/ |
| H A D | nsswitch.conf | 19 netgroup: nis
|
| /OK3568_Linux_fs/buildroot/package/getent/ |
| H A D | getent | 22 networks|netgroup)
|
| /OK3568_Linux_fs/buildroot/package/nss-pam-ldapd/ |
| H A D | Config.in | 8 netgroup, and basically any other information that you would
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | samba-fix-musl-lib-without-innetgr.patch | 21 } else if (tok[0] == '@') { /* netgroup: look it up */
|
| H A D | 0003-Add-config-option-without-valgrind.patch | 23 conf.CHECK_HEADERS('xfs/libxfs.h netgroup.h')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/ |
| H A D | polkit_0.119.bb | 30 file://0004-Make-netgroup-support-optional.patch \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ |
| H A D | mac80211_hwsim.c | 268 int netgroup; member 276 return hwsim_net->netgroup; in hwsim_net_get_netgroup() 283 hwsim_net->netgroup = ida_simple_get(&hwsim_netgroup_ida, in hwsim_net_set_netgroup() 285 return hwsim_net->netgroup >= 0 ? 0 : -ENOMEM; in hwsim_net_set_netgroup() 610 int netgroup; member 1113 if (data->netgroup == hwsim_net_get_netgroup(net)) { in hwsim_unicast_netgroup() 1472 if (data->netgroup != data2->netgroup) in mac80211_hwsim_tx_frame_no_nl() 3274 data->netgroup = hwsim_net_get_netgroup(net); in mac80211_hwsim_new_radio() 3502 if (data->netgroup == hwsim_net_get_netgroup(net)) in hwsim_register_wmediumd() 3541 data2->netgroup) in hwsim_tx_info_frame_received_nl() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/ |
| H A D | options-0.10.0.patch | 107 conf.CHECK_HEADERS('xfs/libxfs.h netgroup.h')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/ |
| H A D | tdb-Add-configure-options-for-packages.patch | 105 conf.CHECK_HEADERS('xfs/libxfs.h netgroup.h')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/ |
| H A D | options-2.2.0.patch | 107 conf.CHECK_HEADERS('xfs/libxfs.h netgroup.h')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
| H A D | 0002-ldb-Add-configure-options-for-packages.patch | 106 conf.CHECK_HEADERS('xfs/libxfs.h netgroup.h')
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-12 | 3584 ‘netgroup’ 4262 * Netgroup Database:: Functions for accessing the netgroup database. 6184 * Lookup Netgroup:: How to look for a particular netgroup. 6185 * Netgroup Membership:: How to test for netgroup membership. 6199 netgroup database. It allows grouping hosts, users, and domains freely, 6200 giving them individual names. To be more concrete, a netgroup is a list 6204 the list specifying a netgroup. So one can construct arbitrary 6227 system database handling functions. Since a single netgroup can contain 6228 many entries a two-step process is needed. First a single netgroup is 6229 selected and then one can iterate over all entries in this netgroup. [all …]
|
| H A D | libc.info-1 | 3283 * Netgroup Database:: Functions for accessing the netgroup database. 3310 * Lookup Netgroup:: How to look for a particular netgroup. 3311 * Netgroup Membership:: How to test for netgroup membership.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-12 | 3584 ‘netgroup’ 4262 * Netgroup Database:: Functions for accessing the netgroup database. 6184 * Lookup Netgroup:: How to look for a particular netgroup. 6185 * Netgroup Membership:: How to test for netgroup membership. 6199 netgroup database. It allows grouping hosts, users, and domains freely, 6200 giving them individual names. To be more concrete, a netgroup is a list 6204 the list specifying a netgroup. So one can construct arbitrary 6227 system database handling functions. Since a single netgroup can contain 6228 many entries a two-step process is needed. First a single netgroup is 6229 selected and then one can iterate over all entries in this netgroup. [all …]
|
| H A D | libc.info-1 | 3283 * Netgroup Database:: Functions for accessing the netgroup database. 3310 * Lookup Netgroup:: How to look for a particular netgroup. 3311 * Netgroup Membership:: How to test for netgroup membership.
|
| H A D | libc.info-15 | 6425 * netgroup: NSS Basics. (line 24)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ |
| H A D | glibc-package.inc | 106 sed -i "s|\(enable-cache\t\+netgroup\t\+\)yes|\1no|" ${D}${sysconfdir}/nscd.conf
|