]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/client/lldpcli.c
lldpcli: document json0 output format
[thirdparty/lldpd.git] / src / client / lldpcli.c
2017-11-08  Gregory Potamianoslldpcli: document json0 output format 253/head
2017-08-15  Vincent Bernatclient: add "json0" to the list of available formats
2017-01-29  Vincent Bernatclient: built-in JSON support
2016-12-26  Vincent Bernatlldpd: don't make lldpcli complain on missing conf...
2016-06-14  Vincent Bernatlldpcli: fix memory leak with use of readline
2016-06-14  Vincent Bernatlldpcli: ensure we exit with an error on incorrect...
2016-03-19  Vincent Bernatclient: more typo in log messages
2016-03-04  Vincent Bernatversion: display more build information when using...
2015-12-12  Vincent Bernatcompat: use getline() instead of fgetln()
2015-11-28  Vincent Bernatlog: rework the way -d work
2015-08-19  Vincent Bernatlldpcli: display a warning when a configuration file...
2015-08-08  Vincent Bernatclient: parse options only once
2015-08-08  Vincent Bernatclient: make lldpctl also accepts `-u` flag
2015-05-16  Vincent Bernatlib: enable ability to change log level on-the-fly
2015-05-16  Vincent Bernatlldpcli: ensure we also display logs from liblldpctl
2015-05-09  Vincent Bernatclient: only output supported formats
2015-05-09  Vincent Bernatclient: complain if the provided format is not supported
2014-10-18  Vincent Bernatlldpcli: handle comments in tokenizer
2014-10-14  Vincent Bernatlldpcli: don't complain when reading a commented line
2014-08-31  Vincent Bernatlldpcli: disable SIGPIPE
2014-07-21  Michel Stamlldpcli: Add json description to lldpcli usage
2014-07-21  Michel Stamlldpcli: Add support for JSON-C
2014-07-12  Vincent Bernatlldpcli: provide a hidden complete command for shell...
2014-07-10  Vincent Bernatlldpcli: change how privileged commands are declared
2014-07-08  Vincent Bernatlldpcli: document `-u` argument in synopsis
2014-07-08  Sam TannousMove interface update msg to debug level
2014-07-08  Sam TannousAdd ignore handler for SIGHUP in lldpcli
2014-05-07  Vincent Bernatlldpcli: return success when reading commands from...
2014-04-08  Vincent Bernatcoverity: change a bit the annotations
2014-04-08  Vincent Bernatcoverity: fix memory leak in lldpcli
2014-04-01  Vincent Bernatasprintf: globally define _GNU_SOURCE
2014-02-20  Vincent Bernatlldpcli: fix readline() wrapper to take prompt as argument
2014-02-20  Vincent Bernatlldpcli: check for privileges by checking access to...
2014-02-20  Vincent Bernatlldpcli: root is privileged
2013-12-25  Vincent Bernatlldpcli: replace safe use of `strcpy` by `strlcpy`
2013-11-22  Vincent Bernatcoverity: add code annotation to remove false positives
2013-11-22  Vincent Bernatcoverity: remove a theoritical memory leak
2013-11-08  Vincent Bernatlldpcli: accepts `-u` option to specify control socket
2013-05-14  Vincent Bernatlldpcli: don't rely on `fgetln()` providing a NULL...
2013-05-14  Vincent Bernatlldpcli: don't free input line
2013-02-26  Zang MingJieAdd a argument to specify the unix control socket 29/head
2013-01-22  Vincent Bernatlldpcli: fix exit command
2013-01-22  Vincent Bernatlldpd: pause at start, unpause through lldpcli
2013-01-22  Vincent Bernatlldpd: invoke lldpcli at start
2013-01-18  Vincent Bernatlldpcli: add an option to read commands from files
2013-01-13  Vincent BernatSmall fixes detected by clang analyzer.
2013-01-06  Vincent Bernatlldpcli: add a "help" command. 0.7.0
2013-01-06  Vincent Bernatlldpcli: don't rely on `rl_delete_text()`
2013-01-06  Vincent Bernatlldpcli: make readline library optional.
2013-01-06  Vincent Bernatlldpcli: switch to GNU Readline.
2013-01-05  Vincent Bernatlldpcli: ensure `conn` is initialized to NULL to avoid...
2013-01-05  Vincent Bernatlldpcli: let libedit install its own signal handlers...
2013-01-05  Vincent BernatMerge branch 'feature/1/cli'
2013-01-05  Vincent Bernatlldpcli: accept a command from the command line arguments
2013-01-05  Vincent Bernatlldpcli: rename lldpctl to lldpcli.