Searched defs:version (Results 1 - 13 of 13) sorted by relevance

/sssd-io/src/lib/winbind_idmap_sss/
H A Dlibdlopen-test-winbind-idmap.c13 the Free Software Foundation; either version 3 of the License, or
14 (at your option) any later version.
27 NTSTATUS smb_register_idmap(int version, const char *name, argument
/sssd-io/src/tests/python/
H A Dsetup.py18 version='0.1-11', variable
/sssd-io/src/tests/python/docs/
H A Dconf.py26 # If your documentation needs a minimal Sphinx version, state it here.
82 # The version info for the project you're documenting, acts as replacement for
83 # |version| and |release|, also used in various other places throughout the
86 # The short X.Y version.
87 version = '0.1' variable
88 # The full version, including alpha/beta/rc tags.
/sssd-io/src/confdb/
H A Dconfdb_setup.c10 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version.
34 "version: 2\n\n" \
48 "version",
67 /* Existing version does not match executable version */
68 DEBUG(SSSDBG_CRIT_FAILURE, "Upgrading confdb version from %s to %s\n",
147 int version; local
191 /* Make sure that the config file version matches the confdb version */
[all...]
/sssd-io/src/monitor/
H A Dmonitor_sbus.c10 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version.
86 "Got id ack and version (%d) from Monitor\n", mon_ver);
114 uint16_t version,
131 DEBUG(SSSDBG_CONF_SETTINGS, "Sending ID: (%s,%d)\n", name, version);
135 DBUS_TYPE_UINT16, &version,
112 monitor_common_send_id(struct sbus_connection *conn, const char *name, uint16_t version, uint16_t type) argument
H A Dmonitor.c10 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version.
226 * Return the monitor version over D-BUS */
229 dbus_uint16_t version = MONITOR_VERSION; local
232 DBUS_TYPE_UINT16, &version,
329 * if operation is successful also sends back the Monitor version */
332 dbus_uint16_t version = MONITOR_VERSION; local
402 DBUS_TYPE_UINT16, &version,
2460 {"version", '\0', POPT_ARG_NONE, &opt_version, 0, \
2461 _("Print version numbe
[all...]
/sssd-io/src/db/
H A Dsysdb_init.c11 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version.
364 const char *version; local
380 version = talloc_strdup(tmp_ctx, cur_version);
381 if (version == NULL) {
387 "Upgrading timstamp cache of DB [%s] from version: %s\n",
388 domain->name, version);
390 if (strcmp(version, SYSDB_TS_VERSION_0_1) == 0) {
391 ret = sysdb_ts_upgrade_01(sysdb, &version);
401 *_new_version = version;
416 const char *version; local
600 const char *version = NULL; local
700 sysdb_cache_connect(TALLOC_CTX *mem_ctx, struct sysdb_ctx *sysdb, struct sss_domain_info *domain, struct ldb_context **ldb, const char **version) argument
729 sysdb_ts_cache_connect(TALLOC_CTX *mem_ctx, struct sysdb_ctx *sysdb, struct sss_domain_info *domain, struct ldb_context **ldb, const char **version) argument
746 const char *version = NULL; local
821 const char *version; local
[all...]
H A Dsysdb_upgrade.c13 the Free Software Foundation; either version 3 of the License, or
14 (at your option) any later version.
83 ret = ldb_msg_add_empty(msg, "version", LDB_FLAG_MOD_REPLACE, NULL);
89 ret = ldb_msg_add_string(msg, "version", ctx->new_version);
142 * upgrade version to 0.2
152 /* No change needed because this version has objectclass group */
255 /* conversion done, update version number */
276 const char *version = NULL; local
318 el = ldb_msg_find_element(res->msgs[0], "version");
324 version
[all...]
/sssd-io/src/responder/common/
H A Dresponder.h10 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version.
77 uint32_t version; member in struct:cli_protocol_version
/sssd-io/src/responder/kcm/
H A Dkcmsrv_ccache_json.c11 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version.
57 * us to modify the format in a future version
230 * version on RHEL-7 doesn't support that
287 * version on RHEL-7 doesn't support that
398 * version: number
442 "version", KS_JSON_VERSION,
580 * version on RHEL-7 doesn't support that
676 * version on RHEL-7 doesn't support that
824 int version; local
[all...]
/sssd-io/src/ldb_modules/
H A Dmemberof.c8 the Free Software Foundation; either version 3 of the License, or
9 (at your option) any later version.
4579 int ldb_init_module(const char *version) argument
4582 LDB_MODULE_CHECK_VERSION(version);
/sssd-io/src/tests/cmocka/
H A Dtest_responder_cache_req.c9 the Free Software Foundation; either version 3 of the License, or
10 (at your option) any later version.
149 static struct cli_protocol_version version[] = { local
153 return version;
/sssd-io/src/tests/
H A Dsysdb-tests.c10 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version.
6217 the group with a lowercase name version, too */
6778 int version; local
6812 version = ldb_msg_find_attr_as_uint(result->msgs[0],
6814 ck_assert_int_eq(version, 1);
6825 int version; local
6841 version = ldb_msg_find_attr_as_uint(result->msgs[0],
6843 ck_assert_int_eq(version, 1);
6845 /* Modify the version */
[all...]

Completed in 99 milliseconds