Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-21 | Merge branch 'master' of git.cryptech.is.:user/ft/libcliHEADmaster | Fredrik Thulin | |
2016-06-21 | cli_show_help: allow for wider commands | Fredrik Thulin | |
2016-06-08 | Include strings.h, for strcasecmp(). | Rob Austein | |
2016-06-02 | Allow read callback to not return any data | Fredrik Thulin | |
2016-05-31 | cli_parse_line: fix buffer overflow in word tokenization | Fredrik Thulin | |
2016-05-30 | cli_parse_line: bugfix empty first word | Fredrik Thulin | |
2016-05-30 | cli_parse_line: get rid of a lingering strdup | Fredrik Thulin | |
2016-05-23 | cli_clear_line: limit buffer usage to stay within the known size | Fredrik Thulin | |
2016-05-16 | Update to work in our embedded ARM environment. | Fredrik Thulin | |
The main areas of change are: 1) No dynamic memory allocations 2) Not socket oriented anymore There are some areas that might need revisiting (such as string formatting), and I think we ought to fuzz this code to make sure I did not break it. There are surely some bugs in there, like it seems one has to press CTRL+A twice to jump to the beginning of lines. | |||
2016-05-16 | Import of libcli from https://github.com/dparrish/libcli.git | Fredrik Thulin | |
Upstream commit 958e44e7a69d3c71e89908fa8ee15232c55a821a |