summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: c7cd4d1e764ce7a97665cb957d07a19cc936d618 (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
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
vyatta-op-vpn (0.15.0+vyos2+current2+nmu1) UNRELEASED; urgency=low

  * Non-maintainer upload.
  * address lintian issues
  - script-not-executable: removed #!/usr/bin/perl from .pm files
  - debhelper-but-no-misc-depends: added ${misc:Depends} to Depends: field
  - debian-rules-missing-recommended-target: added build-arch build-indep
  - out-of-date-standards-version: updated standards version to 3.9.4
  - package-contains-linda-override: removed linda override
  - file-in-unusual-dir: not triggering, removed from override
  - script-with-language-extension: renamed vyatta-gen-x509-keypair.sh
    vyatta-gen-x509-keypair
  * address dpkg-gencontrol issue:
  - unknown substitution variable ${shlibs:Depends} - removed
  * address dpkg-source issue:
  - debian/source/format set to "3.0 (native)"


 -- C.J. Collier <cjcollier@linuxfoundation.org>  Wed, 11 May 2016 02:33:38 +0000

vyatta-op-vpn (0.15.0+vyos2+current2) unstable; urgency=low

  * Remove vyatta-ipsec dependency for migration to upstream strongswan.

 -- Daniil Baturin <daniil@baturin.org>  Mon, 25 Jan 2016 14:23:46 +0100

vyatta-op-vpn (0.15.0+vyos2+current1) unstable; urgency=medium

  [ Thomas Jepp ]
  * Fix build depends.

  [ Kim Hagen ]

 -- Kim Hagen <kim.sidney@gmail.com>  Sun, 24 Jan 2016 15:22:51 -0500

vyatta-op-vpn (0.15.0+vyos2+lithium8) unstable; urgency=low

  * vyatta-op-vpn: update dh_gencontrol with new development build flag
 
 -- Alex Harpin <development@landsofshadow.co.uk>  Sat, 20 Jun 2015 07:07:39 +0100
 
vyatta-op-vpn (0.15.0+vyos2+lithium7) unstable; urgency=low

  [ Jason Hendry ]
  * Bug:540 correct the order of ESP SA array by removing the reverse
    directive
     
  [ Alex Harpin ]

 -- Alex Harpin <development@landsofshadow.co.uk>  Sat, 13 Jun 2015 11:08:07 +0100

vyatta-op-vpn (0.15.0+vyos2+lithium6) unstable; urgency=low

  [ Jason Hendry ]
  * Removing ESP SA's in esp_hash which do not have a last_used key
  * Improving detection of dead tunnels for IKEv2
  * Improving dead IKE detection for IKEv2
  * Improving dead IKE + ESP detection for IKEv1
  
  [ Alex Harpin ]

 -- Alex Harpin <development@landsofshadow.co.uk>  Thu, 15 Jan 2015 19:48:52 +0000
 
vyatta-op-vpn (0.15.0+vyos2+lithium5) unstable; urgency=low

  * Update maintainer address

 -- Alex Harpin <development@landsofshadow.co.uk>  Sat, 27 Dec 2014 11:54:48 +0000
 
vyatta-op-vpn (0.15.0+vyos2+lithium4) unstable; urgency=low

  [ Jason Hendry ]
  * Fix detection of IKEv2 IKE DH Group (Bug #402)

  [ Alex Harpin ]

 -- Alex Harpin <development@landsofshadow.co.uk>  Sat, 20 Dec 2014 20:18:40 +0000
 
vyatta-op-vpn (0.15.0+vyos2+lithium3) unstable; urgency=low

  [ Jason Hendry ]
  * Add IKEv2 SA info to "show vpn ipsec *" options
  * Fixing detection of IKE SA info with IKEv2
  * Print ESP info from most recently used SPI. Fixed bug where tunnel 
    with 0 bytes of traffic gets reported as down
  * Fixing typo in variable name, %ike_hash is now %esp_hash
  * Updating another typo, $ike_sa is now $esp_sa
  * Fixing output of "show vpn ike sa" when reauth=no
  * Fixing "show vpn ipsec sa" left/rgiht subnet info when you do not
    specify a protocol in the IPSec tunnel config
  * Fix "show vpn ipsec sa" for IKEv2 when rekeying is disabled 

  [ Alex Harpin ]

 -- Alex Harpin <development@landsofshadow.co.uk>  Sat, 13 Dec 2014 11:58:01 +0000
 
vyatta-op-vpn (0.15.0+vyos2+lithium2) unstable; urgency=low

  [ Ryan Riske ]
  * Add support for DH groups 14-26
  * Bug 220: Add support for SHA2 hashes

  [ Alex Harpin ]
  * vyatta-op-vpn: prevent invalid rsa key file from being generated
  * vyatta-op-vpn: display the config path location for the rsa key file

  [ Patrick van Staveren ]
  * Fix 'show vpn ipsec status'

  [ Daniil Baturin ]

 -- Daniil Baturin <dmbaturin@squeeze32devel.multi.eu>  Tue, 18 Nov 2014 18:45:36 +0100

vyatta-op-vpn (0.15.0+vyos2+lithium1) unstable; urgency=low

  * New branch

 -- Daniil Baturin <daniil@baturin.org>  Tue, 18 Nov 2014 18:44:34 +0100

vyatta-op-vpn (0.14.0+vyos1+helium1) unstable; urgency=low

  * New branch

 -- Daniil Baturin <daniil@baturin.org>  Sat, 15 Feb 2014 20:15:13 +0100

vyatta-op-vpn (0.14.0+hydrogen2) unstable; urgency=low

  * Remove old sablotron-based op-mode commands.
  * Update maintainer addresses.
  * Remove dependency on libsablot.

 -- Daniil Baturin <daniil@baturin.org>  Sun, 10 Nov 2013 17:44:27 +0100

vyatta-op-vpn (0.14.0+hydrogen1) unstable; urgency=low

  * Fix branch name

 -- Daniil Baturin <daniil@baturin.org>  Sun, 10 Nov 2013 00:00:00 +0100

vyatta-op-vpn (0.13.83+daisy6) unstable; urgency=low

  * perltidy run for vyatta-op-vpn

 -- Saurabh Mohan <saurabh@vyatta.com>  Tue, 19 Feb 2013 16:17:29 -0800

vyatta-op-vpn (0.13.83+daisy5) unstable; urgency=low

  * Merge + support show vpn ipsec sa detail/statistics profile

 -- Saurabh Mohan <saurabh@vyatta.com>  Tue, 05 Feb 2013 15:01:21 -0800

vyatta-op-vpn (0.13.83+daisy4) unstable; urgency=low

  * Support for reset vpn ipsec-profile

 -- Saurabh Mohan <saurabh@vyatta.com>  Tue, 29 Jan 2013 15:55:16 -0800

vyatta-op-vpn (0.13.83+daisy3) unstable; urgency=low

  * Dmvpn merge with mirantis jan22-2013

 -- Saurabh Mohan <saurabh@vyatta.com>  Tue, 22 Jan 2013 12:31:08 -0800

vyatta-op-vpn (0.13.83+daisy2) unstable; urgency=low

  * Support for dmvpn-ipsec connections in op-vpn.

 -- Saurabh Mohan <saurabh@vyatta.com>  Wed, 26 Dec 2012 14:16:28 -0800

vyatta-op-vpn (0.13.83+daisy1) unstable; urgency=low

  * create daisy branch

 -- John Southworth <john.southworth@vyatta.com>  Sat, 13 Oct 2012 13:31:30 -0700

vyatta-op-vpn (0.13.83) unstable; urgency=low

  * new branch

 -- John Southworth <john.southworth@vyatta.com>  Fri, 12 Oct 2012 19:47:59 -0700

vyatta-op-vpn (0.13.82) unstable; urgency=low

  * Bugfix 8376: Add vti as an option under 'reset vpn ipsec-peer'

 -- Saurabh Mohan <saurabh@vyatta.com>  Wed, 19 Sep 2012 10:14:05 -0700

vyatta-op-vpn (0.13.81) unstable; urgency=low

  * new branch

 -- Deepti Kulkarni <deepti@vyatta.com>  Sat, 03 Mar 2012 02:26:24 -0800

vyatta-op-vpn (0.13.80) unstable; urgency=low

  * Move 'clear vpn' to 'reset vpn'
  * Bugfix 7568: Add ability to get to in-kernel information for ipsec
    transformations
  * Bugfix 7574: Fix output to match command structure for restart vpn
    and reset vpn
  * 0.13.79

 -- John Southworth <john.southworth@vyatta.com>  Thu, 27 Oct 2011 17:49:54 -0500

vyatta-op-vpn (0.13.79) unstable; urgency=low

  * Move 'clear vpn' to 'reset vpn'
  * Bugfix 7568: Add ability to get to in-kernel information for ipsec
    transformations
  * Bugfix 7574: Fix output to match command structure for restart vpn
    and reset vpn

 -- John Southworth <john.southworth@vyatta.com>  Thu, 27 Oct 2011 17:49:49 -0500

vyatta-op-vpn (0.13.78) unstable; urgency=low

  * Bugfix 7465: fix 3des in show commands
  * 0.13.77

 -- John Southworth <john.southworth@vyatta.com>  Tue, 23 Aug 2011 19:04:36 -0500

vyatta-op-vpn (0.13.77) unstable; urgency=low

  * Bugfix 7465: fix 3des in show commands

 -- John Southworth <john.southworth@vyatta.com>  Tue, 23 Aug 2011 19:04:15 -0500

vyatta-op-vpn (0.13.76) unstable; urgency=low

  * Bugfix 7316: remove next-hop router from vpn connection line before
    parsing since we don't display it currently

 -- John Southworth <john.southworth@vyatta.com>  Mon, 11 Jul 2011 12:53:02 -0500

vyatta-op-vpn (0.13.75) unstable; urgency=low

  * new branch

 -- Deepti Kulkarni <deepti@vyatta.com>  Thu, 07 Jul 2011 20:58:28 -0700

vyatta-op-vpn (0.13.74) unstable; urgency=low

  * Fix off by one error on byte conversion function

 -- John Southworth <john.southworth@vyatta.com>  Wed, 06 Jul 2011 20:33:10 -0500

vyatta-op-vpn (0.13.73) unstable; urgency=low

  * remove extraneous debug output

 -- John Southworth <john.southworth@vyatta.com>  Thu, 16 Jun 2011 13:06:53 -0500

vyatta-op-vpn (0.13.72) unstable; urgency=low

  * Bugfix 7146: parse properly when port is only setup on one endpoint

 -- John Southworth <john.southworth@vyatta.com>  Thu, 09 Jun 2011 13:13:27 -0500

vyatta-op-vpn (0.13.71) unstable; urgency=low

  * fix parsing of esp string when only one side has data. Remove
    attempt to figure out the dh-group when the pfs-group shows Phase1,
    since it doesn't work properly

 -- John Southworth <john.southworth@vyatta.com>  Tue, 17 May 2011 18:47:20 -0500

vyatta-op-vpn (0.13.70) unstable; urgency=low

  * fix special case for wildcard peer since it uses
    'EVENT_SA_REPLACE_IF_USED' on initial connection

 -- John Southworth <john.southworth@vyatta.com>  Thu, 05 May 2011 16:16:48 -0500

vyatta-op-vpn (0.13.69) unstable; urgency=low

  * Add ability to generate an x509 key pair (certificate signing
    request, private key)

 -- John Southworth <john.southworth@vyatta.com>  Thu, 05 May 2011 12:19:43 -0500

vyatta-op-vpn (0.13.68) unstable; urgency=low

  * Fix Bug 7010 Update commands to save/retrieve files from /config

 -- Mohit Mehta <mohit@vyatta.com>  Wed, 04 May 2011 17:44:05 -0700

vyatta-op-vpn (0.13.67) unstable; urgency=low

  * Fix perlcritic error

 -- John Southworth <john.southworth@vyatta.com>  Tue, 08 Mar 2011 13:10:33 -0600

vyatta-op-vpn (0.13.66) unstable; urgency=low

  * Moved the diffie-hellman group out to the 'show vpn ike sa' command
    as it is related to phase1 and not phase2. Processing of the value
    still happens in the 'show vpn ipsec sa detail' code as it may need
    the value because if now pfs group is defined for phase2 it uses the
    same group as phase1

 -- John Southworth <john.southworth@vyatta.com>  Mon, 28 Feb 2011 20:14:27 -0600

vyatta-op-vpn (0.13.65) unstable; urgency=low

  * Diffie-Hellman group is an ike parameter, moving it to the peer
    level of the detailed ipsec output

 -- John Southworth <john.southworth@vyatta.com>  Mon, 28 Feb 2011 17:19:20 -0600

vyatta-op-vpn (0.13.64) unstable; urgency=low

  * Print description for a peer from the configuration if it is
    configured in the show commands

 -- John Southworth <john.southworth@vyatta.com>  Mon, 28 Feb 2011 12:17:51 -0600

vyatta-op-vpn (0.13.63) unstable; urgency=low

  * add a function to get the ike state of a peer
  * add a function to get the ike state of a peer

 -- John Southworth <john.southworth@vyatta.com>  Fri, 25 Feb 2011 18:38:13 -0600

vyatta-op-vpn (0.13.62) unstable; urgency=low

  * Fix 'show vpn ike status'

 -- John Southworth <john.southworth@vyatta.com>  Fri, 25 Feb 2011 16:01:54 -0600

vyatta-op-vpn (0.13.61) unstable; urgency=low

  * Make 'show vpn ipsec status' aware of the dhcp-interface option

 -- John Southworth <john.southworth@vyatta.com>  Thu, 24 Feb 2011 19:22:32 -0600

vyatta-op-vpn (0.13.60) unstable; urgency=low

  * Fix case where local-ip is 0.0.0.0

 -- John Southworth <john.southworth@vyatta.com>  Thu, 24 Feb 2011 11:55:06 -0600

vyatta-op-vpn (0.13.59) unstable; urgency=low

  * Remove old op mode commands from build

 -- John Southworth <john.southworth@vyatta.com>  Tue, 22 Feb 2011 16:53:19 -0600

vyatta-op-vpn (0.13.58) unstable; urgency=low

  * Clean up some duplicate code in OPMode module

 -- John Southworth <john.southworth@vyatta.com>  Tue, 22 Feb 2011 12:45:45 -0600

vyatta-op-vpn (0.13.57) unstable; urgency=low

  * Fix a special case where the peer is 0.0.0.0 for op-mode commands

 -- John Southworth <john.southworth@vyatta.com>  Fri, 18 Feb 2011 16:51:02 -0600

vyatta-op-vpn (0.13.56) unstable; urgency=low

  * Make spacing between peers more noticable

 -- John Southworth <john.southworth@vyatta.com>  Fri, 11 Feb 2011 16:34:43 -0600

vyatta-op-vpn (0.13.55) unstable; urgency=low

  *  Changed output of ipsec opmode to be cleaner, minor adjustment

 -- John Southworth <john.southworth@vyatta.com>  Fri, 11 Feb 2011 16:20:22 -0600

vyatta-op-vpn (0.13.54) unstable; urgency=low

  *  Changed output of ipsec opmode to be cleaner

 -- John Southworth <john.southworth@vyatta.com>  Fri, 11 Feb 2011 16:11:07 -0600

vyatta-op-vpn (0.13.53) unstable; urgency=low

  * Faster per peer/tunnel processing for operational mode commands

 -- John Southworth <john.southworth@vyatta.com>  Thu, 10 Feb 2011 16:10:15 -0600

vyatta-op-vpn (0.13.52) unstable; urgency=low

  * Initial x509 for site-to-site ipsec vpn

 -- John Southworth <john.southworth@vyatta.com>  Tue, 08 Feb 2011 19:06:49 -0600

vyatta-op-vpn (0.13.51) unstable; urgency=low

  * Fix parsing  when only the left subnet is configured

 -- John Southworth <john.southworth@vyatta.com>  Mon, 07 Feb 2011 18:38:18 -0600

vyatta-op-vpn (0.13.50) unstable; urgency=low

  * Bugfix 5802: add auto-update feature, for Dynamic DNS peers

 -- John Southworth <john.southworth@vyatta.com>  Mon, 07 Feb 2011 16:00:36 -0600

vyatta-op-vpn (0.13.49) unstable; urgency=low

  * Fix filehandlers to conform to perl style guidelines

 -- John Southworth <john.southworth@vyatta.com>  Mon, 07 Feb 2011 12:34:09 -0600

vyatta-op-vpn (0.13.48) unstable; urgency=low

  * Allow debugging of specific peers and tunnels

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

vyatta-op-vpn (0.13.47) unstable; urgency=low

  * Fix handling of IKE SA's in show commands

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

vyatta-op-vpn (0.13.46) unstable; urgency=low

  * Work on new IPsec operational mode script. Since protocol must be
    the same on local and remote we can show it on the brief output

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

vyatta-op-vpn (0.13.45) unstable; urgency=low

  * Work on new IPsec operational mode script. Cleanup output for
    protoport

 -- John Southworth <john.southworth@vyatta.com>  Thu, 03 Feb 2011 20:11:00 -0600

vyatta-op-vpn (0.13.44) unstable; urgency=low

  * Work on new IPsec operational mode script. Initial additions to
    support local/remote protoport

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

vyatta-op-vpn (0.13.43) unstable; urgency=low

  * Work on new IPsec operational mode script. Split into perl module;
    Adjustments for showing per tunnel information; Fix parsing of
    ipsecstatus all when using GRE matching

 -- John Southworth <john.southworth@vyatta.com>  Wed, 02 Feb 2011 18:15:45 -0600

vyatta-op-vpn (0.13.42) unstable; urgency=low

  * Work on new IPsec operational mode script. Removed calls to external
    functions; Processes 6000 tunnel configuration in approx 2 sec.
  * Work on new IPsec operational mode script. Removed calls to external
    functions; Cleaned up formatting

 -- John Southworth <john.southworth@vyatta.com>  Tue, 01 Feb 2011 20:06:09 -0600

vyatta-op-vpn (0.13.41) unstable; urgency=low

  * Work on new IPsec operational mode script. Fix 'show vpn ipsec sa
    nat-traversal'; Clean up formatting

 -- John Southworth <john.southworth@vyatta.com>  Tue, 01 Feb 2011 17:16:17 -0600

vyatta-op-vpn (0.13.40) unstable; urgency=low

  * Work on new IPsec operational mode script. Add more relevent
    information to 'show vpn ipsec sa'

 -- John Southworth <john.southworth@vyatta.com>  Tue, 01 Feb 2011 15:42:59 -0600

vyatta-op-vpn (0.13.39) unstable; urgency=low

  * Work on new IPsec operational mode script. Make processing of natt
    and static values more efficient

 -- John Southworth <john.southworth@vyatta.com>  Tue, 01 Feb 2011 12:23:01 -0600

vyatta-op-vpn (0.13.38) unstable; urgency=low

  * Work on new IPsec operational mode script. Added sorting and fixed
    cases where peer is set to '@<id>'

 -- John Southworth <john.southworth@vyatta.com>  Mon, 31 Jan 2011 20:16:05 -0600

vyatta-op-vpn (0.13.37) unstable; urgency=low

  * Work on new IPsec operational mode script. Rework to reduce the
    amount of redundant information in 'show vpn ipsec sa detail'

 -- John Southworth <john.southworth@vyatta.com>  Mon, 31 Jan 2011 14:31:26 -0600

vyatta-op-vpn (0.13.36) unstable; urgency=low

  * Work on new IPsec operational mode script. Fix some syntax; make
    show based on peer better; Add show ike secrets

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

vyatta-op-vpn (0.13.35) unstable; urgency=low

  * Work on new IPsec operational mode script. Integrate with more CLI
    commands

 -- John Southworth <john.southworth@vyatta.com>  Mon, 31 Jan 2011 11:46:38 -0600

vyatta-op-vpn (0.13.34) unstable; urgency=low

  * Work on new IPsec operational mode script. New format for commands
    for the pending addition of ipv6

 -- John Southworth <john.southworth@vyatta.com>  Mon, 31 Jan 2011 10:59:49 -0600

vyatta-op-vpn (0.13.33) unstable; urgency=low

  * Work on new IPsec operational mode script. Clean up capitalization;
    New format for 'show vpn ipsec sa' for pending addition of ipv6

 -- John Southworth <john.southworth@vyatta.com>  Fri, 28 Jan 2011 19:56:02 -0600

vyatta-op-vpn (0.13.32) unstable; urgency=low

  * Work on new IPsec operational mode script. Integrated with the
    vyatta-cli

 -- John Southworth <john.southworth@vyatta.com>  Fri, 28 Jan 2011 13:59:08 -0600

vyatta-op-vpn (0.13.31) unstable; urgency=low

  * Work on new IPsec operational mode script. Fixed some output bugs

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

vyatta-op-vpn (0.13.30) unstable; urgency=low

  * Work on new IPsec operational mode script. Fixed script to work when
    not in configure mode

 -- John Southworth <john.southworth@vyatta.com>  Fri, 28 Jan 2011 11:42:21 -0600

vyatta-op-vpn (0.13.29) unstable; urgency=low

  * Work on new IPsec operational mode script. setkey is deprecated so
    switched NAT-T detection to 'ip xfrm'

 -- John Southworth <john.southworth@vyatta.com>  Thu, 27 Jan 2011 20:03:01 -0600

vyatta-op-vpn (0.13.28) unstable; urgency=low

  * Work on new IPsec operational mode script. Made processing of NAT-T
    information more efficient

 -- John Southworth <john.southworth@vyatta.com>  Thu, 27 Jan 2011 19:22:48 -0600

vyatta-op-vpn (0.13.27) unstable; urgency=low

  * Work on new IPsec operational mode script. Initial NAT-T detection
    code
  * Work on new IPsec operational mode script. Fixed inverted SPIs
  * Work on new IPsec operational mode script. Better NAT-T detection
  * Work on new IPsec operational mode script. Cleaned up some un-need
    output

 -- John Southworth <john.southworth@vyatta.com>  Thu, 27 Jan 2011 18:56:37 -0600

vyatta-op-vpn (0.13.26) unstable; urgency=low

  * Work on new IPsec operational mode script. Still needs a way to
    detect NAT-T

 -- John Southworth <john.southworth@vyatta.com>  Thu, 27 Jan 2011 17:23:03 -0600

vyatta-op-vpn (0.13.25) unstable; urgency=low

  * Add new operational mode script, doesn't replace current programs
    yet but included in package; Related to bugs: 5305 and 6228

 -- John Southworth <john.southworth@vyatta.com>  Mon, 24 Jan 2011 11:10:20 -0600

vyatta-op-vpn (0.13.24) unstable; urgency=low

  * Bugfix 2837: Change vpn rsa-key generate to generate vpn rsa-key to
    be more consistent with the rest of the system

 -- John Southworth <john.southworth@vyatta.com>  Fri, 21 Jan 2011 18:55:27 -0600

vyatta-op-vpn (0.13.23) unstable; urgency=low

  * Make adjustment so OP mode can deal with new secrets file format

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

vyatta-op-vpn (0.13.22) unstable; urgency=low

  * new branch

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

vyatta-op-vpn (0.13.21) unstable; urgency=low

  * UNRELEASED

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

vyatta-op-vpn (0.13.20) unstable; urgency=low

  * fix squeeze build issues

 -- An-Cheng Huang <ancheng@vyatta.com>  Fri, 27 Aug 2010 16:02:21 -0700

vyatta-op-vpn (0.13.19) unstable; urgency=low

  * remove CLI backend env variables usage

 -- An-Cheng Huang <ancheng@vyatta.com>  Wed, 11 Aug 2010 17:18:44 -0700

vyatta-op-vpn (0.13.18) unstable; urgency=low

  * fix incorrect types to work with 64-bit

 -- An-Cheng Huang <ancheng@vyatta.com>  Tue, 27 Jul 2010 11:59:29 -0700

vyatta-op-vpn (0.13.17) unstable; urgency=low

  * UNRELEASED

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

vyatta-op-vpn (0.13.16) unstable; urgency=low

  * part of fix for BZ 5839 - move clear process cmds under restart

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Tue, 20 Jul 2010 14:19:49 -0700

vyatta-op-vpn (0.13.15) unstable; urgency=low

  * remove op-mode command to show vpn route in table 220

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

vyatta-op-vpn (0.13.14) unstable; urgency=low

  * Fix Bug 5542

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

vyatta-op-vpn (0.13.13) 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:17 -0700

vyatta-op-vpn (0.13.12) unstable; urgency=low

  * Part of fix for Bug 5067 to add PFS group support

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

vyatta-op-vpn (0.13.11) unstable; urgency=low

  * Fix Bug 5464 "show vpn ipsec status" returns no interface and active
    tunnel number

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 17 Mar 2010 16:14:17 -0700

vyatta-op-vpn (0.13.10) unstable; urgency=low

  * UNRELEASED

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

vyatta-op-vpn (0.13.9) unstable; urgency=low

  * add op-mode command to show routes added for VPN remote-subnet

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 29 Jan 2010 16:02:23 -0800

vyatta-op-vpn (0.13.8) unstable; urgency=low

  * vyatta-op-vpn depends on vyatta-ipsec provided by vyatta-strongswan
  * fix op-mode commands for migration to strongswan
  * use correct path for ported newhostkey command
  * fix show vpn commands to work with strongswan

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

vyatta-op-vpn (0.13.7) unstable; urgency=low

  * skip used tags

 -- An-Cheng Huang <ancheng@vyatta.com>  Wed, 02 Dec 2009 10:46:17 -0800

vyatta-op-vpn (0.13.4) unstable; urgency=low

  * use vyatta openswan

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

vyatta-op-vpn (0.13.3) unstable; urgency=low

  * * Fix Bug 4017 Add the ability to restart individual IPSec tunnels

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 09 Oct 2009 17:13:48 -0700

vyatta-op-vpn (0.13.2) unstable; urgency=low

  * UNRELEASED

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

vyatta-op-vpn (0.13.1) unstable; urgency=low

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

  [ Stephen Hemminger ]
  * Convert to Vyatta::

  [ Stig Thormodsrud ]
  * "vpn rsa-key generate" command broken - use new perl hierarchy.

  [ Stephen Hemminger ]
  * Fix reference to Vyatta::VPNUtil

  [ 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:40:45 -0800

vyatta-op-vpn (0.13) unstable; urgency=low

	  3.2.0
  [ Mark O'Brien ]


  [ An-Cheng Huang ]
  * allow multi-arch build

  [ Mark O'Brien ]

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

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

	  3.1.2
  [ Mark O'Brien ]


  [ Stig Thormodsrud ]
  * Fix permission on call to ipsec.

  [ An-Cheng Huang ]
  * partial fix for bugs 3044, 3047, 3048: minor show command output
    header

  [ Stig Thormodsrud ]
  * Fix 3194: VPN: xml error in "show vpn ike" command output

  [ Mark O'Brien ]

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

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

	  3.1.1
  [ Mark O'Brien ]


  [ rbalocca ]
  * Fix syntax issue

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Sat, 28 Jun 2008 11:22:22 -0700

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

	  3.1.0
  [ Mark O'Brien ]


  [ Stig Thormodsrud ]
  * Fix 3285: "show vpn debug" has bash error
  * Fix 3285: CLI command does not restart VPN: run clear vpn ipsec-
    process

  [ rbalocca ]
  * Ignore derived files
  * 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:27:11 -0700

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

  3.0.5


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

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

  3.0.4


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

vyatta-op-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:38 -0700

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

  VC4.0.2


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

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

  VC4.0.2 release candidate


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

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

  3.0.2
  [ Mark O'Brien ]

  * 3.0.1

  [ Stig Thormodsrud ]
  * Fix 3023 "show vpn debug" displays system errors

  [ rbalocca ]
  * Add missing dependencies
  * 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:01:07 -0700

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

  VC4.0.1
  [ Mark O'Brien ]


  [ Marat Nepomnyashy ]
  * Query original/active runtime config rather than the new/pending
    config.
  * Added 'libsablot0' dependencies.

  [ Stephen Hemminger ]
  * Replace VPL with GPLv2
  * Change license from VPL to GPLv2
  * update from VPL1.0 to GPLv2
  * update scripts from VPL1.0 to GPLv2

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

  [ Mark O'Brien ]

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

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

  vc4.0.0
  [ Mark O'Brien ]


  [ Marat Nepomnyashy ]
  * Moved execution of 'show vpn' commands to '/opt/vyatta/bin/sudo-
    users' so that operator users can execute them.  Bug 2865 fix.
  * Fixed-up operator commands 'clear vpn ipsec-process' and 'show vpn
    debug detail' so that they no longer require sudo password.
  * Initialize variable and check for invalid args.
  * Call 'gen_local_rsa_key.pl' from '/opt/vyatta/bin/sudo-users/'
    rather than '/opt/vyatta/sbin/'.  Bug 2883 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:39:21 -0800

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

  * Initial Release.

 -- Marat Nepomnyashy <marat@vyatta.co>  Wed, 02 Jan 2008 12:19:47 -0700