Searched refs:cached_gpt_version (Results 1 - 2 of 2) sorted by relevance

/sssd/src/providers/ad/
H A Dad_gpo_child.c45 int cached_gpt_version; member in struct:input_buffer
59 uint32_t cached_gpt_version; local
61 /* cached_gpt_version */
62 SAFEALIGN_COPY_UINT32_CHECK(&cached_gpt_version, buf + p, size, &p);
63 DEBUG(SSSDBG_TRACE_FUNC, "cached_gpt_version: %d\n", cached_gpt_version);
64 ibuf->cached_gpt_version = cached_gpt_version;
596 * Using its smb_uri components and cached_gpt_version inputs, this function
600 * - if the sysvol_gpt_version is greater than the cached_gpt_version
617 perform_smb_operations(int cached_gpt_version, const char *smb_server, const char *smb_share, const char *smb_path, const char *smb_cse_suffix, int *_sysvol_gpt_version) argument
[all...]
H A Dad_gpo.c180 int cached_gpt_version,
2224 int cached_gpt_version = 0; local
2257 /* retrieve gpo cache entry; set cached_gpt_version to -1 if unavailable */
2271 * the policy files (if the cached_gpt_version is the same as the
2273 * for the entire cache entry; the cached_gpt_version never expires.
2276 cached_gpt_version = ldb_msg_find_attr_as_int(res->msgs[0],
2288 cached_gpt_version = -1;
2296 DEBUG(SSSDBG_TRACE_FUNC, "cached_gpt_version: %d\n", cached_gpt_version);
2309 cached_gpt_version,
3951 create_cse_send_buffer(TALLOC_CTX *mem_ctx, const char *smb_server, const char *smb_share, const char *smb_path, const char *smb_cse_suffix, int cached_gpt_version, struct io_buffer **io_buf) argument
4066 ad_gpo_process_cse_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, bool send_to_child, struct sss_domain_info *domain, const char *gpo_guid, const char *smb_server, const char *smb_share, const char *smb_path, const char *smb_cse_suffix, int cached_gpt_version, int gpo_timeout_option) argument
[all...]

Completed in 1644 milliseconds