aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-21Merge branch 'master' of git.cryptech.is.:user/ft/libcliHEADmasterFredrik Thulin
2016-06-21cli_show_help: allow for wider commandsFredrik Thulin
2016-06-08Include strings.h, for strcasecmp().Rob Austein
2016-06-02Allow read callback to not return any dataFredrik Thulin
2016-05-31cli_parse_line: fix buffer overflow in word tokenizationFredrik Thulin
2016-05-30cli_parse_line: bugfix empty first wordFredrik Thulin
2016-05-30cli_parse_line: get rid of a lingering strdupFredrik Thulin
2016-05-23cli_clear_line: limit buffer usage to stay within the known sizeFredrik Thulin
2016-05-16Update 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-16Import of libcli from https://github.com/dparrish/libcli.gitFredrik Thulin
Upstream commit 958e44e7a69d3c71e89908fa8ee15232c55a821a