Class Summary |
Ident |
Class Ident provides means to obtain user name of the owner of the socket
on remote machine, providing remote machine runs identd daemon. |
IdentAuthenticator |
An implementation of socks.ServerAuthentication which provides
simple authentication based on the host from which the connection
is made and the name of the user on the remote machine, as reported
by identd daemon on the remote machine. |
ServerAuthenticatorNone |
An implementation of ServerAuthenticator, which does not do
any authentication. |
UserPasswordAuthenticator |
This class implements SOCKS5 User/Password authentication scheme as
defined in rfc1929,the server side of it. |