Author: blues                        Date: Fri Feb 25 08:40:27 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- bugfixes

---- Files affected:
SOURCES:
   logwatch-secure.patch (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SOURCES/logwatch-secure.patch
diff -u SOURCES/logwatch-secure.patch:1.23 SOURCES/logwatch-secure.patch:1.24
--- SOURCES/logwatch-secure.patch:1.23  Thu Feb 24 23:49:06 2005
+++ SOURCES/logwatch-secure.patch       Fri Feb 25 09:40:22 2005
@@ -4,7 +4,7 @@
 retrieving revision 1.49
 diff -u -r1.49 secure
 --- scripts/services/secure    24 Feb 2005 17:08:05 -0000      1.49
-+++ scripts/services/secure    24 Feb 2005 22:47:40 -0000
++++ scripts/services/secure    25 Feb 2005 08:39:52 -0000
 @@ -49,6 +49,7 @@
  $ConsoleLock = 0;
  $spop3d_opened=0;
@@ -32,7 +32,7 @@
 +      ( $ThisLine =~ /^sudo:/) or
        ( $ThisLine =~ /^xinetd\[\d+\]: USERID: ([^ ]+) (.+)$/ ) or
 +      ( $ThisLine =~ /pam_succeed_if: requirement "uid < 100" not met by user 
/) or
-+      ( $ThisLine =~ /warning: can.t get client address: Connection refused/)
++      ( $ThisLine =~ /warning: can.t get client address: Connection refused/) 
or
        ( $ThisLine =~ /^(xinetd|xinetd-ipv6)\[\d+\]: EXIT: /) or
        ( $ThisLine =~ /^crond\(\w+\)\[\d+\]: session /) or
        ( $ThisLine =~ /^sshd\(\w+\)\[\d+\]: authentication failure/) or
@@ -42,7 +42,7 @@
     } elsif ( ($PID) = ($ThisLine =~ /^checkpassword-pam\[(\d+)\]: Exiting 
with status 0/)) {
 +   } elsif ( ($User) = ($ThisLine =~ /^pam_tally\[\d+\]: pam_tally: 
pam_get_uid; no such user ([^ ]+)/)) {
 +      $UnknownUser{$User}++;
-+   } elsif ( ($User) = ($ThisLine =~ /^pam_pwdfile\[\d+\]: user not found in 
password database/) {
++   } elsif ( ($User) = ($ThisLine =~ /^pam_pwdfile\[\d+\]: user not found in 
password database/) ) {
 +      $pwd_file_unknown++;
 +   } elsif ( ($User) = ($ThisLine =~ /^pam_pwdfile\[\d+\]: wrong password for 
user ([^ ]+)/)) {
 +      $UnknownUser{$User}++;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/logwatch-secure.patch?r1=1.23&r2=1.24&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to