time_offset        68 source3/include/ads.h 		int time_offset;
time_offset       988 source3/include/includes.h int cli_krb5_get_ticket(const char *principal, time_t time_offset, 
time_offset      1692 source3/include/proto.h 			     time_t time_offset,
time_offset      1703 source3/include/proto.h 					time_t time_offset,
time_offset      1765 source3/include/proto.h 				int time_offset,
time_offset      1784 source3/include/proto.h 			    int time_offset,
time_offset      1802 source3/include/proto.h 			   time_t time_offset,
time_offset      1816 source3/include/proto.h 				 const char *newpw, int time_offset);
time_offset      1820 source3/include/proto.h 				 int time_offset);
time_offset      2599 source3/include/proto.h int cli_krb5_get_ticket(const char *principal, time_t time_offset, 
time_offset      2818 source3/include/proto.h int spnego_gen_negTokenTarg(const char *principal, int time_offset, 
time_offset       344 source3/libads/authdata.c 			     time_t time_offset,
time_offset       389 source3/libads/authdata.c 					  time_offset,
time_offset       426 source3/libads/authdata.c 				  time_offset,
time_offset       441 source3/libads/authdata.c 				   time_offset,
time_offset       483 source3/libads/authdata.c 					       time_t time_offset,
time_offset       499 source3/libads/authdata.c 				     time_offset,
time_offset       533 source3/libads/authdata.c 					time_t time_offset,
time_offset       548 source3/libads/authdata.c 						time_offset,
time_offset       157 source3/libads/kerberos.c 				int time_offset,
time_offset       180 source3/libads/kerberos.c 	if (time_offset != 0) {
time_offset       181 source3/libads/kerberos.c 		krb5_set_real_time(ctx, time(NULL) + time_offset, 0);
time_offset       326 source3/libads/kerberos.c 	ret = kerberos_kinit_password_ext(s, ads->auth.password, ads->auth.time_offset,
time_offset       645 source3/libads/kerberos.c 			    int time_offset,
time_offset       650 source3/libads/kerberos.c 					   time_offset, 
time_offset       404 source3/libads/kerberos_verify.c 			   time_t time_offset,
time_offset       446 source3/libads/kerberos_verify.c 	if (time_offset != 0) {
time_offset       447 source3/libads/kerberos_verify.c 		krb5_set_real_time(context, time(NULL) + time_offset, 0);
time_offset       569 source3/libads/krb5_setpw.c 				 const char *newpw, int time_offset)
time_offset       595 source3/libads/krb5_setpw.c 	if (time_offset != 0) {
time_offset       596 source3/libads/krb5_setpw.c 		krb5_set_real_time(context, time(NULL) + time_offset, 0);
time_offset       721 source3/libads/krb5_setpw.c 					int time_offset)
time_offset       791 source3/libads/krb5_setpw.c 				 int time_offset)
time_offset       795 source3/libads/krb5_setpw.c     if ((ret = kerberos_kinit_password(auth_principal, auth_password, time_offset, NULL))) {
time_offset       802 source3/libads/krb5_setpw.c 				     auth_password, new_password, time_offset);
time_offset       805 source3/libads/krb5_setpw.c 				     new_password, time_offset);
time_offset       833 source3/libads/krb5_setpw.c 				       password, ads->auth.time_offset);
time_offset      2848 source3/libads/ldap.c 		ads->auth.time_offset = ads->config.current_time - time(NULL);
time_offset      2849 source3/libads/ldap.c 		DEBUG(4,("time offset is %d seconds\n", ads->auth.time_offset));
time_offset        64 source3/libads/ndr.c 	ndr_print_uint32(ndr, "time_offset", r->auth.time_offset);
time_offset       696 source3/libads/sasl.c 	rc = spnego_gen_negTokenTarg(principal, ads->auth.time_offset, &blob, &session_key, 0,
time_offset        38 source3/libads/util.c 	ret = kerberos_set_password(ads->auth.kdc_server, host_principal, password, host_principal, new_password, ads->auth.time_offset);
time_offset       704 source3/libsmb/clikrb5.c 			int time_offset =(int)((unsigned)credsp->times.starttime-t);
time_offset       705 source3/libsmb/clikrb5.c 			DEBUG(4,("ads_krb5_mk_req: Advancing clock by %d seconds to cope with clock skew\n", time_offset));
time_offset       706 source3/libsmb/clikrb5.c 			krb5_set_real_time(context, t + time_offset + 1, 0);
time_offset       808 source3/libsmb/clikrb5.c int cli_krb5_get_ticket(const char *principal, time_t time_offset, 
time_offset       835 source3/libsmb/clikrb5.c 	if (time_offset != 0) {
time_offset       836 source3/libsmb/clikrb5.c 		krb5_set_real_time(context, time(NULL) + time_offset, 0);
time_offset      1937 source3/libsmb/clikrb5.c  int cli_krb5_get_ticket(const char *principal, time_t time_offset, 
time_offset       379 source3/libsmb/clispnego.c int spnego_gen_negTokenTarg(const char *principal, int time_offset, 
time_offset       389 source3/libsmb/clispnego.c 	retval = cli_krb5_get_ticket(principal, time_offset,
time_offset       195 source3/utils/net_ads.c 	d_printf("Server time offset: %d\n", ads->auth.time_offset );
time_offset       492 source3/utils/net_ads.c 				       ads->auth.time_offset);
time_offset      1879 source3/utils/net_ads.c 				auth_password, user, new_password, ads->auth.time_offset);
time_offset       573 source3/winbindd/winbindd_pam.c 	time_t time_offset = 0;
time_offset       602 source3/winbindd/winbindd_pam.c 		time_offset = ads->auth.time_offset;
time_offset       637 source3/winbindd/winbindd_pam.c 						time_offset,
time_offset       221 source4/auth/kerberos/kerberos_util.c 		int time_offset =(unsigned)kdc_time-t;
time_offset       222 source4/auth/kerberos/kerberos_util.c 		DEBUG(4,("Advancing clock by %d seconds to cope with clock skew\n", time_offset));
time_offset       223 source4/auth/kerberos/kerberos_util.c 		krb5_set_real_time(smb_krb5_context->krb5_context, t + time_offset + 1, 0);