/[smecontribs]/rpms/smeserver-libreswan/contribs9/smeserver-libreswan-modify-identifiers.patch
ViewVC logotype

Contents of /rpms/smeserver-libreswan/contribs9/smeserver-libreswan-modify-identifiers.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Jan 26 10:35:32 2017 UTC (7 years, 3 months ago) by reetspetit
Branch: MAIN
CVS Tags: smeserver-libreswan-0_5-26_el6_sme, smeserver-libreswan-0_5-31_el6_sme, smeserver-libreswan-0_5-33_el6_sme, smeserver-libreswan-0_5-25_el6_sme, smeserver-libreswan-0_5-30_el6_sme, smeserver-libreswan-0_5-32_el6_sme, smeserver-libreswan-0_5-28_el6_sme, smeserver-libreswan-0_5-27_el6_sme, smeserver-libreswan-0_5-24_el6_sme, smeserver-libreswan-0_5-29_el6_sme, smeserver-libreswan-0_5-34_el6_sme, HEAD
* Thu Jan 26 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-24.sme
 - remove automatic \@ in IDs - Fixes [SME: 9729]
 - fix swapped left/right IDs in password file

1 diff -ruN smeserver-libreswan-0.5.old/root/etc/e-smith/templates/etc/ipsec.d/ipsec.secrets/10Passwords smeserver-libreswan-0.5/root/etc/e-smith/templates/etc/ipsec.d/ipsec.secrets/10Passwords
2 --- smeserver-libreswan-0.5.old/root/etc/e-smith/templates/etc/ipsec.d/ipsec.secrets/10Passwords 2017-01-26 11:30:37.126000041 +0100
3 +++ smeserver-libreswan-0.5/root/etc/e-smith/templates/etc/ipsec.d/ipsec.secrets/10Passwords 2017-01-26 11:30:48.421000041 +0100
4 @@ -74,7 +74,7 @@
5 $OUT .= "$left %any \: PSK \"$passwd\"";
6 }
7 else {
8 - $OUT .= "\@$leftid \@$rightid \: PSK \"$passwd\"";
9 + $OUT .= "$leftid $rightid \: PSK \"$passwd\"";
10 }
11 }
12
13 @@ -83,12 +83,12 @@
14 $OUT .= "%any $right\: PSK \"$passwd\"";
15 }
16 else {
17 - $OUT .= "\@$rightid \@$leftid \: PSK \"$passwd\"";
18 + $OUT .= "$leftid $rightid \: PSK \"$passwd\"";
19 }
20 }
21
22 elsif ( ( $leftid ne '' ) && ( $rightid ne '' ) ) {
23 - $OUT .= "\@$rightid \@$leftid \: PSK \"$passwd\"";
24 + $OUT .= "$leftid $rightid \: PSK \"$passwd\"";
25 }
26
27 else {

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed