SSHD settings, input and output functions
Lukas Ocilka <locilka@suse.cz>
Representation of the configuration of SSHD.
Input and output routines.
List of Global Functions
Abort - Returns a confirmation popup dialog whether user wants to really abort.
Export - Exports the current configuration.
GetDefaultSSHDOption - Returns default SSHD Option as a list of strings.
GetModified - Returns whether the configuration has been modified.
GetSSHDOption - Returns the SSHD Option as a list of strings.
Import - Imports a configuration
PollAbort - Checks whether an Abort button has been pressed. If so, calls function to confirm the abort call.
Read - Read all SSHD settings
SetModified - Sets that the configuration has been modified.
SetSSHDOption - Sets values for an option.
Write - Write all SSHD settings
List of Global Variables
Returns a confirmation popup dialog whether user wants to really abort.
Return value
boolean
Exports the current configuration.
Return value
map - of a current configuration
$[ "config" : (map <string, list<string> >) SETTINGS, "status" : (boolean) service_status, ]
Returns default SSHD Option as a list of strings.
Function parameters
string option_key
Return value
list <string> - with option_values
Returns the SSHD Option as a list of strings.
Function parameters
string option_key
Return value
list <string> - with option_values
Checks whether an Abort button has been pressed. If so, calls function to confirm the abort call.
Return value
boolean - true if abort confirmed
Sets values for an option.
Function parameters
string option_key
list <string> option_vals
Return value
void