refuse pathworks type R connect (patch from Stephen Tweedie)
[kai/samba.git] / source3 / include / proto.h
1 /* This file is automatically generated with "make proto". DO NOT EDIT */
2
3
4 /*The following definitions come from  access.c  */
5
6 BOOL check_access(int snum);
7 BOOL allow_access(char *deny_list,char *allow_list,char *cname,char *caddr);
8
9 /*The following definitions come from  asyncdns.c  */
10
11 int asyncdns_fd(void);
12 void start_async_dns(void);
13 void run_dns_queue(void);
14 BOOL queue_dns_query(struct packet_struct *p,struct nmb_name *question,
15                      struct name_record **n);
16 BOOL queue_dns_query(struct packet_struct *p,struct nmb_name *question,
17                      struct name_record **n);
18
19 /*The following definitions come from  charcnv.c  */
20
21 char *unix2dos_format(char *str,BOOL overwrite);
22 char *dos2unix_format(char *str, BOOL overwrite);
23 int interpret_character_set(char *str, int def);
24
25 /*The following definitions come from  charset.c  */
26
27 void charset_initialise();
28 void codepage_initialise(int client_codepage);
29 void add_char_string(char *s);
30
31 /*The following definitions come from  chgpasswd.c  */
32
33 BOOL chat_with_program(char *passwordprogram,char *name,char *chatsequence);
34 BOOL chgpasswd(char *name,char *oldpass,char *newpass);
35 BOOL chgpasswd(char *name,char *oldpass,char *newpass);
36
37 /*The following definitions come from  client.c  */
38
39 void cli_smb_close(char *inbuf, char *outbuf, int clnt_fd, int c_num, int f_num);
40 void do_dir(char *inbuf,char *outbuf,char *Mask,int attribute,void (*fn)(),BOOL recurse_dir);
41 void cmd_help(void);
42
43 /*The following definitions come from  clientgen.c  */
44
45 BOOL cli_NetWkstaUserLogon(struct cli_state *cli,char *user, char *workstation);
46 BOOL cli_NetServerEnum(struct cli_state *cli, char *workgroup, uint32 stype,
47                        void (*fn)(char *, uint32, char *));
48 BOOL cli_session_setup(struct cli_state *cli, 
49                        char *user, 
50                        char *pass, int passlen,
51                        char *ntpass, int ntpasslen,
52                        char *workgroup);
53 BOOL cli_send_tconX(struct cli_state *cli, 
54                     char *share, char *dev, char *pword, int passlen);
55 BOOL cli_tdis(struct cli_state *cli);
56 BOOL cli_negprot(struct cli_state *cli);
57 BOOL cli_session_request(struct cli_state *cli, char *host, int name_type,
58                          char *myname);
59 BOOL cli_connect(struct cli_state *cli, char *host, struct in_addr *ip);
60 BOOL cli_initialise(struct cli_state *cli);
61 void cli_shutdown(struct cli_state *cli);
62
63 /*The following definitions come from  clientutil.c  */
64
65 void cli_setup_pkt(char *outbuf);
66 BOOL cli_call_api(char *pipe_name, int prcnt,int drcnt, int srcnt,
67                      int mprcnt,int mdrcnt,
68                      int *rprcnt,int *rdrcnt,
69                      char *param,char *data, uint16 *setup,
70                      char **rparam,char **rdata);
71 BOOL cli_receive_trans_response(char *inbuf,int trans,
72                                    int *data_len,int *param_len,
73                                    char **data,char **param);
74 BOOL cli_send_trans_request(char *outbuf,int trans,
75                                char *name,int fid,int flags,
76                                char *data,char *param,uint16 *setup,
77                                int ldata,int lparam,int lsetup,
78                                int mdata,int mparam,int msetup);
79 BOOL cli_send_session_request(char *inbuf,char *outbuf);
80 BOOL cli_send_login(char *inbuf,char *outbuf,BOOL start_session,BOOL use_setup);
81 void cli_send_logout(void );
82 BOOL cli_open_sockets(int port );
83 BOOL cli_reopen_connection(char *inbuf,char *outbuf);
84 char *smb_errstr(char *inbuf);
85
86 /*The following definitions come from  clitar.c  */
87
88 int padit(char *buf, int bufsize, int padsize);
89 void cmd_block(void);
90 void cmd_tarmode(void);
91 void cmd_setmode(void);
92 void cmd_tar(char *inbuf, char *outbuf);
93 int process_tar(char *inbuf, char *outbuf);
94 int clipfind(char **aret, int ret, char *tok);
95 int tar_parseargs(int argc, char *argv[], char *Optarg, int Optind);
96
97 /*The following definitions come from  credentials.c  */
98
99 void cred_session_key(DOM_CHAL *clnt_chal, DOM_CHAL *srv_chal, char *pass, 
100                        uint32 session_key[2]);
101 void cred_create(uint32 session_key[2], DOM_CHAL *stor_cred, UTIME timestamp, 
102                  DOM_CHAL *cred);
103 int cred_assert(DOM_CHAL *cred, uint32 session_key[2], DOM_CHAL *stored_cred,
104                 UTIME timestamp);
105 BOOL clnt_deal_with_creds(uint32 sess_key[2],
106                 DOM_CRED *sto_clnt_cred, DOM_CRED *rcv_srv_cred);
107 BOOL deal_with_creds(uint32 sess_key[2],
108                 DOM_CRED *sto_clnt_cred, 
109                 DOM_CRED *rcv_clnt_cred, DOM_CRED *rtn_srv_cred);
110
111 /*The following definitions come from  dir.c  */
112
113 void init_dptrs(void);
114 char *dptr_path(int key);
115 char *dptr_wcard(int key);
116 BOOL dptr_set_wcard(int key, char *wcard);
117 BOOL dptr_set_attr(int key, uint16 attr);
118 uint16 dptr_attr(int key);
119 void dptr_close(int key);
120 void dptr_closecnum(int cnum);
121 void dptr_idlecnum(int cnum);
122 void dptr_closepath(char *path,int pid);
123 int dptr_create(int cnum,char *path, BOOL expect_close,int pid);
124 BOOL dptr_fill(char *buf1,unsigned int key);
125 BOOL dptr_zero(char *buf);
126 void *dptr_fetch(char *buf,int *num);
127 void *dptr_fetch_lanman2(char *params,int dptr_num);
128 BOOL dir_check_ftype(int cnum,int mode,struct stat *st,int dirtype);
129 BOOL get_dir_entry(int cnum,char *mask,int dirtype,char *fname,int *size,int *mode,time_t *date,BOOL check_descend);
130 void *OpenDir(int cnum, char *name, BOOL use_veto);
131 void CloseDir(void *p);
132 char *ReadDirName(void *p);
133 BOOL SeekDir(void *p,int pos);
134 int TellDir(void *p);
135 void DirCacheAdd( char *path, char *name, char *dname, int snum );
136 char *DirCacheCheck( char *path, char *name, int snum );
137 void DirCacheFlush( int snum );
138
139 /*The following definitions come from  fault.c  */
140
141 void fault_setup(void (*fn)());
142
143 /*The following definitions come from  getsmbpass.c  */
144
145 char *getsmbpass(char *prompt)    ;
146
147 /*The following definitions come from  interface.c  */
148
149 void load_interfaces(void);
150 void iface_set_default(char *ip,char *bcast,char *nmask);
151 BOOL ismyip(struct in_addr ip);
152 BOOL ismybcast(struct in_addr bcast);
153 BOOL is_local_net(struct in_addr from);
154 int iface_count(void);
155 struct in_addr *iface_n_ip(int n);
156 struct in_addr *iface_bcast(struct in_addr ip);
157 struct in_addr *iface_nmask(struct in_addr ip);
158 struct in_addr *iface_ip(struct in_addr ip);
159
160 /*The following definitions come from  ipc.c  */
161
162 int reply_trans(char *inbuf,char *outbuf);
163
164 /*The following definitions come from  kanji.c  */
165
166 char *sj_strtok(char *s1, char *s2);
167 char *sj_strstr(char *s1, char *s2);
168 char *sj_strchr (char *s, int c);
169 char *sj_strrchr(char *s, int c);
170 int interpret_coding_system(char *str, int def);
171
172 /*The following definitions come from  loadparm.c  */
173
174 char *lp_string(char *s);
175 char *lp_logfile(void);
176 char *lp_smbrun(void);
177 char *lp_configfile(void);
178 char *lp_smb_passwd_file(void);
179 char *lp_serverstring(void);
180 char *lp_printcapname(void);
181 char *lp_lockdir(void);
182 char *lp_rootdir(void);
183 char *lp_defaultservice(void);
184 char *lp_msg_command(void);
185 char *lp_dfree_command(void);
186 char *lp_hosts_equiv(void);
187 char *lp_auto_services(void);
188 char *lp_passwd_program(void);
189 char *lp_passwd_chat(void);
190 char *lp_passwordserver(void);
191 char *lp_workgroup(void);
192 char *lp_domain_controller(void);
193 char *lp_username_map(void);
194 char *lp_character_set(void);
195 char *lp_logon_script(void);
196 char *lp_logon_path(void);
197 char *lp_logon_drive(void);
198 char *lp_logon_home(void);
199 char *lp_remote_announce(void);
200 char *lp_wins_server(void);
201 char *lp_interfaces(void);
202 char *lp_socket_address(void);
203 char *lp_nis_home_map_name(void);
204 char *lp_announce_version(void);
205 char *lp_netbios_aliases(void);
206 char *lp_domain_sid(void);
207 char *lp_domain_other_sids(void);
208 char *lp_domain_groups(void);
209 char *lp_domain_admin_users(void);
210 char *lp_domain_guest_users(void);
211 BOOL lp_dns_proxy(void);
212 BOOL lp_wins_support(void);
213 BOOL lp_wins_proxy(void);
214 BOOL lp_local_master(void);
215 BOOL lp_domain_master(void);
216 BOOL lp_domain_logons(void);
217 BOOL lp_preferred_master(void);
218 BOOL lp_load_printers(void);
219 BOOL lp_use_rhosts(void);
220 BOOL lp_getwdcache(void);
221 BOOL lp_readprediction(void);
222 BOOL lp_readbmpx(void);
223 BOOL lp_readraw(void);
224 BOOL lp_writeraw(void);
225 BOOL lp_null_passwords(void);
226 BOOL lp_strip_dot(void);
227 BOOL lp_encrypted_passwords(void);
228 BOOL lp_syslog_only(void);
229 BOOL lp_browse_list(void);
230 BOOL lp_unix_realname(void);
231 BOOL lp_nis_home_map(void);
232 BOOL lp_time_server(void);
233 BOOL lp_bind_interfaces_only(void);
234 int lp_os_level(void);
235 int lp_max_ttl(void);
236 int lp_max_log_size(void);
237 int lp_mangledstack(void);
238 int lp_maxxmit(void);
239 int lp_maxmux(void);
240 int lp_maxpacket(void);
241 int lp_keepalive(void);
242 int lp_passwordlevel(void);
243 int lp_usernamelevel(void);
244 int lp_readsize(void);
245 int lp_shmem_size(void);
246 int lp_shmem_hash_size(void);
247 int lp_deadtime(void);
248 int lp_maxprotocol(void);
249 int lp_security(void);
250 int lp_printing(void);
251 int lp_maxdisksize(void);
252 int lp_lpqcachetime(void);
253 int lp_syslog(void);
254 int lp_client_code_page(void);
255 int lp_announce_as(void);
256 char *lp_preexec(int );
257 char *lp_postexec(int );
258 char *lp_rootpreexec(int );
259 char *lp_rootpostexec(int );
260 char *lp_servicename(int );
261 char *lp_pathname(int );
262 char *lp_dontdescend(int );
263 char *lp_username(int );
264 char *lp_guestaccount(int );
265 char *lp_invalid_users(int );
266 char *lp_valid_users(int );
267 char *lp_admin_users(int );
268 char *lp_printcommand(int );
269 char *lp_lpqcommand(int );
270 char *lp_lprmcommand(int );
271 char *lp_lppausecommand(int );
272 char *lp_lpresumecommand(int );
273 char *lp_printername(int );
274 char *lp_printerdriver(int );
275 char *lp_hostsallow(int );
276 char *lp_hostsdeny(int );
277 char *lp_magicscript(int );
278 char *lp_magicoutput(int );
279 char *lp_comment(int );
280 char *lp_force_user(int );
281 char *lp_force_group(int );
282 char *lp_readlist(int );
283 char *lp_writelist(int );
284 char *lp_volume(int );
285 char *lp_mangled_map(int );
286 char *lp_veto_files(int );
287 char *lp_hide_files(int );
288 BOOL lp_alternate_permissions(int );
289 BOOL lp_revalidate(int );
290 BOOL lp_casesensitive(int );
291 BOOL lp_preservecase(int );
292 BOOL lp_shortpreservecase(int );
293 BOOL lp_casemangle(int );
294 BOOL lp_status(int );
295 BOOL lp_hide_dot_files(int );
296 BOOL lp_browseable(int );
297 BOOL lp_readonly(int );
298 BOOL lp_no_set_dir(int );
299 BOOL lp_guest_ok(int );
300 BOOL lp_guest_only(int );
301 BOOL lp_print_ok(int );
302 BOOL lp_postscript(int );
303 BOOL lp_map_hidden(int );
304 BOOL lp_map_archive(int );
305 BOOL lp_locking(int );
306 BOOL lp_strict_locking(int );
307 BOOL lp_share_modes(int );
308 BOOL lp_oplocks(int );
309 BOOL lp_onlyuser(int );
310 BOOL lp_manglednames(int );
311 BOOL lp_widelinks(int );
312 BOOL lp_symlinks(int );
313 BOOL lp_syncalways(int );
314 BOOL lp_map_system(int );
315 BOOL lp_delete_readonly(int );
316 BOOL lp_fake_oplocks(int );
317 BOOL lp_recursive_veto_delete(int );
318 BOOL lp_dos_filetimes(int );
319 int lp_create_mode(int );
320 int lp_force_create_mode(int );
321 int lp_dir_mode(int );
322 int lp_force_dir_mode(int );
323 int lp_max_connections(int );
324 int lp_defaultcase(int );
325 int lp_minprintspace(int );
326 char lp_magicchar(int );
327 BOOL lp_add_home(char *pszHomename, int iDefaultService, char *pszHomedir);
328 int lp_add_service(char *pszService, int iDefaultService);
329 BOOL lp_add_printer(char *pszPrintername, int iDefaultService);
330 BOOL lp_file_list_changed(void);
331 BOOL lp_do_parameter(int snum, char *pszParmName, char *pszParmValue);
332 int lp_next_parameter(int snum, int *i, char *label, 
333                            char *value, int allparameters);
334 BOOL lp_snum_ok(int iService);
335 BOOL lp_loaded(void);
336 void lp_killunused(BOOL (*snumused)(int ));
337 BOOL lp_load(char *pszFname,BOOL global_only);
338 int lp_numservices(void);
339 void lp_dump(FILE *f);
340 int lp_servicenumber(char *pszServiceName);
341 char *volume_label(int snum);
342 void lp_rename_service(int snum, char *new_name);
343 void lp_remove_service(int snum);
344 void lp_copy_service(int snum, char *new_name);
345 int lp_default_server_announce(void);
346 int lp_major_announce_version(void);
347 int lp_minor_announce_version(void);
348
349 /*The following definitions come from  locking.c  */
350
351 BOOL is_locked(int fnum,int cnum,uint32 count,uint32 offset);
352 BOOL do_lock(int fnum,int cnum,uint32 count,uint32 offset,int *eclass,uint32 *ecode);
353 BOOL do_unlock(int fnum,int cnum,uint32 count,uint32 offset,int *eclass,uint32 *ecode);
354 BOOL locking_init(int read_only);
355 BOOL locking_end(void);
356 BOOL lock_share_entry(int cnum, uint32 dev, uint32 inode, int *ptok);
357 BOOL unlock_share_entry(int cnum, uint32 dev, uint32 inode, int token);
358 int get_share_modes(int cnum, int token, uint32 dev, uint32 inode, 
359                     share_mode_entry **shares);
360 void del_share_mode(int token, int fnum);
361 BOOL set_share_mode(int token, int fnum, uint16 port, uint16 op_type);
362 BOOL remove_share_oplock(int fnum, int token);
363 int share_mode_forall(void (*fn)(share_mode_entry *, char *));
364 void share_status(FILE *f);
365
366 /*The following definitions come from  locking_shm.c  */
367
368 struct share_ops *locking_shm_init(int ronly);
369
370 /*The following definitions come from  locking_slow.c  */
371
372 struct share_ops *locking_slow_init(int ronly);
373
374 /*The following definitions come from  lsaparse.c  */
375
376 void make_q_open_pol(LSA_Q_OPEN_POL *r_q, char *server_name,
377                         uint32 attributes, uint32 sec_qos,
378                         uint16 desired_access);
379 char* lsa_io_q_open_pol(BOOL io, LSA_Q_OPEN_POL *r_q, char *q, char *base, int align, int depth);
380 char* lsa_io_r_open_pol(BOOL io, LSA_R_OPEN_POL *r_p, char *q, char *base, int align, int depth);
381 void make_q_query(LSA_Q_QUERY_INFO *q_q, LSA_POL_HND *hnd, uint16 info_class);
382 char* lsa_io_q_query(BOOL io, LSA_Q_QUERY_INFO *q_q, char *q, char *base, int align, int depth);
383 void make_q_close(LSA_Q_CLOSE *q_c, LSA_POL_HND *hnd);
384 char* lsa_io_q_close(BOOL io, LSA_Q_CLOSE *q_c, char *q, char *base, int align, int depth);
385 void make_r_close(LSA_R_CLOSE *q_r, LSA_POL_HND *hnd);
386 char* lsa_io_r_close(BOOL io, LSA_R_CLOSE *r_c, char *q, char *base, int align, int depth);
387 char* lsa_io_r_query(BOOL io, LSA_R_QUERY_INFO *r_q, char *q, char *base, int align, int depth);
388 char* lsa_io_q_lookup_sids(BOOL io, LSA_Q_LOOKUP_SIDS *q_s, char *q, char *base, int align, int depth);
389 char* lsa_io_r_lookup_sids(BOOL io, LSA_R_LOOKUP_SIDS *r_s, char *q, char *base, int align, int depth);
390 char* lsa_io_q_lookup_rids(BOOL io, LSA_Q_LOOKUP_RIDS *q_r, char *q, char *base, int align, int depth);
391 char* lsa_io_r_lookup_rids(BOOL io, LSA_R_LOOKUP_RIDS *r_r, char *q, char *base, int align, int depth);
392 void make_q_req_chal(LSA_Q_REQ_CHAL *q_c,
393                                 char *logon_srv, char *logon_clnt,
394                                 DOM_CHAL *clnt_chal);
395 char* lsa_io_q_req_chal(BOOL io, LSA_Q_REQ_CHAL *q_c, char *q, char *base, int align, int depth);
396 char* lsa_io_r_req_chal(BOOL io, LSA_R_REQ_CHAL *r_c, char *q, char *base, int align, int depth);
397 void make_q_auth_2(LSA_Q_AUTH_2 *q_a,
398                 char *logon_srv, char *acct_name, uint16 sec_chan, char *comp_name,
399                 DOM_CHAL *clnt_chal, uint32 clnt_flgs);
400 char* lsa_io_q_auth_2(BOOL io, LSA_Q_AUTH_2 *q_a, char *q, char *base, int align, int depth);
401 char* lsa_io_r_auth_2(BOOL io, LSA_R_AUTH_2 *r_a, char *q, char *base, int align, int depth);
402 char* lsa_io_q_srv_pwset(BOOL io, LSA_Q_SRV_PWSET *q_s, char *q, char *base, int align, int depth);
403 char* lsa_io_r_srv_pwset(BOOL io, LSA_R_SRV_PWSET *r_s, char *q, char *base, int align, int depth);
404 char* lsa_io_user_info(BOOL io, LSA_USER_INFO *usr, char *q, char *base, int align, int depth);
405 char* lsa_io_q_sam_logon(BOOL io, LSA_Q_SAM_LOGON *q_l, char *q, char *base, int align, int depth);
406 char* lsa_io_r_sam_logon(BOOL io, LSA_R_SAM_LOGON *r_l, char *q, char *base, int align, int depth);
407 char* lsa_io_q_sam_logoff(BOOL io, LSA_Q_SAM_LOGOFF *q_l, char *q, char *base, int align, int depth);
408 char* lsa_io_r_sam_logoff(BOOL io, LSA_R_SAM_LOGOFF *r_l, char *q, char *base, int align, int depth);
409
410 /*The following definitions come from  mangle.c  */
411
412 int str_checksum(char *s);
413 BOOL is_8_3(char *fname, BOOL check_case);
414 void create_mangled_stack(int size);
415 BOOL check_mangled_stack(char *s);
416 BOOL is_mangled(char *s);
417 void mangle_name_83(char *s);
418 BOOL name_map_mangle(char *OutName,BOOL need83,int snum);
419
420 /*The following definitions come from  md4.c  */
421
422 void mdfour(unsigned char *out, unsigned char *in, int n);
423
424 /*The following definitions come from  message.c  */
425
426 int reply_sends(char *inbuf,char *outbuf);
427 int reply_sendstrt(char *inbuf,char *outbuf);
428 int reply_sendtxt(char *inbuf,char *outbuf);
429 int reply_sendend(char *inbuf,char *outbuf);
430
431 /*The following definitions come from  nameannounce.c  */
432
433 void announce_request(struct work_record *work, struct in_addr ip);
434 void do_announce_request(char *info, char *to_name, int announce_type, 
435                          int from,
436                          int to, struct in_addr dest_ip);
437 void sync_server(enum state_type state, char *serv_name, char *work_name, 
438                  int name_type,
439                  struct subnet_record *d,
440                  struct in_addr ip);
441 void announce_my_servers_removed(void);
442 void announce_server(struct subnet_record *d, struct work_record *work,
443                      char *name, char *comment, time_t ttl, int server_type);
444 void announce_host(time_t t);
445 void reset_announce_timer();
446 void announce_master(time_t t);
447 void announce_remote(time_t t);
448
449 /*The following definitions come from  namebrowse.c  */
450
451 void expire_browse_cache(time_t t);
452 struct browse_cache_record *add_browser_entry(char *name, int type, char *wg,
453                                               time_t ttl, struct subnet_record *d,
454                                               struct in_addr ip, BOOL local);
455 void do_browser_lists(time_t t);
456
457 /*The following definitions come from  namedbname.c  */
458
459 void set_samba_nb_type(void);
460 BOOL name_equal(struct nmb_name *n1,struct nmb_name *n2);
461 BOOL ms_browser_name(char *name, int type);
462 void remove_name(struct subnet_record *d, struct name_record *n);
463 struct name_record *find_name_on_subnet(struct subnet_record *d,
464                         struct nmb_name *name, BOOL self_only);
465 void dump_names(void);
466 void load_netbios_names(void);
467 void remove_netbios_name(struct subnet_record *d,
468                         char *name,int type, enum name_source source);
469 struct name_record *add_netbios_entry(struct subnet_record *d,
470                 char *name, int type, int nb_flags, int ttl, 
471                 enum name_source source, struct in_addr ip, BOOL new_only);
472 void expire_names(time_t t);
473
474 /*The following definitions come from  namedbresp.c  */
475
476 void add_response_record(struct subnet_record *d,
477                                 struct response_record *n);
478 void remove_response_record(struct subnet_record *d,
479                                 struct response_record *n);
480 struct response_record *make_response_queue_record(enum state_type state,
481                                 int id,uint16 fd,
482                                 int quest_type, char *name,int type, int nb_flags, time_t ttl,
483                                 int server_type, char *my_name, char *my_comment,
484                                 BOOL bcast,BOOL recurse,
485                                 struct in_addr send_ip, struct in_addr reply_to_ip,
486                                 int reply_id);
487 struct response_record *find_response_record(struct subnet_record **d,
488                                 uint16 id);
489
490 /*The following definitions come from  namedbserver.c  */
491
492 void remove_old_servers(struct work_record *work, time_t t,
493                                         BOOL remove_all);
494 struct server_record *find_server(struct work_record *work, char *name);
495 struct server_record *add_server_entry(struct subnet_record *d, 
496                                        struct work_record *work,
497                                        char *name,int servertype, 
498                                        int ttl,char *comment,
499                                        BOOL replace);
500 void expire_servers(time_t t);
501
502 /*The following definitions come from  namedbsubnet.c  */
503
504 struct subnet_record *find_subnet(struct in_addr ip);
505 struct subnet_record *find_subnet_all(struct in_addr ip);
506 void add_workgroup_to_subnet( struct subnet_record *d, char *group);
507 void add_my_subnets(char *group);
508 void write_browse_list(time_t t);
509
510 /*The following definitions come from  namedbwork.c  */
511
512 struct work_record *remove_workgroup(struct subnet_record *d, 
513                                      struct work_record *work,
514                                          BOOL remove_all_servers);
515 struct work_record *find_workgroupstruct(struct subnet_record *d, 
516                                          fstring name, BOOL add);
517 void dump_workgroups(void);
518
519 /*The following definitions come from  nameelect.c  */
520
521 void check_master_browser(time_t t);
522 void browser_gone(char *work_name, struct in_addr ip);
523 void send_election(struct subnet_record *d, char *group,uint32 criterion,
524                    int timeup,char *name);
525 void name_unregister_work(struct subnet_record *d, char *name, int name_type);
526 void name_register_work(struct subnet_record *d, char *name, int name_type,
527                                 int nb_flags, time_t ttl, struct in_addr ip, BOOL bcast);
528 void become_local_master(struct subnet_record *d, struct work_record *work);
529 void become_domain_master(struct subnet_record *d, struct work_record *work);
530 void become_logon_server(struct subnet_record *d, struct work_record *work);
531 void unbecome_local_master(struct subnet_record *d, struct work_record *work,
532                                 int remove_type);
533 void unbecome_domain_master(struct subnet_record *d, struct work_record *work,
534                                 int remove_type);
535 void unbecome_logon_server(struct subnet_record *d, struct work_record *work,
536                                 int remove_type);
537 void run_elections(time_t t);
538 void process_election(struct packet_struct *p,char *buf);
539 BOOL check_elections(void);
540
541 /*The following definitions come from  namelogon.c  */
542
543 void process_logon_packet(struct packet_struct *p,char *buf,int len);
544
545 /*The following definitions come from  namepacket.c  */
546
547 void debug_browse_data(char *outbuf, int len);
548 void initiate_netbios_packet(uint16 *id,
549                              int fd,int quest_type,char *name,int name_type,
550                              int nb_flags,BOOL bcast,BOOL recurse,
551                              struct in_addr to_ip);
552 void reply_netbios_packet(struct packet_struct *p1,int trn_id,
553                                 int rcode, int rcv_code, int opcode,
554                 BOOL recursion_available,
555                 BOOL recursion_desired,
556                                 struct nmb_name *rr_name,int rr_type,int rr_class,int ttl,
557                                 char *data,int len);
558 void queue_packet(struct packet_struct *packet);
559 void run_packet_queue();
560 BOOL listen_for_packets(BOOL run_election);
561 BOOL send_mailslot_reply(BOOL unique, char *mailslot,int fd,char *buf,int len,char *srcname,
562                          char *dstname,int src_type,int dest_type,
563                          struct in_addr dest_ip,struct in_addr src_ip);
564
565 /*The following definitions come from  namequery.c  */
566
567 BOOL name_status(int fd,char *name,int name_type,BOOL recurse,
568                  struct in_addr to_ip,char *master,char *rname,
569                  void (*fn)());
570 BOOL name_query(int fd,char *name,int name_type, 
571                 BOOL bcast,BOOL recurse,
572                 struct in_addr to_ip, struct in_addr *ip,void (*fn)());
573
574 /*The following definitions come from  nameresp.c  */
575
576 void expire_netbios_response_entries(time_t t);
577 struct response_record *queue_netbios_pkt_wins(
578                                 int fd,int quest_type,enum state_type state,
579                             char *name,int name_type,int nb_flags, time_t ttl,
580                                 int server_type, char *my_name, char *my_comment,
581                                 struct in_addr send_ip, struct in_addr reply_to_ip);
582 struct response_record *queue_netbios_packet(struct subnet_record *d,
583                         int fd,int quest_type,enum state_type state,char *name,
584                         int name_type,int nb_flags, time_t ttl,
585                         int server_type, char *my_name, char *my_comment,
586                         BOOL bcast,BOOL recurse,
587                         struct in_addr send_ip, struct in_addr reply_to_ip,
588                         int reply_id);
589
590 /*The following definitions come from  nameserv.c  */
591
592 void remove_name_entry(struct subnet_record *d, char *name,int type);
593 void add_my_name_entry(struct subnet_record *d,char *name,int type,int nb_flags);
594 void add_domain_logon_names(void);
595 void add_domain_master_bcast(void);
596 void add_domain_master_wins(void);
597 void add_domain_names(time_t t);
598 void add_my_names(void);
599 void remove_my_names();
600 void refresh_my_names(time_t t);
601 void query_refresh_names(time_t t);
602
603 /*The following definitions come from  nameservreply.c  */
604
605 void add_name_respond(struct subnet_record *d, int fd, struct in_addr from_ip,
606                                 uint16 response_id,
607                                 struct nmb_name *name,
608                                 int nb_flags, int ttl, struct in_addr register_ip,
609                                 BOOL new_owner, struct in_addr reply_to_ip);
610 void reply_name_release(struct packet_struct *p);
611 void reply_name_reg(struct packet_struct *p);
612 void reply_name_status(struct packet_struct *p);
613 void reply_name_query(struct packet_struct *p);
614
615 /*The following definitions come from  nameservresp.c  */
616
617 void debug_state_type(int state);
618 void response_netbios_packet(struct packet_struct *p);
619
620 /*The following definitions come from  namework.c  */
621
622 void reset_server(char *name, int state, struct in_addr ip);
623 void tell_become_backup(void);
624 BOOL same_context(struct dgram_packet *dgram);
625 void process_browse_packet(struct packet_struct *p,char *buf,int len);
626
627 /*The following definitions come from  nmbd.c  */
628
629 BOOL reload_services(BOOL test);
630
631 /*The following definitions come from  nmblib.c  */
632
633 char *lookup_opcode_name( int opcode );
634 void debug_nmb_packet(struct packet_struct *p);
635 char *namestr(struct nmb_name *n);
636 void free_nmb_packet(struct nmb_packet *nmb);
637 void free_packet(struct packet_struct *packet);
638 struct packet_struct *read_packet(int fd,enum packet_type packet_type);
639 void make_nmb_name(struct nmb_name *n,char *name,int type,char *this_scope);
640 BOOL send_packet(struct packet_struct *p);
641 struct packet_struct *receive_packet(int fd,enum packet_type type,int t);
642
643 /*The following definitions come from  nmblookup.c  */
644
645 int main(int argc,char *argv[]);
646
647 /*The following definitions come from  nmbsync.c  */
648
649 void sync_browse_lists(struct subnet_record *d, struct work_record *work,
650                        char *name, int nm_type, struct in_addr ip, BOOL local);
651
652 /*The following definitions come from  ntclient.c  */
653
654 BOOL do_nt_login(char *desthost, char *myhostname,
655                                 int Client, int cnum);
656
657 /*The following definitions come from  params.c  */
658
659 BOOL pm_process( char *FileName,
660                  BOOL (*sfunc)(char *),
661                  BOOL (*pfunc)(char *, char *) );
662
663 /*The following definitions come from  password.c  */
664
665 void generate_next_challenge(char *challenge);
666 BOOL set_challenge(char *challenge);
667 BOOL last_challenge(char *challenge);
668 user_struct *get_valid_user_struct(uint16 vuid);
669 void invalidate_vuid(uint16 vuid);
670 char *validated_username(uint16 vuid);
671 uint16 register_vuid(int uid,int gid, char *name,BOOL guest);
672 void add_session_user(char *user);
673 void dfs_unlogin(void);
674 BOOL password_check(char *password);
675 BOOL smb_password_check(char *password, unsigned char *part_passwd, unsigned char *c8);
676 BOOL password_ok(char *user,char *password, int pwlen, struct passwd *pwd);
677 BOOL user_ok(char *user,int snum);
678 BOOL authorise_login(int snum,char *user,char *password, int pwlen, 
679                      BOOL *guest,BOOL *force,uint16 vuid);
680 BOOL check_hosts_equiv(char *user);
681 struct cli_state *server_client(void);
682 struct cli_state *server_cryptkey(void);
683 BOOL server_validate(char *user, char *domain, 
684                      char *pass, int passlen,
685                      char *ntpass, int ntpasslen);
686
687 /*The following definitions come from  pcap.c  */
688
689 BOOL pcap_printername_ok(char *pszPrintername, char *pszPrintcapname);
690 void pcap_printer_fn(void (*fn)());
691
692 /*The following definitions come from  pipenetlog.c  */
693
694 BOOL get_md4pw(char *md4pw, char *mach_acct);
695 BOOL api_netlogrpcTNP(int cnum,int uid, char *param,char *data,
696                      int mdrcnt,int mprcnt,
697                      char **rdata,char **rparam,
698                      int *rdata_len,int *rparam_len);
699
700 /*The following definitions come from  pipentlsa.c  */
701
702 BOOL api_ntLsarpcTNP(int cnum,int uid, char *param,char *data,
703                      int mdrcnt,int mprcnt,
704                      char **rdata,char **rparam,
705                      int *rdata_len,int *rparam_len);
706
707 /*The following definitions come from  pipes.c  */
708
709 int reply_open_pipe_and_X(char *inbuf,char *outbuf,int length,int bufsize);
710 BOOL api_LsarpcSNPHS(int cnum,int uid, char *param,char *data,
711                      int mdrcnt,int mprcnt,
712                      char **rdata,char **rparam,
713                      int *rdata_len,int *rparam_len);
714 void LsarpcTNP1(char *data,char **rdata, int *rdata_len);
715 BOOL api_LsarpcTNP(int cnum,int uid, char *param,char *data,
716                      int mdrcnt,int mprcnt,
717                      char **rdata,char **rparam,
718                      int *rdata_len,int *rparam_len);
719
720 /*The following definitions come from  pipesrvsvc.c  */
721
722 BOOL api_srvsvcTNP(int cnum,int uid, char *param,char *data,
723                      int mdrcnt,int mprcnt,
724                      char **rdata,char **rparam,
725                      int *rdata_len,int *rparam_len);
726
727 /*The following definitions come from  pipeutil.c  */
728
729 void initrpcreply(char *inbuf, char *q);
730 void endrpcreply(char *inbuf, char *q, int datalen, int rtnval, int *rlen);
731 BOOL name_to_rid(char *user_name, uint32 *u_rid, uint32 *g_rid);
732 char *dom_sid_to_string(DOM_SID *sid);
733 int make_dom_sids(char *sids_str, DOM_SID *sids, int max_sids);
734 int make_dom_gids(char *gids_str, DOM_GID *gids);
735 int create_rpc_request(uint32 call_id, uint8 op_num, char *q, int data_len);
736 int create_rpc_reply(uint32 call_id, char *q, int data_len);
737
738 /*The following definitions come from  predict.c  */
739
740 int read_predict(int fd,int offset,char *buf,char **ptr,int num);
741 void do_read_prediction();
742 void invalidate_read_prediction(int fd);
743
744 /*The following definitions come from  printing.c  */
745
746 void lpq_reset(int snum);
747 void print_file(int fnum);
748 int get_printqueue(int snum,int cnum,print_queue_struct **queue,
749                    print_status_struct *status);
750 void del_printqueue(int cnum,int snum,int jobid);
751 void status_printjob(int cnum,int snum,int jobid,int status);
752 int printjob_encode(int snum, int job);
753 void printjob_decode(int jobid, int *snum, int *job);
754
755 /*The following definitions come from  quotas.c  */
756
757 BOOL disk_quotas(char *path, int *bsize, int *dfree, int *dsize);
758 BOOL disk_quotas(char *path, int *bsize, int *dfree, int *dsize);
759 BOOL disk_quotas(char *path, int *bsize, int *dfree, int *dsize);
760 BOOL disk_quotas(char *path, int *bsize, int *dfree, int *dsize);
761 BOOL disk_quotas(char *path, int *bsize, int *dfree, int *dsize);
762 BOOL disk_quotas(char *path, int *bsize, int *dfree, int *dsize);
763
764 /*The following definitions come from  replace.c  */
765
766 char *Strstr(char *s, char *p);
767 time_t Mktime(struct tm      *t);
768 int InNetGr(char *group,char *host,char *user,char *dom);
769 void *malloc_wrapped(int size,char *file,int line);
770 void *realloc_wrapped(void *ptr,int size,char *file,int line);
771 void free_wrapped(void *ptr,char *file,int line);
772 void *memcpy_wrapped(void *d,void *s,int l,char *fname,int line);
773
774 /*The following definitions come from  reply.c  */
775
776 int reply_special(char *inbuf,char *outbuf);
777 int reply_tcon(char *inbuf,char *outbuf);
778 int reply_tcon_and_X(char *inbuf,char *outbuf,int length,int bufsize);
779 int reply_unknown(char *inbuf,char *outbuf);
780 int reply_ioctl(char *inbuf,char *outbuf);
781 int reply_sesssetup_and_X(char *inbuf,char *outbuf,int length,int bufsize);
782 int reply_chkpth(char *inbuf,char *outbuf);
783 int reply_getatr(char *inbuf,char *outbuf);
784 int reply_setatr(char *inbuf,char *outbuf);
785 int reply_dskattr(char *inbuf,char *outbuf);
786 int reply_search(char *inbuf,char *outbuf);
787 int reply_fclose(char *inbuf,char *outbuf);
788 int reply_open(char *inbuf,char *outbuf);
789 int reply_open_and_X(char *inbuf,char *outbuf,int length,int bufsize);
790 int reply_ulogoffX(char *inbuf,char *outbuf,int length,int bufsize);
791 int reply_mknew(char *inbuf,char *outbuf);
792 int reply_ctemp(char *inbuf,char *outbuf);
793 int reply_unlink(char *inbuf,char *outbuf);
794 int reply_readbraw(char *inbuf, char *outbuf);
795 int reply_lockread(char *inbuf,char *outbuf);
796 int reply_read(char *inbuf,char *outbuf);
797 int reply_read_and_X(char *inbuf,char *outbuf,int length,int bufsize);
798 int reply_writebraw(char *inbuf,char *outbuf);
799 int reply_writeunlock(char *inbuf,char *outbuf);
800 int reply_write(char *inbuf,char *outbuf,int dum1,int dum2);
801 int reply_write_and_X(char *inbuf,char *outbuf,int length,int bufsize);
802 int reply_lseek(char *inbuf,char *outbuf);
803 int reply_flush(char *inbuf,char *outbuf);
804 int reply_exit(char *inbuf,char *outbuf);
805 int reply_close(char *inbuf,char *outbuf);
806 int reply_writeclose(char *inbuf,char *outbuf);
807 int reply_lock(char *inbuf,char *outbuf);
808 int reply_unlock(char *inbuf,char *outbuf);
809 int reply_tdis(char *inbuf,char *outbuf);
810 int reply_echo(char *inbuf,char *outbuf);
811 int reply_printopen(char *inbuf,char *outbuf);
812 int reply_printclose(char *inbuf,char *outbuf);
813 int reply_printqueue(char *inbuf,char *outbuf);
814 int reply_printwrite(char *inbuf,char *outbuf);
815 int reply_mkdir(char *inbuf,char *outbuf);
816 int reply_rmdir(char *inbuf,char *outbuf);
817 int reply_mv(char *inbuf,char *outbuf);
818 int reply_copy(char *inbuf,char *outbuf);
819 int reply_setdir(char *inbuf,char *outbuf);
820 int reply_lockingX(char *inbuf,char *outbuf,int length,int bufsize);
821 int reply_readbmpx(char *inbuf,char *outbuf,int length,int bufsize);
822 int reply_writebmpx(char *inbuf,char *outbuf);
823 int reply_writebs(char *inbuf,char *outbuf);
824 int reply_setattrE(char *inbuf,char *outbuf);
825 int reply_getattrE(char *inbuf,char *outbuf);
826
827 /*The following definitions come from  server.c  */
828
829 void  *dflt_sig(void);
830 void  killkids(void);
831 mode_t unix_mode(int cnum,int dosmode);
832 int dos_mode(int cnum,char *path,struct stat *sbuf);
833 int dos_chmod(int cnum,char *fname,int dosmode,struct stat *st);
834 int file_utime(int cnum, char *fname, struct utimbuf *times);
835 BOOL set_filetime(int cnum, char *fname, time_t mtime);
836 BOOL unix_convert(char *name,int cnum,pstring saved_last_component, BOOL *bad_path);
837 int disk_free(char *path,int *bsize,int *dfree,int *dsize);
838 int sys_disk_free(char *path,int *bsize,int *dfree,int *dsize);
839 BOOL check_name(char *name,int cnum);
840 void sync_file(int fnum);
841 void close_file(int fnum, BOOL normal_close);
842 BOOL check_file_sharing(int cnum,char *fname);
843 int check_share_mode( share_mode_entry *share, int deny_mode, char *fname,
844                       BOOL fcbopen, int *flags);
845 void open_file_shared(int fnum,int cnum,char *fname,int share_mode,int ofun,
846                       int mode,int oplock_request, int *Access,int *action);
847 int seek_file(int fnum,uint32 pos);
848 int read_file(int fnum,char *data,uint32 pos,int n);
849 int write_file(int fnum,char *data,int n);
850 BOOL become_service(int cnum,BOOL do_chdir);
851 int find_service(char *service);
852 int cached_error_packet(char *inbuf,char *outbuf,int fnum,int line);
853 int unix_error_packet(char *inbuf,char *outbuf,int def_class,uint32 def_code,int line);
854 int error_packet(char *inbuf,char *outbuf,int error_class,uint32 error_code,int line);
855 BOOL oplock_break(uint32 dev, uint32 inode, struct timeval *tval);
856 BOOL request_oplock_break(share_mode_entry *share_entry, 
857                           uint32 dev, uint32 inode);
858 BOOL snum_used(int snum);
859 BOOL reload_services(BOOL test);
860 int setup_groups(char *user, int uid, int gid, int *p_ngroups, 
861                  int **p_igroups, gid_t **p_groups,
862          int **p_attrs);
863 int make_connection(char *service,char *user,char *password, int pwlen, char *dev,uint16 vuid);
864 int find_free_file(void );
865 int reply_corep(char *outbuf);
866 int reply_coreplus(char *outbuf);
867 int reply_lanman1(char *outbuf);
868 int reply_lanman2(char *outbuf);
869 int reply_nt1(char *outbuf);
870 void close_cnum(int cnum, uint16 vuid);
871 BOOL yield_connection(int cnum,char *name,int max_connections);
872 BOOL claim_connection(int cnum,char *name,int max_connections,BOOL Clear);
873 void exit_server(char *reason);
874 void standard_sub(int cnum,char *str);
875 char *smb_fn_name(int type);
876 int chain_reply(char *inbuf,char *outbuf,int size,int bufsize);
877 int construct_reply(char *inbuf,char *outbuf,int size,int bufsize);
878
879 /*The following definitions come from  shmem.c  */
880
881 BOOL smb_shm_open(char *file_name, int size, int ronly);
882 BOOL smb_shm_close( void );
883 int smb_shm_alloc(int size);
884 BOOL smb_shm_free(int offset);
885 int smb_shm_get_userdef_off(void);
886 void *smb_shm_offset2addr(int offset);
887 int smb_shm_addr2offset(void *addr);
888 BOOL smb_shm_lock_hash_entry( unsigned int entry);
889 BOOL smb_shm_unlock_hash_entry( unsigned int entry );
890 BOOL smb_shm_get_usage(int *bytes_free,
891                    int *bytes_used,
892                    int *bytes_overhead);
893
894 /*The following definitions come from  smbdes.c  */
895
896 void E_P16(unsigned char *p14,unsigned char *p16);
897 void E_P24(unsigned char *p21, unsigned char *c8, unsigned char *p24);
898 void cred_hash1(unsigned char *out,unsigned char *in,unsigned char *key);
899 void cred_hash2(unsigned char *out,unsigned char *in,unsigned char *key);
900
901 /*The following definitions come from  smbencrypt.c  */
902
903 void SMBencrypt(uchar *passwd, uchar *c8, uchar *p24);
904 void E_md4hash(uchar *passwd, uchar *p16);
905 void SMBNTencrypt(uchar *passwd, uchar *c8, uchar *p24);
906 void nt_lm_owf_gen(char *pwd, char *nt_p16, char *p16);
907
908 /*The following definitions come from  smbparse.c  */
909
910 char* smb_io_utime(BOOL io, UTIME *t, char *q, char *base, int align, int depth);
911 char* smb_io_time(BOOL io, NTTIME *nttime, char *q, char *base, int align, int depth);
912 void make_dom_sid(DOM_SID *sid, char *domsid);
913 char* smb_io_dom_sid(BOOL io, DOM_SID *sid, char *q, char *base, int align, int depth);
914 void make_uni_hdr(UNIHDR *hdr, int max_len, int len, uint16 terminate);
915 char* smb_io_unihdr(BOOL io, UNIHDR *hdr, char *q, char *base, int align, int depth);
916 void make_uni_hdr2(UNIHDR2 *hdr, int max_len, int len, uint16 terminate);
917 char* smb_io_unihdr2(BOOL io, UNIHDR2 *hdr2, char *q, char *base, int align, int depth);
918 void make_unistr(UNISTR *str, char *buf);
919 char* smb_io_unistr(BOOL io, UNISTR *uni, char *q, char *base, int align, int depth);
920 void make_unistr2(UNISTR2 *str, char *buf, int len);
921 char* smb_io_unistr2(BOOL io, UNISTR2 *uni2, char *q, char *base, int align, int depth);
922 void make_dom_sid2(DOM_SID2 *sid2, char *sid_str);
923 char* smb_io_dom_sid2(BOOL io, DOM_SID2 *sid2, char *q, char *base, int align, int depth);
924 void make_dom_rid2(DOM_RID2 *rid2, uint32 rid);
925 char* smb_io_dom_rid2(BOOL io, DOM_RID2 *rid2, char *q, char *base, int align, int depth);
926 void make_clnt_srv(DOM_CLNT_SRV *log, char *logon_srv, char *comp_name);
927 char* smb_io_clnt_srv(BOOL io, DOM_CLNT_SRV *log, char *q, char *base, int align, int depth);
928 void make_log_info(DOM_LOG_INFO *log, char *logon_srv, char *acct_name,
929                 uint16 sec_chan, char *comp_name);
930 char* smb_io_log_info(BOOL io, DOM_LOG_INFO *log, char *q, char *base, int align, int depth);
931 char* smb_io_chal(BOOL io, DOM_CHAL *chal, char *q, char *base, int align, int depth);
932 char* smb_io_cred(BOOL io, DOM_CRED *cred, char *q, char *base, int align, int depth);
933 void make_clnt_info2(DOM_CLNT_INFO2 *clnt,
934                                 char *logon_srv, char *comp_name,
935                                 DOM_CRED *clnt_cred);
936 char* smb_io_clnt_info2(BOOL io, DOM_CLNT_INFO2 *clnt, char *q, char *base, int align, int depth);
937 char* smb_io_clnt_info(BOOL io, DOM_CLNT_INFO *clnt, char *q, char *base, int align, int depth);
938 void make_logon_id(DOM_LOGON_ID *log, uint32 log_id_low, uint32 log_id_high);
939 char* smb_io_logon_id(BOOL io, DOM_LOGON_ID *log, char *q, char *base, int align, int depth);
940 void make_arc4_owf(ARC4_OWF *hash, char data[16]);
941 char* smb_io_arc4_owf(BOOL io, ARC4_OWF *hash, char *q, char *base, int align, int depth);
942 void make_id_info1(DOM_ID_INFO_1 *id, char *domain_name,
943                                 uint32 param_ctrl, uint32 log_id_low, uint32 log_id_high,
944                                 char *user_name, char *wksta_name,
945                                 char arc4_lm_owf[16], char arc4_nt_owf[16]);
946 char* smb_io_id_info1(BOOL io, DOM_ID_INFO_1 *id, char *q, char *base, int align, int depth);
947 void make_sam_info(DOM_SAM_INFO *sam,
948                                 char *logon_srv, char *comp_name, DOM_CRED *clnt_cred,
949                                 DOM_CRED *rtn_cred, uint16 logon_level, uint16 switch_value,
950                                 DOM_ID_INFO_1 *id1);
951 char* smb_io_sam_info(BOOL io, DOM_SAM_INFO *sam, char *q, char *base, int align, int depth);
952 char* smb_io_gid(BOOL io, DOM_GID *gid, char *q, char *base, int align, int depth);
953 void make_rpc_header(RPC_HDR *hdr, enum RPC_PKT_TYPE pkt_type,
954                                 uint32 call_id, int data_len, uint8 opnum);
955 char* smb_io_rpc_hdr(BOOL io, RPC_HDR *rpc, char *q, char *base, int align, int depth);
956 void make_obj_attr(LSA_OBJ_ATTR *attr, uint32 attributes, uint32 sec_qos);
957 char* smb_io_obj_attr(BOOL io, LSA_OBJ_ATTR *attr, char *q, char *base, int align, int depth);
958 char* smb_io_pol_hnd(BOOL io, LSA_POL_HND *pol, char *q, char *base, int align, int depth);
959 char* smb_io_dom_query_3(BOOL io, DOM_QUERY_3 *d_q, char *q, char *base, int align, int depth);
960 char* smb_io_dom_query_5(BOOL io, DOM_QUERY_3 *d_q, char *q, char *base, int align, int depth);
961 char* smb_io_dom_query(BOOL io, DOM_QUERY *d_q, char *q, char *base, int align, int depth);
962 char* smb_io_dom_r_ref(BOOL io, DOM_R_REF *r_r, char *q, char *base, int align, int depth);
963 char* smb_io_dom_name(BOOL io, DOM_NAME *name, char *q, char *base, int align, int depth);
964 char* smb_io_neg_flags(BOOL io, NEG_FLAGS *neg, char *q, char *base, int align, int depth);
965
966 /*The following definitions come from  smbpass.c  */
967
968 int pw_file_lock(char *name, int type, int secs);
969 int pw_file_unlock(int fd);
970 struct smb_passwd *get_smbpwnam(char *name);
971
972 /*The following definitions come from  smbpasswd.c  */
973
974
975 /*The following definitions come from  smbrun.c  */
976
977
978 /*The following definitions come from  srvparse.c  */
979
980 char* srv_io_share_info1_str(BOOL io, SH_INFO_1_STR *sh1, char *q, char *base, int align, int depth);
981 char* srv_io_share_info1(BOOL io, SH_INFO_1 *sh1, char *q, char *base, int align, int depth);
982 char* srv_io_share_1_ctr(BOOL io, SHARE_INFO_1_CTR *ctr, char *q, char *base, int align, int depth);
983 char* srv_io_q_net_share_enum(BOOL io, SRV_Q_NET_SHARE_ENUM *q_n, char *q, char *base, int align, int depth);
984 char* srv_io_r_net_share_enum(BOOL io, SRV_R_NET_SHARE_ENUM *r_n, char *q, char *base, int align, int depth);
985
986 /*The following definitions come from  status.c  */
987
988 void Ucrit_addUsername(pstring username);
989 unsigned int Ucrit_checkUsername(pstring username);
990 void Ucrit_addPid(int pid);
991 unsigned int   Ucrit_checkPid(int pid);
992
993 /*The following definitions come from  system.c  */
994
995 int sys_select(fd_set *fds,struct timeval *tval);
996 int sys_select(fd_set *fds,struct timeval *tval);
997 int sys_unlink(char *fname);
998 int sys_open(char *fname,int flags,int mode);
999 DIR *sys_opendir(char *dname);
1000 int sys_stat(char *fname,struct stat *sbuf);
1001 int sys_waitpid(pid_t pid,int *status,int options);
1002 int sys_lstat(char *fname,struct stat *sbuf);
1003 int sys_mkdir(char *dname,int mode);
1004 int sys_rmdir(char *dname);
1005 int sys_chdir(char *dname);
1006 int sys_utime(char *fname,struct utimbuf *times);
1007 int sys_rename(char *from, char *to);
1008 int sys_chmod(char *fname,int mode);
1009 char *sys_getwd(char *s);
1010 int sys_chown(char *fname,int uid,int gid);
1011 int sys_chroot(char *dname);
1012 struct hostent *sys_gethostbyname(char *name);
1013
1014 /*The following definitions come from  testparm.c  */
1015
1016
1017 /*The following definitions come from  testprns.c  */
1018
1019 int main(int argc, char *argv[]);
1020
1021 /*The following definitions come from  time.c  */
1022
1023 void GetTimeOfDay(struct timeval *tval);
1024 void TimeInit(void);
1025 int TimeDiff(time_t t);
1026 struct tm *LocalTime(time_t *t);
1027 time_t interpret_long_date(char *p);
1028 void put_long_date(char *p,time_t t);
1029 BOOL null_mtime(time_t mtime);
1030 void put_dos_date(char *buf,int offset,time_t unixdate);
1031 void put_dos_date2(char *buf,int offset,time_t unixdate);
1032 void put_dos_date3(char *buf,int offset,time_t unixdate);
1033 time_t make_unix_date(void *date_ptr);
1034 time_t make_unix_date2(void *date_ptr);
1035 time_t make_unix_date3(void *date_ptr);
1036 char *timestring(void );
1037
1038 /*The following definitions come from  trans2.c  */
1039
1040 int reply_findclose(char *inbuf,char *outbuf,int length,int bufsize);
1041 int reply_findnclose(char *inbuf,char *outbuf,int length,int bufsize);
1042 int reply_transs2(char *inbuf,char *outbuf,int length,int bufsize);
1043 int reply_trans2(char *inbuf,char *outbuf,int length,int bufsize);
1044
1045 /*The following definitions come from  ubi_dLinkList.c  */
1046
1047
1048 /*The following definitions come from  ufc.c  */
1049
1050 char *ufc_crypt(char *key,char *salt);
1051
1052 /*The following definitions come from  uid.c  */
1053
1054 void init_uid(void);
1055 BOOL become_guest(void);
1056 BOOL become_user(connection_struct *conn, int cnum, uint16 vuid);
1057 BOOL unbecome_user(void );
1058 int smbrun(char *cmd,char *outfile,BOOL shared);
1059 void become_root(BOOL save_dir) ;
1060 void unbecome_root(BOOL restore_dir);
1061
1062 /*The following definitions come from  username.c  */
1063
1064 char *get_home_dir(char *user);
1065 void map_username(char *user);
1066 struct passwd *Get_Pwnam(char *user,BOOL allow_change);
1067 BOOL user_in_list(char *user,char *list);
1068
1069 /*The following definitions come from  util.c  */
1070
1071 void setup_logging(char *pname,BOOL interactive);
1072 void reopen_logs(void);
1073 char *tmpdir(void);
1074 BOOL is_a_socket(int fd);
1075 BOOL next_token(char **ptr,char *buff,char *sep);
1076 char **toktocliplist(int *ctok, char *sep);
1077 void *MemMove(void *dest,void *src,int size);
1078 void array_promote(char *array,int elsize,int element);
1079 void set_socket_options(int fd, char *options);
1080 void close_sockets(void );
1081 BOOL in_group(gid_t group, int current_gid, int ngroups, int *groups);
1082 char *StrCpy(char *dest,char *src);
1083 char *StrnCpy(char *dest,char *src,int n);
1084 void putip(void *dest,void *src);
1085 int name_mangle( char *In, char *Out, char name_type );
1086 BOOL file_exist(char *fname,struct stat *sbuf);
1087 time_t file_modtime(char *fname);
1088 BOOL directory_exist(char *dname,struct stat *st);
1089 uint32 file_size(char *file_name);
1090 char *attrib_string(int mode);
1091 int StrCaseCmp(char *s, char *t);
1092 int StrnCaseCmp(char *s, char *t, int n);
1093 BOOL strequal(char *s1, char *s2);
1094 BOOL strnequal(char *s1,char *s2,int n);
1095 BOOL strcsequal(char *s1,char *s2);
1096 void strlower(char *s);
1097 void strupper(char *s);
1098 void strnorm(char *s);
1099 BOOL strisnormal(char *s);
1100 void string_replace(char *s,char oldc,char newc);
1101 void unix_format(char *fname);
1102 void dos_format(char *fname);
1103 void show_msg(char *buf);
1104 int smb_len(char *buf);
1105 void _smb_setlen(char *buf,int len);
1106 void smb_setlen(char *buf,int len);
1107 int set_message(char *buf,int num_words,int num_bytes,BOOL zero);
1108 int smb_numwords(char *buf);
1109 int smb_buflen(char *buf);
1110 int smb_buf_ofs(char *buf);
1111 char *smb_buf(char *buf);
1112 int smb_offset(char *p,char *buf);
1113 char *skip_string(char *buf,int n);
1114 BOOL trim_string(char *s,char *front,char *back);
1115 void dos_clean_name(char *s);
1116 void unix_clean_name(char *s);
1117 int ChDir(char *path);
1118 char *GetWd(char *str);
1119 BOOL reduce_name(char *s,char *dir,BOOL widelinks);
1120 void expand_mask(char *Mask,BOOL doext);
1121 BOOL strhasupper(char *s);
1122 BOOL strhaslower(char *s);
1123 int count_chars(char *s,char c);
1124 void make_dir_struct(char *buf,char *mask,char *fname,unsigned int size,int mode,time_t date);
1125 void close_low_fds(void);
1126 int set_blocking(int fd, BOOL set);
1127 int write_socket(int fd,char *buf,int len);
1128 int read_udp_socket(int fd,char *buf,int len);
1129 int read_with_timeout(int fd,char *buf,int mincnt,int maxcnt,long time_out);
1130 int read_max_udp(int fd,char *buffer,int bufsize,int maxtime);
1131 int TvalDiff(struct timeval *tvalold,struct timeval *tvalnew);
1132 BOOL send_keepalive(int client);
1133 int read_data(int fd,char *buffer,int N);
1134 int write_data(int fd,char *buffer,int N);
1135 int transfer_file(int infd,int outfd,int n,char *header,int headlen,int align);
1136 int read_smb_length(int fd,char *inbuf,int timeout);
1137 BOOL receive_smb(int fd,char *buffer, int timeout);
1138 BOOL receive_local_message(int fd, char *buffer, int buffer_len, int timeout);
1139 BOOL push_local_message(char *buf, int msg_len);
1140 BOOL receive_message_or_smb(int smbfd, int oplock_fd, 
1141                            char *buffer, int buffer_len, 
1142                            int timeout, BOOL *got_smb);
1143 BOOL send_smb(int fd,char *buffer);
1144 char *name_ptr(char *buf,int ofs);
1145 int name_extract(char *buf,int ofs,char *name);
1146 int name_len( char *s );
1147 BOOL send_one_packet(char *buf,int len,struct in_addr ip,int port,int type);
1148 void msleep(int t);
1149 BOOL in_list(char *s,char *list,BOOL casesensitive);
1150 BOOL string_init(char **dest,char *src);
1151 void string_free(char **s);
1152 BOOL string_set(char **dest,char *src);
1153 BOOL string_sub(char *s,char *pattern,char *insert);
1154 BOOL do_match(char *str, char *regexp, int case_sig);
1155 BOOL mask_match(char *str, char *regexp, int case_sig,BOOL trans2);
1156 void become_daemon(void);
1157 BOOL yesno(char *p);
1158 char *fgets_slash(char *s2,int maxlen,FILE *f);
1159 int set_filelen(int fd, long len);
1160 int byte_checksum(char *buf,int len);
1161 char *dirname_dos(char *path,char *buf);
1162 void *Realloc(void *p,int size);
1163 void Abort(void );
1164 BOOL get_myname(char *my_name,struct in_addr *ip);
1165 BOOL ip_equal(struct in_addr ip1,struct in_addr ip2);
1166 int open_socket_in(int type, int port, int dlevel,uint32 socket_addr);
1167 int open_socket_out(int type, struct in_addr *addr, int port ,int timeout);
1168 int interpret_protocol(char *str,int def);
1169 int interpret_security(char *str,int def);
1170 uint32 interpret_addr(char *str);
1171 struct in_addr *interpret_addr2(char *str);
1172 BOOL zero_ip(struct in_addr ip);
1173 void reset_globals_after_fork();
1174 char *client_name(void);
1175 char *client_addr(void);
1176 char *automount_server(char *user_name);
1177 void standard_sub_basic(char *str);
1178 BOOL same_net(struct in_addr ip1,struct in_addr ip2,struct in_addr mask);
1179 int PutUniCode(char *dst,char *src);
1180 struct hostent *Get_Hostbyname(char *name);
1181 BOOL process_exists(int pid);
1182 char *uidtoname(int uid);
1183 char *gidtoname(int gid);
1184 void BlockSignals(BOOL block,int signum);
1185 void ajt_panic(void);
1186 char *readdirname(void *p);
1187 BOOL is_in_path(char *name, name_compare_entry *namelist);
1188 void set_namearray(name_compare_entry **ppname_array, char *namelist);
1189 void free_namearray(name_compare_entry *name_array);
1190 BOOL fcntl_lock(int fd,int op,uint32 offset,uint32 count,int type);
1191 int file_lock(char *name,int timeout);
1192 void file_unlock(int fd);
1193 BOOL is_myname(char *s);
1194 void set_remote_arch(enum remote_arch_types type);
1195 enum remote_arch_types get_remote_arch();
1196 char *skip_unicode_string(char *buf,int n);
1197 char *unistrn2(uint16 *buf, int len);
1198 char *unistr2(uint16 *buf);
1199 char *unistr(char *buf);
1200 int unistrncpy(char *dst, char *src, int len);
1201 int unistrcpy(char *dst, char *src);
1202 void fstrcpy(char *dest, char *src);
1203 void pstrcpy(char *dest, char *src);
1204 char *align4(char *q, char *base);
1205 char *align2(char *q, char *base);
1206 char *align_offset(char *q, char *base, int align_offset_len);
1207 void dump_data(int level,char *buf1,int len);
1208 char *tab_depth(int depth);