Displaying 1 result from an estimated 1 matches for "connectionnonssl".
2005 Apr 15
2
Logwatch
...005-04-15 15:04:39.868698875 -0400
@@ -43,6 +43,9 @@
# Don't care about these...
} elsif ( ($User, $Host) = ( $ThisLine =~ /^Login user=(.*?)
host=(.* \[.*\])$/ ) ) {
$Login{$User}{$Host}++;
+ } elsif ( ($User, $Host) = ( $ThisLine =~ /Login: (.*?) (\[.*\])/ ) ) {
+ $ConnectionNonSSL{$Host}++;
+ $Connection{$Host}++;
} elsif ( ($User,$Host) = ( $ThisLine =~ /^Authenticated user=(.*)
host=(.* \[.*\])$/ ) ) {
$Login{$User}{$Host}++;
} elsif ( ($User,$Host) = ( $ThisLine =~ /^Preauthenticated
user=(.*) host=(.*)$/ ) ) {