1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.0 -->
4 <requires lib="gtk+" version="3.2"/>
5 <object class="GtkBox" id="strongswan-vbox">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="border_width">12</property>
9 <property name="orientation">vertical</property>
10 <property name="spacing">16</property>
12 <object class="GtkBox" id="gateway-vbox">
13 <property name="visible">True</property>
14 <property name="can_focus">False</property>
15 <property name="orientation">vertical</property>
16 <property name="spacing">6</property>
18 <object class="GtkLabel" id="gateway-label">
19 <property name="visible">True</property>
20 <property name="can_focus">False</property>
21 <property name="label" translatable="yes"><b>Server</b></property>
22 <property name="use_markup">True</property>
23 <property name="xalign">0</property>
26 <property name="expand">False</property>
27 <property name="fill">False</property>
28 <property name="position">0</property>
32 <object class="GtkGrid">
33 <property name="visible">True</property>
34 <property name="can_focus">False</property>
35 <property name="margin_left">12</property>
36 <property name="row_spacing">6</property>
37 <property name="column_spacing">6</property>
38 <property name="row_homogeneous">True</property>
40 <object class="GtkLabel" id="address-label">
41 <property name="visible">True</property>
42 <property name="can_focus">False</property>
43 <property name="label" translatable="yes">_Address:</property>
44 <property name="use_underline">True</property>
45 <property name="xalign">0</property>
48 <property name="left_attach">0</property>
49 <property name="top_attach">0</property>
53 <object class="GtkEntry" id="address-entry">
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="tooltip_text" translatable="yes">An IP address or hostname of the VPN server.</property>
57 <property name="hexpand">True</property>
58 <property name="primary_icon_activatable">False</property>
59 <property name="secondary_icon_activatable">False</property>
62 <property name="left_attach">1</property>
63 <property name="top_attach">0</property>
67 <object class="GtkLabel" id="certificate-label">
68 <property name="visible">True</property>
69 <property name="can_focus">False</property>
70 <property name="label" translatable="yes">C_ertificate:</property>
71 <property name="use_underline">True</property>
72 <property name="xalign">0</property>
75 <property name="left_attach">0</property>
76 <property name="top_attach">1</property>
80 <object class="GtkFileChooserButton" id="certificate-button">
81 <property name="visible">True</property>
82 <property name="can_focus">False</property>
83 <property name="tooltip_text" translatable="yes">Server or CA certificate to use for server authentication. If none is specified, pre-installed CA certificates are used.</property>
84 <property name="hexpand">True</property>
87 <property name="left_attach">1</property>
88 <property name="top_attach">1</property>
92 <object class="GtkLabel" id="remote-identity-label">
93 <property name="visible">True</property>
94 <property name="can_focus">False</property>
95 <property name="label" translatable="yes">_Identity:</property>
96 <property name="use_underline">True</property>
97 <property name="xalign">0</property>
100 <property name="left_attach">0</property>
101 <property name="top_attach">2</property>
105 <object class="GtkEntry" id="remote-identity-entry">
106 <property name="visible">True</property>
107 <property name="can_focus">True</property>
108 <property name="tooltip_text" translatable="yes">Defaults to the server address or the server certificate's subject DN (if configured). Custom values are explicitly sent to the server and enforced during authentication.</property>
109 <property name="hexpand">True</property>
110 <property name="primary_icon_activatable">False</property>
111 <property name="secondary_icon_activatable">False</property>
112 <property name="placeholder_text" translatable="yes">(Defaults to address or certificate subject)</property>
115 <property name="left_attach">1</property>
116 <property name="top_attach">2</property>
121 <property name="expand">False</property>
122 <property name="fill">True</property>
123 <property name="position">1</property>
131 <property name="expand">False</property>
132 <property name="fill">False</property>
133 <property name="position">0</property>
137 <object class="GtkBox" id="client-vbox">
138 <property name="visible">True</property>
139 <property name="can_focus">False</property>
140 <property name="orientation">vertical</property>
141 <property name="spacing">6</property>
143 <object class="GtkLabel" id="client-label">
144 <property name="visible">True</property>
145 <property name="can_focus">False</property>
146 <property name="label" translatable="yes"><b>Client</b></property>
147 <property name="use_markup">True</property>
148 <property name="xalign">0</property>
151 <property name="expand">False</property>
152 <property name="fill">False</property>
153 <property name="position">0</property>
157 <object class="GtkGrid">
158 <property name="visible">True</property>
159 <property name="can_focus">False</property>
160 <property name="margin_left">12</property>
161 <property name="row_spacing">6</property>
162 <property name="column_spacing">6</property>
163 <property name="row_homogeneous">True</property>
165 <object class="GtkLabel" id="method-label">
166 <property name="visible">True</property>
167 <property name="can_focus">False</property>
168 <property name="label" translatable="yes">Au_thentication:</property>
169 <property name="use_underline">True</property>
170 <property name="xalign">0</property>
173 <property name="left_attach">0</property>
174 <property name="top_attach">0</property>
178 <object class="GtkComboBoxText" id="method-combo">
179 <property name="visible">True</property>
180 <property name="can_focus">False</property>
181 <property name="hexpand">True</property>
184 <property name="left_attach">1</property>
185 <property name="top_attach">0</property>
189 <object class="GtkLabel" id="usercert-label">
190 <property name="visible">True</property>
191 <property name="can_focus">False</property>
192 <property name="label" translatable="yes">Ce_rtificate:</property>
193 <property name="use_underline">True</property>
194 <property name="xalign">0</property>
197 <property name="left_attach">0</property>
198 <property name="top_attach">1</property>
202 <object class="GtkFileChooserButton" id="usercert-button">
203 <property name="visible">True</property>
204 <property name="can_focus">False</property>
205 <property name="tooltip_text" translatable="yes">Client certificate to use for client authentication.</property>
206 <property name="hexpand">True</property>
209 <property name="left_attach">1</property>
210 <property name="top_attach">1</property>
214 <object class="GtkLabel" id="userkey-label">
215 <property name="visible">True</property>
216 <property name="can_focus">False</property>
217 <property name="label" translatable="yes">Private _key:</property>
218 <property name="use_underline">True</property>
219 <property name="xalign">0</property>
222 <property name="left_attach">0</property>
223 <property name="top_attach">2</property>
227 <object class="GtkFileChooserButton" id="userkey-button">
228 <property name="visible">True</property>
229 <property name="can_focus">False</property>
230 <property name="tooltip_text" translatable="yes">Private key to use for client authentication. This key has to match the certificates public key and may be encrypted.</property>
231 <property name="hexpand">True</property>
234 <property name="left_attach">1</property>
235 <property name="top_attach">2</property>
239 <object class="GtkLabel" id="user-label">
240 <property name="visible">True</property>
241 <property name="can_focus">False</property>
242 <property name="label" translatable="yes">_Username:</property>
243 <property name="use_underline">True</property>
244 <property name="xalign">0</property>
247 <property name="left_attach">0</property>
248 <property name="top_attach">3</property>
252 <object class="GtkEntry" id="user-entry">
253 <property name="visible">True</property>
254 <property name="can_focus">True</property>
255 <property name="tooltip_text" translatable="yes">The username (identity) to use for authentication against the server.</property>
256 <property name="hexpand">True</property>
257 <property name="primary_icon_activatable">False</property>
258 <property name="secondary_icon_activatable">False</property>
261 <property name="left_attach">1</property>
262 <property name="top_attach">3</property>
266 <object class="GtkLabel" id="passwd-label">
267 <property name="visible">True</property>
268 <property name="can_focus">False</property>
269 <property name="label" translatable="yes">_Password:</property>
270 <property name="use_underline">True</property>
271 <property name="xalign">0</property>
274 <property name="left_attach">0</property>
275 <property name="top_attach">4</property>
279 <object class="GtkEntry" id="passwd-entry">
280 <property name="visible">True</property>
281 <property name="can_focus">True</property>
282 <property name="tooltip_text" translatable="yes">The password to use for authentication against the server (min. 20 characters for PSKs).</property>
283 <property name="hexpand">True</property>
284 <property name="visibility">False</property>
285 <property name="primary_icon_activatable">False</property>
286 <property name="secondary_icon_activatable">False</property>
287 <property name="placeholder_text" translatable="yes">(Use icon to change password storage policy)</property>
290 <property name="left_attach">1</property>
291 <property name="top_attach">4</property>
295 <object class="GtkCheckButton" id="passwd-show">
296 <property name="label" translatable="yes">_Show password</property>
297 <property name="visible">True</property>
298 <property name="can_focus">True</property>
299 <property name="receives_default">False</property>
300 <property name="hexpand">True</property>
301 <property name="use_underline">True</property>
302 <property name="draw_indicator">True</property>
305 <property name="left_attach">1</property>
306 <property name="top_attach">5</property>
314 <property name="expand">False</property>
315 <property name="fill">True</property>
316 <property name="position">1</property>
324 <property name="expand">False</property>
325 <property name="fill">False</property>
326 <property name="position">1</property>
330 <object class="GtkBox" id="options-vbox">
331 <property name="visible">True</property>
332 <property name="can_focus">False</property>
333 <property name="orientation">vertical</property>
334 <property name="spacing">6</property>
336 <object class="GtkLabel" id="options-label">
337 <property name="visible">True</property>
338 <property name="can_focus">False</property>
339 <property name="label" translatable="yes"><b>Options</b></property>
340 <property name="use_markup">True</property>
341 <property name="xalign">0</property>
344 <property name="expand">False</property>
345 <property name="fill">False</property>
346 <property name="position">0</property>
350 <object class="GtkBox" id="options-inner-vbox">
351 <property name="visible">True</property>
352 <property name="can_focus">False</property>
353 <property name="margin_left">12</property>
354 <property name="orientation">vertical</property>
356 <object class="GtkCheckButton" id="virtual-check">
357 <property name="label" translatable="yes">Request an _inner IP address</property>
358 <property name="visible">True</property>
359 <property name="can_focus">True</property>
360 <property name="receives_default">False</property>
361 <property name="tooltip_text" translatable="yes">The server may provide addresses from a pool to use for communication in the VPN. Check to request such an address.</property>
362 <property name="use_underline">True</property>
363 <property name="draw_indicator">True</property>
366 <property name="expand">True</property>
367 <property name="fill">True</property>
368 <property name="position">0</property>
372 <object class="GtkCheckButton" id="encap-check">
373 <property name="label" translatable="yes">En_force UDP encapsulation</property>
374 <property name="visible">True</property>
375 <property name="can_focus">True</property>
376 <property name="receives_default">False</property>
377 <property name="tooltip_text" translatable="yes">Some firewalls block ESP traffic. Enforcing UDP capsulation even if no NAT situation is detected might help in such cases.</property>
378 <property name="use_underline">True</property>
379 <property name="draw_indicator">True</property>
382 <property name="expand">True</property>
383 <property name="fill">True</property>
384 <property name="position">1</property>
388 <object class="GtkCheckButton" id="ipcomp-check">
389 <property name="label" translatable="yes">Use IP c_ompression</property>
390 <property name="visible">True</property>
391 <property name="can_focus">True</property>
392 <property name="receives_default">False</property>
393 <property name="tooltip_text" translatable="yes">IPComp compresses raw IP packets before they get encrypted. This saves some bandwidth, but uses more processing power.</property>
394 <property name="use_underline">True</property>
395 <property name="draw_indicator">True</property>
398 <property name="expand">True</property>
399 <property name="fill">True</property>
400 <property name="position">2</property>
405 <property name="expand">False</property>
406 <property name="fill">True</property>
407 <property name="position">1</property>
415 <property name="expand">False</property>
416 <property name="fill">True</property>
417 <property name="position">2</property>
421 <object class="GtkBox" id="proposals-vbox">
422 <property name="visible">True</property>
423 <property name="can_focus">False</property>
424 <property name="orientation">vertical</property>
425 <property name="spacing">6</property>
427 <object class="GtkLabel" id="proposals-label">
428 <property name="visible">True</property>
429 <property name="can_focus">False</property>
430 <property name="label" translatable="yes"><b>Cipher proposals</b></property>
431 <property name="use_markup">True</property>
432 <property name="xalign">0</property>
435 <property name="expand">False</property>
436 <property name="fill">False</property>
437 <property name="position">0</property>
441 <object class="GtkBox" id="proposal-vbox">
442 <property name="visible">True</property>
443 <property name="can_focus">False</property>
444 <property name="margin_left">12</property>
445 <property name="orientation">vertical</property>
447 <object class="GtkCheckButton" id="proposal-check">
448 <property name="label" translatable="yes">_Enable custom proposals</property>
449 <property name="visible">True</property>
450 <property name="can_focus">True</property>
451 <property name="receives_default">False</property>
452 <property name="use_underline">True</property>
453 <property name="draw_indicator">True</property>
456 <property name="expand">True</property>
457 <property name="fill">True</property>
458 <property name="position">0</property>
462 <object class="GtkGrid">
463 <property name="visible">True</property>
464 <property name="can_focus">False</property>
465 <property name="row_spacing">6</property>
466 <property name="column_spacing">6</property>
467 <property name="row_homogeneous">True</property>
469 <object class="GtkLabel" id="ike-label">
470 <property name="visible">True</property>
471 <property name="can_focus">False</property>
472 <property name="label" translatable="yes">_IKE:</property>
473 <property name="use_underline">True</property>
474 <property name="xalign">0</property>
477 <property name="left_attach">0</property>
478 <property name="top_attach">0</property>
482 <object class="GtkEntry" id="ike-entry">
483 <property name="visible">True</property>
484 <property name="can_focus">True</property>
485 <property name="tooltip_text" translatable="yes">A list of proposals for IKE separated by ";"</property>
486 <property name="hexpand">True</property>
487 <property name="invisible_char">•</property>
488 <property name="primary_icon_activatable">False</property>
489 <property name="secondary_icon_activatable">False</property>
492 <property name="left_attach">1</property>
493 <property name="top_attach">0</property>
497 <object class="GtkLabel" id="esp-label">
498 <property name="visible">True</property>
499 <property name="can_focus">False</property>
500 <property name="label" translatable="yes">_ESP:</property>
501 <property name="use_underline">True</property>
502 <property name="xalign">0</property>
505 <property name="left_attach">0</property>
506 <property name="top_attach">1</property>
510 <object class="GtkEntry" id="esp-entry">
511 <property name="visible">True</property>
512 <property name="can_focus">True</property>
513 <property name="tooltip_text" translatable="yes">A list of proposals for ESP separated by ";"</property>
514 <property name="hexpand">True</property>
515 <property name="invisible_char">•</property>
516 <property name="primary_icon_activatable">False</property>
517 <property name="secondary_icon_activatable">False</property>
520 <property name="left_attach">1</property>
521 <property name="top_attach">1</property>
526 <property name="expand">False</property>
527 <property name="fill">True</property>
528 <property name="position">1</property>
536 <property name="expand">False</property>
537 <property name="fill">True</property>
538 <property name="position">1</property>
546 <property name="expand">False</property>
547 <property name="fill">False</property>
548 <property name="position">3</property>