Searched defs:pipe_hnd (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dpasschange.c33 struct rpc_pipe_client *pipe_hnd; local
H A Dlibsmbclient.c92 struct rpc_pipe_client *pipe_hnd; local
946 struct rpc_pipe_client *pipe_hnd; local
2501 struct rpc_pipe_client *pipe_hnd; local
3805 struct rpc_pipe_client *pipe_hnd = find_lsa_pipe_hnd(ipc_cli); local
3843 struct rpc_pipe_client *pipe_hnd = find_lsa_pipe_hnd(ipc_cli); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_rpc_shell.c71 struct rpc_pipe_client *pipe_hnd; local
25 rpc_sh_info(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
H A Dnet_domain.c51 struct rpc_pipe_client *pipe_hnd = NULL; local
163 struct rpc_pipe_client *pipe_hnd = NULL; local
203 struct rpc_pipe_client *pipe_hnd = NULL; local
[all...]
H A Dnet_rpc_audit.c217 static NTSTATUS rpc_audit_enable_internal_ext(struct rpc_pipe_client *pipe_hnd, argument
66 rpc_audit_get_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
133 rpc_audit_set_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
266 rpc_audit_disable_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
280 rpc_audit_enable_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
294 rpc_audit_list_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
[all...]
H A Dnet_rpc_join.c48 struct rpc_pipe_client *pipe_hnd = NULL; local
119 struct rpc_pipe_client *pipe_hnd = NULL; local
[all...]
H A Dnet_rpc_service.c27 static WERROR query_service_state(struct rpc_pipe_client *pipe_hnd, argument
60 static WERROR watch_service_state(struct rpc_pipe_client *pipe_hnd, argument
95 static WERROR control_service(struct rpc_pipe_client *pipe_hnd, argument
142 rpc_service_list_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv ) argument
196 rpc_service_status_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv ) argument
298 rpc_service_stop_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv ) argument
336 rpc_service_pause_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv ) argument
374 rpc_service_resume_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv ) argument
412 rpc_service_start_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv ) argument
[all...]
H A Dnet_rpc_sh_acct.c29 rpc_sh_acct_do(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv, BOOL (*fn)(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, SAM_UNK_INFO_1 *i1, SAM_UNK_INFO_3 *i3, SAM_UNK_INFO_12 *i12, int argc, const char **argv)) argument
190 rpc_sh_acct_pol_show(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
215 rpc_sh_acct_set_badpw(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
242 rpc_sh_acct_set_lockduration(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
269 rpc_sh_acct_set_resetduration(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
296 rpc_sh_acct_set_minpwage(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
323 rpc_sh_acct_set_maxpwage(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
350 rpc_sh_acct_set_minpwlen(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
377 rpc_sh_acct_set_pwhistlen(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
[all...]
H A Dnet_rpc_registry.c87 rpc_registry_enumerate_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv ) argument
207 rpc_registry_save_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv ) argument
[all...]
H A Dnet_rpc_rights.c26 static NTSTATUS sid_to_name(struct rpc_pipe_client *pipe_hnd, argument
58 static NTSTATUS name_to_sid(struct rpc_pipe_client *pipe_hnd, argument
91 static NTSTATUS enum_privileges(struct rpc_pipe_client *pipe_hnd, argument
137 check_privilege_for_user(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *ctx, POLICY_HND *pol, DOM_SID *sid, const char *right) argument
170 enum_privileges_for_user(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *ctx, POLICY_HND *pol, DOM_SID *sid ) argument
198 enum_accounts_for_privilege(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *ctx, POLICY_HND *pol, const char *privilege) argument
246 enum_privileges_for_accounts(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *ctx, POLICY_HND *pol) argument
289 rpc_rights_list_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv ) argument
402 rpc_rights_grant_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv ) argument
453 rpc_rights_revoke_internal(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv ) argument
565 rpc_sh_rights_list(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
574 rpc_sh_rights_grant(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
584 rpc_sh_rights_revoke(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
[all...]
H A Dsmbtree.c135 struct rpc_pipe_client *pipe_hnd; local
H A Dnet.c313 struct rpc_pipe_client *pipe_hnd = NULL; local
H A Dnet_rpc_printer.c684 static BOOL net_spoolss_enum_printers(struct rpc_pipe_client *pipe_hnd, argument
706 static BOOL net_spoolss_open_printer_ex(struct rpc_pipe_client *pipe_hnd, argument
749 static BOOL net_spoolss_getprinter(struct rpc_pipe_client *pipe_hnd, argument
768 static BOOL net_spoolss_setprinter(struct rpc_pipe_client *pipe_hnd, argument
788 static BOOL net_spoolss_setprinterdata(struct rpc_pipe_client *pipe_hnd, argument
807 net_spoolss_enumprinterkey(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, POLICY_HND *hnd, const char *keyname, uint16 **keylist) argument
826 net_spoolss_enumprinterdataex(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, uint32 offered, POLICY_HND *hnd, const char *keyname, REGVAL_CTR *ctr) argument
847 net_spoolss_setprinterdataex(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, POLICY_HND *hnd, char *keyname, REGISTRY_VALUE *value) argument
867 net_spoolss_enumforms(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, POLICY_HND *hnd, int level, uint32 *num_forms, FORM_1 **forms) argument
888 net_spoolss_enumprinterdrivers(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, uint32 level, const char *env, uint32 *num_drivers, PRINTER_DRIVER_CTR *ctr) argument
909 net_spoolss_getprinterdriver(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, POLICY_HND *hnd, uint32 level, const char *env, int version, PRINTER_DRIVER_CTR *ctr) argument
936 net_spoolss_addprinterdriver(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, uint32 level, PRINTER_DRIVER_CTR *ctr) argument
963 get_printer_info(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int level, int argc, const char **argv, uint32 *num_printers, PRINTER_INFO_CTR *ctr) argument
1023 rpc_printer_list_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
1073 rpc_printer_driver_list_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
1140 rpc_printer_publish_internals_args(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv, uint32 action) argument
1215 rpc_printer_publish_publish_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
1226 rpc_printer_publish_unpublish_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
1237 rpc_printer_publish_update_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
1264 rpc_printer_publish_list_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
1353 rpc_printer_migrate_security_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
1503 rpc_printer_migrate_forms_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
1679 rpc_printer_migrate_drivers_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
1898 rpc_printer_migrate_printers_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
2047 rpc_printer_migrate_settings_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
[all...]
H A Dnet_rpc_samsync.c182 static void dump_database(struct rpc_pipe_client *pipe_hnd, uint32 db_type) argument
951 static NTSTATUS fetch_database(struct rpc_pipe_client *pipe_hnd, uint32 db_type, DOM_SID dom_sid) argument
1735 static NTSTATUS fetch_database_to_ldif(struct rpc_pipe_client *pipe_hnd, argument
228 rpc_samdump_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
2060 rpc_vampire_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
[all...]
H A Dnet_ads.c1909 struct rpc_pipe_client *pipe_hnd; local
H A Dnet_rpc.c110 struct rpc_pipe_client *pipe_hnd = NULL; local
206 rpc_changetrustpw_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
255 rpc_oldjoin_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
426 rpc_info_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
506 rpc_getsid_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
572 rpc_user_add_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
719 rpc_user_del_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
811 rpc_user_rename_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
960 rpc_user_password_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
1092 rpc_user_info_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
1204 rpc_user_list_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
1297 rpc_sh_user_list(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
1307 rpc_sh_user_info(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
1317 rpc_sh_handle_user(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv, NTSTATUS (*fn)( TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, const POLICY_HND *user_hnd, int argc, const char **argv)) argument
1400 rpc_sh_user_show_internals(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, const POLICY_HND *user_hnd, int argc, const char **argv) argument
1429 rpc_sh_user_show(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
1450 rpc_sh_user_str_edit_internals(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, const POLICY_HND *user_hnd, int argc, const char **argv) argument
1524 rpc_sh_user_str_edit(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
1533 rpc_sh_user_flag_edit_internals(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, const POLICY_HND *user_hnd, int argc, const char **argv) argument
1598 rpc_sh_user_flag_edit(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
1701 rpc_group_delete_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
1882 rpc_group_add_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
1939 rpc_alias_add_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
2015 struct rpc_pipe_client *pipe_hnd; local
2062 rpc_add_groupmem(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, const DOM_SID *group_sid, const char *member) argument
2123 rpc_add_aliasmem(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, const DOM_SID *alias_sid, const char *member) argument
2186 rpc_group_addmem_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
2243 rpc_del_groupmem(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, const DOM_SID *group_sid, const char *member) argument
2300 rpc_del_aliasmem(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, const DOM_SID *alias_sid, const char *member) argument
2360 rpc_group_delmem_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
2433 rpc_group_list_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
2642 rpc_list_group_members(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, const char *domain_name, const DOM_SID *domain_sid, POLICY_HND *domain_pol, uint32 rid) argument
2708 rpc_list_alias_members(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, POLICY_HND *domain_pol, uint32 rid) argument
2788 rpc_group_members_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
2879 rpc_group_rename_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
3009 rpc_share_add_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx,int argc, const char **argv) argument
3066 rpc_share_del_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
3123 get_share_info(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, uint32 level, int argc, const char **argv, SRV_SHARE_INFO_CTR *ctr) argument
3285 rpc_share_list_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
3377 rpc_share_migrate_shares_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
3661 rpc_share_migrate_files_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
3799 rpc_share_migrate_security_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
3985 rpc_fetch_domain_aliases(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, POLICY_HND *connect_pol, const DOM_SID *domain_sid) argument
4065 rpc_aliaslist_dump(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
4130 rpc_aliaslist_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
4481 show_userlist(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, const char *netname, int num_tokens, struct user_token *tokens) argument
4609 rpc_share_allowedusers_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
4774 rpc_sh_share_list(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
4784 rpc_sh_share_add(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
4805 rpc_sh_share_delete(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
4821 rpc_sh_share_info(TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, struct rpc_pipe_client *pipe_hnd, int argc, const char **argv) argument
4904 rpc_file_close_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
4972 rpc_file_list_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
5074 rpc_shutdown_abort_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
5111 rpc_reg_shutdown_abort_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
5174 rpc_init_shutdown_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
5222 rpc_reg_shutdown_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
5326 rpc_trustdom_add_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
5462 rpc_trustdom_del_internals(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
5598 struct rpc_pipe_client *pipe_hnd = NULL; local
5807 rpc_query_domain_sid(const DOM_SID *domain_sid, const char *domain_name, struct cli_state *cli, struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, int argc, const char **argv) argument
5837 vampire_trusted_domain(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, POLICY_HND *pol, DOM_SID dom_sid, const char *trusted_dom_name) argument
5894 struct rpc_pipe_client *pipe_hnd = NULL; local
6030 struct rpc_pipe_client *pipe_hnd = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libmsrpc/
H A Dcac_svcctl.c35 struct rpc_pipe_client *pipe_hnd = NULL; local
93 struct rpc_pipe_client *pipe_hnd = NULL; local
127 struct rpc_pipe_client *pipe_hnd = NULL; local
189 struct rpc_pipe_client *pipe_hnd = NULL; local
235 struct rpc_pipe_client *pipe_hnd = NULL; local
279 struct rpc_pipe_client *pipe_hnd = NULL; local
329 struct rpc_pipe_client *pipe_hnd = NULL; local
364 struct rpc_pipe_client *pipe_hnd = NULL; local
412 struct rpc_pipe_client *pipe_hnd = NULL; local
458 struct rpc_pipe_client *pipe_hnd = NULL; local
504 struct rpc_pipe_client *pipe_hnd = NULL; local
550 struct rpc_pipe_client *pipe_hnd = NULL; local
595 struct rpc_pipe_client *pipe_hnd = NULL; local
[all...]
H A Dcac_lsarpc.c30 struct rpc_pipe_client *pipe_hnd = NULL; local
123 struct rpc_pipe_client *pipe_hnd = NULL; local
155 struct rpc_pipe_client *pipe_hnd = NULL; local
295 struct rpc_pipe_client *pipe_hnd = NULL; local
439 struct rpc_pipe_client *pipe_hnd = NULL; local
532 struct rpc_pipe_client *pipe_hnd = NULL; local
582 struct rpc_pipe_client *pipe_hnd = NULL; local
626 struct rpc_pipe_client *pipe_hnd = NULL; local
690 struct rpc_pipe_client *pipe_hnd; local
735 struct rpc_pipe_client *pipe_hnd = NULL; local
783 struct rpc_pipe_client *pipe_hnd = NULL; local
842 struct rpc_pipe_client *pipe_hnd = NULL; local
891 struct rpc_pipe_client *pipe_hnd = NULL; local
964 struct rpc_pipe_client *pipe_hnd = NULL; local
1026 struct rpc_pipe_client *pipe_hnd = NULL; local
1088 struct rpc_pipe_client *pipe_hnd = NULL; local
1148 struct rpc_pipe_client *pipe_hnd = NULL; local
1219 struct rpc_pipe_client *pipe_hnd = NULL; local
[all...]
H A Dcac_winreg.c32 struct rpc_pipe_client *pipe_hnd = NULL; local
95 struct rpc_pipe_client *pipe_hnd = NULL; local
130 struct rpc_pipe_client *pipe_hnd = NULL; local
222 struct rpc_pipe_client *pipe_hnd = NULL; local
336 struct rpc_pipe_client *pipe_hnd = NULL; local
397 cac_delete_subkeys_recursive( struct rpc_pipe_client * pipe_hnd, TALLOC_CTX * mem_ctx, POLICY_HND * key ) argument
458 struct rpc_pipe_client *pipe_hnd = NULL; local
523 struct rpc_pipe_client *pipe_hnd = NULL; local
651 struct rpc_pipe_client *pipe_hnd = NULL; local
704 struct rpc_pipe_client *pipe_hnd = NULL; local
817 struct rpc_pipe_client *pipe_hnd = NULL; local
874 struct rpc_pipe_client *pipe_hnd = NULL; local
913 struct rpc_pipe_client *pipe_hnd = NULL; local
962 struct rpc_pipe_client *pipe_hnd = NULL; local
1001 struct rpc_pipe_client *pipe_hnd = NULL; local
1039 struct rpc_pipe_client *pipe_hnd = NULL; local
1112 struct rpc_pipe_client *pipe_hnd = NULL; local
[all...]
H A Dlibmsrpc_internal.c34 struct rpc_pipe_client *pipe_hnd = NULL; local
H A Dcac_samr.c40 struct rpc_pipe_client *pipe_hnd = NULL; local
117 struct rpc_pipe_client *pipe_hnd = NULL; local
194 struct rpc_pipe_client *pipe_hnd = NULL; local
284 struct rpc_pipe_client *pipe_hnd = NULL; local
364 struct rpc_pipe_client *pipe_hnd = NULL; local
416 struct rpc_pipe_client *pipe_hnd = NULL; local
449 struct rpc_pipe_client *pipe_hnd = NULL; local
509 struct rpc_pipe_client *pipe_hnd = NULL; local
599 struct rpc_pipe_client *pipe_hnd = NULL; local
691 struct rpc_pipe_client *pipe_hnd = NULL; local
763 struct rpc_pipe_client *pipe_hnd = NULL; local
808 struct rpc_pipe_client *pipe_hnd = NULL; local
855 struct rpc_pipe_client *pipe_hnd = NULL; local
889 struct rpc_pipe_client *pipe_hnd = NULL; local
933 struct rpc_pipe_client *pipe_hnd = NULL; local
967 struct rpc_pipe_client *pipe_hnd = NULL; local
1001 struct rpc_pipe_client *pipe_hnd = NULL; local
1069 struct rpc_pipe_client *pipe_hnd = NULL; local
1115 struct rpc_pipe_client *pipe_hnd = NULL; local
1222 struct rpc_pipe_client *pipe_hnd = NULL; local
1331 struct rpc_pipe_client *pipe_hnd = NULL; local
1377 struct rpc_pipe_client *pipe_hnd = NULL; local
1422 struct rpc_pipe_client *pipe_hnd = NULL; local
1456 struct rpc_pipe_client *pipe_hnd = NULL; local
1490 struct rpc_pipe_client *pipe_hnd = NULL; local
1524 struct rpc_pipe_client *pipe_hnd = NULL; local
1565 struct rpc_pipe_client *pipe_hnd = NULL; local
1631 struct rpc_pipe_client *pipe_hnd = NULL; local
1678 struct rpc_pipe_client *pipe_hnd = NULL; local
1734 struct rpc_pipe_client *pipe_hnd = NULL; local
1796 struct rpc_pipe_client *pipe_hnd = NULL; local
1856 struct rpc_pipe_client *pipe_hnd = NULL; local
1911 struct rpc_pipe_client *pipe_hnd = NULL; local
1955 struct rpc_pipe_client *pipe_hnd = NULL; local
2023 struct rpc_pipe_client *pipe_hnd = NULL; local
2063 struct rpc_pipe_client *pipe_hnd = NULL; local
2108 struct rpc_pipe_client *pipe_hnd = NULL; local
2162 struct rpc_pipe_client *pipe_hnd = NULL; local
2206 struct rpc_pipe_client *pipe_hnd = NULL; local
2248 struct rpc_pipe_client *pipe_hnd = NULL; local
2290 struct rpc_pipe_client *pipe_hnd = NULL; local
2334 struct rpc_pipe_client *pipe_hnd = NULL; local
2376 struct rpc_pipe_client *pipe_hnd = NULL; local
2473 struct rpc_pipe_client *pipe_hnd = NULL; local
2517 struct rpc_pipe_client *pipe_hnd = NULL; local
2590 struct rpc_pipe_client *pipe_hnd = NULL; local
2634 struct rpc_pipe_client *pipe_hnd = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_common.c217 struct rpc_pipe_client *pipe_hnd; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dclient.c2980 struct rpc_pipe_client *pipe_hnd; local

Completed in 183 milliseconds