2 * Prototypes for lib directory of Bacula
7 Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
9 This program is free software; you can redistribute it and/or
10 modify it under the terms of the GNU General Public License as
11 published by the Free Software Foundation; either version 2 of
12 the License, or (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 General Public License for more details.
19 You should have received a copy of the GNU General Public
20 License along with this program; if not, write to the Free
21 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
30 void free_attr(ATTR *attr);
31 int unpack_attributes_record(JCR *jcr, int32_t stream, char *rec, ATTR *attr);
32 void build_attr_output_fnames(JCR *jcr, ATTR *attr);
33 void print_ls_output(JCR *jcr, ATTR *attr);
36 void base64_init (void);
37 int to_base64 (intmax_t value, char *where);
38 int from_base64 (intmax_t *value, char *where);
39 int bin_to_base64 (char *buf, char *bin, int len);
42 char *bstrncpy (char *dest, const char *src, int maxlen);
43 char *bstrncat (char *dest, const char *src, int maxlen);
44 void *b_malloc (char *file, int line, size_t size);
46 void *bmalloc (size_t size);
48 void *brealloc (void *buf, size_t size);
49 void *bcalloc (size_t size1, size_t size2);
50 int bsnprintf (char *str, size_t size, const char *format, ...);
51 int bvsnprintf (char *str, size_t size, const char *format, va_list ap);
52 int pool_sprintf (char *pool_buf, char *fmt, ...);
53 void create_pid_file (char *dir, char *progname, int port);
54 int delete_pid_file (char *dir, char *progname, int port);
55 void drop (char *uid, char *gid);
56 int bmicrosleep (time_t sec, long msec);
57 char *bfgets (char *s, int size, FILE *fd);
59 long long int strtoll (const char *ptr, char **endptr, int base);
63 int32_t bnet_recv (BSOCK *bsock);
64 int bnet_send (BSOCK *bsock);
65 int bnet_fsend (BSOCK *bs, char *fmt, ...);
66 int bnet_set_buffer_size (BSOCK *bs, uint32_t size, int rw);
67 int bnet_sig (BSOCK *bs, int sig);
68 int bnet_ssl_server (BSOCK *bsock, char *password, int ssl_need, int ssl_has);
69 int bnet_ssl_client (BSOCK *bsock, char *password, int ssl_need);
70 BSOCK * bnet_connect (JCR *jcr, int retry_interval,
71 int max_retry_time, char *name, char *host, char *service,
72 int port, int verbose);
73 void bnet_close (BSOCK *bsock);
74 BSOCK * init_bsock (JCR *jcr, int sockfd, char *who, char *ip, int port);
75 BSOCK * dup_bsock (BSOCK *bsock);
76 void term_bsock (BSOCK *bsock);
77 char * bnet_strerror (BSOCK *bsock);
78 char * bnet_sig_to_ascii (BSOCK *bsock);
79 int bnet_wait_data (BSOCK *bsock, int sec);
80 int bnet_wait_data_intr (BSOCK *bsock, int sec);
81 int bnet_despool (BSOCK *bsock);
82 int is_bnet_stop (BSOCK *bsock);
83 int is_bnet_error (BSOCK *bsock);
84 void bnet_suppress_error_messages(BSOCK *bsock, int flag);
87 int bget_msg(BSOCK *sock);
90 BPIPE * open_bpipe(char *prog, int wait, char *mode);
91 int close_wpipe(BPIPE *bpipe);
92 int close_bpipe(BPIPE *bpipe);
95 int cram_md5_get_auth(BSOCK *bs, char *password, int ssl_need);
96 int cram_md5_auth(BSOCK *bs, char *password, int ssl_need);
97 void hmac_md5(uint8_t* text, int text_len, uint8_t* key,
98 int key_len, uint8_t *hmac);
102 uint32_t bcrc32(uint8_t *buf, int len);
105 void daemon_start ();
108 uint64_t str_to_uint64(char *str);
109 int64_t str_to_int64(char *str);
110 char * edit_uint64_with_commas (uint64_t val, char *buf);
111 char * add_commas (char *val, char *buf);
112 char * edit_uint64 (uint64_t val, char *buf);
113 int duration_to_utime (char *str, utime_t *value);
114 int size_to_uint64(char *str, int str_len, uint64_t *rtn_value);
115 char *edit_utime (utime_t val, char *buf);
116 int is_a_number (const char *num);
117 int is_an_integer (const char *n);
120 LEX * lex_close_file (LEX *lf);
121 LEX * lex_open_file (LEX *lf, char *fname, LEX_ERROR_HANDLER *scan_error);
122 int lex_get_char (LEX *lf);
123 void lex_unget_char (LEX *lf);
124 char * lex_tok_to_str (int token);
125 int lex_get_token (LEX *lf, int expect);
128 void my_name_is (int argc, char *argv[], char *name);
129 void init_msg (JCR *jcr, MSGS *msg);
130 void term_msg (void);
131 void close_msg (JCR *jcr);
132 void add_msg_dest (MSGS *msg, int dest, int type, char *where, char *dest_code);
133 void rem_msg_dest (MSGS *msg, int dest, int type, char *where);
134 void Jmsg (JCR *jcr, int type, int level, char *fmt, ...);
135 void dispatch_message (JCR *jcr, int type, int level, char *buf);
136 void init_console_msg (char *wd);
137 void free_msgs_res (MSGS *msgs);
138 int open_spool_file (JCR *jcr, BSOCK *bs);
139 int close_spool_file (JCR *jcr, BSOCK *bs);
143 void bnet_thread_server(char *bind_addr, int port, int max_clients, workq_t *client_wq,
144 void *handle_client_request(void *bsock));
145 void bnet_server (int port, void handle_client_request(BSOCK *bsock));
146 int net_connect (int port);
147 BSOCK * bnet_bind (int port);
148 BSOCK * bnet_accept (BSOCK *bsock, char *who);
151 void init_signals (void terminate(int sig));
152 void init_stack_dump (void);
155 void strip_trailing_junk (char *str);
156 void strip_trailing_slashes (char *dir);
157 int skip_spaces (char **msg);
158 int skip_nonspaces (char **msg);
159 int fstrsch (char *a, char *b);
160 int parse_args(POOLMEM *cmd, POOLMEM *args, int *argc,
161 char **argk, char **argv, int max_args);
162 char *next_arg(char **s);
165 int is_buf_zero (char *buf, int len);
166 void lcase (char *str);
167 void bash_spaces (char *str);
168 void unbash_spaces (char *str);
169 char * encode_time (time_t time, char *buf);
170 char * encode_mode (mode_t mode, char *buf);
171 int do_shell_expansion (char *name, int name_len);
172 void jobstatus_to_ascii (int JobStatus, char *msg, int maxlen);
173 void pm_strcat (POOLMEM **pm, char *str);
174 void pm_strcpy (POOLMEM **pm, char *str);
175 int run_program (char *prog, int wait, POOLMEM *results);
176 char * job_type_to_str (int type);
177 char * job_status_to_str (int stat);
178 char * job_level_to_str (int level);
179 void make_session_key (char *key, char *seed, int mode);
180 POOLMEM *edit_job_codes(JCR *jcr, char *omsg, char *imsg, char *to);
181 void set_working_directory(char *wd);
185 int start_watchdog(void);
186 int stop_watchdog(void);
187 btimer_t *start_child_timer(pid_t pid, uint32_t wait);
188 void stop_child_timer(btimer_id wid);
189 btimer_id start_thread_timer(pthread_t tid, uint32_t wait);
190 void stop_thread_timer(btimer_id wid);