Re: [Openvpn-devel] [PATCH] extend management interface command "state"

2015-11-27 Thread Arne Schwabe
Am 11.11.15 um 16:09 schrieb Heiko Hund: >and EXITING to show the reason for the disconnect), > - (d) optional TUN/TAP local IP address (shown for ASSIGN_IP > - and CONNECTED), and > - (e) optional address of remote server (OpenVPN 2.1 or higher). > + (d) optional TUN/TAP local IP

Re: [Openvpn-devel] [PATCH] extend management interface command "state"

2015-11-27 Thread Heiko Hund
On Wednesday 25 November 2015 16:14:49 Arne Schwabe wrote: > Am 11.11.15 um 16:09 schrieb Heiko Hund: > >and EXITING to show the reason for the disconnect), > > > > - (d) optional TUN/TAP local IP address (shown for ASSIGN_IP > > - and CONNECTED), and > > - (e) optional address of re

Re: [Openvpn-devel] [PATCH] Use example.com to improve clarity of documentation

2015-11-27 Thread Selva Nair
Hi, On Tue, Nov 17, 2015 at 7:51 PM, Phillip Smith wrote: > The example.com domain is set aside defined by IANA for use as > documentation > examples. Replacing references to "june.kg" etc., which could one day become someone's private domain, is not a bad move. Though, not sure why choose exa

[Openvpn-devel] A request to those with commit rights

2015-11-27 Thread Selva Nair
Hi, May I request to have --scissors option added by default to git am while applying patches? Sometimes its useful to add a comment above the commit message that is only meant to help code review. Placing such comments below the three dashes is not as effective. Thanks, Selva

[Openvpn-devel] [PATCH take3] Unbreak read username password from management

2015-11-27 Thread Selva Nair
Commit 6e9373c846.. introduced a bug by which auth-user-pass or need-ok input falls back to read-from-stdin after successfully reading from management or console. Fix by treating stdin as the last option for input. Signed-off-by: Selva Nair --- Changes: Delay the setting of "xx_from_stdin" flag