#include "SheppGlobal.H"
#include "SheppStrUtil.H"
#include "SheppObjSet.H"
#include "SheppPrint.H"
#include "IoException.H"
#include "TransportException.H"
#include "EppException.H"
#include "XmlException.H"
#include "Login.H"
#include "Logout.H"
Go to the source code of this file.
Functions | |
int cmd_login | __P ((char *)) |
void | init_commands () |
Populates set of available commands. | |
const SheppCommand * | find_command (string name) |
Given a word check if it's a valid SheppCommand. | |
int | cmd_server (char *arg) |
Sets server address [and port] based on input command-line. | |
int | cmd_port (char *arg) |
Sets server port based on input command-line. | |
int | cmd_client_pem (char *arg) |
Sets client.pem certificate file location. | |
int | cmd_root_pem (char *arg) |
Sets root.pem certificate file location. | |
int | cmd_pass (char *arg) |
Sets SSL certificate passphrase based on input command-line. | |
int | cmd_user (char *arg) |
Sets login user based on input command-line. | |
int | cmd_login_pw (char *arg) |
Sets EPP login password based on input command-line. | |
int | cmd_login_new_pw (char *arg) |
Sets new EPP login password based on input command-line. | |
int | cmd_lang (char *arg) |
Sets text language based on input command-line. | |
int | cmd_connect (char *arg) |
Connects to previously specified server and port. | |
int | cmd_beauty (char *arg) |
Turns XML beautifier ON and OFF. | |
int | cmd_debug (char *arg) |
Turns debug messages ON and OFF. | |
int | cmd_autorsp (char *arg) |
Turns auto-show response ON and OFF. | |
int | cmd_keepalive (char *arg) |
Turns keep-alive ON and OFF. | |
int | cmd_xmlcmd (char *arg) |
Shows last XML command. | |
int | cmd_xmlrsp (char *arg) |
Shows last XML response. | |
void | print_cmd_sent_ok () |
Prints "command sent ok" message. | |
int | process_action (Action &act) |
Send and EPP Action. | |
int | cmd_login (char *arg) |
Send an EPP Login. | |
int | cmd_logout (char *arg) |
Send an EPP Logout. | |
int | cmd_hello (char *arg) |
Send an EPP HELLO. | |
int | cmd_quit (char *arg) |
Leaves shepp. | |
int | cmd_help (char *arg) |
Prints help. | |
int | cmd_about (char *arg) |
Prints version information. |
|
Prints version information.
|
|
Turns auto-show response ON and OFF.
|
|
Turns XML beautifier ON and OFF.
|
|
Sets client.pem certificate file location.
|
|
Connects to previously specified server and port.
|
|
Turns debug messages ON and OFF.
|
|
Send an EPP HELLO.
|
|
Prints help.
|
|
Turns keep-alive ON and OFF.
|
|
Sets text language based on input command-line.
|
|
Send an EPP Login.
|
|
Sets new EPP login password based on input command-line.
|
|
Sets EPP login password based on input command-line.
|
|
Send an EPP Logout.
|
|
Sets SSL certificate passphrase based on input command-line.
|
|
Sets server port based on input command-line.
|
|
Leaves shepp.
|
|
Sets root.pem certificate file location.
|
|
Sets server address [and port] based on input command-line.
|
|
Sets login user based on input command-line.
|
|
Shows last XML command.
|
|
Shows last XML response.
|
|
Given a word check if it's a valid SheppCommand.
|
|
Send and EPP Action.
|