]> sjero.net Git - wget/blob - src/options.h
Use gnulib's getpass-gnu module for password prompting.
[wget] / src / options.h
1 /* struct options.
2    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
3    2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4
5 This file is part of GNU Wget.
6
7 GNU Wget is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3 of the License, or
10 (at your option) any later version.
11
12 GNU Wget is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with Wget.  If not, see <http://www.gnu.org/licenses/>.
19
20 Additional permission under GNU GPL version 3 section 7
21
22 If you modify this program, or any covered work, by linking or
23 combining it with the OpenSSL project's OpenSSL library (or a
24 modified version of that library), containing parts covered by the
25 terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
26 grants you additional permission to convey the resulting work.
27 Corresponding Source for a non-source form of such a combination
28 shall include the source code for the parts of OpenSSL used as well
29 as that of the covered work.  */
30
31 struct options
32 {
33   int verbose;                  /* Are we verbose?  (First set to -1,
34                                    hence not boolean.) */
35   bool quiet;                   /* Are we quiet? */
36   int ntry;                     /* Number of tries per URL */
37   bool retry_connrefused;       /* Treat CONNREFUSED as non-fatal. */
38   bool background;              /* Whether we should work in background. */
39   bool ignore_length;           /* Do we heed content-length at all?  */
40   bool recursive;               /* Are we recursive? */
41   bool spanhost;                /* Do we span across hosts in
42                                    recursion? */
43   int  max_redirect;            /* Maximum number of times we'll allow
44                                    a page to redirect. */
45   bool relative_only;           /* Follow only relative links. */
46   bool no_parent;               /* Restrict access to the parent
47                                    directory.  */
48   int reclevel;                 /* Maximum level of recursion */
49   bool dirstruct;               /* Do we build the directory structure
50                                   as we go along? */
51   bool no_dirstruct;            /* Do we hate dirstruct? */
52   int cut_dirs;                 /* Number of directory components to cut. */
53   bool add_hostdir;             /* Do we add hostname directory? */
54   bool protocol_directories;    /* Whether to prepend "http"/"ftp" to dirs. */
55   bool noclobber;               /* Disables clobbering of existing
56                                    data. */
57   char *dir_prefix;             /* The top of directory tree */
58   char *lfilename;              /* Log filename */
59   char *input_filename;         /* Input filename */
60   bool force_html;              /* Is the input file an HTML file? */
61
62   bool spider;                  /* Is Wget in spider mode? */
63
64   char **accepts;               /* List of patterns to accept. */
65   char **rejects;               /* List of patterns to reject. */
66   char **excludes;              /* List of excluded FTP directories. */
67   char **includes;              /* List of FTP directories to
68                                    follow. */
69   bool ignore_case;             /* Whether to ignore case when
70                                    matching dirs and files */
71
72   char **domains;               /* See host.c */
73   char **exclude_domains;
74   bool dns_cache;               /* whether we cache DNS lookups. */
75
76   char **follow_tags;           /* List of HTML tags to recursively follow. */
77   char **ignore_tags;           /* List of HTML tags to ignore if recursing. */
78
79   bool follow_ftp;              /* Are FTP URL-s followed in recursive
80                                    retrieving? */
81   bool retr_symlinks;           /* Whether we retrieve symlinks in
82                                    FTP. */
83   char *output_document;        /* The output file to which the
84                                    documents will be printed.  */
85
86   char *user;                   /* Generic username */
87   char *passwd;                 /* Generic password */
88   bool ask_passwd;              /* Ask for password? */
89   
90   bool always_rest;             /* Always use REST. */
91   char *ftp_user;               /* FTP username */
92   char *ftp_passwd;             /* FTP password */
93   bool netrc;                   /* Whether to read .netrc. */
94   bool ftp_glob;                /* FTP globbing */
95   bool ftp_pasv;                        /* Passive FTP. */
96
97   char *http_user;              /* HTTP username. */
98   char *http_passwd;            /* HTTP password. */
99   char **user_headers;          /* User-defined header(s). */
100   bool http_keep_alive;         /* whether we use keep-alive */
101
102   bool use_proxy;               /* Do we use proxy? */
103   bool allow_cache;             /* Do we allow server-side caching? */
104   char *http_proxy, *ftp_proxy, *https_proxy;
105   char **no_proxy;
106   char *base_href;
107   char *progress_type;          /* progress indicator type. */
108   char *proxy_user; /*oli*/
109   char *proxy_passwd;
110
111   double read_timeout;          /* The read/write timeout. */
112   double dns_timeout;           /* The DNS timeout. */
113   double connect_timeout;       /* The connect timeout. */
114
115   bool random_wait;             /* vary from 0 .. wait secs by random()? */
116   double wait;                  /* The wait period between retrievals. */
117   double waitretry;             /* The wait period between retries. - HEH */
118   bool use_robots;              /* Do we heed robots.txt? */
119
120   wgint limit_rate;             /* Limit the download rate to this
121                                    many bps. */
122   SUM_SIZE_INT quota;           /* Maximum file size to download and
123                                    store. */
124
125   int numurls;                  /* Number of successfully downloaded
126                                    URLs #### should be removed because
127                                    it's not a setting, but a global var */
128
129   bool server_response;         /* Do we print server response? */
130   bool save_headers;            /* Do we save headers together with
131                                    file? */
132
133 #ifdef ENABLE_DEBUG
134   bool debug;                   /* Debugging on/off */
135 #endif
136
137 #ifdef MSDOS
138   bool wdebug;                  /* Watt-32 tcp/ip debugging on/off */
139 #endif
140
141   bool timestamping;            /* Whether to use time-stamping. */
142
143   bool backup_converted;        /* Do we save pre-converted files as *.orig? */
144   bool backups;                 /* Are numeric backups made? */
145
146   char *useragent;              /* User-Agent string, which can be set
147                                    to something other than Wget. */
148   char *referer;                /* Naughty Referer, which can be
149                                    set to something other than
150                                    NULL. */
151   bool convert_links;           /* Will the links be converted
152                                    locally? */
153   bool remove_listing;          /* Do we remove .listing files
154                                    generated by FTP? */
155   bool htmlify;                 /* Do we HTML-ify the OS-dependent
156                                    listings? */
157
158   char *dot_style;
159   wgint dot_bytes;              /* How many bytes in a printing
160                                    dot. */
161   int dots_in_line;             /* How many dots in one line. */
162   int dot_spacing;              /* How many dots between spacings. */
163
164   bool delete_after;            /* Whether the files will be deleted
165                                    after download. */
166
167   bool html_extension;          /* Use ".html" extension on all text/html? */
168
169   bool page_requisites;         /* Whether we need to download all files
170                                    necessary to display a page properly. */
171   char *bind_address;           /* What local IP address to bind to. */
172
173 #ifdef HAVE_SSL
174   enum {
175     secure_protocol_auto,
176     secure_protocol_sslv2,
177     secure_protocol_sslv3,
178     secure_protocol_tlsv1
179   } secure_protocol;            /* type of secure protocol to use. */
180   bool check_cert;              /* whether to validate the server's cert */
181   char *cert_file;              /* external client certificate to use. */
182   char *private_key;            /* private key file (if not internal). */
183   enum keyfile_type {
184     keyfile_pem,
185     keyfile_asn1
186   } cert_type;                  /* type of client certificate file */
187   enum keyfile_type
188     private_key_type;           /* type of private key file */
189
190   char *ca_directory;           /* CA directory (hash files) */
191   char *ca_cert;                /* CA certificate file to use */
192
193
194   char *random_file;            /* file with random data to seed the PRNG */
195   char *egd_file;               /* file name of the egd daemon socket */
196 #endif /* HAVE_SSL */
197
198   bool cookies;                 /* whether cookies are used. */
199   char *cookies_input;          /* file we're loading the cookies from. */
200   char *cookies_output;         /* file we're saving the cookies to. */
201   bool keep_session_cookies;    /* whether session cookies should be
202                                    saved and loaded. */
203
204   char *post_data;              /* POST query string */
205   char *post_file_name;         /* File to post */
206
207   enum {
208     restrict_unix,
209     restrict_windows
210   } restrict_files_os;          /* file name restriction ruleset. */
211   bool restrict_files_ctrl;     /* non-zero if control chars in URLs
212                                    are restricted from appearing in
213                                    generated file names. */
214   enum {
215     restrict_no_case_restriction,
216     restrict_lowercase,
217     restrict_uppercase
218   } restrict_files_case;        /* file name case restriction. */
219
220   bool strict_comments;         /* whether strict SGML comments are
221                                    enforced.  */
222
223   bool preserve_perm;           /* whether remote permissions are used
224                                   or that what is set by umask. */
225
226 #ifdef ENABLE_IPV6
227   bool ipv4_only;               /* IPv4 connections have been requested. */
228   bool ipv6_only;               /* IPv4 connections have been requested. */
229 #endif
230   enum {
231     prefer_ipv4,
232     prefer_ipv6,
233     prefer_none
234   } prefer_family;              /* preferred address family when more
235                                    than one type is available */
236   
237   bool content_disposition;     /* Honor HTTP Content-Disposition header. */
238   bool auth_without_challenge;  /* Issue Basic authentication creds without
239                                    waiting for a challenge. */
240 };
241
242 extern struct options opt;