Searched refs:machine_name (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dldap.c1137 * @param machine_name the NetBIOS name of the computer, which is used to identify the computer account.
1141 uint32 ads_get_kvno(ADS_STRUCT *ads, const char *machine_name) argument
1150 DEBUG(5,("ads_get_kvno: Searching for host %s\n", machine_name));
1151 if (asprintf(&filter, "(samAccountName=%s$)", machine_name) == -1) {
1157 DEBUG(1,("ads_get_kvno: Computer Account For %s not found.\n", machine_name));
1195 * @param machine_name the NetBIOS name of the computer.
1199 ADS_STATUS ads_clear_service_principal_names(ADS_STRUCT *ads, const char *machine_name) argument
1208 ret = ads_find_machine_acct(ads, (void **)&res, machine_name);
1210 DEBUG(5,("ads_clear_service_principal_names: WARNING: Host Account for %s not found... skipping operation.\n", machine_name));
1211 DEBUG(5,("ads_clear_service_principal_names: WARNING: Service Principals for %s have NOT been cleared.\n", machine_name));
1265 ads_add_service_principal_name(ADS_STRUCT *ads, const char *machine_name, const char *spn) argument
1370 ads_add_machine_acct(ADS_STRUCT *ads, const char *machine_name, uint32 account_type, const char *org_unit) argument
1737 ads_join_realm(ADS_STRUCT *ads, const char *machine_name, uint32 account_type, const char *org_unit) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbtree.c48 static void add_name(const char *machine_name, uint32 server_type, argument
61 pstrcpy(new_name->name, machine_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_sam.c176 const char *machine_name = talloc_asprintf(mem_ctx, "%s$", user_info->wksta_name.str); local
177 if (machine_name == NULL)
190 machine_name, tok + 1));
191 if (user_in_group_list(machine_name, tok + 1, NULL, 0)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dsetup.c82 static const char *machine_name; variable
454 machine_name = "A5000";
456 machine_name = "Archimedes";
458 machine_name = "UNKNOWN";
538 seq_printf(m, "Hardware\t: %s\n", machine_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_client/
H A Dcli_netlogon.c748 const char *machine_name, uint8 hashed_mach_pwd[16])
763 cli->srv_name_slash, cli->mach_acct, sec_chan_type, machine_name,
768 cli->mach_acct, sec_chan_type, machine_name,
747 cli_net_srv_pwset(struct cli_state *cli, TALLOC_CTX *mem_ctx, const char *machine_name, uint8 hashed_mach_pwd[16]) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsetup.c111 static const char *machine_name; variable
778 machine_name = mdesc->name;
960 seq_printf(m, "Hardware\t: %s\n", machine_name);

Completed in 175 milliseconds