stefan
|
8c35d8ba95
hiding command from autocompletion if not permitted
|
2 lat temu |
stefan
|
337c9f01df
pretending cmd does not exist when not permitted
|
2 lat temu |
stefan
|
186d76d30e
finished login command
|
2 lat temu |
stefan
|
f58fe1de29
added basic login/logout logic
|
2 lat temu |
prozessorkern
|
eb524436ce
improved style and fixed some cppcheck findings
|
4 lat temu |
prozessorkern
|
e6b45952b3
added tests for shellmatta_history and improved documentation
|
4 lat temu |
prozessorkern
|
ac6ffb9602
fixed findings from static analysis
|
4 lat temu |
prozessorkern
|
c74e37b846
fix #47 now calling a continued command even without new input data
|
5 lat temu |
S.Hentges
|
0fa2e5d1f8
Fix bug in shellmatta.c
|
5 lat temu |
prozessorkern
|
6c76dfc7ae
fixed comments to get rid of doxygen warnings
|
5 lat temu |
prozessorkern
|
d7962a54dc
added busy mode and test
|
5 lat temu |
prozessorkern
|
3b99ad2a56
fix #43 added a config interface to change the newline character expected
|
5 lat temu |
prozessorkern
|
c2e4324236
bugfix - now stdin returns 0 if the heredoc body is empty
|
5 lat temu |
prozessorkern
|
5e84f1b022
added continuous mode support fix #3
|
5 lat temu |
prozessorkern
|
17bb88d292
changed heredoc to exchange data via a stdin like interface with a read function fix #39
|
5 lat temu |
prozessorkern
|
5a00f22e31
added the help command variable to the instance structure to get independant commands for each instance fix #42
|
5 lat temu |
prozessorkern
|
ecc43307af
added first working option parser for short options
|
5 lat temu |
prozessorkern
|
2921f9791b
fix #15 added an api to control mode and echo + fixed the implementation and added tests
|
5 lat temu |
prozessorkern
|
bf1d91eca7
close #14 - added a resetShell api function + fixed some problems
|
5 lat temu |
prozessorkern
|
4f7fbff2e8
close #34 added 0x7f as backspace and removed wrong check for 0x7e as delete. close #34
|
5 lat temu |
prozessorkern
|
d2617a4f86
close #31 - made all command parameter except the command name optional + added and fixed tests
|
5 lat temu |
prozessorkern
|
c04accdb55
close #30 added overwritable help command parameter and fixed some compiler issues (some of them only appeared when compiling with optimization)
|
5 lat temu |
prozessorkern
|
d1649e5e86
added remove api + small integratio test close #9
|
5 lat temu |
prozessorkern
|
34ec2d9b45
removed \e from sourcecode and testcases
|
5 lat temu |
prozessorkern
|
16365f341e
changed heredoc support
|
5 lat temu |
prozessorkern
|
280e512746
added basic heredoc function
|
5 lat temu |
prozessorkern
|
21212d05b8
determine the length of the input command abd compare the length with the length of the known commands
|
5 lat temu |
prozessorkern
|
5b6f2155eb
parse command only until strlen(cmd) fix #16
|
5 lat temu |
prozessorkern
|
b71f1afe11
ignore newline as first character fix #13
|
5 lat temu |
prozessorkern
|
0b52a2f246
use the right pointer to insert the new command fix #12
|
5 lat temu |