summaryrefslogtreecommitdiffstats
path: root/lib/vty.c
Commit message (Expand)AuthorAgeFilesLines
* Reviewed and improved vty and (particularly) vtysh.Chris Hall2012-02-261-2/+0
* Fix failure to build under --disable-rtadvChris Hall2012-02-211-0/+2
* vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-565/+1618
* Update pipework and improve memory reporting.Chris Hall2011-07-211-125/+121
* Merge branch 'master' of /git/quagga.euro-ix into pipeworkChris Hall2011-05-241-0/+24
|\
| * Fix to include all new show commands from 0.99.18.Chris Hall2011-04-051-0/+9
* | Small improvements to speed of reading of configuration file.Chris Hall2011-03-311-3/+7
* | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-1/+0
* | Upgrade of "pipework" -- including piping to/from shell commandsex11pChris Hall2011-03-211-291/+279
* | Second tranche of updates for pipework branch.Chris Hall2011-02-131-776/+302
* | Creation of pipework branchChris Hall2010-12-211-74/+145
|/
* Fixes to vty stuff so that zebra runs.Chris Hall2010-06-161-1/+2
* Fix vty being closed while waiting on '--more--' prompt.Chris Hall2010-04-281-1/+1
* Removing compiler warnings.Chris Hall2010-04-161-0/+1
* New functions for error numbers and addresses in messages.Chris Hall2010-04-081-1/+1
* First beta releaseChris Hall2010-04-061-218/+598
* Major updateChris Hall2010-03-161-2958/+879
* Getting BGP Engine to start and removing warnings.Chris Hall2010-01-241-4/+5
* Fix "write file" command so reports "threaded". Working on Shutdown andpaulo2010-01-221-8/+12
* Fixes to get 3 threads working. Fixes to get threaded command working.paulo2010-01-211-3/+14
* Wired in nexus for bgp_ routing_ and cli_ such that if not usingpaulo2010-01-181-4/+4
* Set socket non-blocking prior to listen(). Changed to recursivepaulo2010-01-041-7/+27
* QDEBUG handling. Debug banner on stderr, vty and log file. Annoucepaulo2009-12-181-1/+38
* Use static mutexespaulo2009-12-171-8/+7
* Get CLI thread and UI working properly. Sex commands according topaulo2009-12-151-48/+162
* Using message queue to send commands from cli thread to bgp thread.paulo2009-12-141-3/+12
* vty running in main thread. bgp running in its own thread.paulo2009-12-111-21/+9
* Needed unprotected version of vty_reset for use in vty_terminatepaulo2009-12-101-4/+10
* Stop recursive lock checking assertpaulo2009-12-101-58/+61
* Merge remote branch 'quagga/master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-091-0/+6
|\
| * lib: log source of vty connections (bug #566)heasley2009-12-071-0/+6
* | Ensure all timeouts are timeout times in qtime_mono_t.Chris Hall (GMCH)2009-12-091-2/+2
* | Fixed -ve return from qps_pselect. Fixed calls of qps_enable_mode - usespaulo2009-12-091-6/+6
* | Fix timeouts in nexus, fix LOCK in vtypaulo2009-12-091-2/+2
* | Fixes to get as far as creating the thread and calling qps_pselectpaulo2009-12-091-27/+24
* | Wired up the CLI thread with new qpnexus type. Still work in progress.paulo2009-12-081-77/+339
* | Make vty and log thread safe under single mutex.paulo2009-12-071-119/+382
* | Make logging (lib.c) and privileges (privs.c) pthread safepaulo2009-11-301-4/+1
* | Add functions to lib/vty.c & .hChris Hall (GMCH)2009-11-241-2/+23
* | Upgrade lib/vector.c & .hChris Hall (GMCH)2009-11-241-61/+61
|/
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-1/+15
* [vty] Add support for a 'restricted mode' with anonymous vty connectionsPaul Jakma2008-08-231-3/+43
* [vty] Allow delete during password entryRoy2008-08-221-3/+3
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-101-2/+2
* [logging] Add new "log timestamp precision" command for subsecond timestampsAndrew J. Schorr2007-04-281-19/+16
* [lib] Do not call vty_close in vty_log_out to avoid possible free memory accessAndrew J. Schorr2006-07-111-2/+8
* [lib] Fix infinite recursion for errors on vtys with terminal monitor enabledAndrew J. Schorr2006-07-101-0/+5
* [debug] Debug messages to terminal vty sessions should include timestampsAndrew J. Schorr2006-07-031-3/+9
* [lib] vty_log shouldn't crash if called when vty isn't initiliasedPaul Jakma2006-05-281-0/+7
* [lib] CID #39, Fix the vty completion leak-fix to only free when desiredPaul Jakma2006-05-151-1/+2