summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 30004ac7cde31f8f6f7f2d1a04f0b4c26f18e185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
vyatta-cfg-vpn (0.12.61) unstable; urgency=low

  * change ipsec config version
  * change ipsec config version

 -- John Southworth <john.southworth@vyatta.com>  Fri, 04 Feb 2011 19:20:42 -0600

vyatta-cfg-vpn (0.12.60) unstable; urgency=low

  * Add the ability to define a default esp group for tunnels under a
    peer to use

 -- John Southworth <john.southworth@vyatta.com>  Fri, 04 Feb 2011 17:48:59 -0600

vyatta-cfg-vpn (0.12.59) unstable; urgency=low

  * Move protocol out of local and remote nodes as it has to be the same

 -- John Southworth <john.southworth@vyatta.com>  Fri, 04 Feb 2011 13:24:13 -0600

vyatta-cfg-vpn (0.12.58) unstable; urgency=low

  * Initial additions to support local and remote protoport in general
    instead of just for GRE

 -- John Southworth <john.southworth@vyatta.com>  Thu, 03 Feb 2011 19:21:54 -0600

vyatta-cfg-vpn (0.12.57) unstable; urgency=low

  * Make vpn errors and exiting consistent

 -- John Southworth <john.southworth@vyatta.com>  Mon, 31 Jan 2011 17:09:33 -0600

vyatta-cfg-vpn (0.12.56) unstable; urgency=low

  * Fix problem with multiple psk being generated per peer

 -- John Southworth <john.southworth@vyatta.com>  Mon, 31 Jan 2011 13:28:52 -0600

vyatta-cfg-vpn (0.12.55) unstable; urgency=low

  * Bugfix: 5684, added quotes around rsa keys in ipsec.conf so that
    strongswan doesn't fail on ==

 -- John Southworth <john.southworth@vyatta.com>  Fri, 28 Jan 2011 16:38:54 -0600

vyatta-cfg-vpn (0.12.54) unstable; urgency=low

  * Bugfix: 5677 add protoport option for simpler GRE tunnels, for now
    this is specifically for GRE more protocols can be added in the
    future if required.

 -- John Southworth <john.southworth@vyatta.com>  Wed, 26 Jan 2011 19:02:50 -0600

vyatta-cfg-vpn (0.12.53) unstable; urgency=low

  * Make VPN config die after the first error occurs instead of
    continuing to process the rest of the config

 -- John Southworth <john.southworth@vyatta.com>  Wed, 26 Jan 2011 12:33:01 -0600

vyatta-cfg-vpn (0.12.52) unstable; urgency=low

  * Fixed node.def to adhere to CLI conventions

 -- John Southworth <john.southworth@vyatta.com>  Wed, 26 Jan 2011 11:24:14 -0600

vyatta-cfg-vpn (0.12.51) unstable; urgency=low

  * Bug 2506: Moved the connection-type node to the peer level, as
    discussed with support.

 -- John Southworth <john.southworth@vyatta.com>  Wed, 26 Jan 2011 11:02:54 -0600

vyatta-cfg-vpn (0.12.50) unstable; urgency=low

  * Bugfix 6068. This fixes the given perl problem, however there may be
    more that appear. We should die when an error is found and stop
    processing the file

 -- John Southworth <john.southworth@vyatta.com>  Tue, 25 Jan 2011 18:42:07 -0600

vyatta-cfg-vpn (0.12.49) unstable; urgency=low

  * Bugfix 6229: don't allow local and remote subnets to be the same

 -- John Southworth <john.southworth@vyatta.com>  Tue, 25 Jan 2011 18:21:22 -0600

vyatta-cfg-vpn (0.12.48) unstable; urgency=low

  * bugfix: 2506 added option to define initiatior or responder mode
  * bugfix: 2506 added option to define initiatior or responder mode

 -- John Southworth <john.southworth@vyatta.com>  Tue, 25 Jan 2011 18:12:54 -0600

vyatta-cfg-vpn (0.12.47) unstable; urgency=low

  * fix conflict while merging
  * make adjustment so that op mode can deal with new secrets file
    format

 -- John Southworth <john.southworth@vyatta.com>  Thu, 20 Jan 2011 19:41:18 -0600

vyatta-cfg-vpn (0.12.46) unstable; urgency=low

  * error location support changes to vpn (local-ip and auth missing
    only at this time).
  * more location based error support.

 -- Michael Larson <mike@vyatta.com>  Mon, 17 Jan 2011 12:11:55 -0800

vyatta-cfg-vpn (0.12.45) unstable; urgency=low

  * new branch

 -- An-Cheng Huang <ancheng@vyatta.com>  Tue, 28 Dec 2010 13:48:03 -0800

vyatta-cfg-vpn (0.12.44) unstable; urgency=low

  * remove deprecated linda override
  * Fix email address
  * Update list of created files in .gitignore

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 26 Nov 2010 11:10:24 -0800

vyatta-cfg-vpn (0.12.43) unstable; urgency=low

  * UNRELEASED

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 02 Sep 2010 18:28:36 -0700

vyatta-cfg-vpn (0.12.42) unstable; urgency=low

  * remove low-level config dir usage

 -- An-Cheng Huang <ancheng@vyatta.com>  Tue, 17 Aug 2010 18:24:29 -0700

vyatta-cfg-vpn (0.12.41) unstable; urgency=low

  * update help text to use val_help

 -- An-Cheng Huang <ancheng@vyatta.com>  Tue, 17 Aug 2010 15:31:14 -0700

vyatta-cfg-vpn (0.12.40) unstable; urgency=low

  * UNRELEASED

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 22 Jul 2010 17:23:43 -0700

vyatta-cfg-vpn (0.12.39) unstable; urgency=low

  * remove unused options

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 22 Jul 2010 11:32:45 -0700

vyatta-cfg-vpn (0.12.38) unstable; urgency=low

  * remove verb usage from begining of help strings

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 21 Jul 2010 18:37:19 -0700

vyatta-cfg-vpn (0.12.37) unstable; urgency=low

  * Fix Bug 5652 set ike/ipsec keying tries to forever

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Thu, 03 Jun 2010 16:36:11 -0700

vyatta-cfg-vpn (0.12.36) unstable; urgency=low

  * add passthrough connection if remote-subnet contains local-subnet

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 26 May 2010 20:15:16 -0700

vyatta-cfg-vpn (0.12.35) unstable; urgency=low

  * Fix Bug 5542

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Mon, 19 Apr 2010 18:48:05 -0700

vyatta-cfg-vpn (0.12.34) unstable; urgency=low

  * Fix Bug 5500  Unable to establish a VPN connection from a remote
    peer with a

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 31 Mar 2010 15:36:41 -0700

vyatta-cfg-vpn (0.12.33) unstable; urgency=low

  * Replace old form (expression) in end: tag
  * Fix perl critic warnings

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 30 Mar 2010 08:33:14 -0700

vyatta-cfg-vpn (0.12.32) unstable; urgency=low

  * Fix Bug 5087 add support to specify PFS group when PFS is enabled

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Thu, 18 Mar 2010 14:56:04 -0700

vyatta-cfg-vpn (0.12.31) unstable; urgency=low

  * UNRELEASED

 -- An-Cheng Huang <ancheng@vyatta.com>  Wed, 17 Feb 2010 16:13:41 -0800

vyatta-cfg-vpn (0.12.30) unstable; urgency=low

  * 1. use correct notation to represent private,public networks

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 05 Feb 2010 19:06:12 -0800

vyatta-cfg-vpn (0.12.29) unstable; urgency=low

  * Fix Bug 1832 VPN copy-tos Disabling copy-tos field doesn't work

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Sat, 30 Jan 2010 13:45:09 -0800

vyatta-cfg-vpn (0.12.28) unstable; urgency=low

  * remove dead code. we use 'ipsec update' to update changes to
    connections now
  * perltidy vpn-config.pl

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Thu, 28 Jan 2010 15:46:23 -0800

vyatta-cfg-vpn (0.12.27) unstable; urgency=low

  * add back CLI node for disabling uniqreqid

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Mon, 25 Jan 2010 14:35:18 -0800

vyatta-cfg-vpn (0.12.26) unstable; urgency=low

  * bump up ipsec version

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Thu, 14 Jan 2010 12:06:23 -0800

vyatta-cfg-vpn (0.12.25) unstable; urgency=low

  * vyatta-cfg-vpn depends on vyatta-ipsec provided by vyatta-strongswan
  * First pass code changes to vyatta-cfg-vpn for migration to
    strongswan :
  * no need to maintain state of connections and take state-specific
    actions for
  * add comment to identify end of connection description
  * * remove extraneous unused code
  * Do not start IKEv2 daemon for now
  * use leftsourceip to add route to remote subnet

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Tue, 12 Jan 2010 17:20:05 -0800

vyatta-cfg-vpn (0.12.24) unstable; urgency=low

  * skipping used tags
  
 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 02 Dec 2009 10:57:39 -0800

vyatta-cfg-vpn (0.12.22) unstable; urgency=low

  * added required keyword to help text.

 -- Michael Larson <slioch@slioch.vyatta.com>  Mon, 30 Nov 2009 16:45:35 -0800

vyatta-cfg-vpn (0.12.21) unstable; urgency=low

  * pptp config check not needed when vpn ipsec is configured
  * 0.12.19

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 25 Nov 2009 16:05:50 -0800

vyatta-cfg-vpn (0.12.19) unstable; urgency=low

  * pptp config check not needed when vpn ipsec is configured

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 25 Nov 2009 15:59:16 -0800

vyatta-cfg-vpn (0.12.18) unstable; urgency=low

  * dependency update

 -- Michael Larson <slioch@slioch.vyatta.com>  Fri, 13 Nov 2009 14:13:54 -0800

vyatta-cfg-vpn (0.12.17) unstable; urgency=low

  * use vyatta openswan

 -- An-Cheng Huang <ancheng@vyatta.com>  Fri, 06 Nov 2009 15:05:37 -0800

vyatta-cfg-vpn (0.12.16) unstable; urgency=low

  [ Robert Bays ]
  * add support for same reqids to openswan cfg

  [ Mohit Mehta ]
  * indent and reformat script using perltidy in hope of making it
    easier to read
  * more formatting clean-up

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Mon, 02 Nov 2009 16:29:01 -0800

vyatta-cfg-vpn (0.12.15) unstable; urgency=low

  * add priority to project node.

 -- slioch <slioch@eng-140.vyatta.com>  Tue, 20 Oct 2009 16:21:00 -0700

vyatta-cfg-vpn (0.12.14) unstable; urgency=low

  * add allowed values for ike, esp groups

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 09 Oct 2009 18:36:18 -0700

vyatta-cfg-vpn (0.12.13) unstable; urgency=low

  * Fix Bug 3011 Remote VPN configuration issues site-to-site warning

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Tue, 06 Oct 2009 16:27:25 -0700

vyatta-cfg-vpn (0.12.12) unstable; urgency=low

  * Fix 4902: setting ipsec site-to-site tunnel with authentication id
    <> and local-ip 0.0.0.0 got "no connection named <>"

 -- Stig Thormodsrud <stig@vyatta.com>  Fri, 04 Sep 2009 17:16:42 -0700

vyatta-cfg-vpn (0.12.11) unstable; urgency=low

  * add enable node below tunnel with default flag = true
  * convert enable to disable node for vpn tunnel
  * added support in configuration script to support tunnel disable
    node.
  * manage state of add|delete|restart on connections for vpn given
    disable node.

 -- slioch <slioch@eng-140.vyatta.com>  Thu, 27 Aug 2009 14:36:04 -0700

vyatta-cfg-vpn (0.12.10) unstable; urgency=low

  * added description field to site-to-site peer.

 -- slioch <slioch@eng-140.vyatta.com>  Thu, 13 Aug 2009 09:24:10 -0700

vyatta-cfg-vpn (0.12.9) unstable; urgency=low

  * Fix 4623: Removing IPSEC VPN config without removing cluster ipsec
    config drops all interfaces.

 -- Stig Thormodsrud <stig@vyatta.com>  Fri, 10 Jul 2009 14:13:06 -0700

vyatta-cfg-vpn (0.12.8) unstable; urgency=low

  * UNRELEASED

 -- An-Cheng Huang <ancheng@vyatta.com>  Fri, 29 May 2009 18:35:35 -0700

vyatta-cfg-vpn (0.12.7) unstable; urgency=low

  * Fix 3836: Allow VPN authentication ID to accept values of IP
    address, domain name and "" enclosed phrases

 -- Stig Thormodsrud <stig@vyatta.com>  Tue, 26 May 2009 18:51:05 -0700

vyatta-cfg-vpn (0.12.6) unstable; urgency=low

  * Bugfix 3284: Allow commit to succeed if local-ip is not configured.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 08 Apr 2009 18:04:59 -0700

vyatta-cfg-vpn (0.12.5) unstable; urgency=low

  * Bugfix 2387: Don't list interfaces in ipsec config file.

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 06 Apr 2009 16:43:15 -0700

vyatta-cfg-vpn (0.12.4) unstable; urgency=low

  * Change "ipsec-interfaces" to use vyatta-interfaces.pl for allowed
    tag.

 -- Stig Thormodsrud <stig@vyatta.com>  Thu, 26 Mar 2009 12:29:06 -0700

vyatta-cfg-vpn (0.12.3) unstable; urgency=low

  * Fix 4219: IPsec VPN does not launch on boot, error "The local-ip
    address X.X.X.X of peer "X.X.X.X" has not been configured in any of
    the local.

 -- Stig Thormodsrud <stig@vyatta.com>  Mon, 16 Mar 2009 20:57:23 -0700

vyatta-cfg-vpn (0.12.2) unstable; urgency=low

  * Remove perlcritic warnings
  * Fix use of unitialized value
  * Fix ambiguous use of $log

 -- Stephen Hemminger <shemminger@vyatta.com>  Thu, 12 Feb 2009 14:22:11 -0800

vyatta-cfg-vpn (0.12.1) unstable; urgency=low

  [ An-Cheng Huang ]
  * add support for development build

  [ Stephen Hemminger ]
  * Rename VyattaVPNUtil to Vyatta::VPNUtil
  * Convert to Vyatta:: hierarchy

  [ An-Cheng Huang ]
  * update maintainer information
  * "files" file should be removed before package build

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 08 Jan 2009 09:26:01 -0800

vyatta-cfg-vpn (0.12) unstable; urgency=low

	  3.2.0
  [ Mark O'Brien ]


  [ Mohit Mehta ]
  * allow '+' as a valid character in pre-shared-secret

  [ Stig Thormodsrud ]
  * Remove unused rsa keys.

  [ Mohit Mehta ]
  * Part of fix for bug 3762 Update help and error strings for vpn pre-
    shared secret value

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Tue, 25 Nov 2008 19:09:27 -0800

vyatta-cfg-vpn (0.11) unstable; urgency=low

	  3.1.2
  [ Mark O'Brien ]


  [ Stig Thormodsrud ]
  * Fix 3300: VPN over PPPOE completely fails on reboot

  [ An-Cheng Huang ]
  * fix for bug 3044: hide perl error messages
  * add config version file
  * fix for bugs 3044, 3047, and 3048: support ipsec road warriors.

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Wed, 23 Jul 2008 21:35:55 -0700

vyatta-cfg-vpn (0.10) unstable; urgency=low

	  3.1.0
  [ Mark O'Brien ]


  [ Mohit Mehta ]
  * - disallowing use of special characters ';' and '?' in pre-shared-
    secret as they were not in glendale
  * Bug 3194 VPN: xml error in "show vpn ike" command output
  * Bug 3194 VPN: xml error in "show vpn ike" command output

  [ Stig Thormodsrud ]
  * Fix 2043: enhancement - add ability to use a hostname instead of IP
    address fo VPN peer.

  [ rbalocca ]
  * Ignore derived files

  [ Stig Thormodsrud ]
  * Fix 3182: VPN should not be started at boot unless configured.

  [ rbalocca ]
  * Don't include empty dir in the debian package
  * Convert to our method of changelog creation

  [ Mohit Mehta ]
  * Fix Bug 3069 Help strings should be standardized

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Tue, 17 Jun 2008 09:26:29 -0700

vyatta-cfg-vpn (0.9) unstable; urgency=low

  3.0.5


 -- Mark O'Brien <mobrien@vyatta.com>  Tue, 06 May 2008 12:43:17 -0700

vyatta-cfg-vpn (0.8) unstable; urgency=low

  3.0.4


 -- Mark O'Brien <mobrien@vyatta.com>  Mon, 05 May 2008 16:40:37 -0700

vyatta-cfg-vpn (0.7) unstable; urgency=low

  3.0.3
  [ Mark O'Brien ]


  [ rbalocca ]
  * Indicate the VC4.0.2 release candidate in the changelog

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Tue, 29 Apr 2008 16:42:18 -0700

vyatta-cfg-vpn (0.6) unstable; urgency=low

  VC4.0.2


 -- Mark O'Brien <mobrien@vyatta.com>  Sat, 19 Apr 2008 11:56:04 -0700

vyatta-cfg-vpn (0.5) unstable; urgency=low

  VC4.0.2 release candidate
  [ Mark O'Brien ]


  [ Stig Thormodsrud ]
  * Fix 3046: vpn: transport mode not working with current vyatta config

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Wed, 16 Apr 2008 09:50:06 -0700

vyatta-cfg-vpn (0.4) unstable; urgency=low

  3.0.2
  [ Mark O'Brien ]

  * 3.0.1

  [ rbalocca ]
  * Fix debian dependencies
  * Set dependencies on either bash or vyatta-bash

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Fri, 04 Apr 2008 18:00:37 -0700

vyatta-cfg-vpn (0.3) unstable; urgency=low

  VC4.0.1
  [ Mark O'Brien ]


  [ Stephen Hemminger ]
  * Replace VPL with GPLv2
  * Convert from VPL 1.0 to GPLv2

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Tue, 18 Mar 2008 19:04:00 -0700

vyatta-cfg-vpn (0.2) unstable; urgency=low

  vc4.0.0
  [ Mark O'Brien ]


  [ An-Cheng Huang ]
  * convert templates to new syntax

  [ Marat Nepomnyashy ]
  * Treat ipsec return code 26624 as normal when bringing up a
    connection, but treat all other error codes as errors.  Bug 2671
    fix.  Also added settings 'nhelpers=5' to mitigate Openswan Bug 412
    and 'plutowait=yes' to mitigate Openswan Bug 198.
  * Check for the case when authentication mode is not specified to
    prevent Perl uninitialized value error.  Bug 2772 fix.

  [ Stig Thormodsrud ]
  * Fix 2838 Clearing VPN process starts VPN, even if not configured

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Mon, 25 Feb 2008 17:38:42 -0800

vyatta-cfg-vpn (0.1) unstable; urgency=low

  * Initial Release.

 -- Stig Thormodsrud <stig@vyatta.com>  Wed, 19 Dec 2007 14:09:00 -0700