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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_processlogon.c74 uint32 ntversion = 0; local
223 ntversion = IVAL(q, 0);
255 reporting %s domain %s 0x%x ntversion=%x lm_nt token=%x lm_20 token=%x\n",
257 QUERYFORPDC_R, (uint32)ntversion, (uint32)lmnttoken,
342 ntversion = IVAL(q, 0);
347 DEBUG(3,("process_logon_packet: SAMLOGON sidsize %d ntv %d\n", domainsidsize, ntversion));
370 if ((ntversion < 11) || (SEC_ADS != lp_security()) || (ROLE_DOMAIN_PDC != lp_server_role())) {
498 SIVAL(q, 0, ((ntversion < 11) || (SEC_ADS != lp_security())) ? 1 : 13);
499 /* our ntversion */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_ads_cldap.c121 const char *hostname, unsigned ntversion)
130 SIVAL(ntver, 0, ntversion);
120 send_cldap_netlogon(int sock, const char *domain, const char *hostname, unsigned ntversion) argument

Completed in 43 milliseconds