~ubuntu-branches/ubuntu/lucid/logwatch/lucid-201002122348

« back to all changes in this revision

Viewing changes to scripts/services/proftpd-messages

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-07-05 11:49:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080705114954-9naedpe6wrk3k7xt
Tags: 7.3.6.cvs20080702-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Use postfix rather than exim4.
  - Update maintainers according to spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
##########################################################################
2
 
# $Id: proftpd-messages,v 1.24 2007/03/25 15:43:12 mike Exp $
 
2
# $Id: proftpd-messages,v 1.27 2008/06/30 23:07:51 kirk Exp $
3
3
##########################################################################
4
4
# $Log: proftpd-messages,v $
 
5
# Revision 1.27  2008/06/30 23:07:51  kirk
 
6
# fixed copyright holders for files where I know who they should be
 
7
#
 
8
# Revision 1.26  2008/05/13 22:52:02  mike
 
9
# Fix for debian bug 480761 -mgt
 
10
#
 
11
# Revision 1.25  2008/03/24 23:31:26  kirk
 
12
# added copyright/license notice to each script
 
13
#
5
14
# Revision 1.24  2007/03/25 15:43:12  mike
6
15
# Fixed BadShell bug, wrong hash name -mgt
7
16
#
44
53
#    etc, to logwatch-devel@logwatch.org
45
54
########################################################
46
55
 
 
56
#######################################################
 
57
## Copyright (c) 2008 Simon Liddington
 
58
## Covered under the included MIT/X-Consortium License:
 
59
##    http://www.opensource.org/licenses/mit-license.php
 
60
## All modifications and contributions by other persons to
 
61
## this script are assumed to have been donated to the
 
62
## Logwatch project and thus assume the above copyright
 
63
## and licensing terms.  If you want to make contributions
 
64
## under your own copyright or a different license this
 
65
## must be explicitly stated in the contribution an the
 
66
## Logwatch project reserves the right to not accept such
 
67
## contributions.  If you have made significant
 
68
## contributions to this script and want to claim
 
69
## copyright please contact logwatch-devel@logwatch.org.
 
70
#########################################################
47
71
 
48
72
$Detail = $ENV{'LOGWATCH_DETAIL_LEVEL'} || 0;
49
73
$IgnoreUnmatched = $ENV{'ftpd_ignore_unmatched'};
55
79
   if (
56
80
         ( $ThisLine =~ /^FTP session closed/ ) or
57
81
         ( $ThisLine =~ /^(ANONYMOUS )?FTP login as \'.*\' from [^ ]+ \[.*\] to .*/ ) or
58
 
         ( $ThisLine =~ /PAM\(.*\): Authentication failure/ ) or
 
82
         ( $ThisLine =~ /(PAM|pam_unix)\(.*\): [Aa]uthentication failure/ ) or
59
83
         ( $ThisLine =~ /^data_sendfile/ ) or
60
84
         ( $ThisLine =~ /(:| \-) FTP session (closed|opened)/ ) or
61
85
         ( $ThisLine =~ /(:| \-) No certificate files found/ ) or