Searched refs:domain (Results 1 - 25 of 470) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/lib/
H A Ddefault-nt-names.exp2 # A list of default domain/local users/groups. Unfortunately this is tied
6 global domain
10 set domain_users [list "$domain/Administrator" "$domain/Guest"]
12 set domain_groups [list "$domain/Domain Admins" "$domain/Domain Guests" \
13 "$domain/Domain Users"]
H A Dnsswitch-config.exp21 set domain $WORKGROUP
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_util.c33 * Winbind daemon for NT domain authentication nss module.
48 the domain name instead. */
71 /* Free all entries in the trusted domain list */
75 struct winbindd_domain *domain = _domain_list; local
77 while(domain) {
78 struct winbindd_domain *next = domain->next;
80 DLIST_REMOVE(_domain_list, domain);
81 SAFE_FREE(domain);
82 domain = next;
103 /* Add a trusted domain t
108 struct winbindd_domain *domain; local
290 struct winbindd_domain *domain; local
359 struct winbindd_domain *domain; local
382 struct winbindd_domain *domain; local
403 struct winbindd_domain *domain; local
445 winbindd_lookup_sid_by_name(struct winbindd_domain *domain, const char *domain_name, const char *name, DOM_SID *sid, enum SID_NAME_USE *type) argument
492 struct winbindd_domain *domain; local
571 check_domain_env(char *domain_env, char *domain) argument
586 assume_domain(const char *domain) argument
600 parse_domain_user(const char *domuser, fstring domain, fstring user) argument
637 fill_domain_username(fstring name, const char *domain, const char *user) argument
770 rid_to_talloced_sid(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 rid) argument
791 struct winbindd_domain *domain; local
995 get_trust_pw(const char *domain, uint8 ret_pwd[16], time_t *pass_last_set_time, uint32 *channel) argument
[all...]
H A Dwinbindd_cache.c100 static struct winbind_cache *get_cache(struct winbindd_domain *domain) argument
104 if (!domain->backend) {
110 /* always obey the lp_security parameter for our domain */
111 if (domain->primary) {
112 domain->backend = &ads_methods;
120 if ( domain->native_mode ) {
121 DEBUG(5,("get_cache: Setting ADS methods for domain %s\n",
122 domain->name));
123 domain->backend = &ads_methods;
131 DEBUG(5,("get_cache: Setting MS-RPC methods for domain
243 wcache_server_down(struct winbindd_domain *domain) argument
258 fetch_cache_seqnum( struct winbindd_domain *domain, time_t now ) argument
336 refresh_sequence_number(struct winbindd_domain *domain, BOOL force) argument
395 centry_expired(struct winbindd_domain *domain, const char *keystr, struct cache_entry *centry) argument
429 wcache_fetch(struct winbind_cache *cache, struct winbindd_domain *domain, const char *format, ...) argument
565 centry_start(struct winbindd_domain *domain, NTSTATUS status) argument
606 wcache_save_name_to_sid(struct winbindd_domain *domain, NTSTATUS status, const char *domain_name, const char *name, const DOM_SID *sid, enum SID_NAME_USE type) argument
627 wcache_save_sid_to_name(struct winbindd_domain *domain, NTSTATUS status, const DOM_SID *sid, const char *domain_name, const char *name, enum SID_NAME_USE type) argument
647 wcache_save_user(struct winbindd_domain *domain, NTSTATUS status, WINBIND_USERINFO *info) argument
666 query_user_list(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_entries, WINBIND_USERINFO **info) argument
775 enum_dom_groups(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_entries, struct acct_info **info) argument
848 enum_local_groups(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_entries, struct acct_info **info) argument
931 name_to_sid(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const char *domain_name, const char *name, DOM_SID *sid, enum SID_NAME_USE *type) argument
998 sid_to_name(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *sid, char **domain_name, char **name, enum SID_NAME_USE *type) argument
1061 query_user(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *user_sid, WINBIND_USERINFO *info) argument
1124 lookup_usergroups(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *user_sid, uint32 *num_groups, DOM_SID ***user_gids) argument
1206 lookup_useraliases(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 num_sids, DOM_SID **sids, uint32 *num_aliases, uint32 **alias_rids) argument
1291 lookup_groupmem(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *group_sid, uint32 *num_names, DOM_SID ***sid_mem, char ***names, uint32 **name_types) argument
1374 sequence_number(struct winbindd_domain *domain, uint32 *seq) argument
1384 trusted_domains(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_domains, char ***names, char ***alt_names, DOM_SID **dom_sids) argument
1402 domain_sid(struct winbindd_domain *domain, DOM_SID *sid) argument
1414 alternate_name(struct winbindd_domain *domain) argument
1439 wcache_invalidate_samlogon(struct winbindd_domain *domain, NET_USER_INFO_3 *info3) argument
1453 struct winbindd_domain *domain; local
[all...]
H A Dwinbindd_misc.c56 DEBUG(1, ("Cannot find our own domain!\n"));
106 struct winbindd_domain *domain; local
112 /* We need to refresh the trusted domain list as the domains may
118 "refresh trusted domain list\n"));
122 for(domain = domain_list(); domain; domain = domain->next) {
124 /* Skip own domain */
126 if (domain
161 struct winbindd_domain *domain; local
207 struct winbindd_domain *domain; local
[all...]
H A Dwinbindd_passdb.c32 add_member(const char *domain, const char *user, argument
37 fill_domain_username(name, domain, user);
44 Add member users resulting from sid. Expand if it is a domain group.
52 struct winbindd_domain *domain; local
76 domain = find_lookup_domain_from_sid(sid);
78 if (domain == NULL) {
79 DEBUG(3, ("Could not find domain for sid %s\n",
84 result = domain->methods->sid_to_name(domain, mem_ctx, sid,
106 /* Expand the domain grou
145 fill_passdb_alias_grmem(struct winbindd_domain *domain, DOM_SID *group_sid, int *num_gr_mem, char **gr_mem, int *gr_mem_len) argument
180 query_user_list(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_entries, WINBIND_USERINFO **info) argument
192 enum_dom_groups(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_entries, struct acct_info **info) argument
205 enum_local_groups(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_entries, struct acct_info **info) argument
230 name_to_sid(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const char *domain_name, const char *name, DOM_SID *sid, enum SID_NAME_USE *type) argument
253 sid_to_name(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *sid, char **domain_name, char **name, enum SID_NAME_USE *type) argument
278 query_user(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *user_sid, WINBIND_USERINFO *user_info) argument
287 lookup_usergroups(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *user_sid, uint32 *num_groups, DOM_SID ***user_gids) argument
295 lookup_useraliases(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 num_sids, DOM_SID **sids, uint32 *num_aliases, uint32 **aliases) argument
304 lookup_groupmem(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *group_sid, uint32 *num_names, DOM_SID ***sid_mem, char ***names, uint32 **name_types) argument
314 sequence_number(struct winbindd_domain *domain, uint32 *seq) argument
321 trusted_domains(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_domains, char ***names, char ***alt_names, DOM_SID **dom_sids) argument
367 domain_sid(struct winbindd_domain *domain, DOM_SID *sid) argument
376 alternate_name(struct winbindd_domain *domain) argument
[all...]
H A Dwinbindd_cm.c25 We need to manage connections to domain controllers without having to
29 - make connections to domain controllers and cache them
31 - centralise the policy on connection timeouts, domain controller
70 fstring domain; member in struct:winbindd_cm_conn
79 static NTSTATUS get_connection_from_cache(struct winbindd_domain *domain,
88 Caller to free() result in domain, username, password
91 static void cm_get_ipc_userpass(char **username, char **domain, char **password) argument
94 *domain = secrets_fetch(SECRETS_AUTH_DOMAIN, NULL);
99 if (!*domain || !**domain)
157 get_dc_name_via_netlogon(const struct winbindd_domain *domain, fstring dcname, struct in_addr *dc_ip) argument
209 cm_prepare_connection(const struct winbindd_domain *domain, const int sockfd, const int pipe_index, const char *controller, struct cli_state **cli, BOOL *retry) argument
515 get_dcs(TALLOC_CTX *mem_ctx, const struct winbindd_domain *domain, struct dc_name_ip **dcs, int *num_dcs) argument
566 find_new_dc(TALLOC_CTX *mem_ctx, const struct winbindd_domain *domain, fstring dcname, struct sockaddr_in *addr, int *fd) argument
622 cm_open_connection(struct winbindd_domain *domain, const int pipe_index, struct winbindd_cm_conn *new_conn) argument
683 cm_fresh_connection(struct winbindd_domain *domain, const int pipe_index, struct cli_state **cli) argument
730 find_cm_connection(struct winbindd_domain *domain, const char *pipe_name, struct winbindd_cm_conn **conn_out) argument
759 new_cm_connection(struct winbindd_domain *domain, const char *pipe_name, struct winbindd_cm_conn **conn_out) argument
784 get_connection_from_cache(struct winbindd_domain *domain, const char *pipe_name, struct winbindd_cm_conn **conn_out) argument
925 cm_get_lsa_handle(struct winbindd_domain *domain, CLI_POLICY_HND **return_hnd) argument
978 cm_get_sam_handle(struct winbindd_domain *domain, CLI_POLICY_HND **return_hnd) argument
1036 cm_get_netlogon_cli(struct winbindd_domain *domain, const unsigned char *trust_passwd, uint32 sec_channel_type, BOOL fresh, struct cli_state **cli) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dnamequery_dc.c29 Find the name and IP address for a server in he realm/domain
32 static BOOL ads_dc_name(const char *domain, const char *realm, struct in_addr *dc_ip, fstring srv_name) argument
36 if (!realm && strequal(domain, lp_workgroup()))
39 ads = ads_init(realm, domain, NULL);
43 DEBUG(4,("ads_dc_name: domain=%s\n", domain));
73 static BOOL rpc_dc_name(const char *domain, fstring srv_name, struct in_addr *ip_out) argument
83 use_pdc_only = must_use_pdc(domain);
85 /* Lookup domain controller name */
87 if ( use_pdc_only && get_pdc_ip(domain,
158 get_dc_name(const char *domain, const char *realm, fstring srv_name, struct in_addr *ip_out) argument
[all...]
H A Dconncache.c50 NTSTATUS check_negative_conn_cache( const char *domain, const char *server ) argument
57 if ( !domain || !server )
62 if ( !(strequal(domain, fcc->domain_name) && strequal(server, fcc->controller)) )
72 domain, server ));
83 domain, server ));
98 void add_failed_connection_entry(const char *domain, const char *server, NTSTATUS result) argument
105 a domain, but maybe not a specific DC name. */
108 if ( strequal(fcc->domain_name, domain) && strequal(fcc->controller, server) )
110 DEBUG(10, ("add_failed_connection_entry: domain %s (%s) already tried and failed\n",
111 domain, serve
[all...]
H A Dtrusts_util.c25 Change the domain password on the PDC.
39 /* ensure that schannel uses the right domain */
40 fstrcpy(cli->domain, lp_workgroup());
57 Change the domain password on the PDC.
63 const char *domain,
88 if (!secrets_store_machine_password(new_trust_passwd, domain, sec_channel_type)) {
97 Change the domain password on the PDC.
104 const char *domain)
110 up_domain = talloc_strdup(mem_ctx, domain);
112 if (!secrets_fetch_trust_account_password(domain,
62 trust_pw_change_and_store_it(struct cli_state *cli, TALLOC_CTX *mem_ctx, const char *domain, unsigned char orig_trust_passwd_hash[16], uint32 sec_channel_type) argument
102 trust_pw_find_change_and_store_it(struct cli_state *cli, TALLOC_CTX *mem_ctx, const char *domain) argument
129 enumerate_domain_trusts( TALLOC_CTX *mem_ctx, const char *domain, char ***domain_names, uint32 *num_domains, DOM_SID **sids ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/pdb/mysql/
H A Dsmb.conf4 security = domain
5 domain logons = yes
6 domain master = yes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Daddr.h75 static inline int in_scope(u32 domain, u32 addr) argument
77 if (!domain || (domain == addr))
79 if (domain == (addr & 0xfffff000u)) /* domain <Z.C.0> */
81 if (domain == (addr & 0xff000000u)) /* domain <Z.0.0> */
87 * addr_scope - convert message lookup domain to equivalent 2-bit scope value
90 static inline int addr_scope(u32 domain) argument
92 if (likely(!domain))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dlongarg_getgrnam.c32 char *domain = getenv("TEST_WORKGROUP"); local
36 sprintf(long_name, "%s/%s", domain, LONG_STRING);
H A Dlongarg_getpwnam.c32 char *domain = getenv("TEST_WORKGROUP"); local
36 sprintf(long_name, "%s/%s", domain, LONG_STRING);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Ddomain-util.h29 #include <avahi-common/domain.h>
39 /** Do a binary comparison of to specified domain names, return -1, 0, or 1, depending on the order. */
42 /** Returns 1 if the the end labels of domain are eqal to suffix */
43 int avahi_domain_ends_with(const char *domain, const char *suffix);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_lookup.c27 " net lookup ldap [domain]\n\tgives IP of domain's ldap server\n\n"
29 " net lookup dc [domain]\n\tgives IP of domains Domain Controllers\n\n"
30 " net lookup master [domain|wg]\n\tgive IP of master browser\n\n"
89 const char *domain; local
95 domain = argv[0];
97 domain = opt_target_workgroup;
99 DEBUG(9, ("Lookup up ldap for domain %s\n", domain));
100 rc = ldap_domain2hostlist(domain,
138 const char *domain=opt_target_workgroup; local
167 const char *domain=opt_target_workgroup; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dchange_trust_pw.c28 Change the trust account password for a domain.
31 NTSTATUS change_trust_account_password( const char *domain, const char *remote_machine) argument
38 DEBUG(5,("change_trust_account_password: Attempting to change trust account password in domain %s....\n",
39 domain));
44 if ( !get_pdc_ip(domain, &pdc_ip) ) {
45 DEBUG(0,("Can't get IP for PDC for domain %s\n", domain));
49 if ( !name_status_find( domain, 0x1b, 0x20, pdc_ip, dc_name) )
75 DEBUG(0,("modify_trust_password: unable to open the domain client session to machine %s. Error was : %s.\n",
84 nt_status = trust_pw_find_change_and_store_it(cli, cli->mem_ctx, domain);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgmerge-73 # Test multi-domain handling.
10 domain "foo-de"
22 domain "foo-fr"
37 domain "foo-de"
40 domain "foo-fr"
54 domain "foo-de"
68 domain "foo-fr"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Ddomain.h2 * linux/include/asm-arm/domain.h
16 * DOMAIN_IO - domain 2 includes all IO only
17 * DOMAIN_USER - domain 1 includes all user memory only
18 * DOMAIN_KERNEL - domain 0 includes all kernel memory only
20 * The domain numbering depends on whether we support 36 physical
23 * be set for domain 0. We could just default to DOMAIN_IO as zero,
58 "mcr p15, 0, %0, c3, c0 @ set domain" \
66 unsigned int domain = thread->cpu_domain; \
67 domain &= ~domain_val(dom, DOMAIN_MANAGER); \
68 thread->cpu_domain = domain | domain_va
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in60 def __init__(self, path="avahi-discover.glade", root="main_window", domain=None, **kwargs):
63 SimpleGladeApp.__init__(self, path, root, domain, **kwargs)
69 (name,interface,protocol,stype,domain) = self.treemodel.get(iter,1,2,3,4,5)
74 self.server.ResolveService( int(interface), int(protocol), name, stype, domain, avahi.PROTO_UNSPEC, dbus.UInt32(0), reply_handler=self.service_resolved, error_handler=self.print_error)
95 def service_resolved(self, interface, protocol, name, stype, domain, host, aprotocol, address, port, txt, flags):
96 print "Service data for service '%s' of type '%s' in domain '%s' on %i.%i:" % (name, stype, domain, interface, protocol)
100 self.update_label(interface, protocol, name, stype, domain, host, aprotocol, address, port, avahi.txt_array_to_string_array(txt))
115 def new_service(self, interface, protocol, name, stype, domain, flags):
116 print "Found service '%s' of type '%s' in domain '
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_domain.c3 Authenticate against a remote domain
30 * Connect to a remote server for (inter)domain security authenticaion.
35 * @param setup_creds_as domain account to setup credentials as
36 * @param sec_chan a switch value to distinguish between domain
44 const char *domain, const char *dc_name,
86 * We now have an anonymous connection to IPC$ on the domain password server.
91 * pipe here. We do this as we may just have changed the domain
99 DEBUG(0,("connect_to_domain_password_server: unable to open the domain client session to \
110 /* This must be the remote domain (not ours) for schannel */
112 fstrcpy( (*cli)->domain, domai
43 connect_to_domain_password_server(struct cli_state **cli, const char *domain, const char *dc_name, struct in_addr dc_ip, const char *setup_creds_as, uint16 sec_chan, const unsigned char *trust_passwd, BOOL *retry) argument
137 domain_client_validate(TALLOC_CTX *mem_ctx, const auth_usersupplied_info *user_info, const char *domain, uchar chal[8], auth_serversupplied_info **server_info, const char *dc_name, struct in_addr dc_ip, const char *setup_creds_as, uint16 sec_chan, unsigned char trust_passwd[16], time_t last_change_time) argument
250 const char *domain = lp_workgroup(); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_wkssvc_nt.c38 pstring domain; local
45 pstrcpy (domain, lp_workgroup());
46 strupper_m(domain);
52 my_name, domain);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/samples/
H A Dudhcpd.conf91 option domain local
106 #domain
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/udhcp/
H A Dudhcpd.conf91 option domain local
106 #opt domain
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A Dat_proto.c14 #include <sys/domain.h>
54 struct domain atalkdomain = {

Completed in 215 milliseconds

1234567891011>>