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

12345678

/asus-wl-520gu-7.0.1.45/src/router/samba/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
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/proc-armv/
H A Ddomain.h2 * linux/include/asm-arm/proc-armv/domain.h
16 * DOMAIN_IO - domain 2 includes all IO only
17 * DOMAIN_KERNEL - domain 1 includes all kernel memory only
18 * DOMAIN_USER - domain 0 includes all user memory only
37 "mcr p15, 0, %0, c3, c0 @ set domain" \
43 unsigned int domain = current->thread.domain; \
44 domain &= ~domain_val(dom, DOMAIN_MANAGER); \
45 domain |= domain_val(dom, type); \
46 current->thread.domain
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/proc-armv/
H A Ddomain.h2 * linux/include/asm-arm/proc-armv/domain.h
16 * DOMAIN_IO - domain 2 includes all IO only
17 * DOMAIN_KERNEL - domain 1 includes all kernel memory only
18 * DOMAIN_USER - domain 0 includes all user memory only
37 "mcr p15, 0, %0, c3, c0 @ set domain" \
43 unsigned int domain = current->thread.domain; \
44 domain &= ~domain_val(dom, DOMAIN_MANAGER); \
45 domain |= domain_val(dom, type); \
46 current->thread.domain
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/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;
87 /* Add a trusted domain t
92 struct winbindd_domain *domain; local
278 struct winbindd_domain *domain; local
326 struct winbindd_domain *domain; local
346 struct winbindd_domain *domain; local
364 struct winbindd_domain *domain; local
380 winbindd_lookup_sid_by_name(struct winbindd_domain *domain, const char *name, DOM_SID *sid, enum SID_NAME_USE *type) argument
424 struct winbindd_domain *domain; local
503 check_domain_env(char *domain_env, char *domain) argument
518 assume_domain(const char *domain) argument
532 parse_domain_user(const char *domuser, fstring domain, fstring user) argument
569 fill_domain_username(fstring name, const char *domain, const char *user) argument
692 rid_to_talloced_sid(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 rid) argument
713 struct winbindd_domain *domain; local
917 get_trust_pw(const char *domain, uint8 ret_pwd[16], time_t *pass_last_set_time, uint32 *channel) argument
[all...]
H A Dwinbindd_cache.c99 static struct winbind_cache *get_cache(struct winbindd_domain *domain) argument
103 if (!domain->backend) {
109 /* always obey the lp_security parameter for our domain */
110 if (domain->primary) {
111 domain->backend = &ads_methods;
119 if ( domain->native_mode ) {
120 DEBUG(5,("get_cache: Setting ADS methods for domain %s\n",
121 domain->name));
122 domain->backend = &ads_methods;
130 DEBUG(5,("get_cache: Setting MS-RPC methods for domain
242 wcache_server_down(struct winbindd_domain *domain) argument
257 fetch_cache_seqnum( struct winbindd_domain *domain, time_t now ) argument
333 refresh_sequence_number(struct winbindd_domain *domain, BOOL force) argument
384 centry_expired(struct winbindd_domain *domain, const char *keystr, struct cache_entry *centry) argument
418 wcache_fetch(struct winbind_cache *cache, struct winbindd_domain *domain, const char *format, ...) argument
554 centry_start(struct winbindd_domain *domain, NTSTATUS status) argument
595 wcache_save_name_to_sid(struct winbindd_domain *domain, NTSTATUS status, const char *name, const DOM_SID *sid, enum SID_NAME_USE type) argument
615 wcache_save_sid_to_name(struct winbindd_domain *domain, NTSTATUS status, const DOM_SID *sid, const char *name, enum SID_NAME_USE type) argument
634 wcache_save_user(struct winbindd_domain *domain, NTSTATUS status, WINBIND_USERINFO *info) argument
653 query_user_list(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_entries, WINBIND_USERINFO **info) argument
760 enum_dom_groups(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_entries, struct acct_info **info) argument
833 enum_local_groups(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_entries, struct acct_info **info) argument
916 name_to_sid(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const char *name, DOM_SID *sid, enum SID_NAME_USE *type) argument
982 sid_to_name(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *sid, char **name, enum SID_NAME_USE *type) argument
1040 query_user(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, DOM_SID *user_sid, WINBIND_USERINFO *info) argument
1103 lookup_usergroups(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, DOM_SID *user_sid, uint32 *num_groups, DOM_SID ***user_gids) argument
1186 lookup_groupmem(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, DOM_SID *group_sid, uint32 *num_names, DOM_SID ***sid_mem, char ***names, uint32 **name_types) argument
1269 sequence_number(struct winbindd_domain *domain, uint32 *seq) argument
1279 trusted_domains(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_domains, char ***names, char ***alt_names, DOM_SID **dom_sids) argument
1297 domain_sid(struct winbindd_domain *domain, DOM_SID *sid) argument
1309 alternate_name(struct winbindd_domain *domain) argument
1334 wcache_invalidate_samlogon(struct winbindd_domain *domain, NET_USER_INFO_3 *info3) argument
1348 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_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
86 Caller to free() result in domain, username, password
89 static void cm_get_ipc_userpass(char **username, char **domain, char **password) argument
92 *domain = secrets_fetch(SECRETS_AUTH_DOMAIN, NULL);
97 if (!*domain || !**domain)
98 *domain
116 cm_open_connection(const struct winbindd_domain *domain, const int pipe_index, struct winbindd_cm_conn *new_conn) argument
298 cm_fresh_connection(struct winbindd_domain *domain, const int pipe_index, struct cli_state **cli) argument
345 find_cm_connection(struct winbindd_domain *domain, const char *pipe_name, struct winbindd_cm_conn **conn_out) argument
374 new_cm_connection(struct winbindd_domain *domain, const char *pipe_name, struct winbindd_cm_conn **conn_out) argument
399 get_connection_from_cache(struct winbindd_domain *domain, const char *pipe_name, struct winbindd_cm_conn **conn_out) argument
527 cm_get_lsa_handle(struct winbindd_domain *domain, CLI_POLICY_HND **return_hnd) argument
580 cm_get_sam_handle(struct winbindd_domain *domain, CLI_POLICY_HND **return_hnd) argument
638 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...]
/asus-wl-520gu-7.0.1.45/src/router/samba/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));
71 static BOOL rpc_dc_name(const char *domain, fstring srv_name, struct in_addr *ip_out) argument
81 use_pdc_only = must_use_pdc(domain);
83 /* Lookup domain controller name */
85 if ( use_pdc_only && get_pdc_ip(domain,
156 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...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/pdb/mysql/
H A Dsmb.conf4 security = domain
5 domain logons = yes
6 domain master = yes
/asus-wl-520gu-7.0.1.45/src/router/samba/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);
/asus-wl-520gu-7.0.1.45/src/router/samba/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...]
H A Dnet_rpc_join.c40 * confirm that a domain join is still valid
45 int net_rpc_join_ok(const char *domain) argument
63 if (!secrets_fetch_trust_account_password(domain,
66 DEBUG(0,("Could not retreive domain trust secret"));
70 /* ensure that schannel uses the right domain */
71 fstrcpy(cli->domain, domain);
73 DEBUG(0,("Error in domain join verfication (fresh connection)\n"));
90 * Join a domain using the administrator username and password
130 char *domain; local
384 char *domain = smb_xstrdup(opt_target_workgroup); local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/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...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dloadmsgcat.c772 struct loaded_domain *domain,
784 domain->codeset_cntr =
787 domain->conv = (__gconv_t) -1;
790 domain->conv = (iconv_t) -1;
793 domain->conv_tab = NULL;
848 if (__gconv_open (outcharset, charset, &domain->conv,
851 domain->conv = (__gconv_t) -1;
868 domain->conv = iconv_open (outcharset, charset);
874 domain->conv = iconv_open (outcharset, charset);
889 _nl_free_domain_conv (struct loaded_domain *domain) argument
771 _nl_init_domain_conv(struct loaded_l10nfile *domain_file, struct loaded_domain *domain, struct binding *domainbinding) argument
921 struct loaded_domain *domain; local
1401 _nl_unload_domain(struct loaded_domain *domain) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/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 \
115 /* This must be the remote domain (not ours) for schannel */
117 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
142 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
255 const char *domain = lp_workgroup(); local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/mach/
H A Dmap.h16 int domain:4, member in struct:map_desc
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/mach/
H A Dmap.h16 int domain:4, member in struct:map_desc
/asus-wl-520gu-7.0.1.45/src/router/samba/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);
/asus-wl-520gu-7.0.1.45/src/router/udhcpd/samples/
H A Dudhcpd.conf91 option domain local
106 #domain
H A Dsample.bound25 [ -n "$domain" ] && echo domain $domain >> $RESOLV_CONF
H A Dsample.renew25 [ -n "$domain" ] && echo domain $domain >> $RESOLV_CONF

Completed in 228 milliseconds

12345678