1
0

The klish is a framework for implementing a CISCO-like CLI on a UNIX systems. It is configurable by XML files.

Stanislav Galabov f861b3cd57 Rename some files. Stop using init hook - init Lua interpreter from within the plugin_init function. Register action handler as a sym instead of as a hook. Once we have plugin_fini ready I'll remove the fini hook as well. 11 роки тому
bin 21e5c5ae08 Fix UNIX_PATH_MAX portability problem. Thanks to S.Galabov 11 роки тому
clish 05db649ab0 Fix memory leaks for dyn views 11 роки тому
contrib d32755628a Debian: Add debian text to contrib/README 11 роки тому
debian 99b81c886a Debian: Fix some lintian bugs 11 роки тому
examples e7c62e0a80 Get content of <PLUGIN>...</PLUGIN> 11 роки тому
konf 21e5c5ae08 Fix UNIX_PATH_MAX portability problem. Thanks to S.Galabov 11 роки тому
lub b306e0bf13 Don't compile debug _dump.c code 11 роки тому
plugins f861b3cd57 Rename some files. Stop using init hook - init Lua interpreter from within the plugin_init function. Register action handler as a sym instead of as a hook. Once we have plugin_fini ready I'll remove the fini hook as well. 11 роки тому
tinyrl bdbe49caf9 Restore proper tty mode 11 роки тому
xml-examples f861b3cd57 Rename some files. Stop using init hook - init Lua interpreter from within the plugin_init function. Register action handler as a sym instead of as a hook. Once we have plugin_fini ready I'll remove the fini hook as well. 11 роки тому
.gitignore f861b3cd57 Rename some files. Stop using init hook - init Lua interpreter from within the plugin_init function. Register action handler as a sym instead of as a hook. Once we have plugin_fini ready I'll remove the fini hook as well. 11 роки тому
CHANGES cc624ef42c Redirect readers of CHANGES and ISSUES to the actual web pages 12 роки тому
ChangeLog edce0a7c8e Adding Debian package required files 11 роки тому
ISSUES cc624ef42c Redirect readers of CHANGES and ISSUES to the actual web pages 12 роки тому
LICENCE b81ff592c3 From: Emmanuel Deloget <logout@free.fr> 12 роки тому
Makefile.am 3fbc9fdd98 Initial import of Lua plugin. Currently clish_plugin_lua_la_LDFLAGS and clish_plugin_lua_la_CFLAGS need to be specified manually in plugins/lua/module.am in order to build successfully. Once built - set CLISH_PATH to xml-examples/lua and start klish. You'll have all the commands as in xml-examples/test interpreted by Lua and, in addition, commands test8 (calls a lua function defined in test.lua), eval (can evaluate any string parameter as a Lua chunk) and test9 (an alias for eval) 11 роки тому
README 4632c1a5b8 Remove legacy information from README 12 роки тому
autogen.sh 8cdf6d307a Create m4 dir within autogen.sh script 12 роки тому
clish.xsd abb9cea800 Add HOOK to scheme 11 роки тому
configure.ac 53073e25c4 Support for bsdxml backend. Thanks to S.Galabov. 11 роки тому

README

See the http://klish.googlecode.com page for information about klish.