Re-added shm stuff - keeps getting lost.
[Samba.git] / source / include / proto.h
blob4b7b48f50b6f6d14e42fc5c609cdcbfef626d827
1 /* This file is automatically generated with "make proto". DO NOT EDIT */
4 /*The following definitions come from access.c */
6 BOOL check_access(int snum);
7 BOOL allow_access(char *deny_list,char *allow_list,char *cname,char *caddr);
9 /*The following definitions come from charcnv.c */
11 char *unix2dos_format(char *str,BOOL overwrite);
12 char *dos2unix_format(char *str, BOOL overwrite);
13 int interpret_character_set(char *str, int def);
15 /*The following definitions come from charset.c */
17 void charset_initialise();
18 void codepage_initialise(int client_codepage);
19 void add_char_string(char *s);
21 /*The following definitions come from chgpasswd.c */
23 BOOL chat_with_program(char *passwordprogram,char *name,char *chatsequence);
24 BOOL chgpasswd(char *name,char *oldpass,char *newpass);
25 BOOL chgpasswd(char *name,char *oldpass,char *newpass);
27 /*The following definitions come from client.c */
29 void setup_pkt(char *outbuf);
30 void do_dir(char *inbuf,char *outbuf,char *Mask,int attribute,void (*fn)(),BOOL recurse_dir);
31 void cmd_help(void);
32 BOOL reopen_connection(char *inbuf,char *outbuf);
33 char *smb_errstr(char *inbuf);
35 /*The following definitions come from clientutil.c */
37 void cli_setup_pkt(char *outbuf);
38 BOOL cli_receive_trans_response(char *inbuf,int trans,int *data_len,
39 int *param_len, char **data,char **param);
40 BOOL cli_send_session_request(char *inbuf, char *outbuf);
41 BOOL cli_send_login(char *inbuf, char *outbuf, BOOL start_session, BOOL use_setup);
42 void cli_send_logout(void);
43 BOOL cli_call_api(int prcnt,int drcnt,int mprcnt,int mdrcnt,int *rprcnt,
44 int *rdrcnt, char *param,char *data, char **rparam,char **rdata);
45 BOOL cli_send_trans_request(char *outbuf, int trans, char *name, int fid, int flags,
46 char *data,char *param,uint16 *setup, int ldata,int lparam,
47 int lsetup,int mdata,int mparam,int msetup);
48 BOOL cli_open_sockets(int port);
49 BOOL cli_reopen_connection(char *inbuf,char *outbuf);
50 char *smb_errstr(char *inbuf);
52 /*The following definitions come from clitar.c */
54 int padit(char *buf, int bufsize, int padsize);
55 void cmd_block(void);
56 void cmd_tarmode(void);
57 void cmd_setmode(void);
58 void cmd_tar(char *inbuf, char *outbuf);
59 int process_tar(char *inbuf, char *outbuf);
60 int clipfind(char **aret, int ret, char *tok);
61 int tar_parseargs(int argc, char *argv[], char *Optarg, int Optind);
63 /*The following definitions come from dir.c */
65 void init_dptrs(void);
66 char *dptr_path(int key);
67 char *dptr_wcard(int key);
68 BOOL dptr_set_wcard(int key, char *wcard);
69 BOOL dptr_set_attr(int key, uint16 attr);
70 uint16 dptr_attr(int key);
71 void dptr_close(int key);
72 void dptr_closecnum(int cnum);
73 void dptr_idlecnum(int cnum);
74 void dptr_closepath(char *path,int pid);
75 int dptr_create(int cnum,char *path, BOOL expect_close,int pid);
76 BOOL dptr_fill(char *buf1,unsigned int key);
77 BOOL dptr_zero(char *buf);
78 void *dptr_fetch(char *buf,int *num);
79 void *dptr_fetch_lanman2(char *params,int dptr_num);
80 BOOL dir_check_ftype(int cnum,int mode,struct stat *st,int dirtype);
81 BOOL get_dir_entry(int cnum,char *mask,int dirtype,char *fname,int *size,int *mode,time_t *date,BOOL check_descend);
82 void *OpenDir(int cnum, char *name, BOOL use_veto);
83 void CloseDir(void *p);
84 char *ReadDirName(void *p);
85 BOOL SeekDir(void *p,int pos);
86 int TellDir(void *p);
87 void DirCacheAdd(char *path,char *name,char *dname,int snum);
88 char *DirCacheCheck(char *path,char *name,int snum);
89 void DirCacheFlush(int snum);
91 /*The following definitions come from fault.c */
93 void fault_setup(void (*fn)());
95 /*The following definitions come from getsmbpass.c */
97 char *getsmbpass(char *prompt) ;
99 /*The following definitions come from interface.c */
101 void load_interfaces(void);
102 void iface_set_default(char *ip,char *bcast,char *nmask);
103 BOOL ismyip(struct in_addr ip);
104 BOOL ismybcast(struct in_addr bcast);
105 int iface_count(void);
106 struct in_addr *iface_n_ip(int n);
107 struct in_addr *iface_bcast(struct in_addr ip);
108 struct in_addr *iface_nmask(struct in_addr ip);
109 struct in_addr *iface_ip(struct in_addr ip);
111 /*The following definitions come from ipc.c */
113 int reply_trans(char *inbuf,char *outbuf);
115 /*The following definitions come from kanji.c */
117 int interpret_coding_system(char *str, int def);
119 /*The following definitions come from loadparm.c */
121 char *lp_string(char *s);
122 char *lp_logfile(void);
123 char *lp_smbrun(void);
124 char *lp_configfile(void);
125 char *lp_smb_passwd_file(void);
126 char *lp_serverstring(void);
127 char *lp_printcapname(void);
128 char *lp_lockdir(void);
129 char *lp_rootdir(void);
130 char *lp_defaultservice(void);
131 char *lp_msg_command(void);
132 char *lp_dfree_command(void);
133 char *lp_hosts_equiv(void);
134 char *lp_auto_services(void);
135 char *lp_passwd_program(void);
136 char *lp_passwd_chat(void);
137 char *lp_passwordserver(void);
138 char *lp_workgroup(void);
139 char *lp_domain_controller(void);
140 char *lp_username_map(void);
141 char *lp_character_set(void);
142 char *lp_logon_script(void);
143 char *lp_logon_path(void);
144 char *lp_remote_announce(void);
145 char *lp_wins_server(void);
146 char *lp_interfaces(void);
147 char *lp_socket_address(void);
148 char *lp_nis_home_map_name(void);
149 BOOL lp_dns_proxy(void);
150 BOOL lp_wins_support(void);
151 BOOL lp_wins_proxy(void);
152 BOOL lp_local_master(void);
153 BOOL lp_domain_master(void);
154 BOOL lp_domain_logons(void);
155 BOOL lp_preferred_master(void);
156 BOOL lp_load_printers(void);
157 BOOL lp_use_rhosts(void);
158 BOOL lp_getwdcache(void);
159 BOOL lp_readprediction(void);
160 BOOL lp_readbmpx(void);
161 BOOL lp_readraw(void);
162 BOOL lp_writeraw(void);
163 BOOL lp_null_passwords(void);
164 BOOL lp_strip_dot(void);
165 BOOL lp_encrypted_passwords(void);
166 BOOL lp_syslog_only(void);
167 BOOL lp_browse_list(void);
168 BOOL lp_unix_realname(void);
169 BOOL lp_nis_home_map(void);
170 BOOL lp_time_server(void);
171 int lp_os_level(void);
172 int lp_max_ttl(void);
173 int lp_max_log_size(void);
174 int lp_mangledstack(void);
175 int lp_maxxmit(void);
176 int lp_maxmux(void);
177 int lp_maxpacket(void);
178 int lp_keepalive(void);
179 int lp_passwordlevel(void);
180 int lp_readsize(void);
181 int lp_shmem_size(void);
182 int lp_shmem_hash_size(void);
183 int lp_deadtime(void);
184 int lp_maxprotocol(void);
185 int lp_security(void);
186 int lp_printing(void);
187 int lp_maxdisksize(void);
188 int lp_lpqcachetime(void);
189 int lp_syslog(void);
190 int lp_client_code_page(void);
191 char *lp_preexec(int );
192 char *lp_postexec(int );
193 char *lp_rootpreexec(int );
194 char *lp_rootpostexec(int );
195 char *lp_servicename(int );
196 char *lp_pathname(int );
197 char *lp_dontdescend(int );
198 char *lp_username(int );
199 char *lp_guestaccount(int );
200 char *lp_invalid_users(int );
201 char *lp_valid_users(int );
202 char *lp_admin_users(int );
203 char *lp_printcommand(int );
204 char *lp_lpqcommand(int );
205 char *lp_lprmcommand(int );
206 char *lp_lppausecommand(int );
207 char *lp_lpresumecommand(int );
208 char *lp_printername(int );
209 char *lp_printerdriver(int );
210 char *lp_hostsallow(int );
211 char *lp_hostsdeny(int );
212 char *lp_magicscript(int );
213 char *lp_magicoutput(int );
214 char *lp_comment(int );
215 char *lp_force_user(int );
216 char *lp_force_group(int );
217 char *lp_readlist(int );
218 char *lp_writelist(int );
219 char *lp_volume(int );
220 char *lp_mangled_map(int );
221 char *lp_veto_files(int );
222 char *lp_hide_files(int );
223 BOOL lp_alternate_permissions(int );
224 BOOL lp_revalidate(int );
225 BOOL lp_casesensitive(int );
226 BOOL lp_preservecase(int );
227 BOOL lp_shortpreservecase(int );
228 BOOL lp_casemangle(int );
229 BOOL lp_status(int );
230 BOOL lp_hide_dot_files(int );
231 BOOL lp_browseable(int );
232 BOOL lp_readonly(int );
233 BOOL lp_no_set_dir(int );
234 BOOL lp_guest_ok(int );
235 BOOL lp_guest_only(int );
236 BOOL lp_print_ok(int );
237 BOOL lp_postscript(int );
238 BOOL lp_map_hidden(int );
239 BOOL lp_map_archive(int );
240 BOOL lp_locking(int );
241 BOOL lp_strict_locking(int );
242 BOOL lp_share_modes(int );
243 BOOL lp_onlyuser(int );
244 BOOL lp_manglednames(int );
245 BOOL lp_widelinks(int );
246 BOOL lp_symlinks(int );
247 BOOL lp_syncalways(int );
248 BOOL lp_map_system(int );
249 BOOL lp_delete_readonly(int );
250 BOOL lp_fake_oplocks(int );
251 int lp_create_mode(int );
252 int lp_force_create_mode(int );
253 int lp_dir_mode(int );
254 int lp_force_dir_mode(int );
255 int lp_max_connections(int );
256 int lp_defaultcase(int );
257 int lp_minprintspace(int );
258 char lp_magicchar(int );
259 BOOL lp_add_home(char *pszHomename, int iDefaultService, char *pszHomedir);
260 int lp_add_service(char *pszService, int iDefaultService);
261 BOOL lp_add_printer(char *pszPrintername, int iDefaultService);
262 BOOL lp_file_list_changed(void);
263 BOOL lp_snum_ok(int iService);
264 BOOL lp_loaded(void);
265 void lp_killunused(BOOL (*snumused)(int ));
266 BOOL lp_load(char *pszFname,BOOL global_only);
267 int lp_numservices(void);
268 void lp_dump(void);
269 int lp_servicenumber(char *pszServiceName);
270 char *volume_label(int snum);
272 /*The following definitions come from locking.c */
274 BOOL is_locked(int fnum,int cnum,uint32 count,uint32 offset);
275 BOOL do_lock(int fnum,int cnum,uint32 count,uint32 offset,int *eclass,uint32 *ecode);
276 BOOL do_unlock(int fnum,int cnum,uint32 count,uint32 offset,int *eclass,uint32 *ecode);
277 BOOL start_share_mode_mgmt(void);
278 BOOL stop_share_mode_mgmt(void);
279 BOOL lock_share_entry(int cnum, uint32 dev, uint32 inode, share_lock_token *ptok);
280 BOOL unlock_share_entry(int cnum, uint32 dev, uint32 inode, share_lock_token token);
281 int get_share_modes(int cnum, share_lock_token token, uint32 dev, uint32 inode,
282 min_share_mode_entry **old_shares);
283 void del_share_mode(share_lock_token token, int fnum);
284 BOOL set_share_mode(share_lock_token token, int fnum);
285 BOOL lock_share_entry(int cnum, uint32 dev, uint32 inode, share_lock_token *ptok);
286 BOOL unlock_share_entry(int cnum, uint32 dev, uint32 inode, share_lock_token token);
287 int get_share_modes(int cnum, share_lock_token token, uint32 dev, uint32 inode,
288 min_share_mode_entry **old_shares);
289 void del_share_mode(share_lock_token token, int fnum);
290 BOOL set_share_mode(share_lock_token token,int fnum);
292 /*The following definitions come from mangle.c */
294 int str_checksum(char *s);
295 BOOL is_8_3(char *fname, BOOL check_case);
296 void create_mangled_stack(int size);
297 BOOL check_mangled_stack(char *s);
298 BOOL is_mangled(char *s);
299 void mangle_name_83(char *s);
300 BOOL name_map_mangle(char *OutName,BOOL need83,int snum);
302 /*The following definitions come from md4.c */
305 /*The following definitions come from message.c */
307 int reply_sends(char *inbuf,char *outbuf);
308 int reply_sendstrt(char *inbuf,char *outbuf);
309 int reply_sendtxt(char *inbuf,char *outbuf);
310 int reply_sendend(char *inbuf,char *outbuf);
312 /*The following definitions come from nameannounce.c */
314 void announce_request(struct work_record *work, struct in_addr ip);
315 void do_announce_request(char *info, char *to_name, int announce_type,
316 int from,
317 int to, struct in_addr dest_ip);
318 void sync_server(enum state_type state, char *serv_name, char *work_name,
319 int name_type,
320 struct subnet_record *d,
321 struct in_addr ip);
322 void do_announce_host(int command,
323 char *from_name, int from_type, struct in_addr from_ip,
324 char *to_name , int to_type , struct in_addr to_ip,
325 time_t announce_interval,
326 char *server_name, int server_type, char *server_comment);
327 void announce_my_servers_removed(void);
328 void announce_server(struct subnet_record *d, struct work_record *work,
329 char *name, char *comment, time_t ttl, int server_type);
330 void announce_host(time_t t);
331 void reset_announce_timer();
332 void announce_master(time_t t);
333 void announce_remote(time_t t);
335 /*The following definitions come from namebrowse.c */
337 void expire_browse_cache(time_t t);
338 struct browse_cache_record *add_browser_entry(char *name, int type, char *wg,
339 time_t ttl, struct subnet_record *d,
340 struct in_addr ip, BOOL local);
341 void do_browser_lists(time_t t);
343 /*The following definitions come from nameconf.c */
345 int get_num_workgroups(void);
346 int conf_workgroup_name_to_token(char *workgroup_name,char *default_name);
347 char *conf_workgroup_name(int token);
348 int conf_should_workgroup_member(int token);
349 int conf_should_local_master(int token);
350 int conf_should_domain_master(int token);
351 char *conf_browsing_alias(int token);
352 char *conf_browsing_alias_comment(int token);
353 char *conf_alias_to_workgroup(char *alias);
354 int conf_alias_to_token(char *alias);
355 void read_smbbrowse_conf(char *default_name);
357 /*The following definitions come from namedbname.c */
359 void set_samba_nb_type(void);
360 BOOL name_equal(struct nmb_name *n1,struct nmb_name *n2);
361 BOOL ms_browser_name(char *name, int type);
362 void remove_name(struct subnet_record *d, struct name_record *n);
363 struct name_record *find_name(struct name_record *n,
364 struct nmb_name *name, int search);
365 struct name_record *find_name_search(struct subnet_record **d,
366 struct nmb_name *name,
367 int search, struct in_addr ip);
368 void dump_names(void);
369 void load_netbios_names(void);
370 void remove_netbios_name(struct subnet_record *d,
371 char *name,int type, enum name_source source,
372 struct in_addr ip);
373 struct name_record *add_netbios_entry(struct subnet_record *d,
374 char *name, int type, int nb_flags,
375 int ttl, enum name_source source, struct in_addr ip,
376 BOOL new_only,BOOL wins);
377 void expire_names(time_t t);
378 struct name_record *dns_name_search(struct nmb_name *question, int Time);
380 /*The following definitions come from namedbresp.c */
382 void add_response_record(struct subnet_record *d,
383 struct response_record *n);
384 void remove_response_record(struct subnet_record *d,
385 struct response_record *n);
386 struct response_record *make_response_queue_record(enum state_type state,
387 int id,uint16 fd,
388 int quest_type, char *name,int type, int nb_flags, time_t ttl,
389 int server_type, char *my_name, char *my_comment,
390 BOOL bcast,BOOL recurse,
391 struct in_addr send_ip, struct in_addr reply_to_ip);
392 struct response_record *find_response_record(struct subnet_record **d,
393 uint16 id);
395 /*The following definitions come from namedbserver.c */
397 void remove_old_servers(struct work_record *work, time_t t,
398 BOOL remove_all);
399 struct server_record *find_server(struct work_record *work, char *name);
400 struct server_record *add_server_entry(struct subnet_record *d,
401 struct work_record *work,
402 char *name,int servertype,
403 int ttl,char *comment,
404 BOOL replace);
405 void expire_servers(time_t t);
407 /*The following definitions come from namedbsubnet.c */
409 struct subnet_record *find_subnet(struct in_addr bcast_ip);
410 struct subnet_record *find_req_subnet(struct in_addr ip, BOOL bcast);
411 struct subnet_record *find_subnet_all(struct in_addr bcast_ip);
412 void add_workgroup_to_subnet( struct subnet_record *d, char *group);
413 void add_my_subnets(char *group);
414 void write_browse_list(time_t t);
416 /*The following definitions come from namedbwork.c */
418 struct work_record *remove_workgroup(struct subnet_record *d,
419 struct work_record *work,
420 BOOL remove_all_servers);
421 struct work_record *find_workgroupstruct(struct subnet_record *d,
422 fstring name, BOOL add);
423 void dump_workgroups(void);
425 /*The following definitions come from nameelect.c */
427 void check_master_browser(time_t t);
428 void browser_gone(char *work_name, struct in_addr ip);
429 void send_election(struct subnet_record *d, char *group,uint32 criterion,
430 int timeup,char *name);
431 void name_unregister_work(struct subnet_record *d, char *name, int name_type);
432 void name_register_work(struct subnet_record *d, char *name, int name_type,
433 int nb_flags, time_t ttl, struct in_addr ip, BOOL bcast);
434 void become_local_master(struct subnet_record *d, struct work_record *work);
435 void become_domain_master(struct subnet_record *d, struct work_record *work);
436 void become_logon_server(struct subnet_record *d, struct work_record *work);
437 void unbecome_local_master(struct subnet_record *d, struct work_record *work,
438 int remove_type);
439 void unbecome_domain_master(struct subnet_record *d, struct work_record *work,
440 int remove_type);
441 void unbecome_logon_server(struct subnet_record *d, struct work_record *work,
442 int remove_type);
443 void run_elections(time_t t);
444 void process_election(struct packet_struct *p,char *buf);
445 BOOL check_elections(void);
447 /*The following definitions come from namelogon.c */
449 void process_logon_packet(struct packet_struct *p,char *buf,int len);
451 /*The following definitions come from namepacket.c */
453 void debug_browse_data(char *outbuf, int len);
454 void initiate_netbios_packet(uint16 *id,
455 int fd,int quest_type,char *name,int name_type,
456 int nb_flags,BOOL bcast,BOOL recurse,
457 struct in_addr to_ip);
458 void reply_netbios_packet(struct packet_struct *p1,int trn_id,
459 int rcode, int rcv_code, int opcode, BOOL recurse,
460 struct nmb_name *rr_name,int rr_type,int rr_class,int ttl,
461 char *data,int len);
462 void queue_packet(struct packet_struct *packet);
463 void run_packet_queue();
464 void listen_for_packets(BOOL run_election);
465 BOOL send_mailslot_reply(BOOL unique, char *mailslot,int fd,char *buf,int len,char *srcname,
466 char *dstname,int src_type,int dest_type,
467 struct in_addr dest_ip,struct in_addr src_ip);
469 /*The following definitions come from namequery.c */
471 BOOL name_status(int fd,char *name,int name_type,BOOL recurse,
472 struct in_addr to_ip,char *master,char *rname,
473 void (*fn)());
474 BOOL name_query(int fd,char *name,int name_type,
475 BOOL bcast,BOOL recurse,
476 struct in_addr to_ip, struct in_addr *ip,void (*fn)());
478 /*The following definitions come from nameresp.c */
480 void expire_netbios_response_entries(time_t t);
481 struct response_record *queue_netbios_pkt_wins(
482 int fd,int quest_type,enum state_type state,
483 char *name,int name_type,int nb_flags, time_t ttl,
484 int server_type, char *my_name, char *my_comment,
485 BOOL bcast,BOOL recurse,
486 struct in_addr send_ip, struct in_addr reply_to_ip);
487 struct response_record *queue_netbios_packet(struct subnet_record *d,
488 int fd,int quest_type,enum state_type state,char *name,
489 int name_type,int nb_flags, time_t ttl,
490 int server_type, char *my_name, char *my_comment,
491 BOOL bcast,BOOL recurse,
492 struct in_addr send_ip, struct in_addr reply_to_ip);
494 /*The following definitions come from nameserv.c */
496 void remove_name_entry(struct subnet_record *d, char *name,int type);
497 void add_my_name_entry(struct subnet_record *d,char *name,int type,int nb_flags);
498 void add_domain_logon_names(void);
499 void add_domain_master_bcast(void);
500 void add_domain_master_wins(void);
501 void add_domain_names(time_t t);
502 void add_my_names(void);
503 void remove_my_names();
504 void refresh_my_names(time_t t);
505 void query_refresh_names(time_t t);
507 /*The following definitions come from nameservreply.c */
509 void add_name_respond(struct subnet_record *d, int fd, struct in_addr from_ip,
510 uint16 response_id,
511 struct nmb_name *name,
512 int nb_flags, int ttl, struct in_addr register_ip,
513 BOOL new_owner, struct in_addr reply_to_ip);
514 void reply_name_release(struct packet_struct *p);
515 void reply_name_reg(struct packet_struct *p);
516 void reply_name_status(struct packet_struct *p);
517 void reply_name_query(struct packet_struct *p);
519 /*The following definitions come from nameservresp.c */
521 void debug_state_type(int state);
522 void response_netbios_packet(struct packet_struct *p);
524 /*The following definitions come from namework.c */
526 void reset_server(char *name, int state, struct in_addr ip);
527 void tell_become_backup(void);
528 BOOL same_context(struct dgram_packet *dgram);
529 void process_browse_packet(struct packet_struct *p,char *buf,int len);
531 /*The following definitions come from nmbd.c */
533 BOOL reload_services(BOOL test);
535 /*The following definitions come from nmblib.c */
537 void debug_nmb_packet(struct packet_struct *p);
538 char *namestr(struct nmb_name *n);
539 void free_nmb_packet(struct nmb_packet *nmb);
540 void free_packet(struct packet_struct *packet);
541 struct packet_struct *read_packet(int fd,enum packet_type packet_type);
542 void make_nmb_name(struct nmb_name *n,char *name,int type,char *this_scope);
543 BOOL send_packet(struct packet_struct *p);
544 struct packet_struct *receive_packet(int fd,enum packet_type type,int t);
546 /*The following definitions come from nmblookup.c */
548 int main(int argc,char *argv[]);
550 /*The following definitions come from nmbsync.c */
552 char *getsmbpass(char *pass);
553 void sync_browse_lists(struct subnet_record *d, struct work_record *work,
554 char *name, int nm_type, struct in_addr ip, BOOL local);
556 /*The following definitions come from params.c */
558 BOOL pm_process(char *pszFileName,BOOL (*sfunc)(char *),BOOL (*pfunc)(char *,char *));
560 /*The following definitions come from password.c */
562 void generate_next_challenge(char *challenge);
563 BOOL set_challenge(char *challenge);
564 BOOL last_challenge(char *challenge);
565 user_struct *get_valid_user_struct(uint16 vuid);
566 void invalidate_vuid(uint16 vuid);
567 char *validated_username(uint16 vuid);
568 uint16 register_vuid(int uid,int gid, char *name,BOOL guest);
569 void add_session_user(char *user);
570 void dfs_unlogin(void);
571 BOOL password_check(char *password);
572 BOOL smb_password_check(char *password, unsigned char *part_passwd, unsigned char *c8);
573 BOOL password_ok(char *user,char *password, int pwlen, struct passwd *pwd);
574 BOOL user_ok(char *user,int snum);
575 BOOL authorise_login(int snum,char *user,char *password, int pwlen,
576 BOOL *guest,BOOL *force,uint16 vuid);
577 BOOL check_hosts_equiv(char *user);
578 BOOL server_cryptkey(char *buf);
579 BOOL server_validate(char *buf);
581 /*The following definitions come from pcap.c */
583 BOOL pcap_printername_ok(char *pszPrintername, char *pszPrintcapname);
584 void pcap_printer_fn(void (*fn)());
586 /*The following definitions come from pipes.c */
588 int reply_open_pipe_and_X(char *inbuf,char *outbuf,int length,int bufsize);
589 BOOL api_LsarpcSNPHS(int cnum,int uid, char *param,char *data,
590 int mdrcnt,int mprcnt,
591 char **rdata,char **rparam,
592 int *rdata_len,int *rparam_len);
593 BOOL api_LsarpcTNP(int cnum,int uid, char *param,char *data,
594 int mdrcnt,int mprcnt,
595 char **rdata,char **rparam,
596 int *rdata_len,int *rparam_len);
598 /*The following definitions come from predict.c */
600 int read_predict(int fd,int offset,char *buf,char **ptr,int num);
601 void do_read_prediction();
602 void invalidate_read_prediction(int fd);
604 /*The following definitions come from printing.c */
606 void lpq_reset(int snum);
607 void print_file(int fnum);
608 int get_printqueue(int snum,int cnum,print_queue_struct **queue,
609 print_status_struct *status);
610 void del_printqueue(int cnum,int snum,int jobid);
611 void status_printjob(int cnum,int snum,int jobid,int status);
613 /*The following definitions come from quotas.c */
615 BOOL disk_quotas(char *path, int *bsize, int *dfree, int *dsize);
616 BOOL disk_quotas(char *path, int *bsize, int *dfree, int *dsize);
617 BOOL disk_quotas(char *path, int *bsize, int *dfree, int *dsize);
618 BOOL disk_quotas(char *path, int *bsize, int *dfree, int *dsize);
620 /*The following definitions come from replace.c */
622 char *Strstr(char *s, char *p);
623 time_t Mktime(struct tm *t);
624 int InNetGr(char *group,char *host,char *user,char *dom);
625 void *malloc_wrapped(int size,char *file,int line);
626 void *realloc_wrapped(void *ptr,int size,char *file,int line);
627 void free_wrapped(void *ptr,char *file,int line);
628 void *memcpy_wrapped(void *d,void *s,int l,char *fname,int line);
630 /*The following definitions come from reply.c */
632 int reply_special(char *inbuf,char *outbuf);
633 int reply_tcon(char *inbuf,char *outbuf);
634 int reply_tcon_and_X(char *inbuf,char *outbuf,int length,int bufsize);
635 int reply_unknown(char *inbuf,char *outbuf);
636 int reply_ioctl(char *inbuf,char *outbuf);
637 int reply_sesssetup_and_X(char *inbuf,char *outbuf,int length,int bufsize);
638 int reply_chkpth(char *inbuf,char *outbuf);
639 int reply_getatr(char *inbuf,char *outbuf);
640 int reply_setatr(char *inbuf,char *outbuf);
641 int reply_dskattr(char *inbuf,char *outbuf);
642 int reply_search(char *inbuf,char *outbuf);
643 int reply_fclose(char *inbuf,char *outbuf);
644 int reply_open(char *inbuf,char *outbuf);
645 int reply_open_and_X(char *inbuf,char *outbuf,int length,int bufsize);
646 int reply_ulogoffX(char *inbuf,char *outbuf,int length,int bufsize);
647 int reply_mknew(char *inbuf,char *outbuf);
648 int reply_ctemp(char *inbuf,char *outbuf);
649 int reply_unlink(char *inbuf,char *outbuf);
650 int reply_readbraw(char *inbuf, char *outbuf);
651 int reply_lockread(char *inbuf,char *outbuf);
652 int reply_read(char *inbuf,char *outbuf);
653 int reply_read_and_X(char *inbuf,char *outbuf,int length,int bufsize);
654 int reply_writebraw(char *inbuf,char *outbuf);
655 int reply_writeunlock(char *inbuf,char *outbuf);
656 int reply_write(char *inbuf,char *outbuf,int dum1,int dum2);
657 int reply_write_and_X(char *inbuf,char *outbuf,int length,int bufsize);
658 int reply_lseek(char *inbuf,char *outbuf);
659 int reply_flush(char *inbuf,char *outbuf);
660 int reply_exit(char *inbuf,char *outbuf);
661 int reply_close(char *inbuf,char *outbuf);
662 int reply_writeclose(char *inbuf,char *outbuf);
663 int reply_lock(char *inbuf,char *outbuf);
664 int reply_unlock(char *inbuf,char *outbuf);
665 int reply_tdis(char *inbuf,char *outbuf);
666 int reply_echo(char *inbuf,char *outbuf);
667 int reply_printopen(char *inbuf,char *outbuf);
668 int reply_printclose(char *inbuf,char *outbuf);
669 int reply_printqueue(char *inbuf,char *outbuf);
670 int reply_printwrite(char *inbuf,char *outbuf);
671 int reply_mkdir(char *inbuf,char *outbuf);
672 int reply_rmdir(char *inbuf,char *outbuf);
673 int reply_mv(char *inbuf,char *outbuf);
674 int reply_copy(char *inbuf,char *outbuf);
675 int reply_setdir(char *inbuf,char *outbuf);
676 int reply_lockingX(char *inbuf,char *outbuf,int length,int bufsize);
677 int reply_readbmpx(char *inbuf,char *outbuf,int length,int bufsize);
678 int reply_writebmpx(char *inbuf,char *outbuf);
679 int reply_writebs(char *inbuf,char *outbuf);
680 int reply_setattrE(char *inbuf,char *outbuf);
681 int reply_getattrE(char *inbuf,char *outbuf);
683 /*The following definitions come from server.c */
685 void *dflt_sig(void);
686 void killkids(void);
687 mode_t unix_mode(int cnum,int dosmode);
688 int dos_mode(int cnum,char *path,struct stat *sbuf);
689 int dos_chmod(int cnum,char *fname,int dosmode,struct stat *st);
690 BOOL unix_convert(char *name,int cnum,pstring saved_last_component);
691 int disk_free(char *path,int *bsize,int *dfree,int *dsize);
692 int sys_disk_free(char *path,int *bsize,int *dfree,int *dsize);
693 BOOL check_name(char *name,int cnum);
694 int fd_attempt_open(char *fname, int flags, int mode);
695 void fd_attempt_reopen(char *fname, int mode, file_fd_struct *fd_ptr);
696 int fd_attempt_close(file_fd_struct *fd_ptr);
697 void sync_file(int fnum);
698 void close_file(int fnum);
699 BOOL check_file_sharing(int cnum,char *fname);
700 void open_file_shared(int fnum,int cnum,char *fname,int share_mode,int ofun,
701 int mode,int *Access,int *action);
702 int seek_file(int fnum,int pos);
703 int read_file(int fnum,char *data,int pos,int n);
704 int write_file(int fnum,char *data,int n);
705 BOOL become_service(int cnum,BOOL do_chdir);
706 int find_service(char *service);
707 int cached_error_packet(char *inbuf,char *outbuf,int fnum,int line);
708 int unix_error_packet(char *inbuf,char *outbuf,int def_class,uint32 def_code,int line);
709 int error_packet(char *inbuf,char *outbuf,int error_class,uint32 error_code,int line);
710 BOOL snum_used(int snum);
711 BOOL reload_services(BOOL test);
712 int setup_groups(char *user, int uid, int gid, int *p_ngroups,
713 int **p_igroups, gid_t **p_groups);
714 int make_connection(char *service,char *user,char *password, int pwlen, char *dev,uint16 vuid);
715 int find_free_file(void );
716 int reply_corep(char *outbuf);
717 int reply_coreplus(char *outbuf);
718 int reply_lanman1(char *outbuf);
719 int reply_lanman2(char *outbuf);
720 int reply_nt1(char *outbuf);
721 void close_cnum(int cnum, uint16 vuid);
722 BOOL yield_connection(int cnum,char *name,int max_connections);
723 BOOL claim_connection(int cnum,char *name,int max_connections,BOOL Clear);
724 void exit_server(char *reason);
725 void standard_sub(int cnum,char *string);
726 char *smb_fn_name(int type);
727 int chain_reply(char *inbuf,char *outbuf,int size,int bufsize);
728 int construct_reply(char *inbuf,char *outbuf,int size,int bufsize);
730 /*The following definitions come from shmem.c */
732 smb_shm_offset_t smb_shm_alloc(int size);
733 smb_shm_offset_t smb_shm_addr2offset(void *addr);
734 smb_shm_offset_t smb_shm_get_userdef_off(void);
735 BOOL smb_shm_create_hash_table( unsigned int size );
736 BOOL smb_shm_open( char *file_name, int size);
737 BOOL smb_shm_close( void );
738 BOOL smb_shm_free(smb_shm_offset_t offset);
739 BOOL smb_shm_set_userdef_off(smb_shm_offset_t userdef_off);
740 void * smb_shm_offset2addr(smb_shm_offset_t offset);
741 BOOL smb_shm_lock_hash_entry( unsigned int entry);
742 BOOL smb_shm_unlock_hash_entry( unsigned int entry );
743 BOOL smb_shm_get_usage(int *bytes_free,
744 int *bytes_used,
745 int *bytes_overhead);
747 /*The following definitions come from smbencrypt.c */
749 void str_to_key(uchar *str,uchar *key);
750 void D1(uchar *k, uchar *d, uchar *out);
751 void E1(uchar *k, uchar *d, uchar *out);
752 void E_P16(uchar *p14,uchar *p16);
753 void E_P24(uchar *p21, uchar *c8, uchar *p24);
754 void SMBencrypt(uchar *passwd, uchar *c8, uchar *p24);
755 void E_md4hash(uchar *passwd, uchar *p16);
756 void SMBNTencrypt(uchar *passwd, uchar *c8, uchar *p24);
758 /*The following definitions come from smbpass.c */
760 int pw_file_lock(char *name, int type, int secs);
761 int pw_file_unlock(int fd);
762 struct smb_passwd *get_smbpwnam(char *name);
764 /*The following definitions come from smbpasswd.c */
767 /*The following definitions come from smbrun.c */
770 /*The following definitions come from status.c */
772 void Ucrit_addUsername(pstring username);
773 unsigned int Ucrit_checkUsername(pstring username);
774 void Ucrit_addPid(int pid);
775 unsigned int Ucrit_checkPid(int pid);
777 /*The following definitions come from system.c */
779 int sys_select(fd_set *fds,struct timeval *tval);
780 int sys_select(fd_set *fds,struct timeval *tval);
781 int sys_unlink(char *fname);
782 int sys_open(char *fname,int flags,int mode);
783 DIR *sys_opendir(char *dname);
784 int sys_stat(char *fname,struct stat *sbuf);
785 int sys_waitpid(pid_t pid,int *status,int options);
786 int sys_lstat(char *fname,struct stat *sbuf);
787 int sys_mkdir(char *dname,int mode);
788 int sys_rmdir(char *dname);
789 int sys_chdir(char *dname);
790 int sys_utime(char *fname,struct utimbuf *times);
791 int sys_rename(char *from, char *to);
792 int sys_chmod(char *fname,int mode);
793 int sys_chown(char *fname,int uid,int gid);
794 int sys_chroot(char *dname);
795 struct hostent *sys_gethostbyname(char *name);
797 /*The following definitions come from testparm.c */
800 /*The following definitions come from testprns.c */
802 int main(int argc, char *argv[]);
804 /*The following definitions come from time.c */
806 void GetTimeOfDay(struct timeval *tval);
807 void TimeInit(void);
808 int TimeDiff(time_t t);
809 struct tm *LocalTime(time_t *t);
810 time_t interpret_long_date(char *p);
811 void put_long_date(char *p,time_t t);
812 void put_dos_date(char *buf,int offset,time_t unixdate);
813 void put_dos_date2(char *buf,int offset,time_t unixdate);
814 void put_dos_date3(char *buf,int offset,time_t unixdate);
815 time_t make_unix_date(void *date_ptr);
816 time_t make_unix_date2(void *date_ptr);
817 time_t make_unix_date3(void *date_ptr);
818 BOOL set_filetime(char *fname,time_t mtime);
819 char *timestring(void );
821 /*The following definitions come from trans2.c */
823 int reply_findclose(char *inbuf,char *outbuf,int length,int bufsize);
824 int reply_findnclose(char *inbuf,char *outbuf,int length,int bufsize);
825 int reply_transs2(char *inbuf,char *outbuf,int length,int bufsize);
826 int reply_trans2(char *inbuf,char *outbuf,int length,int bufsize);
828 /*The following definitions come from ufc.c */
830 char *ufc_crypt(char *key,char *salt);
832 /*The following definitions come from uid.c */
834 void init_uid(void);
835 BOOL become_guest(void);
836 BOOL become_user(int cnum, uint16 vuid);
837 BOOL unbecome_user(void );
838 int smbrun(char *cmd,char *outfile,BOOL shared);
840 /*The following definitions come from username.c */
842 char *get_home_dir(char *user);
843 void map_username(char *user);
844 struct passwd *Get_Pwnam(char *user,BOOL allow_change);
845 BOOL user_in_list(char *user,char *list);
847 /*The following definitions come from util.c */
849 void setup_logging(char *pname,BOOL interactive);
850 void reopen_logs(void);
851 char *tmpdir(void);
852 BOOL is_a_socket(int fd);
853 BOOL next_token(char **ptr,char *buff,char *sep);
854 char **toktocliplist(int *ctok, char *sep);
855 void *MemMove(void *dest,void *src,int size);
856 void array_promote(char *array,int elsize,int element);
857 void set_socket_options(int fd, char *options);
858 void close_sockets(void );
859 BOOL in_group(gid_t group, int current_gid, int ngroups, int *groups);
860 char *StrCpy(char *dest,char *src);
861 char *StrnCpy(char *dest,char *src,int n);
862 void putip(void *dest,void *src);
863 int name_mangle(char *In,char *Out,char name_type);
864 BOOL file_exist(char *fname,struct stat *sbuf);
865 time_t file_modtime(char *fname);
866 BOOL directory_exist(char *dname,struct stat *st);
867 uint32 file_size(char *file_name);
868 char *attrib_string(int mode);
869 int StrCaseCmp(const char *s, const char *t);
870 int StrnCaseCmp(const char *s, const char *t, int n);
871 BOOL strequal(char *s1,char *s2);
872 BOOL strnequal(char *s1,char *s2,int n);
873 BOOL strcsequal(char *s1,char *s2);
874 void strlower(char *s);
875 void strupper(char *s);
876 void strnorm(char *s);
877 BOOL strisnormal(char *s);
878 void string_replace(char *s,char oldc,char newc);
879 void unix_format(char *fname);
880 void dos_format(char *fname);
881 void show_msg(char *buf);
882 int smb_len(char *buf);
883 void _smb_setlen(char *buf,int len);
884 void smb_setlen(char *buf,int len);
885 int set_message(char *buf,int num_words,int num_bytes,BOOL zero);
886 int smb_numwords(char *buf);
887 int smb_buflen(char *buf);
888 int smb_buf_ofs(char *buf);
889 char *smb_buf(char *buf);
890 int smb_offset(char *p,char *buf);
891 char *skip_string(char *buf,int n);
892 BOOL trim_string(char *s,char *front,char *back);
893 void dos_clean_name(char *s);
894 void unix_clean_name(char *s);
895 int ChDir(char *path);
896 char *GetWd(char *str);
897 BOOL reduce_name(char *s,char *dir,BOOL widelinks);
898 void expand_mask(char *Mask,BOOL doext);
899 BOOL strhasupper(char *s);
900 BOOL strhaslower(char *s);
901 int count_chars(char *s,char c);
902 void make_dir_struct(char *buf,char *mask,char *fname,unsigned int size,int mode,time_t date);
903 void close_low_fds(void);
904 int set_blocking(int fd, BOOL set);
905 int write_socket(int fd,char *buf,int len);
906 int read_udp_socket(int fd,char *buf,int len);
907 int read_with_timeout(int fd,char *buf,int mincnt,int maxcnt,long time_out);
908 int read_max_udp(int fd,char *buffer,int bufsize,int maxtime);
909 int TvalDiff(struct timeval *tvalold,struct timeval *tvalnew);
910 BOOL send_keepalive(int client);
911 int read_data(int fd,char *buffer,int N);
912 int write_data(int fd,char *buffer,int N);
913 int transfer_file(int infd,int outfd,int n,char *header,int headlen,int align);
914 int read_smb_length(int fd,char *inbuf,int timeout);
915 BOOL receive_smb(int fd,char *buffer,int timeout);
916 BOOL send_smb(int fd,char *buffer);
917 char *name_ptr(char *buf,int ofs);
918 int name_extract(char *buf,int ofs,char *name);
919 int name_len(char *s);
920 BOOL send_one_packet(char *buf,int len,struct in_addr ip,int port,int type);
921 void msleep(int t);
922 BOOL in_list(char *s,char *list,BOOL casesensitive);
923 BOOL string_init(char **dest,char *src);
924 void string_free(char **s);
925 BOOL string_set(char **dest,char *src);
926 BOOL string_sub(char *s,char *pattern,char *insert);
927 BOOL do_match(char *str, char *regexp, int case_sig);
928 BOOL mask_match(char *str, char *regexp, int case_sig,BOOL trans2);
929 void become_daemon(void);
930 BOOL yesno(char *p);
931 char *fgets_slash(char *s2,int maxlen,FILE *f);
932 int set_filelen(int fd, long len);
933 int byte_checksum(char *buf,int len);
934 char *dirname_dos(char *path,char *buf);
935 void *Realloc(void *p,int size);
936 void Abort(void );
937 BOOL get_myname(char *my_name,struct in_addr *ip);
938 BOOL ip_equal(struct in_addr ip1,struct in_addr ip2);
939 int open_socket_in(int type, int port, int dlevel,uint32 socket_addr);
940 int open_socket_out(int type, struct in_addr *addr, int port ,int timeout);
941 int interpret_protocol(char *str,int def);
942 int interpret_security(char *str,int def);
943 uint32 interpret_addr(char *str);
944 struct in_addr *interpret_addr2(char *str);
945 BOOL zero_ip(struct in_addr ip);
946 void reset_globals_after_fork();
947 char *client_name(void);
948 char *client_addr(void);
949 void standard_sub_basic(char *string);
950 BOOL same_net(struct in_addr ip1,struct in_addr ip2,struct in_addr mask);
951 int PutUniCode(char *dst,char *src);
952 struct hostent *Get_Hostbyname(char *name);
953 BOOL process_exists(int pid);
954 char *uidtoname(int uid);
955 char *gidtoname(int gid);
956 void BlockSignals(BOOL block,int signum);
957 void ajt_panic(void);
958 char *readdirname(void *p);
959 BOOL is_in_path(char *name, name_compare_entry *namelist);
960 void set_namearray(name_compare_entry **ppname_array, char *namelist);
961 void free_namearray(name_compare_entry *name_array);
962 BOOL fcntl_lock(int fd,int op,uint32 offset,uint32 count,int type);
963 int file_lock(char *name,int timeout);
964 void file_unlock(int fd);
966 /*The following definitions come from vt_mode.c */
968 int VT_Check(char *buffer);
969 int VT_Start_utmp(void);
970 int VT_Stop_utmp(void);
971 void VT_AtExit(void);
972 void VT_SigCLD(int sig);
973 void VT_SigEXIT(int sig);
974 int VT_Start(void);
975 int VT_Output(char *Buffer);
976 int VT_Input(char *Buffer,int Size);
977 void VT_Process(void);