Functions | |
| def | printFormatted |
| Prints the protocol in a "man" format. | |
| def | printWiki |
| Prints the protocol in a "mediawiki" format. | |
Variables | |
| string | __author__ = "Cyril Jaquier" |
| string | __copyright__ = "Copyright (c) 2004 Cyril Jaquier" |
| string | __date__ = "$Date: 2009-08-29 00:26:17 +0200 (Sat, 29 Aug 2009) $" |
| string | __license__ = "GPL" |
| string | __version__ = "$Revision: 734 $" |
| list | protocol |
| Describes the protocol used to communicate with the server. | |
| def common::protocol::printFormatted | ( | ) |
Prints the protocol in a "man" format.
This is used for the "-h" output of fail2ban-client.
Definition at line 95 of file protocol.py.
| def common::protocol::printWiki | ( | ) |
Prints the protocol in a "mediawiki" format.
Definition at line 116 of file protocol.py.
| string common::protocol::__author__ = "Cyril Jaquier" |
Definition at line 21 of file protocol.py.
| string common::protocol::__copyright__ = "Copyright (c) 2004 Cyril Jaquier" |
Definition at line 24 of file protocol.py.
| string common::protocol::__date__ = "$Date: 2009-08-29 00:26:17 +0200 (Sat, 29 Aug 2009) $" |
Definition at line 23 of file protocol.py.
| string common::protocol::__license__ = "GPL" |
Definition at line 25 of file protocol.py.
| string common::protocol::__version__ = "$Revision: 734 $" |
Definition at line 22 of file protocol.py.
Describes the protocol used to communicate with the server.
Definition at line 32 of file protocol.py.
1.6.3