Searched refs:domain (Results 276 - 300 of 483) sorted by relevance

<<11121314151617181920

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Dsmb.conf26 # Change this to the workgroup/NT-domain name your Samba server will part of
159 ; domain master = auto
186 # (you need to configure Samba to act as a domain controller too.)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Dsmb.conf26 # Change this to the workgroup/NT-domain name your Samba server will part of
159 ; domain master = auto
186 # (you need to configure Samba to act as a domain controller too.)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_afsacl.c109 static BOOL parse_domain_user(const char *domuser, fstring domain, argument
119 fstrcpy(domain, domuser);
120 domain[PTR_DIFF(p, domuser)] = 0;
121 strupper_m(domain);
156 fstring user, domain; local
158 if (!parse_domain_user(name, domain, user)) {
160 fstrcpy(domain, lp_workgroup());
163 if (!lookup_name(domain, user, &sid, &type)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/
H A Dsearch.c35 * pci_find_bus - locate PCI bus from a given domain and bus number
36 * @domain: number of PCI domain to search
39 * Given a PCI bus number and domain number, the desired PCI bus is located
43 struct pci_bus * pci_find_bus(int domain, int busnr) argument
49 if (pci_domain_nr(bus) != domain)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgmerge.c113 { "multi-domain", no_argument, NULL, 'm' },
185 /* Set the text message domain. */
522 -m, --multi-domain apply ref.pot to each of the domains in def.po\n"));
1316 /* Need to know nplurals of the result domain. */
1608 const char *domain = ref->item[k]->domain; local
1611 msgdomain_list_sublist (result, domain, true);
1614 defmlp = msgdomain_list_sublist (def, domain, false);
1624 /* Apply the references messages in the default domain to each of
1630 const char *domain local
1654 const char *domain = def->item[k]->domain; local
[all...]
H A Dmsggrep.c76 /* Selected domain names. */
96 { "domain", required_argument, NULL, 'M' },
168 /* Set the text message domain. */
553 -M, --domain=DOMAINNAME select messages belonging to domain DOMAINNAME\n\
817 process_message_list (const char *domain, message_list_ty *mlp) argument
819 if (string_list_member (domain_names, domain))
834 process_message_list (mdlp->item[k]->domain, mdlp->item[k]->messages);
H A Dpo-gram-gen.y171 | po_file domain
185 domain
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/src/
H A Doption.c48 {"domain", 1, 0, 's'},
49 {"domain-suffix", 1, 0, 's'},
70 {"domain-needed", 0, 0, 'D'},
117 "-A, --address=/domain/ipaddr Return ipaddr for all hosts in specified domains.\n"
123 "-D, --domain-needed Do NOT forward queries with no domain part.\n"
125 "-E, --expand-hosts Expand simple names in /etc/hosts with domain-suffix.\n"
150 "-S, --server=/domain/ipaddr Specify address(es) of upstream servers with optional domains.\n"
151 " --local=/domain/ Never forward queries to specified domains.\n"
152 "-s, --domain
530 char *domain = NULL; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/python/
H A Dpy_smb.c101 char *username, *domain, *password, *errstr; local
107 if (!py_parse_creds(creds, &username, &domain, &password, &errstr)) {
114 password, strlen(password) + 1, domain);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlerror.in.h76 int domain; /* What part of the library raised this error */ member in struct:_xmlError
914 int domain,
927 __xmlSimpleError (int domain,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_init.c1266 uint8_t domain; local
1271 &loop_id, &al_pa, &area, &domain, &topo);
1339 ha->d_id.b.domain = domain;
1911 uint8_t domain, area, al_pa; local
1960 domain = ((struct gid_list_info *)id_iter)->domain;
1971 /* Bypass reserved domain fields. */
1972 if ((domain & 0xf0) == 0xf0)
1975 /* Bypass if not same domain an
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dcliconnect.c276 @param workgroup The user's domain.
300 the server's domain at this point. The 'server name' is also
574 const char *pass, const char *domain)
593 if (!NT_STATUS_IS_OK(nt_status = ntlmssp_set_domain(ntlmssp_state, domain))) {
700 const char *pass, const char *domain)
766 rc = cli_session_setup_kerberos(cli, principal, domain);
778 return ADS_ERROR_NT(cli_session_setup_ntlmssp(cli, user, pass, domain));
1344 const char* domain, const char* password)
1351 fstrcpy(creds->domain, domain);
573 cli_session_setup_ntlmssp(struct cli_state *cli, const char *user, const char *pass, const char *domain) argument
699 cli_session_setup_spnego(struct cli_state *cli, const char *user, const char *pass, const char *domain) argument
1343 init_creds(struct ntuser_creds *creds, const char* username, const char* domain, const char* password) argument
1466 cli_full_connection(struct cli_state **output_cli, const char *my_name, const char *dest_host, struct in_addr *dest_ip, int port, const char *service, const char *service_type, const char *user, const char *domain, const char *password, int flags, int signing_state, BOOL *retry) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlerror.in.h76 int domain; /* What part of the library raised this error */ member in struct:_xmlError
914 int domain,
927 __xmlSimpleError (int domain,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/build_farm/
H A Dbasicsmb.fns69 template_smb_conf_setup .domain
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-set-host-name.c38 #include <avahi-common/domain.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dglibconfig.in.h161 extern void g_log (const char *domain, int level, const char *format, ...) G_GNUC_PRINTF (3, 4);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A Dprocessor_perflib.c587 * domain info.
594 /* Basic validity check for domain info */
643 if (match_pdomain->domain != pdomain->domain)
646 /* Here i and j are in the same domain */
672 if (match_pdomain->domain != pdomain->domain)
688 /* Assume no coordination on any error parsing domain info */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripd/
H A Dripd.h276 int domain; member in struct:rip_peer
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-rpc/
H A Driscpc.c27 #include <asm/domain.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Ddnsmasq.h120 char *domain; /* set if this server only handles a domain. */ member in struct:server
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl73 my ($pass, $domain, $ip) = split("\t",$val);
75 print "user $key, hostname $domain, ip $ip\n";
78 print $fh "$ip\t$domain\n";
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_ntlmssp.c97 auth_ntlmssp_state->ntlmssp_state->domain,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dntdomain.h232 fstring domain; member in struct:pipes_struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_nss.h83 WINBINDD_DOMAIN_NAME, /* The domain this winbind server is a member of (lp_workgroup()) */
159 fstring domain_name; /* name of domain for which the request applies */
168 /* We deliberatedly don't split into domain/user to
178 fstring domain; member in struct:winbindd_request::__anon1729::__anon1731
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-qt/po/
H A DMakefile.am2 # This file is in the public domain.
10 # Usually the message domain is the same as the package name.
29 # the public domain; in this case the translators are expected to disclaim
131 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
138 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \

Completed in 371 milliseconds

<<11121314151617181920