2008-05-19 01:31:42 +04:00
/*
* Unix SMB / CIFS implementation .
* collected prototypes header
*
* frozen from " make proto " in May 2008
*
* Copyright ( C ) Michael Adam 2008
*
* This program is free software ; you can redistribute it and / or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation ; either version 3 of the License , or
* ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU General Public License for more details .
*
* You should have received a copy of the GNU General Public License
* along with this program ; if not , see < http : //www.gnu.org/licenses/>.
*/
# ifndef _NET_PROTO_H_
# define _NET_PROTO_H_
2011-05-06 14:54:59 +04:00
# include "libads/ads_status.h"
2008-05-19 01:31:42 +04:00
/* The following definitions come from utils/net.c */
2009-10-13 12:15:34 +04:00
enum netr_SchannelType get_sec_channel_type ( const char * param ) ;
2008-05-19 01:31:42 +04:00
/* The following definitions come from utils/net_ads.c */
2010-07-02 02:32:52 +04:00
struct ads_struct ;
ADS_STATUS ads_startup ( struct net_context * c , bool only_own_domain , struct ads_struct * * ads ) ;
ADS_STATUS ads_startup_nobind ( struct net_context * c , bool only_own_domain , struct ads_struct * * ads ) ;
2008-05-19 01:31:42 +04:00
int net_ads_check_our_domain ( struct net_context * c ) ;
int net_ads_check ( struct net_context * c ) ;
int net_ads_user ( struct net_context * c , int argc , const char * * argv ) ;
int net_ads_group ( struct net_context * c , int argc , const char * * argv ) ;
int net_ads_testjoin ( struct net_context * c , int argc , const char * * argv ) ;
int net_ads_join ( struct net_context * c , int argc , const char * * argv ) ;
int net_ads_printer_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_ads_changetrustpw ( struct net_context * c , int argc , const char * * argv ) ;
int net_ads_keytab ( struct net_context * c , int argc , const char * * argv ) ;
int net_ads_kerberos ( struct net_context * c , int argc , const char * * argv ) ;
2018-01-24 17:26:03 +03:00
int net_ads_setspn ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-19 01:31:42 +04:00
int net_ads ( struct net_context * c , int argc , const char * * argv ) ;
/* The following definitions come from utils/net_ads_gpo.c */
int net_ads_gpo ( struct net_context * c , int argc , const char * * argv ) ;
/* The following definitions come from utils/net_cache.c */
int net_cache ( struct net_context * c , int argc , const char * * argv ) ;
/* The following definitions come from utils/net_conf.c */
int net_conf ( struct net_context * c , int argc , const char * * argv ) ;
/* The following definitions come from utils/net_dns.c */
int get_my_ip_address ( struct sockaddr_storage * * pp_ss ) ;
/* The following definitions come from utils/net_dom.c */
2008-05-15 12:14:41 +04:00
int net_dom_usage ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-19 01:31:42 +04:00
int net_dom ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-13 15:52:58 +04:00
/* The following definitions come from utils/net_file.c */
int net_file_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_file ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-13 15:44:28 +04:00
/* The following definitions come from utils/net_group.c */
int net_group_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_group ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-19 01:31:42 +04:00
/* The following definitions come from utils/net_groupmap.c */
2008-05-15 12:14:41 +04:00
int net_groupmap_usage ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-19 01:31:42 +04:00
int net_groupmap ( struct net_context * c , int argc , const char * * argv ) ;
/* The following definitions come from utils/net_help.c */
int net_help ( struct net_context * c , int argc , const char * * argv ) ;
/* The following definitions come from utils/net_idmap.c */
int net_idmap ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-13 13:11:35 +04:00
/* The following definitions come from utils/net_join.c */
int net_join_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_join ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-19 01:31:42 +04:00
/* The following definitions come from utils/net_lookup.c */
int net_lookup_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_lookup ( struct net_context * c , int argc , const char * * argv ) ;
/* The following definitions come from utils/net_rap.c */
int net_rap_file_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_file ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_share_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_share ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_session_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_session ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_server_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_server ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_domain_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_domain ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_printq_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_printq ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_user ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_group_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_group ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_groupmember_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_groupmember ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_validate_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_validate ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_service_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_service ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_password_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_password ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_admin_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap_admin ( struct net_context * c , int argc , const char * * argv ) ;
int net_rap ( struct net_context * c , int argc , const char * * argv ) ;
/* The following definitions come from utils/net_registry.c */
int net_registry ( struct net_context * c , int argc , const char * * argv ) ;
/* The following definitions come from utils/net_rpc.c */
NTSTATUS net_get_remote_domain_sid ( struct cli_state * cli , TALLOC_CTX * mem_ctx ,
2010-05-21 05:25:01 +04:00
struct dom_sid * * domain_sid ,
2008-05-19 01:31:42 +04:00
const char * * domain_name ) ;
int run_rpc_command ( struct net_context * c ,
struct cli_state * cli_arg ,
2012-01-10 14:53:42 +04:00
const struct ndr_interface_table * table ,
2008-05-19 01:31:42 +04:00
int conn_flags ,
rpc_command_fn fn ,
int argc ,
const char * * argv ) ;
int net_rpc_changetrustpw ( struct net_context * c , int argc , const char * * argv ) ;
2009-02-03 22:10:05 +03:00
int net_rpc_testjoin ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-19 01:31:42 +04:00
int net_rpc_join ( struct net_context * c , int argc , const char * * argv ) ;
NTSTATUS rpc_info_internals ( struct net_context * c ,
2010-05-21 05:25:01 +04:00
const struct dom_sid * domain_sid ,
2008-05-19 01:31:42 +04:00
const char * domain_name ,
struct cli_state * cli ,
struct rpc_pipe_client * pipe_hnd ,
TALLOC_CTX * mem_ctx ,
int argc ,
const char * * argv ) ;
int net_rpc_info ( struct net_context * c , int argc , const char * * argv ) ;
int net_rpc_getsid ( struct net_context * c , int argc , const char * * argv ) ;
int net_rpc_user ( struct net_context * c , int argc , const char * * argv ) ;
struct rpc_sh_cmd * net_rpc_user_edit_cmds ( struct net_context * c ,
TALLOC_CTX * mem_ctx ,
struct rpc_sh_ctx * ctx ) ;
struct rpc_sh_cmd * net_rpc_user_cmds ( struct net_context * c ,
TALLOC_CTX * mem_ctx ,
struct rpc_sh_ctx * ctx ) ;
int net_rpc_group ( struct net_context * c , int argc , const char * * argv ) ;
bool copy_top_level_perms ( struct net_context * c ,
struct copy_clistate * cp_clistate ,
const char * sharename ) ;
int net_usersidlist ( struct net_context * c , int argc , const char * * argv ) ;
int net_usersidlist_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_rpc_share ( struct net_context * c , int argc , const char * * argv ) ;
struct rpc_sh_cmd * net_rpc_share_cmds ( struct net_context * c , TALLOC_CTX * mem_ctx ,
struct rpc_sh_ctx * ctx ) ;
int net_rpc_file ( struct net_context * c , int argc , const char * * argv ) ;
NTSTATUS rpc_init_shutdown_internals ( struct net_context * c ,
2010-05-21 05:25:01 +04:00
const struct dom_sid * domain_sid ,
2008-05-19 01:31:42 +04:00
const char * domain_name ,
struct cli_state * cli ,
struct rpc_pipe_client * pipe_hnd ,
TALLOC_CTX * mem_ctx ,
int argc ,
const char * * argv ) ;
NTSTATUS rpc_reg_shutdown_internals ( struct net_context * c ,
2010-05-21 05:25:01 +04:00
const struct dom_sid * domain_sid ,
2008-05-19 01:31:42 +04:00
const char * domain_name ,
struct cli_state * cli ,
struct rpc_pipe_client * pipe_hnd ,
TALLOC_CTX * mem_ctx ,
int argc ,
const char * * argv ) ;
bool net_rpc_check ( struct net_context * c , unsigned flags ) ;
int rpc_printer_migrate ( struct net_context * c , int argc , const char * * argv ) ;
int rpc_printer_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_rpc_printer ( struct net_context * c , int argc , const char * * argv ) ;
int net_rpc ( struct net_context * c , int argc , const char * * argv ) ;
/* The following definitions come from utils/net_rpc_audit.c */
int net_rpc_audit ( struct net_context * c , int argc , const char * * argv ) ;
/* The following definitions come from utils/net_rpc_printer.c */
NTSTATUS net_copy_fileattr ( struct net_context * c ,
TALLOC_CTX * mem_ctx ,
struct cli_state * cli_share_src ,
struct cli_state * cli_share_dst ,
const char * src_name , const char * dst_name ,
bool copy_acls , bool copy_attrs ,
bool copy_timestamps , bool is_file ) ;
NTSTATUS net_copy_file ( struct net_context * c ,
TALLOC_CTX * mem_ctx ,
struct cli_state * cli_share_src ,
struct cli_state * cli_share_dst ,
const char * src_name , const char * dst_name ,
bool copy_acls , bool copy_attrs ,
bool copy_timestamps , bool is_file ) ;
NTSTATUS rpc_printer_list_internals ( struct net_context * c ,
2010-05-21 05:25:01 +04:00
const struct dom_sid * domain_sid ,
2008-05-19 01:31:42 +04:00
const char * domain_name ,
struct cli_state * cli ,
struct rpc_pipe_client * pipe_hnd ,
TALLOC_CTX * mem_ctx ,
int argc ,
const char * * argv ) ;
NTSTATUS rpc_printer_driver_list_internals ( struct net_context * c ,
2010-05-21 05:25:01 +04:00
const struct dom_sid * domain_sid ,
2008-05-19 01:31:42 +04:00
const char * domain_name ,
struct cli_state * cli ,
struct rpc_pipe_client * pipe_hnd ,
TALLOC_CTX * mem_ctx ,
int argc ,
const char * * argv ) ;
NTSTATUS rpc_printer_publish_publish_internals ( struct net_context * c ,
2010-05-21 05:25:01 +04:00
const struct dom_sid * domain_sid ,
2008-05-19 01:31:42 +04:00
const char * domain_name ,
struct cli_state * cli ,
struct rpc_pipe_client * pipe_hnd ,
TALLOC_CTX * mem_ctx ,
int argc ,
const char * * argv ) ;
NTSTATUS rpc_printer_publish_unpublish_internals ( struct net_context * c ,
2010-05-21 05:25:01 +04:00
const struct dom_sid * domain_sid ,
2008-05-19 01:31:42 +04:00
const char * domain_name ,
struct cli_state * cli ,
struct rpc_pipe_client * pipe_hnd ,
TALLOC_CTX * mem_ctx ,
int argc ,
const char * * argv ) ;
NTSTATUS rpc_printer_publish_update_internals ( struct net_context * c ,
2010-05-21 05:25:01 +04:00
const struct dom_sid * domain_sid ,
2008-05-19 01:31:42 +04:00
const char * domain_name ,
struct cli_state * cli ,
struct rpc_pipe_client * pipe_hnd ,
TALLOC_CTX * mem_ctx ,
int argc ,
const char * * argv ) ;
NTSTATUS rpc_printer_publish_list_internals ( struct net_context * c ,
2010-05-21 05:25:01 +04:00
const struct dom_sid * domain_sid ,
2008-05-19 01:31:42 +04:00
const char * domain_name ,
struct cli_state * cli ,
struct rpc_pipe_client * pipe_hnd ,
TALLOC_CTX * mem_ctx ,
int argc ,
const char * * argv ) ;
NTSTATUS rpc_printer_migrate_security_internals ( struct net_context * c ,
2010-05-21 05:25:01 +04:00
const struct dom_sid * domain_sid ,
2008-05-19 01:31:42 +04:00
const char * domain_name ,
struct cli_state * cli ,
struct rpc_pipe_client * pipe_hnd ,
TALLOC_CTX * mem_ctx ,
int argc ,
const char * * argv ) ;
NTSTATUS rpc_printer_migrate_forms_internals ( struct net_context * c ,
2010-05-21 05:25:01 +04:00
const struct dom_sid * domain_sid ,
2008-05-19 01:31:42 +04:00
const char * domain_name ,
struct cli_state * cli ,
struct rpc_pipe_client * pipe_hnd ,
TALLOC_CTX * mem_ctx ,
int argc ,
const char * * argv ) ;
NTSTATUS rpc_printer_migrate_drivers_internals ( struct net_context * c ,
2010-05-21 05:25:01 +04:00
const struct dom_sid * domain_sid ,
2008-05-19 01:31:42 +04:00
const char * domain_name ,
struct cli_state * cli ,
struct rpc_pipe_client * pipe_hnd ,
TALLOC_CTX * mem_ctx ,
int argc ,
const char * * argv ) ;
NTSTATUS rpc_printer_migrate_printers_internals ( struct net_context * c ,
2010-05-21 05:25:01 +04:00
const struct dom_sid * domain_sid ,
2008-05-19 01:31:42 +04:00
const char * domain_name ,
struct cli_state * cli ,
struct rpc_pipe_client * pipe_hnd ,
TALLOC_CTX * mem_ctx ,
int argc ,
const char * * argv ) ;
NTSTATUS rpc_printer_migrate_settings_internals ( struct net_context * c ,
2010-05-21 05:25:01 +04:00
const struct dom_sid * domain_sid ,
2008-05-19 01:31:42 +04:00
const char * domain_name ,
struct cli_state * cli ,
struct rpc_pipe_client * pipe_hnd ,
TALLOC_CTX * mem_ctx ,
int argc ,
const char * * argv ) ;
/* The following definitions come from utils/net_rpc_registry.c */
int net_rpc_registry ( struct net_context * c , int argc , const char * * argv ) ;
/* The following definitions come from utils/net_rpc_rights.c */
int net_rpc_rights ( struct net_context * c , int argc , const char * * argv ) ;
struct rpc_sh_cmd * net_rpc_rights_cmds ( struct net_context * c , TALLOC_CTX * mem_ctx ,
struct rpc_sh_ctx * ctx ) ;
/* The following definitions come from utils/net_rpc_samsync.c */
int rpc_vampire_usage ( struct net_context * c , int argc , const char * * argv ) ;
2008-11-18 15:25:50 +03:00
int rpc_vampire_passdb ( struct net_context * c , int argc , const char * * argv ) ;
2008-06-18 14:52:00 +04:00
int rpc_vampire_keytab ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-19 01:31:42 +04:00
/* The following definitions come from utils/net_rpc_service.c */
2015-05-07 03:00:06 +03:00
const char * svc_status_string ( uint32_t state ) ;
2008-05-19 01:31:42 +04:00
int net_rpc_service ( struct net_context * c , int argc , const char * * argv ) ;
/* The following definitions come from utils/net_rpc_sh_acct.c */
struct rpc_sh_cmd * net_rpc_acct_cmds ( struct net_context * c , TALLOC_CTX * mem_ctx ,
struct rpc_sh_ctx * ctx ) ;
/* The following definitions come from utils/net_rpc_shell.c */
int net_rpc_shell ( struct net_context * c , int argc , const char * * argv ) ;
/* The following definitions come from utils/net_sam.c */
int net_sam ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-14 16:24:21 +04:00
/* The following definitions come from utils/net_share.c */
int net_share_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_share ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-19 01:31:42 +04:00
/* The following definitions come from utils/net_status.c */
2008-05-14 17:09:29 +04:00
int net_status_usage ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-19 01:31:42 +04:00
int net_status ( struct net_context * c , int argc , const char * * argv ) ;
/* The following definitions come from utils/net_time.c */
int net_time_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_time ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-13 14:51:09 +04:00
/* The following definitions come from utils/net_user.c */
int net_user_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_user ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-19 01:31:42 +04:00
/* The following definitions come from utils/net_usershare.c */
int net_usershare_usage ( struct net_context * c , int argc , const char * * argv ) ;
int net_usershare_help ( struct net_context * c , int argc , const char * * argv ) ;
int net_usershare ( struct net_context * c , int argc , const char * * argv ) ;
2009-01-23 17:00:17 +03:00
/* The following definitions come from utils/net_eventlog.c */
int net_eventlog ( struct net_context * c , int argc , const char * * argv ) ;
2008-09-14 17:44:57 +04:00
2010-05-13 02:05:40 +04:00
/* The following definitions come from utils/net_printing.c */
int net_printing ( struct net_context * c , int argc , const char * * argv ) ;
s3: Fix a long-standing problem with recycled PIDs
When a samba server process dies hard, it has no chance to clean up its entries
in locking.tdb, brlock.tdb, connections.tdb and sessionid.tdb.
For locking.tdb and brlock.tdb Samba is robust by checking every time we read
an entry from the database if the corresponding process still exists. If it
does not exist anymore, the entry is deleted. This is not 100% failsafe though:
On systems with a limited PID space there is a non-zero chance that between the
smbd's death and the fresh access, the PID is recycled by another long-running
process. This renders all files that had been locked by the killed smbd
potentially unusable until the new process also dies.
This patch is supposed to fix the problem the following way: Every process ID
in every database is augmented by a random 64-bit number that is stored in a
serverid.tdb. Whenever we need to check if a process still exists we know its
PID and the 64-bit number. We look up the PID in serverid.tdb and compare the
64-bit number. If it's the same, the process still is a valid smbd holding the
lock. If it is different, a new smbd has taken over.
I believe this is safe against an smbd that has died hard and the PID has been
taken over by a non-samba process. This process would not have registered
itself with a fresh 64-bit number in serverid.tdb, so the old one still exists
in serverid.tdb. We protect against this case by the parent smbd taking care of
deregistering PIDs from serverid.tdb and the fact that serverid.tdb is
CLEAR_IF_FIRST.
CLEAR_IF_FIRST does not work in a cluster, so the automatic cleanup does not
work when all smbds are restarted. For this, "net serverid wipe" has to be run
before smbd starts up. As a convenience, "net serverid wipedbs" also cleans up
sessionid.tdb and connections.tdb.
While there, this also cleans up overloading connections.tdb with all the
process entries just for messaging_send_all().
Volker
2010-03-02 19:02:01 +03:00
/* The following definitions come from utils/net_serverid.c */
int net_serverid ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-19 01:31:42 +04:00
/* The following definitions come from utils/net_util.c */
NTSTATUS net_rpc_lookup_name ( struct net_context * c ,
TALLOC_CTX * mem_ctx , struct cli_state * cli ,
const char * name , const char * * ret_domain ,
2010-05-21 05:25:01 +04:00
const char * * ret_name , struct dom_sid * ret_sid ,
2008-05-19 01:31:42 +04:00
enum lsa_SidType * ret_type ) ;
2008-05-13 23:18:09 +04:00
NTSTATUS connect_to_service ( struct net_context * c ,
2011-07-22 15:05:43 +04:00
struct cli_state * * cli_ctx ,
const struct sockaddr_storage * server_ss ,
const char * server_name ,
const char * service_name ,
const char * service_type ) ;
2008-05-13 23:18:09 +04:00
NTSTATUS connect_to_ipc ( struct net_context * c ,
struct cli_state * * cli_ctx ,
2011-07-22 15:05:43 +04:00
const struct sockaddr_storage * server_ss ,
2008-05-13 23:18:09 +04:00
const char * server_name ) ;
NTSTATUS connect_to_ipc_anonymous ( struct net_context * c ,
struct cli_state * * cli_ctx ,
2011-07-22 15:05:43 +04:00
const struct sockaddr_storage * server_ss ,
2008-05-13 23:18:09 +04:00
const char * server_name ) ;
NTSTATUS connect_dst_pipe ( struct net_context * c , struct cli_state * * cli_dst ,
2008-07-20 20:44:32 +04:00
struct rpc_pipe_client * * pp_pipe_hnd ,
2013-05-17 18:02:59 +04:00
const struct ndr_interface_table * table ) ;
2009-07-05 11:21:07 +04:00
int net_use_krb_machine_account ( struct net_context * c ) ;
int net_use_machine_account ( struct net_context * c ) ;
2008-05-13 23:18:09 +04:00
bool net_find_server ( struct net_context * c ,
const char * domain ,
unsigned flags ,
struct sockaddr_storage * server_ss ,
char * * server_name ) ;
bool net_find_pdc ( struct sockaddr_storage * server_ss ,
fstring server_name ,
const char * domain_name ) ;
NTSTATUS net_make_ipc_connection ( struct net_context * c , unsigned flags ,
struct cli_state * * pcli ) ;
NTSTATUS net_make_ipc_connection_ex ( struct net_context * c , const char * domain ,
const char * server ,
2011-07-22 15:40:19 +04:00
const struct sockaddr_storage * pss ,
2008-05-13 23:18:09 +04:00
unsigned flags , struct cli_state * * pcli ) ;
2009-07-05 11:21:07 +04:00
const char * net_prompt_pass ( struct net_context * c , const char * user ) ;
2008-05-18 12:56:32 +04:00
int net_run_function ( struct net_context * c , int argc , const char * * argv ,
2008-06-07 04:25:08 +04:00
const char * whoami , struct functable * table ) ;
void net_display_usage_from_functable ( struct functable * table ) ;
2008-05-19 01:31:42 +04:00
2008-09-25 01:23:01 +04:00
const char * net_share_type_str ( int num_type ) ;
2008-11-11 20:59:57 +03:00
NTSTATUS net_scan_dc ( struct net_context * c ,
struct cli_state * cli ,
struct net_dc_info * dc_info ) ;
2008-05-19 01:31:42 +04:00
/* The following definitions come from utils/netlookup.c */
NTSTATUS net_lookup_name_from_sid ( struct net_context * c ,
TALLOC_CTX * ctx ,
2010-05-21 05:25:01 +04:00
struct dom_sid * psid ,
2008-05-19 01:31:42 +04:00
const char * * ppdomain ,
const char * * ppname ) ;
NTSTATUS net_lookup_sid_from_name ( struct net_context * c , TALLOC_CTX * ctx ,
2010-05-21 05:25:01 +04:00
const char * full_name , struct dom_sid * pret_sid ) ;
2008-05-19 01:31:42 +04:00
/* The following definitions come from utils/passwd_util.c */
char * stdin_new_passwd ( void ) ;
char * get_pass ( const char * prompt , bool stdin_get ) ;
2009-10-25 18:12:12 +03:00
/* The following definitions come from utils/net_g_lock.c */
int net_g_lock ( struct net_context * c , int argc , const char * * argv ) ;
2011-03-24 14:10:13 +03:00
/* The following definitions come from utils/net_rpc_trust.c */
int net_rpc_trust ( struct net_context * c , int argc , const char * * argv ) ;
2011-07-13 22:17:08 +04:00
/* The following definitions come from utils/net_rpc_conf.c */
int net_rpc_conf ( struct net_context * c , int argc , const char * * argv ) ;
2015-06-15 15:14:03 +03:00
int net_notify ( struct net_context * c , int argc , const char * * argv ) ;
2017-02-17 02:22:38 +03:00
int net_tdb ( struct net_context * c , int argc , const char * * argv ) ;
2008-05-19 01:31:42 +04:00
# endif /* _NET_PROTO_H_ */