Re: Equivalent of BlacklistFilter for SSHD

2015-05-07 Thread Guillaume Nodet
in the Nio2Acceptor service. That's a bug, could you please raise a JIRA issue for that ? 2015-05-07 17:36 GMT+02:00 Pellerin, Clement clement_pelle...@ibi.com: I need to accept SSHD connections only from a predetermined list of IP addresses. I am trying to find the equivalent of the Mina BlacklistFilter

Re: BlacklistFilter

2010-01-27 Thread jose vilmar estacio de souza
One more question please. Looking at class BlackListFilter I saw that the locking mechanism was implemented in all routines, sessionCreated, sessionOpened, sessionClosed, sessionIdle, messageReceived and messageSent. I think that would be sufficient to implement in the method sessionCreated

Re: BlacklistFilter

2010-01-27 Thread Niklas Gustavsson
On Wed, Jan 27, 2010 at 9:16 AM, jose vilmar estacio de souza vil...@informal.com.br wrote: One more question please. Looking at class BlackListFilter I saw that the locking mechanism was implemented in all routines, sessionCreated, sessionOpened, sessionClosed, sessionIdle, messageReceived

Re: BlacklistFilter

2010-01-27 Thread Emmanuel Lecharny
jose vilmar estacio de souza a écrit : One more question please. Looking at class BlackListFilter I saw that the locking mechanism was implemented in all routines, sessionCreated, sessionOpened, sessionClosed, sessionIdle, messageReceived and messageSent. I think that would be sufficient

Re: BlacklistFilter

2010-01-27 Thread jose vilmar estacio de souza
Lecharny wrote: jose vilmar estacio de souza a écrit : One more question please. Looking at class BlackListFilter I saw that the locking mechanism was implemented in all routines, sessionCreated, sessionOpened, sessionClosed, sessionIdle, messageReceived and messageSent. I think that would

Re: BlacklistFilter

2010-01-26 Thread Niklas Gustavsson
On Wed, Jan 27, 2010 at 8:40 AM, jose vilmar estacio de souza vil...@informal.com.br wrote: If I understand correctly, the class BlacklistFilter block addresses that are present in a table and reject address that are not present. What I need is a filter that does just the opposite. Accept thee

RE: A question about using BlacklistFilter

2009-06-01 Thread Zhijun Sheng
bad IPs to keep my blacklist updated ... Thank you so much Ashish! Zhijun -Original Message- From: Ashish [mailto:paliwalash...@gmail.com] Sent: Monday, June 01, 2009 1:55 AM To: users@mina.apache.org Subject: Re: A question about using BlacklistFilter I've been using class

A question about using BlacklistFilter

2009-05-31 Thread Zhijun Sheng
Hi, Mina Community, I've been using class BlacklistFilter for a while in this way: - Start my mina server - Read from DB those saved bad IPs - Create an instance of BlacklistFilter and add to it the bad IPs - Call DefaultIoFilterChainBuilder.addLast

FTPServer: IPrestritor/ BlackListFilter

2008-04-16 Thread Gomez Alexandre
Hello, i see you have replace the IPrestritor by the blackListFilter of mina in the FTPServer application, but i don't see where you use this blackList, and when you call the blacklist in the application... Can you help me please, thanks