Bug 114194 - security/sshit: incorrect detect error password
Summary: security/sshit: incorrect detect error password
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-01 19:40 UTC by admin
Modified: 2007-07-02 09:40 UTC (History)
0 users

See Also:


Attachments
file.diff (902 bytes, patch)
2007-07-01 19:40 UTC, admin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description admin 2007-07-01 19:40:13 UTC
Incorrect detect bad password.
example:
Jul  1 22:25:53 lissyara sshd[32925]: error: PAM: authentication error for lissyara from 192.168.254.193
Jul  1 22:25:54 lissyara sshd[32925]: error: PAM: authentication error for lissyara from 192.168.254.193
but, expression in script not contain "error", - and not match on this situation

Fix: patch (not attached - incorrect type?) http://lissyara.su/patch/patch-for-sshit.diff
How-To-Repeat: always
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2007-07-01 21:34:14 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

POrts PR
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2007-07-02 04:41:31 UTC
State Changed
From-To: open->feedback

Await maintainer's feedback. 


Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2007-07-02 04:41:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

take.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-07-02 09:36:19 UTC
rafan       2007-07-02 08:36:13 UTC

  FreeBSD ports repository

  Modified files:
    security/sshit       Makefile 
  Added files:
    security/sshit/files patch-sshit.diff 
  Log:
  - Make sshit catch this type of error login:
  
  PAM: authentication error for lissyara from 192.168.254.193
  
  PR:             ports/114194
  Submitted by:   Alex Keda <admin at lissyara.su>
  Approved by:    maintainer via irc
  
  Revision  Changes    Path
  1.4       +1 -0      ports/security/sshit/Makefile
  1.1       +11 -0     ports/security/sshit/files/patch-sshit.diff (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Rong-En Fan freebsd_committer freebsd_triage 2007-07-02 09:36:22 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!