Searched refs:alt_name (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dutable.c26 fstring fname, alt_name; local
62 cli_qpathinfo_alt_name(cli, fname, alt_name);
64 if (strncmp(alt_name, "X_A_L", 5) != 0) {
67 d_printf("fname=[%s] alt_name=[%s]\n", fname, alt_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_util.c113 static struct winbindd_domain *add_trusted_domain(const char *domain_name, const char *alt_name, argument
120 /* ignore alt_name if we are not in an AD domain */
122 if ( (lp_security() == SEC_ADS) && alt_name && *alt_name) {
123 alternative_name = alt_name;
130 strequal(domain_name, domain->alt_name)) {
135 strequal(alternative_name, domain->alt_name)) {
160 fstrcpy(domain->alt_name, domain_name);
164 fstrcpy(domain->alt_name, alternative_name);
184 domain->name, domain->alt_name,
251 char *q, *sidstr, *alt_name; local
[all...]
H A Dwinbindd_misc.c160 domain->alt_name ? domain->alt_name : domain->name,
416 fstrcpy(state->response.data.domain_info.alt_name,
417 domain->alt_name);
451 fstrcpy(state->response.data.domain_info.alt_name,
452 domain->alt_name);
H A Dwinbindd_cm.c475 if (*domain->alt_name) {
476 add_failed_connection_entry(domain->alt_name, server, result);
477 saf_delete(domain->alt_name);
792 if (domain->alt_name && (*cli)->use_kerberos) {
793 saf_store( domain->alt_name, (*cli)->desthost );
1025 ads = ads_init(domain->alt_name, domain->name, NULL);
1042 create_local_private_krb5_conf_for_domain(domain->alt_name,
1050 saf_store( domain->alt_name, name);
1123 get_dc_name(domain->name, domain->alt_name, dcname, &ip);
1125 sitename = sitename_fetch(domain->alt_name);
[all...]
H A Dwinbindd.h157 fstring alt_name; /* alt Domain name (if any) */ member in struct:winbindd_domain
H A Dwinbindd_ads.c76 ads = ads_init(domain->alt_name, domain->name, NULL);
103 /* always give preference to the alt_name in our
109 if ( our_domain->alt_name[0] != '\0' ) {
110 ads->auth.realm = SMB_STRDUP( our_domain->alt_name );
278 if ( domain->native_mode && strequal(lp_realm(), domain->alt_name) ) {
H A Dwinbindd_nss.h438 fstring alt_name; member in struct:winbindd_response::__anon5852::__anon5853
H A Dwinbindd_dual.c543 if (*domain->alt_name) {
544 flush_negative_conn_cache_for_domain(domain->alt_name);
H A Dwinbindd_pam.c535 realm = domain->alt_name;
911 if (!strequal(domain->name, domain->alt_name) &&
935 realm = domain->alt_name;
956 domain->alt_name,
H A Dwbinfo.c425 d_printf("Alt_Name : %s\n", response.data.domain_info.alt_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dtrustdom_cache.c105 * @param alt_name alternative trusted domain name (used in ADS domains)
112 BOOL trustdom_cache_store(char* name, char* alt_name, const DOM_SID *sid, argument
130 alt_key = alt_name ? trustdom_cache_key(alt_name) : NULL;
H A Dclirap.c877 NTSTATUS cli_qpathinfo_alt_name(struct cli_state *cli, const char *fname, fstring alt_name) argument
929 clistr_pull(cli, alt_name, rdata+4, sizeof(fstring), len, STR_UNICODE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dldm.h158 u8 alt_name[128]; member in struct:vblk_disk
H A Dldm.c933 ldm_get_vstr (buffer + 0x18 + r_diskid, disk->alt_name,
934 sizeof (disk->alt_name));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifspdu.h2222 __u8 alt_name[1]; member in struct:file_alt_name_info

Completed in 228 milliseconds