/sssd-io/src/lib/sifp/ |
H A D | sss_sifp.c | 277 sss_sifp_object *object = NULL; local 297 object = _alloc_zero(ctx, sss_sifp_object, 1); 298 if (object == NULL) { 303 object->attrs = attrs; 305 object->name = sss_sifp_strdup(ctx, name); 306 if (object->name == NULL) { 311 object->object_path = sss_sifp_strdup(ctx, object_path); 312 if (object->object_path == NULL) { 317 object->interface = sss_sifp_strdup(ctx, interface); 318 if (object 423 sss_sifp_object *object = NULL; local [all...] |
H A D | sss_sifp_common.c | 40 sss_sifp_object *object = NULL; local 54 ret = sss_sifp_fetch_object(ctx, object_path, iface_object, &object); 59 *_object = object;
|
/sssd-io/src/tests/intg/ |
H A D | sssd_nss.py | 23 class NssReturnCode(object):
|
H A D | ds.py | 23 class DS(object):
|
H A D | sssd_ldb.py | 25 class CacheType(object): 30 class TsCacheEntry(object): 35 class SssdLdb(object):
|
H A D | sssd_netgroup.py | 25 class NetgroupType(object): 67 class NetgroupRetriever(object):
|
H A D | kdc.py | 26 class KDC(object):
|
H A D | krb5utils.py | 32 class Krb5Utils(object):
|
H A D | secrets.py | 53 class SecretsHttpClient(object):
|
H A D | files_ops.py | 55 class FilesOps(object):
|
H A D | test_infopipe.py | 43 class DbusDaemon(object): 405 assert str(ex) == 'Expected a string or unicode object'
|
H A D | test_kcm.py | 38 class KcmTestEnv(object):
|
/sssd-io/src/providers/ad/ |
H A D | ad_gpo_ndr.c | 208 (ndr, NDR_SCALARS, &r->object)); 212 (ndr, NDR_SCALARS, &r->object)); 216 (ndr, NDR_SCALARS, &r->object)); 220 (ndr, NDR_SCALARS, &r->object)); 230 (ndr, NDR_BUFFERS, &r->object)); 234 (ndr, NDR_BUFFERS, &r->object)); 238 (ndr, NDR_BUFFERS, &r->object)); 242 (ndr, NDR_BUFFERS, &r->object)); 290 NDR_CHECK(ndr_pull_set_switch_value(ndr, &r->object, r->type)); 292 (ndr, NDR_SCALARS, &r->object)); [all...] |
H A D | ad_gpo.c | 716 struct security_ace_object object; local 734 object = ace->object.object; 737 if (object.flags & SEC_ACE_OBJECT_TYPE_PRESENT) { 738 if (GUID_equal(&object.type.type, &ext_right_agp_guid)) { 1065 * This function parses the input ini_config object (which represents 1123 * in the file (as part of the GPO Result object in the sysdb cache). 1438 * the GPO_Result object in the sysdb cache. It then parses the raw value and 1503 * input gpo_map_type from the GPO Result object i [all...] |
/sssd-io/src/tests/python/sssd/testlib/common/ |
H A D | authconfig.py | 28 class RedHatAuthConfig(object):
|
H A D | libkrb5.py | 8 class krb5srv(object):
|
H A D | libdirsrv.py | 20 class DirSrv(object): 248 class DirSrvWrap(object): 252 all the inputs sent to Dirsrv object. Specifies ports for 258 Create a DirSrv object for a specific Host. Specify the ports, 259 instance details to the Dirsrv object 262 multihost_obj (obj): Multihost object
|
H A D | utils.py | 26 class sssdTools(object): 30 Host(obj: `Multihost object type`): Multihost Object 389 class LdapOperations(object): 398 conn: ldap bind object (already initialized) 620 class PkiTools(object): 770 class ADOperations(object):
|
/sssd-io/src/tests/multihost/basic/ |
H A D | test_basic.py | 8 class Test_basic_sssd(object):
|
H A D | conftest.py | 194 class TestPrep(object):
|
/sssd-io/src/tests/cmocka/ |
H A D | test_sss_sifp.c | 210 const char *path_in = "/object/path"; 255 const char *path_in[] = {"/object/path1", "/object/path2"}; 289 const char *path_in = "/object/path"; 576 const char *in = "/object/path"; 1327 const char *in_array[] = {"/object/path1", "/object/path2"}; 1638 ret = sss_sifp_fetch_attr(ctx, "/test/object", "test.com", name, &attrs); 1716 ret = sss_sifp_fetch_all_attrs(ctx, "/test/object", "test.com", &attrs); 1745 const char *path = "/test/object"; 1749 sss_sifp_object *object = NULL; local [all...] |
/sssd-io/contrib/gdb/ |
H A D | sssd_gdb_plugin.py | 22 class StringPrinter(object):
|
/sssd-io/src/db/ |
H A D | sysdb_upgrade.c | 1384 "The object [%s] doesn't have a name\n", 1502 "The object [%s] doesn't have a name\n", 1914 static errno_t expire_object(struct ldb_message *object, argument 1926 el = ldb_msg_find_element(object, attrs[c]); 1948 struct ldb_message *object, 1965 mod_msg->dn = object->dn; 1967 dom_name = object_domain(mod_msg, ldb, object, domain_attr, domain_index); 1977 ret = qualify_attr(object, mod_msg, names, 1982 name_attrs[c], ldb_dn_get_linearized(object->dn)); 1990 ret = qualify_dn_attr(ldb, object, mod_ms 1945 qualify_object(TALLOC_CTX *mem_ctx, struct ldb_context *ldb, struct sss_names_ctx *names, struct ldb_message *object, bool qualify_dn, const char *domain_attr, unsigned domain_index, const char *name_attrs[], const char *dn_attrs[], should_qualify_val_fn qfn) argument [all...] |
/sssd-io/src/sbus/ |
H A D | sbus_codegen | 93 class Base(object): 648 class DBusXMLParser(object):
|
/sssd-io/src/config/SSSDConfig/ |
H A D | ipachangeconf.py | 53 class IPAChangeConf(object):
|