benhuxley2

Results 4 issues of benhuxley2

* Do not overwrite global password variable in run_pw_helper(). * Print a helpful error message if executing a helper script for passwords failed. * Print a helpful error message if...

Show ncsvc error message when communication with daemon fails. diff --git a/jvpn.pl b/jvpn.pl index 947ebc4..1cef4f1 100755 --- a/jvpn.pl +++ b/jvpn.pl @@ -452,7 +452,8 @@ if($mode eq "ncsvc") { # exit...

* Fix permissions on ncsvc and ncui before setting suid flag. * Set suid flag on ncsvc and ncui so running without root works on next execution. * Always compile...

diff --git a/jvpn.pl b/jvpn.pl index addf344..1f42ef3 100755 --- a/jvpn.pl +++ b/jvpn.pl @@ -692,7 +692,7 @@ sub run_pw_helper { ($pw_script) = @_; if (-x $pw_script){ $password=`$pw_script`; - chomp $password + chomp...