Searched refs:time_offset (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dutil.c39 ret = kerberos_set_password(ads->auth.kdc_server, host_principal, password, host_principal, new_password, ads->auth.time_offset);
H A Dkrb5_setpw.c539 const char *newpw, int time_offset)
565 if (time_offset != 0) {
566 krb5_set_real_time(context, time(NULL) + time_offset, 0);
685 int time_offset)
750 int time_offset)
754 if ((ret = kerberos_kinit_password(auth_principal, auth_password, time_offset, NULL))) {
761 auth_password, new_password, time_offset);
764 new_password, time_offset);
790 password, ads->auth.time_offset);
538 ads_krb5_set_password(const char *kdc_host, const char *princ, const char *newpw, int time_offset) argument
681 ads_krb5_chg_password(const char *kdc_host, const char *principal, const char *oldpw, const char *newpw, int time_offset) argument
747 kerberos_set_password(const char *kpasswd_server, const char *auth_principal, const char *auth_password, const char *target_principal, const char *new_password, int time_offset) argument
H A Dkerberos.c65 int time_offset,
85 if (time_offset != 0) {
86 krb5_set_real_time(ctx, time(NULL) + time_offset, 0);
223 ret = kerberos_kinit_password_ext(s, ads->auth.password, ads->auth.time_offset,
472 int time_offset,
477 time_offset,
63 kerberos_kinit_password_ext(const char *principal, const char *password, int time_offset, time_t *expire_time, time_t *renew_till_time, const char *cache_name, BOOL request_pac, BOOL add_netbios_addr, time_t renewable_time) argument
470 kerberos_kinit_password(const char *principal, const char *password, int time_offset, const char *cache_name) argument
H A Dkerberos_verify.c305 time_t time_offset,
346 if (time_offset != 0) {
347 krb5_set_real_time(context, time(NULL) + time_offset, 0);
303 ads_verify_ticket(TALLOC_CTX *mem_ctx, const char *realm, time_t time_offset, const DATA_BLOB *ticket, char **principal, PAC_DATA **pac_data, DATA_BLOB *ap_rep, DATA_BLOB *session_key) argument
H A Dsasl.c150 rc = spnego_gen_negTokenTarg(principal, ads->auth.time_offset, &blob, &session_key, 0,
H A Dldap.c2413 ads->auth.time_offset = ads->config.current_time - time(NULL);
2414 DEBUG(4,("time offset is %d seconds\n", ads->auth.time_offset));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dntp.c55 static s64 time_offset; variable
161 time_offset = div_s64(offset64 << NTP_SCALE_SHIFT, NTP_INTERVAL_FREQ);
179 time_offset = 0;
251 delta = shift_right(time_offset, SHIFT_PLL + time_constant);
252 time_offset -= delta;
496 txc->offset = shift_right(time_offset * NTP_INTERVAL_FREQ,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Disom.h112 int64_t time_offset; ///< time offset of the first edit list entry member in struct:MOVStreamContext
H A Dmov.c1705 if (sc->time_offset && mov->time_scale > 0) {
1706 if (sc->time_offset < 0)
1707 sc->time_offset = av_rescale(sc->time_offset, sc->time_scale, mov->time_scale);
1708 current_dts = -sc->time_offset;
2241 dts = st->duration - sc->time_offset;
2270 st->duration = dts + sc->time_offset;
2374 sc->time_offset = time != -1 ? time : -duration;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Disom.h123 int64_t time_offset; ///< time offset of the edit list entries member in struct:MOVStreamContext
H A Dmov.c2118 sc->time_offset = sc->start_time - sc->empty_duration;
2119 current_dts = -sc->time_offset;
2833 dts = sc->track_end - sc->time_offset;
2876 st->duration = sc->track_end = dts + sc->time_offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclikrb5.c609 int time_offset =(int)((unsigned)credsp->times.starttime-t); local
610 DEBUG(4,("ads_krb5_mk_req: Advancing clock by %d seconds to cope with clock skew\n", time_offset));
611 krb5_set_real_time(context, t + time_offset + 1, 0);
652 int cli_krb5_get_ticket(const char *principal, time_t time_offset, argument
679 if (time_offset != 0) {
680 krb5_set_real_time(context, time(NULL) + time_offset, 0);
1488 int cli_krb5_get_ticket(const char *principal, time_t time_offset, argument
H A Dclispnego.c344 int spnego_gen_negTokenTarg(const char *principal, int time_offset, argument
354 retval = cli_krb5_get_ticket(principal, time_offset,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dads.h44 int time_offset; member in struct:__anon5115::__anon5117
H A Dincludes.h1182 int cli_krb5_get_ticket(const char *principal, time_t time_offset,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271.h385 s64 time_offset; member in struct:wl1271
H A Dwl1271_tx.c107 desc->start_time = cpu_to_le32(hosttime - wl->time_offset);
H A Dwl1271_main.c429 wl->time_offset = (timespec_to_ns(&ts) >> 10) -
984 wl->time_offset = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_pam.c492 time_t time_offset = 0; local
526 time_offset = ads->auth.time_offset;
561 time_offset,
605 time_offset,
626 time_offset,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_ads.c201 d_printf("Server time offset: %d\n", ads->auth.time_offset );
485 ads->auth.time_offset);
2148 auth_password, user, new_password, ads->auth.time_offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkvm_host.h340 unsigned int time_offset; member in struct:kvm_vcpu_arch
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dscan-wma.c250 char time_offset[8]; member in struct:tag_wma_stream_properties
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtime.c1661 static SYSDEV_CLASS_ATTR(time_offset, 0400, stp_time_offset_show, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dx86.c934 memcpy(shared_kaddr + vcpu->time_offset, &vcpu->hv_clock,
1276 vcpu->arch.time_offset = data & ~(PAGE_MASK | 1);

Completed in 230 milliseconds