0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00
bird/client
Tomas Hlavacek 8322ecde12 Add lightweight client - birdcl
Restructure client/ subdir. Add two different flavors of client.
The full featured birdc client code is in client/birdc/.
The new light client birtcl is in client/birdcl/.
Common sources of both clients are directly in client/.

Rework on-line auto-completion in client/command.c to conditionally turn off
ncurses-specific code.

Add lightweight client without libreadline and ncurses dependencies - birdcl.
The birdcl lacks support of history, on-line auto-completion and there
are different implementations of "more" functionality and help on '?' press.
New client operates in canonical terminal mode (apart from "more" display)
and therefore all commands have to be executed by a return key including help
commands (called by '?' character in the end of the line).
Apart from these limitations the interaction style should be the same as
for the full client - birdc.
Build of birdcl is always on (independent on --enable-client parameter).
2013-03-19 18:03:49 +01:00
..
birdc Add lightweight client - birdcl 2013-03-19 18:03:49 +01:00
birdcl Add lightweight client - birdcl 2013-03-19 18:03:49 +01:00
client_common.c Pull out independent routines from client_full.c 2013-03-19 18:03:49 +01:00
client.h Add lightweight client - birdcl 2013-03-19 18:03:49 +01:00
cmds.m4 Both help' command and the unknown command' error message now tell 2000-05-31 22:39:06 +00:00
commands.c Some minor changes to CLI. 2012-03-22 12:13:26 +01:00
Doc Updated all the Doc files to new format. 2000-05-31 11:30:18 +00:00
Makefile Add lightweight client - birdcl 2013-03-19 18:03:49 +01:00
util.c Include "lib/string.h" instead of <string.h>. It should give us bzero() 2000-03-31 23:30:21 +00:00