| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Jun 2012 18:26:52
0.6_4
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
03 Jul 2011 14:03:52
0.6_4
|
ohauer  |
-remove MD5 |
10 May 2008 05:51:26
0.6_4
|
rafan  |
- Always refer to perl by ${PERL}
- Bump PORTREVISION |
07 Nov 2007 07:27:11
0.6_3
|
rafan  |
- After last update, sshit keeps exiting with signal 15 due to wrong
hostname regexp. Fix the regexp for hostname matching.
- While fixing that, fix IPv6 regexp, too.
- Reduce syslog level from ERROR to INFO for most informational messages.
These changes are submitted to author for inclusion in next version.
- Grab maintainership as current maintainer does not use it anymore.
- Bump PORTREVISION.
Approved by: portmgr (linimon), maintainer via irc |
18 Sep 2007 13:16:12
0.6_2
|
tabthorpe  |
- make work with fqdn
- bump PORTREVISION
PR: ports/115210
Submitted by: Alex Keda <admin_AT_lissyara.su>
Approved by: Jui-Nan Lin (maintainer), clsung (mentor) |
08 Sep 2007 01:04:03
0.6_1
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
02 Jul 2007 08:36:13
0.6_1
|
rafan  |
- 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 |
03 Nov 2006 16:01:32
0.6
|
clsung  |
- Update to 0.6
PR: ports/104770
Submitted by: Joe Horn <joehorn_AT_leobbs dot net>
Approved by: maintainer (Jui-Nan Lin) |
27 Jul 2006 10:32:56
0.5_1
|
rafan  |
(c) Rong-En Fan's, http://rafan.infor.org/patch/sshit.diff
In the code, the author uses two level hash, and IPC::Shareable
will create a share memory for those anonymouse object (the second
level hash). Those share memory will not be removed when sshit exists
or when the rule is removed. Running sshit for a period of time,
the number of share memory and semaphore will reach the limit for
one process, then sshit.pl can not get more share memory, thus it
quits. The only solution is to manually remove all share memory and
semaphore.
This is somehow the limitation of using IPC::Shareable. To workaround
this problem. The patch will removes associated firewall rules when
syslogd closes the fd [1], and use IPC::Shareable->clean_up
to remove all shm/sem created by this process. I also set 'destroy' (Only the first 15 lines of the commit message are shown above ) |
18 Dec 2005 16:03:28
0.5
|
vanilla  |
Add sshit 0.5, checks for SSH/FTP bruteforce and blocks given IPs.
PR: ports/90603
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> |