Serj Kalichev 995638b463 The clish utility will not use threads by default. The appropriate API is implemented. před 13 roky
..
command 946cc8d4dc The locking is implemented. When command is executing the enother clish can't execute commands. The action and config changes is atomic. před 13 roky
nspace 9eb3d9385a Optimiation for proxy commands cleaning. před 13 roky
param b07cb0034d dump hidden flag před 13 roky
pargv c62fe8d9ac Check the input parameters in pargv library. před 13 roky
ptype bfe15247cb Fix segmentation when the PTYPE has a reference but is not defined. So the ptype->method was not defined. před 14 roky
shell 995638b463 The clish utility will not use threads by default. The appropriate API is implemented. před 13 roky
variable f1592c82c6 Add clish_variable__get_value() function. před 13 roky
view e67959be23 Functions to clean namespace proxy commands před 13 roky
README c30fc7a7e8 The first klish tree. před 14 roky
clish_access_callback.c c30fc7a7e8 The first klish tree. před 14 roky
clish_config_callback.c 60b4c906f7 The konfd daemon understands now the -s option. It's a path to UNIX socket to listen on. před 13 roky
clish_script_callback.c 847dfa9196 Add ostream to context and shell. Use ostream for normal data exchange. Use stderr for error messages and help. před 14 roky
clish_shutdown.c c30fc7a7e8 The first klish tree. před 14 roky
clish_startup.c c30fc7a7e8 The first klish tree. před 14 roky
command.h 946cc8d4dc The locking is implemented. When command is executing the enother clish can't execute commands. The action and config changes is atomic. před 13 roky
internal.h 8c93366224 Add internal.h header to allow third-party software to use inernal defined callbacks. před 14 roky
module.am 8c93366224 Add internal.h header to allow third-party software to use inernal defined callbacks. před 14 roky
nspace.h e67959be23 Functions to clean namespace proxy commands před 13 roky
param.h 87a6e403ce Change visibility field to hidden flag. před 13 roky
pargv.h c62fe8d9ac Check the input parameters in pargv library. před 13 roky
private.h 8c93366224 Add internal.h header to allow third-party software to use inernal defined callbacks. před 14 roky
ptype.h c30fc7a7e8 The first klish tree. před 14 roky
shell.h 995638b463 The clish utility will not use threads by default. The appropriate API is implemented. před 13 roky
tclish_fini_callback.c c30fc7a7e8 The first klish tree. před 14 roky
tclish_init_callback.c c30fc7a7e8 The first klish tree. před 14 roky
tclish_script_callback.c c30fc7a7e8 The first klish tree. před 14 roky
tclish_show_result.c c30fc7a7e8 The first klish tree. před 14 roky
variable.h f1592c82c6 Add clish_variable__get_value() function. před 13 roky
view.h e67959be23 Functions to clean namespace proxy commands před 13 roky

README

/**
\defgroup clish "CLI Shell" Library
@{

This library provides the core functionality for a shell to implement a
CISCO-like user interface. The look and feel is fully defined by a set of XML
files which are loaded when the shell starts up.

The schema for these XML files can be found in
http://clish.sourceforge.net/XMLSchema/clish.xsd

@}
*/