aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
* Previous patch reverted. :-(Ondrej Filip2008-08-251-1/+1
* Buffer overflow fix.Ondrej Filip2008-08-251-1/+1
* Unused parameters in the client.Martin Mares2004-06-051-2/+2
* Need <termios.h> for tcdrain().Martin Mares2004-05-311-1/+2
* Fix handling on full pipe to client in bird. Prevent packet overflowsMartin Mares2004-05-311-0/+4
* Small change to compile client on FreeBSD.Ondrej Filip2004-05-311-0/+4
* Don't use obsolete functions which are no longer declared in the header.Martin Mares2002-11-131-2/+2
* Fixed <time.h> vs. <sys/time.h> problems.Martin Mares2001-03-061-1/+0
* Use our own SUN_LEN if libc doesn't provide it.Martin Mares2000-06-161-5/+6
* Use SUN_LEN() for length of UNIX domain addresses. This should fix problemsMartin Mares2000-06-091-1/+1
* Both `help' command and the `unknown command' error message now tellMartin Mares2000-05-313-8/+23
* Updated all the Doc files to new format.Martin Mares2000-05-311-2/+2
* Delay user input whereever appropriate.Martin Mares2000-05-291-0/+1
* Use PATH_CONTROL_SOCKET instead of tacking on "bird.ctl" manually.Martin Mares2000-05-081-1/+1
* Added skeleton Doc files for the whole developer's documentation.Martin Mares2000-05-051-0/+2
* Use xmalloc() instead of malloc().Martin Mares2000-04-201-1/+1
* Introduced `ARRAY_SIZE' macro to replace all the sizeof(a)/sizeof(*a) constru...Martin Mares2000-04-121-1/+1
* Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares2000-03-313-3/+2
* Add internal commands of the client to the command list.Martin Mares2000-03-121-0/+10
* Commands which failed expansions are to be stored to history, too.Martin Mares2000-03-121-0/+2
* No longer echoes commands before sending them.Martin Mares2000-03-071-1/+0
* Fixed display of short continued messages in verbose mode.Martin Mares2000-03-041-1/+1
* Support expansion of command abbreviations.Martin Mares2000-02-274-17/+78
* Completion works. Unfortunately, we have to access a couple of internalMartin Mares2000-02-173-20/+193
* Client: Online help works (Cisco style: just press `?' at the end of a line).Martin Mares2000-02-173-1/+153
* First usable version of the client. No command completion and similar niftyMartin Mares2000-02-153-17/+243
* Configure, link and use the readline library.Martin Mares2000-01-201-1/+22
* Put client on a stony ground. The whole client is going to be system-specificMartin Mares2000-01-195-15/+98
* Generate a list of all commands and their help texts for the client to use.Martin Mares2000-01-191-1/+11
* Added skeleton of the client. Does nothing, but at least compiles.Martin Mares1999-10-293-0/+32