You can subscribe to this list here.
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(21) |
Nov
(30) |
Dec
(9) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2011 |
Jan
(9) |
Feb
(11) |
Mar
(18) |
Apr
(75) |
May
(28) |
Jun
(9) |
Jul
(8) |
Aug
(21) |
Sep
(8) |
Oct
(12) |
Nov
(21) |
Dec
(15) |
| 2012 |
Jan
(24) |
Feb
(35) |
Mar
(18) |
Apr
(9) |
May
(22) |
Jun
(60) |
Jul
(22) |
Aug
(3) |
Sep
(21) |
Oct
(29) |
Nov
(18) |
Dec
(18) |
| 2013 |
Jan
(11) |
Feb
(21) |
Mar
|
Apr
(2) |
May
(5) |
Jun
(7) |
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(8) |
Oct
(4) |
Nov
|
Dec
(13) |
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(24) |
Jun
(2) |
Jul
(4) |
Aug
(54) |
Sep
(18) |
Oct
(22) |
Nov
(29) |
Dec
(65) |
| 2017 |
Jan
(26) |
Feb
(2) |
Mar
(2) |
Apr
(4) |
May
(25) |
Jun
(6) |
Jul
(6) |
Aug
(18) |
Sep
(14) |
Oct
|
Nov
|
Dec
(4) |
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
|
| 2019 |
Jan
(1) |
Feb
(10) |
Mar
(8) |
Apr
(8) |
May
(7) |
Jun
(15) |
Jul
(15) |
Aug
(11) |
Sep
(10) |
Oct
(21) |
Nov
(25) |
Dec
(10) |
| 2020 |
Jan
(9) |
Feb
(10) |
Mar
(21) |
Apr
(38) |
May
(21) |
Jun
(28) |
Jul
(65) |
Aug
(53) |
Sep
(76) |
Oct
(37) |
Nov
(14) |
Dec
(18) |
| 2021 |
Jan
(26) |
Feb
(14) |
Mar
(33) |
Apr
(59) |
May
(23) |
Jun
(36) |
Jul
(14) |
Aug
(15) |
Sep
(20) |
Oct
(34) |
Nov
(35) |
Dec
(40) |
| 2022 |
Jan
(30) |
Feb
(46) |
Mar
(57) |
Apr
(38) |
May
(49) |
Jun
(27) |
Jul
(34) |
Aug
(83) |
Sep
(29) |
Oct
(28) |
Nov
(66) |
Dec
(116) |
| 2023 |
Jan
(95) |
Feb
(64) |
Mar
(116) |
Apr
(29) |
May
(58) |
Jun
(30) |
Jul
(162) |
Aug
(117) |
Sep
(222) |
Oct
(197) |
Nov
(272) |
Dec
(174) |
| 2024 |
Jan
(156) |
Feb
(182) |
Mar
(220) |
Apr
(150) |
May
(165) |
Jun
(207) |
Jul
(157) |
Aug
(94) |
Sep
(226) |
Oct
(363) |
Nov
(333) |
Dec
(286) |
| 2025 |
Jan
(331) |
Feb
(265) |
Mar
(273) |
Apr
(250) |
May
(277) |
Jun
(504) |
Jul
(394) |
Aug
(497) |
Sep
(552) |
Oct
(601) |
Nov
(500) |
Dec
(307) |
|
From: <ope...@li...> - 2011-09-30 07:53:52
|
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 "OpenVPN main development repository".
The branch, master has been updated
via 3a957aaef3ae512b217dd475a846a0ea35aae49c (commit)
from 8ca19c014c149cf69257798afa6c75d1ff8f11a7 (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 3a957aaef3ae512b217dd475a846a0ea35aae49c
Author: Davide Guerri <d.g...@ca...>
Date: Thu Sep 15 23:42:22 2011 +0200
New feauture: Add --stale-routes-check
This patch adds a stale-routes-check option that takes 2 parameters: a ageing
time (in seconds) and a check interval (in seconds). The latter defaults to the
former if it's not present. Internally, a new "check" is added in
multi_process_per_second_timers_dowork(). This check deletes stale routes and
it is inspired to the function multi_reap_range().
We're running a very large connectivity infrastructure based on openVPN (more
than 4000 different clients connected per day per server), so we can throughly
check this patch (or, of course, any variant of it).
Signed-off-by: Davide Guerri <d.g...@ca...>
Reviewed-by: David Sommerseth <da...@re...>
Acked-by: Adriaan de Jong <de...@fo...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
multi.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++
multi.h | 5 +++++
openvpn.8 | 19 +++++++++++++++++++
options.c | 25 +++++++++++++++++++++++++
options.h | 2 ++
5 files changed, 97 insertions(+), 0 deletions(-)
hooks/post-receive
--
OpenVPN main development repository
|
|
From: <ope...@li...> - 2011-09-21 13:23:27
|
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 "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, master has been updated
via 8ca19c014c149cf69257798afa6c75d1ff8f11a7 (commit)
via c02a84051297d97ba5955b93cdf479393b1dc1f8 (commit)
via 79a5aa44ca30b0a9c5ba067f099bc1b97d8454e0 (commit)
from c21b73f251f76e84f789484587e7c82735977549 (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 8ca19c014c149cf69257798afa6c75d1ff8f11a7
Author: Gert Doering <ge...@gr...>
Date: Fri Sep 16 19:51:09 2011 +0200
Platform cleanup for NetBSD
make TAP devices work (need to go via multiplex device /dev/tap)
cleanup TUN devices at program end ("ifconfig tunX destroy")
correctly setup TUN devices for "topology subnet"
don't try to put TAP devices into TUNSIFHEAD mode (get rid of error message)
Tested on NetBSD 5.1_STABLE / Sparc64
Signed-off-by: Gert Doering <ge...@gr...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
commit c02a84051297d97ba5955b93cdf479393b1dc1f8
Author: JuanJo Ciarlante <jj...@go...>
Date: Mon Sep 19 16:07:14 2011 +0200
fix ipv6 compilation under macosx >= 1070 - v3
- use __APPLE_USE_RFC_3542 for macosx build environment >= 1070
- define SOL_IP from IPPROTO_IP if it's missing
In Linux man 7 ip says:
"Using SOL_IP socket options level isn't portable, BSD-based
stacks use IPPROTO_IP level."
Signed-off-by: JuanJo Ciarlante <jj...@go...>
Tested-by: Eric F Crist <ec...@se...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
commit 79a5aa44ca30b0a9c5ba067f099bc1b97d8454e0
Author: David Sommerseth <da...@re...>
Date: Mon Sep 19 16:43:04 2011 +0200
Fixed compile issues on FreeBSD and Solaris
In commit 7fb0e07ec3f7c5f6514523085dbe struct route changed and
this change was not fixed in all places in tun.c, which caused
a compilation error. A few whitespace fixes is added as well.
OSX needs to be fixed as well, but this will be done in a separate patch.
Tested-by: Eric F Crist <ec...@se...> (FreeBSD)
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
socket.c | 3 +-
socket.h | 6 +--
syshead.h | 18 ++++++++++
tun.c | 105 +++++++++++++++++++++++++++++++++++++++++++++----------------
4 files changed, 99 insertions(+), 33 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|
|
From: <ope...@li...> - 2011-09-21 13:22:16
|
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 "OpenVPN main development repository".
The branch, master has been updated
via 8ca19c014c149cf69257798afa6c75d1ff8f11a7 (commit)
via c02a84051297d97ba5955b93cdf479393b1dc1f8 (commit)
via 79a5aa44ca30b0a9c5ba067f099bc1b97d8454e0 (commit)
from c21b73f251f76e84f789484587e7c82735977549 (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 8ca19c014c149cf69257798afa6c75d1ff8f11a7
Author: Gert Doering <ge...@gr...>
Date: Fri Sep 16 19:51:09 2011 +0200
Platform cleanup for NetBSD
make TAP devices work (need to go via multiplex device /dev/tap)
cleanup TUN devices at program end ("ifconfig tunX destroy")
correctly setup TUN devices for "topology subnet"
don't try to put TAP devices into TUNSIFHEAD mode (get rid of error message)
Tested on NetBSD 5.1_STABLE / Sparc64
Signed-off-by: Gert Doering <ge...@gr...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
commit c02a84051297d97ba5955b93cdf479393b1dc1f8
Author: JuanJo Ciarlante <jj...@go...>
Date: Mon Sep 19 16:07:14 2011 +0200
fix ipv6 compilation under macosx >= 1070 - v3
- use __APPLE_USE_RFC_3542 for macosx build environment >= 1070
- define SOL_IP from IPPROTO_IP if it's missing
In Linux man 7 ip says:
"Using SOL_IP socket options level isn't portable, BSD-based
stacks use IPPROTO_IP level."
Signed-off-by: JuanJo Ciarlante <jj...@go...>
Tested-by: Eric F Crist <ec...@se...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
commit 79a5aa44ca30b0a9c5ba067f099bc1b97d8454e0
Author: David Sommerseth <da...@re...>
Date: Mon Sep 19 16:43:04 2011 +0200
Fixed compile issues on FreeBSD and Solaris
In commit 7fb0e07ec3f7c5f6514523085dbe struct route changed and
this change was not fixed in all places in tun.c, which caused
a compilation error. A few whitespace fixes is added as well.
OSX needs to be fixed as well, but this will be done in a separate patch.
Tested-by: Eric F Crist <ec...@se...> (FreeBSD)
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
socket.c | 3 +-
socket.h | 6 +--
syshead.h | 18 ++++++++++
tun.c | 105 +++++++++++++++++++++++++++++++++++++++++++++----------------
4 files changed, 99 insertions(+), 33 deletions(-)
hooks/post-receive
--
OpenVPN main development repository
|
|
From: <ope...@li...> - 2011-09-05 10:11:56
|
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 "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, master has been updated
via c21b73f251f76e84f789484587e7c82735977549 (commit)
from 8cfa4ebddcfa46ba04705b0291a91d2ac88ab27e (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 c21b73f251f76e84f789484587e7c82735977549
Author: James Yonan <ja...@op...>
Date: Fri Sep 2 23:49:45 2011 +0000
Fixed management interface bug where >FATAL notifications were
not being output properly because the management interface
socket was being closed before the >FATAL notification could
be transmitted.
Version 2.1.14
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7587 e7ae566f-a301-0410-adde-c780ea21d3b5
-----------------------------------------------------------------------
Summary of changes:
manage.c | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|
|
From: <ope...@li...> - 2011-09-05 10:11:17
|
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 "OpenVPN main development repository".
The branch, master has been updated
via c21b73f251f76e84f789484587e7c82735977549 (commit)
from 8cfa4ebddcfa46ba04705b0291a91d2ac88ab27e (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 c21b73f251f76e84f789484587e7c82735977549
Author: James Yonan <ja...@op...>
Date: Fri Sep 2 23:49:45 2011 +0000
Fixed management interface bug where >FATAL notifications were
not being output properly because the management interface
socket was being closed before the >FATAL notification could
be transmitted.
Version 2.1.14
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7587 e7ae566f-a301-0410-adde-c780ea21d3b5
-----------------------------------------------------------------------
Summary of changes:
manage.c | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
hooks/post-receive
--
OpenVPN main development repository
|
|
From: <ope...@li...> - 2011-09-01 06:41:47
|
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 "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, master has been updated
via 8cfa4ebddcfa46ba04705b0291a91d2ac88ab27e (commit)
from d90428d141102a646a20b1310de1716621e32bd6 (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 8cfa4ebddcfa46ba04705b0291a91d2ac88ab27e
Author: James Yonan <ja...@op...>
Date: Fri Aug 26 00:43:45 2011 +0000
Minor fix to CC_PRINT char class -- treat DEL (ascii 127)
as a control char.
Version 2.1.13.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7581 e7ae566f-a301-0410-adde-c780ea21d3b5
-----------------------------------------------------------------------
Summary of changes:
buffer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|
|
From: <ope...@li...> - 2011-09-01 06:41:17
|
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 "OpenVPN main development repository".
The branch, master has been updated
via 8cfa4ebddcfa46ba04705b0291a91d2ac88ab27e (commit)
from d90428d141102a646a20b1310de1716621e32bd6 (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 8cfa4ebddcfa46ba04705b0291a91d2ac88ab27e
Author: James Yonan <ja...@op...>
Date: Fri Aug 26 00:43:45 2011 +0000
Minor fix to CC_PRINT char class -- treat DEL (ascii 127)
as a control char.
Version 2.1.13.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7581 e7ae566f-a301-0410-adde-c780ea21d3b5
-----------------------------------------------------------------------
Summary of changes:
buffer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
OpenVPN main development repository
|
|
From: <ope...@li...> - 2011-08-31 18:25:52
|
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 "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, master has been updated
via d90428d141102a646a20b1310de1716621e32bd6 (commit)
from 82167eb2ecfda2ddfbe9899ff7a58b13fac23a60 (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 d90428d141102a646a20b1310de1716621e32bd6
Author: Heiko Hund <hei...@so...>
Date: Wed Aug 31 20:05:15 2011 +0200
add --mark option to set SO_MARK sockopt
Signed-off-by: Heiko Hund <hei...@so...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
init.c | 1 +
openvpn.8 | 6 ++++++
options.c | 14 ++++++++++++++
options.h | 3 +++
socket.c | 13 +++++++++++++
socket.h | 1 +
6 files changed, 38 insertions(+), 0 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|
|
From: <ope...@li...> - 2011-08-31 18:25:31
|
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 "OpenVPN main development repository".
The branch, master has been updated
via d90428d141102a646a20b1310de1716621e32bd6 (commit)
from 82167eb2ecfda2ddfbe9899ff7a58b13fac23a60 (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 d90428d141102a646a20b1310de1716621e32bd6
Author: Heiko Hund <hei...@so...>
Date: Wed Aug 31 20:05:15 2011 +0200
add --mark option to set SO_MARK sockopt
Signed-off-by: Heiko Hund <hei...@so...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
init.c | 1 +
openvpn.8 | 6 ++++++
options.c | 14 ++++++++++++++
options.h | 3 +++
socket.c | 13 +++++++++++++
socket.h | 1 +
6 files changed, 38 insertions(+), 0 deletions(-)
hooks/post-receive
--
OpenVPN main development repository
|
|
From: <ope...@li...> - 2011-08-31 17:47:38
|
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 "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, master has been updated
via 82167eb2ecfda2ddfbe9899ff7a58b13fac23a60 (commit)
from a18c2b025c851a50bd2df33af5bad99b467da595 (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 82167eb2ecfda2ddfbe9899ff7a58b13fac23a60
Author: Heiko Hund <hei...@so...>
Date: Wed Aug 31 14:49:22 2011 +0000
define IN6_ARE_ADDR_EQUAL macro for WIN32
Windows headers do not define the IN6_ARE_ADDR_EQUAL macro. It needs
to be defined locally when building for WIN32.
Signed-off-by: Heiko Hund <hei...@so...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
win32.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|
|
From: <ope...@li...> - 2011-08-31 17:46:14
|
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 "OpenVPN main development repository".
The branch, master has been updated
via 82167eb2ecfda2ddfbe9899ff7a58b13fac23a60 (commit)
from a18c2b025c851a50bd2df33af5bad99b467da595 (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 82167eb2ecfda2ddfbe9899ff7a58b13fac23a60
Author: Heiko Hund <hei...@so...>
Date: Wed Aug 31 14:49:22 2011 +0000
define IN6_ARE_ADDR_EQUAL macro for WIN32
Windows headers do not define the IN6_ARE_ADDR_EQUAL macro. It needs
to be defined locally when building for WIN32.
Signed-off-by: Heiko Hund <hei...@so...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
win32.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
OpenVPN main development repository
|
|
From: <ope...@li...> - 2011-08-31 17:37:44
|
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 "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, master has been updated
via a18c2b025c851a50bd2df33af5bad99b467da595 (commit)
from b9a13c7a0446fdd46ef834ad0de30a25cba89e74 (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 a18c2b025c851a50bd2df33af5bad99b467da595
Author: Heiko Hund <hei...@so...>
Date: Wed Aug 31 14:38:08 2011 +0000
lowercase include header name in syshead.h
Cross compiling for Windows is broken since commit
739fa9881f12e67dc8b9cadc7230e59e7fe42423 added the mixed
case header name "NtDDNdis.h" to the file. While this header
exists in a MinGW build environment it's lowercase there.
Windows doesn't mind the case of a file name, but Linux does.
So, lowercasing the filename will make openvpn build in both
worlds.
Signed-off-by: Heiko Hund <hei...@so...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
syshead.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|
|
From: <ope...@li...> - 2011-08-31 17:32:55
|
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 "OpenVPN main development repository".
The branch, master has been updated
via a18c2b025c851a50bd2df33af5bad99b467da595 (commit)
from b9a13c7a0446fdd46ef834ad0de30a25cba89e74 (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 a18c2b025c851a50bd2df33af5bad99b467da595
Author: Heiko Hund <hei...@so...>
Date: Wed Aug 31 14:38:08 2011 +0000
lowercase include header name in syshead.h
Cross compiling for Windows is broken since commit
739fa9881f12e67dc8b9cadc7230e59e7fe42423 added the mixed
case header name "NtDDNdis.h" to the file. While this header
exists in a MinGW build environment it's lowercase there.
Windows doesn't mind the case of a file name, but Linux does.
So, lowercasing the filename will make openvpn build in both
worlds.
Signed-off-by: Heiko Hund <hei...@so...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
syshead.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
OpenVPN main development repository
|
|
From: <ope...@li...> - 2011-08-25 18:31:35
|
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 "OpenVPN main development repository".
The branch, master has been updated
via b9a13c7a0446fdd46ef834ad0de30a25cba89e74 (commit)
via c5534a7dde9d209cb68cbf4340f87e08b450862a (commit)
via eb23089183745853fac9414d45a559a478ef51d6 (commit)
via 1ffdb2c9662c3af1f992183435b1afb006dfdc6c (commit)
via 298036413aaf978e1c5bfb0c8c987a6727e56cf9 (commit)
via 739fa9881f12e67dc8b9cadc7230e59e7fe42423 (commit)
via 869409d4bf1538d8a2d6189a56903b9959ddd909 (commit)
via c9f4568ea6633defc45c40237a7ebdb1090d4ecf (commit)
via afb6e85d88e5a7345bc0d60c0e0f9c7ec8a48965 (commit)
from 3f1745666bac31458b33f09c888769cc8c1c829b (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 b9a13c7a0446fdd46ef834ad0de30a25cba89e74
Author: Samuli Seppänen <sa...@op...>
Date: Wed Jul 13 17:12:29 2011 -0700
Fixed a typo in win32.h that prevented building with Visual Studio
Signed-off-by: Samuli Seppänen <sa...@op...>
Tested-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit c5534a7dde9d209cb68cbf4340f87e08b450862a
Author: Samuli Seppänen <sa...@op...>
Date: Wed Jul 13 17:12:28 2011 -0700
Additional Visual Studio 2008 build fixes to tun.c
Tested-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit eb23089183745853fac9414d45a559a478ef51d6
Author: JuanJo Ciarlante <jj...@go...>
Date: Thu May 26 19:01:42 2011 +0200
USE_PF_INET6 by default for v2.3
- put all #ifdef'd code in place, kill the cpp symbol,
- thus in v2.3 it's not actually possible to --disable-ipv6 :)
RATIONALE:
#1 some wacky compilers choke on #ifdef'd constructions for
concatenated strings, and given that:
#2 v2.3 has already transport ipv6 by default
=> doesn't justify putting effort on #1 to keep USE_PF_INET6
ifdef wraps.
Signed-off-by: JuanJo Ciarlante <jj...@go...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
commit 1ffdb2c9662c3af1f992183435b1afb006dfdc6c
Author: Gert Doering <ge...@gr...>
Date: Sat May 28 22:50:40 2011 +0200
Replace 32-bit-based add_in6_addr() implementation by an 8-bit based one
Windows has no 32-bit accessor to the union inside "struct in6_addr",
and the 8-bit accessor is the only common denominator across BSD, Solaris,
Linux and Windows...
Signed-off-by: Gert Doering <ge...@gr...>
Acked-by: Samuli Seppänen <sa...@op...>
Signed-off-by: David Sommerseth <da...@re...>
commit 298036413aaf978e1c5bfb0c8c987a6727e56cf9
Author: Samuli Seppänen <sa...@op...>
Date: Tue May 31 16:17:40 2011 +0300
Fix a Visual Studio 2008 build issue in socket.c
Signed-off-by: Gert Doering <ge...@gr...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit 739fa9881f12e67dc8b9cadc7230e59e7fe42423
Author: Samuli Seppanen <sa...@op...>
Date: Thu May 26 16:23:05 2011 +0300
Fix a Visual Studio 2008 build error in options.c
Partially fixes Trac ticket #137
Signed-off-by: Gert Doering <ge...@gr...>
Tested-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
commit 869409d4bf1538d8a2d6189a56903b9959ddd909
Author: Samuli Seppanen <sa...@op...>
Date: Thu May 26 16:23:04 2011 +0300
Fix a Visual Studio 2008 build error in tun.c
Partially fixes ticket #137
Signed-off-by: Gert Doering <ge...@gr...>
Tested-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit c9f4568ea6633defc45c40237a7ebdb1090d4ecf
Author: David Sommerseth <da...@re...>
Date: Thu May 26 16:23:03 2011 +0300
Fix Microsoft Visual Studio incompatibility in plugin.c
MS Visual Studio don't like to have struct members named in the
variable declaration. Without this fix, Visual Studio is not able
to compile the new v3 plug-in API.
Signed-off-by: David Sommerseth <da...@re...>
Tested-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
commit afb6e85d88e5a7345bc0d60c0e0f9c7ec8a48965
Author: Samuli Seppänen <sa...@op...>
Date: Thu May 26 16:23:02 2011 +0300
Fixed a number of fatal build errors on Visual Studio 2008
Partially fixes ticket #137
Signed-off-by: Gert Doering <ge...@gr...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Tested-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 14 +----
helper.c | 12 ++--
init.c | 11 +----
mroute.c | 2 -
mtcp.c | 3 +
multi.c | 14 -----
options.c | 80 +++++++----------------------
plugin.c | 20 ++++----
route.c | 4 --
socket.c | 153 ++++++++++---------------------------------------------
socket.h | 35 -------------
syshead.h | 5 +-
tun.c | 5 +-
win/config.h.in | 2 +-
win32.h | 2 +
15 files changed, 78 insertions(+), 284 deletions(-)
hooks/post-receive
--
OpenVPN main development repository
|
|
From: <ope...@li...> - 2011-08-25 18:31:06
|
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 "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, master has been updated
via b9a13c7a0446fdd46ef834ad0de30a25cba89e74 (commit)
via c5534a7dde9d209cb68cbf4340f87e08b450862a (commit)
via eb23089183745853fac9414d45a559a478ef51d6 (commit)
via 1ffdb2c9662c3af1f992183435b1afb006dfdc6c (commit)
via 298036413aaf978e1c5bfb0c8c987a6727e56cf9 (commit)
via 739fa9881f12e67dc8b9cadc7230e59e7fe42423 (commit)
via 869409d4bf1538d8a2d6189a56903b9959ddd909 (commit)
via c9f4568ea6633defc45c40237a7ebdb1090d4ecf (commit)
via afb6e85d88e5a7345bc0d60c0e0f9c7ec8a48965 (commit)
from 3f1745666bac31458b33f09c888769cc8c1c829b (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 b9a13c7a0446fdd46ef834ad0de30a25cba89e74
Author: Samuli Seppänen <sa...@op...>
Date: Wed Jul 13 17:12:29 2011 -0700
Fixed a typo in win32.h that prevented building with Visual Studio
Signed-off-by: Samuli Seppänen <sa...@op...>
Tested-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit c5534a7dde9d209cb68cbf4340f87e08b450862a
Author: Samuli Seppänen <sa...@op...>
Date: Wed Jul 13 17:12:28 2011 -0700
Additional Visual Studio 2008 build fixes to tun.c
Tested-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit eb23089183745853fac9414d45a559a478ef51d6
Author: JuanJo Ciarlante <jj...@go...>
Date: Thu May 26 19:01:42 2011 +0200
USE_PF_INET6 by default for v2.3
- put all #ifdef'd code in place, kill the cpp symbol,
- thus in v2.3 it's not actually possible to --disable-ipv6 :)
RATIONALE:
#1 some wacky compilers choke on #ifdef'd constructions for
concatenated strings, and given that:
#2 v2.3 has already transport ipv6 by default
=> doesn't justify putting effort on #1 to keep USE_PF_INET6
ifdef wraps.
Signed-off-by: JuanJo Ciarlante <jj...@go...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
commit 1ffdb2c9662c3af1f992183435b1afb006dfdc6c
Author: Gert Doering <ge...@gr...>
Date: Sat May 28 22:50:40 2011 +0200
Replace 32-bit-based add_in6_addr() implementation by an 8-bit based one
Windows has no 32-bit accessor to the union inside "struct in6_addr",
and the 8-bit accessor is the only common denominator across BSD, Solaris,
Linux and Windows...
Signed-off-by: Gert Doering <ge...@gr...>
Acked-by: Samuli Seppänen <sa...@op...>
Signed-off-by: David Sommerseth <da...@re...>
commit 298036413aaf978e1c5bfb0c8c987a6727e56cf9
Author: Samuli Seppänen <sa...@op...>
Date: Tue May 31 16:17:40 2011 +0300
Fix a Visual Studio 2008 build issue in socket.c
Signed-off-by: Gert Doering <ge...@gr...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit 739fa9881f12e67dc8b9cadc7230e59e7fe42423
Author: Samuli Seppanen <sa...@op...>
Date: Thu May 26 16:23:05 2011 +0300
Fix a Visual Studio 2008 build error in options.c
Partially fixes Trac ticket #137
Signed-off-by: Gert Doering <ge...@gr...>
Tested-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
commit 869409d4bf1538d8a2d6189a56903b9959ddd909
Author: Samuli Seppanen <sa...@op...>
Date: Thu May 26 16:23:04 2011 +0300
Fix a Visual Studio 2008 build error in tun.c
Partially fixes ticket #137
Signed-off-by: Gert Doering <ge...@gr...>
Tested-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit c9f4568ea6633defc45c40237a7ebdb1090d4ecf
Author: David Sommerseth <da...@re...>
Date: Thu May 26 16:23:03 2011 +0300
Fix Microsoft Visual Studio incompatibility in plugin.c
MS Visual Studio don't like to have struct members named in the
variable declaration. Without this fix, Visual Studio is not able
to compile the new v3 plug-in API.
Signed-off-by: David Sommerseth <da...@re...>
Tested-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
commit afb6e85d88e5a7345bc0d60c0e0f9c7ec8a48965
Author: Samuli Seppänen <sa...@op...>
Date: Thu May 26 16:23:02 2011 +0300
Fixed a number of fatal build errors on Visual Studio 2008
Partially fixes ticket #137
Signed-off-by: Gert Doering <ge...@gr...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Tested-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 14 +----
helper.c | 12 ++--
init.c | 11 +----
mroute.c | 2 -
mtcp.c | 3 +
multi.c | 14 -----
options.c | 80 +++++++----------------------
plugin.c | 20 ++++----
route.c | 4 --
socket.c | 153 ++++++++++---------------------------------------------
socket.h | 35 -------------
syshead.h | 5 +-
tun.c | 5 +-
win/config.h.in | 2 +-
win32.h | 2 +
15 files changed, 78 insertions(+), 284 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|
|
From: <ope...@li...> - 2011-08-24 18:44:25
|
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 "OpenVPN main development repository".
The branch, master has been updated
via 3f1745666bac31458b33f09c888769cc8c1c829b (commit)
from 186baf0db65b3ce4a9d83db2fea3cc2797e04d75 (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 3f1745666bac31458b33f09c888769cc8c1c829b
Author: Matthias Andree <mat...@gm...>
Date: Wed Jul 20 22:56:20 2011 +0200
Skip rather than fail test in addressless FreeBSD jails.
Signed-off-by: Matthias Andree <mat...@gm...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
t_cltsrv.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
OpenVPN main development repository
|
|
From: <ope...@li...> - 2011-08-24 15:15:21
|
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 "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, master has been updated
via 3f1745666bac31458b33f09c888769cc8c1c829b (commit)
from 186baf0db65b3ce4a9d83db2fea3cc2797e04d75 (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 3f1745666bac31458b33f09c888769cc8c1c829b
Author: Matthias Andree <mat...@gm...>
Date: Wed Jul 20 22:56:20 2011 +0200
Skip rather than fail test in addressless FreeBSD jails.
Signed-off-by: Matthias Andree <mat...@gm...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
t_cltsrv.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|
|
From: <ope...@li...> - 2011-08-24 15:12:00
|
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 "OpenVPN main development repository".
The branch, master has been updated
via 186baf0db65b3ce4a9d83db2fea3cc2797e04d75 (commit)
from c1f25b6644efaa74c069c20d9a008e1786209a88 (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 186baf0db65b3ce4a9d83db2fea3cc2797e04d75
Author: Heiko Hund <hei...@so...>
Date: Thu Aug 11 15:19:46 2011 +0000
remove legacy code to query IE proxy information
The code in ieproxy.[ch] is not used anywhere in OpenVPN anymore.
So, there's no need to keep it.
Signed-off-by: Heiko Hund <hei...@so...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 1 -
ieproxy.c | 146 -----------------------------------------------------------
ieproxy.h | 24 ----------
proxy.c | 5 --
4 files changed, 0 insertions(+), 176 deletions(-)
delete mode 100644 ieproxy.c
delete mode 100644 ieproxy.h
hooks/post-receive
--
OpenVPN main development repository
|
|
From: <ope...@li...> - 2011-08-24 15:11:37
|
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 "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, master has been updated
via 186baf0db65b3ce4a9d83db2fea3cc2797e04d75 (commit)
from c1f25b6644efaa74c069c20d9a008e1786209a88 (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 186baf0db65b3ce4a9d83db2fea3cc2797e04d75
Author: Heiko Hund <hei...@so...>
Date: Thu Aug 11 15:19:46 2011 +0000
remove legacy code to query IE proxy information
The code in ieproxy.[ch] is not used anywhere in OpenVPN anymore.
So, there's no need to keep it.
Signed-off-by: Heiko Hund <hei...@so...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 1 -
ieproxy.c | 146 -----------------------------------------------------------
ieproxy.h | 24 ----------
proxy.c | 5 --
4 files changed, 0 insertions(+), 176 deletions(-)
delete mode 100644 ieproxy.c
delete mode 100644 ieproxy.h
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|
|
From: <ope...@li...> - 2011-08-24 13:04:31
|
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 "OpenVPN main development repository".
The branch, master has been updated
via c1f25b6644efaa74c069c20d9a008e1786209a88 (commit)
from 834eba7597e2582c44f69e03a762b838308c8df0 (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 c1f25b6644efaa74c069c20d9a008e1786209a88
Author: Samuli Seppänen <sa...@op...>
Date: Thu Aug 11 19:00:57 2011 +0300
Merged TODO.IPv6 with TODO.ipv6 and README.IPv6 with README.ipv6
Prior to this patch were two sets of IPv6 README/TODO files: one from payload
and one from transport patchset. Unfortunately Git on Windows gets very confused
of these files, as they only differ in case. This patch merges these sets into
one.
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
README.IPv6 | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
README.ipv6 | 81 --------------------------------------------------
TODO.IPv6 | 41 ++++++++++++++++++++++++-
TODO.ipv6 | 30 ------------------
4 files changed, 131 insertions(+), 116 deletions(-)
delete mode 100644 README.ipv6
delete mode 100644 TODO.ipv6
hooks/post-receive
--
OpenVPN main development repository
|
|
From: <ope...@li...> - 2011-08-24 13:03:46
|
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 "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, master has been updated
via c1f25b6644efaa74c069c20d9a008e1786209a88 (commit)
from 834eba7597e2582c44f69e03a762b838308c8df0 (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 c1f25b6644efaa74c069c20d9a008e1786209a88
Author: Samuli Seppänen <sa...@op...>
Date: Thu Aug 11 19:00:57 2011 +0300
Merged TODO.IPv6 with TODO.ipv6 and README.IPv6 with README.ipv6
Prior to this patch were two sets of IPv6 README/TODO files: one from payload
and one from transport patchset. Unfortunately Git on Windows gets very confused
of these files, as they only differ in case. This patch merges these sets into
one.
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
README.IPv6 | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
README.ipv6 | 81 --------------------------------------------------
TODO.IPv6 | 41 ++++++++++++++++++++++++-
TODO.ipv6 | 30 ------------------
4 files changed, 131 insertions(+), 116 deletions(-)
delete mode 100644 README.ipv6
delete mode 100644 TODO.ipv6
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|
|
From: <ope...@li...> - 2011-08-24 12:55:25
|
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 "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, tmp/svn-merger has been deleted
was e47fb603ed721bb718495e6f8ed42ec134da2f98
-----------------------------------------------------------------------
e47fb603ed721bb718495e6f8ed42ec134da2f98 Merge remote branch 'openvpn-svn-2.1/master' into test-svn
-----------------------------------------------------------------------
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|
|
From: <ope...@li...> - 2011-08-24 12:53:51
|
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 "OpenVPN main development repository".
The branch, master has been updated
via 834eba7597e2582c44f69e03a762b838308c8df0 (commit)
via 98054a0744d1e228341cf2d8e1b1f9f2650c2775 (commit)
from f0257abb14423de5ee24444360fbb474555ef3cf (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 834eba7597e2582c44f69e03a762b838308c8df0
Author: Heiko Hund <hei...@so...>
Date: Thu Aug 18 10:16:21 2011 +0000
remove function is_proto_tcp()
The implementation of is_proto_tcp() was invalid since the IPv6 stuff got
merged into master. There's proto_is_tcp() that does the same job right.
Remove is_proto_tcp() and make its only caller use proto_is_tcp() instead.
Signed-off-by: Heiko Hund <hei...@so...>
Acked-By: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit 98054a0744d1e228341cf2d8e1b1f9f2650c2775
Author: Heiko Hund <hei...@so...>
Date: Thu Aug 18 12:17:50 2011 +0000
add .gitignore to official repository
This .gitignore make the output of git status a lot more readable. It was
made from the dynamically generated files that showed after using both
build system.
Signed-off-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Heiko Hund <hei...@so...>
Acked-By: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 40 ++++++++++++++++++++++++++++++++++++++++
options.c | 2 +-
socket.h | 6 ------
3 files changed, 41 insertions(+), 7 deletions(-)
create mode 100644 .gitignore
hooks/post-receive
--
OpenVPN main development repository
|
|
From: <ope...@li...> - 2011-08-24 12:53:20
|
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 "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, master has been updated
via 834eba7597e2582c44f69e03a762b838308c8df0 (commit)
via 98054a0744d1e228341cf2d8e1b1f9f2650c2775 (commit)
from f0257abb14423de5ee24444360fbb474555ef3cf (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 834eba7597e2582c44f69e03a762b838308c8df0
Author: Heiko Hund <hei...@so...>
Date: Thu Aug 18 10:16:21 2011 +0000
remove function is_proto_tcp()
The implementation of is_proto_tcp() was invalid since the IPv6 stuff got
merged into master. There's proto_is_tcp() that does the same job right.
Remove is_proto_tcp() and make its only caller use proto_is_tcp() instead.
Signed-off-by: Heiko Hund <hei...@so...>
Acked-By: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit 98054a0744d1e228341cf2d8e1b1f9f2650c2775
Author: Heiko Hund <hei...@so...>
Date: Thu Aug 18 12:17:50 2011 +0000
add .gitignore to official repository
This .gitignore make the output of git status a lot more readable. It was
made from the dynamically generated files that showed after using both
build system.
Signed-off-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Heiko Hund <hei...@so...>
Acked-By: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 40 ++++++++++++++++++++++++++++++++++++++++
options.c | 2 +-
socket.h | 6 ------
3 files changed, 41 insertions(+), 7 deletions(-)
create mode 100644 .gitignore
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|
|
From: <ope...@li...> - 2011-08-24 12:30:28
|
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 "OpenVPN main development repository".
The branch, master has been updated
via f0257abb14423de5ee24444360fbb474555ef3cf (commit)
from ca18a638aa7cf316611f893127ba44131e57083c (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 f0257abb14423de5ee24444360fbb474555ef3cf
Author: Gert Doering <ge...@gr...>
Date: Tue Aug 16 20:05:13 2011 +0200
For all accesses to "struct route_list * rl", check first that rl is non-NULL
In IPv4-only mode, this cannot happen, but if IPv6 is enabled
and a servers pushes IPv6 routes and no IPv4 routes -> crash boom.
Signed-off-by: Gert Doering <ge...@gr...>
Acked-By: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
route.c | 16 ++++++++++------
route.h | 2 +-
2 files changed, 11 insertions(+), 7 deletions(-)
hooks/post-receive
--
OpenVPN main development repository
|