Routines for management of TSIG keys
List of Global Functions
AnalyzeTSIGKeyFile - Analyze file that may contain TSIG keys
CreateWidget - Get the widget description map
DeleteTSIGKeyFromDisk - Remove all 3 files holding the TSIG key data
Files2KeyMaps - Transformate the list of files to the list of TSIG key description maps
Files2Keys - Get all TSIG keys that present in the files
Handle - Handle function of the widget
HandleWrapper - Handle function of the widget
Init - Init function of the widget
InitWrapper - Store function of the widget
NormalizeFilename - Remove leading and trailibg blanks and quotes from file name
Store - Store function of the widget
StoreWrapper - Store function of the widget
List of Global Variables
Analyze file that may contain TSIG keys
Function parameters
string filename
Return value
list<string> - a list of all TSIG key IDs in the file
Get the widget description map
Function parameters
map<string,any> settings
Return value
map<string,any> - a map the widget description map
Remove all 3 files holding the TSIG key data
Function parameters
string main
Return value
void
Transformate the list of files to the list of TSIG key description maps
Function parameters
list<string> filenames
Return value
list<map<string,string> > - a list of TSIG key describing maps
Get all TSIG keys that present in the files
Function parameters
list<string> filenames
Return value
list<string> - a list of all TSIG key IDs
Handle function of the widget
Function parameters
map<string,any> widget
string key
map event
Return value
symbol - for wizard sequencer or nil
Handle function of the widget
Function parameters
string key
map event
Return value
symbol - for wizard sequencer or nil
Init function of the widget
Function parameters
map<string,any> widget
string key
Return value
void
Remove leading and trailibg blanks and quotes from file name
Function parameters
string filename
Return value
string - file name without leading/trailing quotes and blanks
Store function of the widget
Function parameters
map<string,any> widget
string key
map event
Return value
void