This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 1638682beb691a4bf40f4db155c109d9a34536a4 (commit) via a9fb14d0513d71accacfded36f46e471cb3a88d6 (commit) via 040b8b0c5ed052025d9c35e26eb7092510deb25c (commit) via bc2b3e9483f37ec497b3460faf0208cfb87cdfc5 (commit) via d9fe569366e9dca7f833b53a212ea2ef4311d45f (commit) via ed4b4c19b9e47229ead960bd43bcc9cd6a01413a (commit) from 7e8d00649625a1f8f77e086d402e02b2ab2dce79 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1638682beb691a4bf40f4db155c109d9a34536a4 Author: Alf Høgemark Date: Wed May 14 21:56:42 2014 +0200 cgi-bin: Add title attribute to input type image where missing Almost all of Date: Tue Feb 18 17:48:57 2014 +0000 cgi-bin: Use readonly="readonly" attribute on html input elements The proper way to mark readonly is to use readonly="readonly", not readonly="true", like it was done some places. commit 040b8b0c5ed052025d9c35e26eb7092510deb25c Author: Alf Høgemark Date: Wed May 14 21:54:27 2014 +0200 ovpnmain.cgi: Use language string keys already defined commit bc2b3e9483f37ec497b3460faf0208cfb87cdfc5 Author: Alf Høgemark Date: Wed May 14 21:51:50 2014 +0200 vpnmain.cgi: htmlcleanup, change html tags from uppercase to lowercase commit d9fe569366e9dca7f833b53a212ea2ef4311d45f Author: Alexander Marx Date: Fri Jan 31 21:23:21 2014 +0100 openvpn: Wrong subnet calculation bug fix. Fixes #10466. commit ed4b4c19b9e47229ead960bd43bcc9cd6a01413a Author: Michael Tremer Date: Sun Jan 12 15:40:50 2014 +0100 Re-apply: OpenVPN: Fix daemon stuck in WAIT state. When the client is in the WAIT state, it is usally connected to the server. Conflicts: html/cgi-bin/index.cgi html/cgi-bin/ovpnmain.cgi ----------------------------------------------------------------------- Summary of changes: html/cgi-bin/ovpnmain.cgi | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) Difference in files: diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index a051b5d..907e8c0 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -567,7 +567,7 @@ sub getccdadresses my @iprange=(); my %ccdhash=(); &General::readhasharray("${General::swroot}/ovpn/ovpnconfig", \%ccdhash); - $iprange[0]=$ip1.".".$ip2.".".$ip3.".".2; + $iprange[0]=$ip1.".".$ip2.".".$ip3.".".($ip4+2); for (my $i=1;$i<=$count;$i++) { my $tmpip=$iprange[$i-1]; my $stepper=$i*4; @@ -2698,7 +2698,7 @@ print <SHA1 (160 $Lang::tr{'bit'}) - Default: SHA1 (160 $Lang::tr{'bit'}) + $Lang::tr{'openvpn default'}: SHA1 (160 $Lang::tr{'bit'}) @@ -2793,7 +2793,7 @@ if ($cgiparams{'ACTION'} eq "edit"){ - + @@ -2853,7 +2853,7 @@ END print" + END ; } @@ -3092,7 +3092,7 @@ if ( -s "${General::swroot}/ovpn/settings") { - + @@ -4729,7 +4729,7 @@ if ($cgiparams{'TYPE'} eq 'host') { - + @@ -5046,7 +5046,7 @@ END - +
$Lang::tr{'ccd name'}:$Lang::tr{'ccd subnet'}:
$Lang::tr{'ccd subnet'}:

$ccdconf[0]$ccdconf[1]$ccdhosts/".(&ccdmaxclients($ccdconf[1])+1).""; print < - + @@ -2862,7 +2862,7 @@ END -
$Lang::tr{'net to net vpn'} (Upload Client Package)
 
 Import Connection Name
 Default : Client Packagename
 $Lang::tr{'openvpn default'}: Client Packagename

* $Lang::tr{'this field may be blank'}
  $Lang::tr{'pkcs12 file password'}:
 $Lang::tr{'pkcs12 file password'}:
($Lang::tr{'confirmation'})
 $Lang::tr{'pkcs12 file password'}:
($Lang::tr{'confirmation'})
 

$Lang::tr{'destination port'}:
$Lang::tr{'MTU'}  $Lang::tr{'cipher'}