| Commit message (Expand) | Author | Age | Files | Lines |
* | [lib] Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commands | Paul Jakma | 2006-10-16 | 2 | -2/+56 |
* | [snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues) | Andrew J. Schorr | 2006-09-26 | 2 | -7/+17 |
* | [lib] Bug #134: threads should be more robust against backward time jumps | Paul Jakma | 2006-08-27 | 3 | -24/+210 |
* | [lib] remove autogenerated file, update .cvsignore | Paul Jakma | 2006-07-28 | 2 | -203/+2 |
* | [lib] Optimise thread_call by caching pointer to thread history in the thread | Paul Jakma | 2006-07-25 | 3 | -14/+35 |
* | [lib] Do not call vty_close in vty_log_out to avoid possible free memory access | Andrew J. Schorr | 2006-07-11 | 2 | -2/+15 |
* | [lib] Fix infinite recursion for errors on vtys with terminal monitor enabled | Andrew J. Schorr | 2006-07-10 | 2 | -0/+13 |
* | [debug] Debug messages to terminal vty sessions should include timestamps | Andrew J. Schorr | 2006-07-03 | 2 | -3/+14 |
* | [lib] Fix merge error in ChangeLog | Paul Jakma | 2006-06-30 | 1 | -5/+5 |
* | [lib] Fix typo in cpp conditional for malloc.h include | Paul Jakma | 2006-06-30 | 2 | -1/+6 |
* | [lib] Remove bare routes in route_types: fix mistake in commmit | Paul Jakma | 2006-06-27 | 1 | -3/+1 |
* | [lib] Remove numeric route-type argument in redistribute arg strings | Paul Jakma | 2006-06-27 | 2 | -6/+13 |
* | [lib] Centralise Zserv route type information, auto-generate redist strings | Paul Jakma | 2006-06-27 | 5 | -4/+279 |
* | [zebra] remove internal if_flag_dump, use libzebras version. | Paul Jakma | 2006-06-15 | 2 | -1/+4 |
* | [lib] list_delete shouldn't duplicate list_delete_all_node | Paul Jakma | 2006-06-15 | 2 | -10/+3 |
* | [lib] Experimental: have XFREE NULL out the freed pointer | Paul Jakma | 2006-06-15 | 2 | -1/+6 |
* | [lib] Fix vector leak in error path in command.c, CID #38 | Paul Jakma | 2006-06-15 | 2 | -1/+7 |
* | [lib] Add support for Sun libc printstack to zlog_backtrace_sigsafe | Paul Jakma | 2006-05-28 | 2 | -8/+23 |
* | [lib] vty_log shouldn't crash if called when vty isn't initiliased | Paul Jakma | 2006-05-28 | 2 | -0/+9 |
* | [lib] malloc.h is deprecated, try not to include it anymore | Paul Jakma | 2006-05-28 | 2 | -0/+5 |
* | [lib] include inttypes.h rather than stdint.h, provide defines where missing | Paul Jakma | 2006-05-28 | 2 | -6/+29 |
* | [interface configuration] Try to avoid losing address info after shutdown. | Andrew J. Schorr | 2006-05-21 | 2 | -0/+11 |
* | [lib] Add string mapping table for Zserv commands | Paul Jakma | 2006-05-15 | 3 | -22/+81 |
* | [lib] CID #39, Fix the vty completion leak-fix to only free when desired | Paul Jakma | 2006-05-15 | 2 | -1/+8 |
* | [lib] CID #55, fix return of freed pointer, cmd_describe_command_real | Paul Jakma | 2006-05-13 | 2 | -3/+5 |
* | [lib] CID #39, fix leak in error path, vty_describe_command | Paul Jakma | 2006-05-13 | 2 | -8/+5 |
* | [lib] CID #37, fix error case leak, cmd_complete_command_real | Paul Jakma | 2006-05-13 | 2 | -1/+4 |
* | [lib] CID #3, fix forward-null errors in vty_prefix_list_uninstall | Paul Jakma | 2006-05-13 | 2 | -0/+12 |
* | [lib] command.c exports host global, add it to header. | Paul Jakma | 2006-03-30 | 2 | -1/+4 |
* | [lib] Trivial: fix line lengths of a comment in workqueu.c | Paul Jakma | 2006-03-30 | 2 | -2/+4 |
* | [lib] Mark most arguments in DEFUN_CMD_FUNC_TEXT as potentially unused | Paul Jakma | 2006-03-30 | 2 | -1/+9 |
* | [lib] fix gensub call in memtypes.awk to pass "g", not g. | Paul Jakma | 2006-03-30 | 2 | -3/+7 |
* | [lib] status field/flags no longer used in struct workqueue | Paul Jakma | 2006-03-30 | 2 | -3/+5 |
* | [bgpd] trivial: use a distinct memtype for struct bgp_synchronize | Paul Jakma | 2006-03-30 | 2 | -1/+6 |
* | [lib] fix libtool version argument in Makefile.am | Paul Jakma | 2006-03-30 | 2 | -1/+5 |
* | [lib/memory] Add mallinfo support | Paul Jakma | 2006-03-30 | 3 | -1/+136 |
* | [lib/privs] Changing user IDs should be done before dropping privileges | Paul Jakma | 2006-03-30 | 2 | -18/+27 |
* | [lib] export show_address_cmd debug command in if.h | Paul Jakma | 2006-03-06 | 2 | -0/+6 |
* | [lib/sockunion] trivial: use XSTRDUP. | Paul Jakma | 2006-02-21 | 2 | -2/+8 |
* | [lib/workqueue] remove the useless 'delay' factor. | paul | 2006-02-02 | 3 | -43/+24 |
* | [lib/stream] small compile fix, use uint64_t, not u_int64_t. | paul | 2006-01-19 | 2 | -1/+7 |
* | 2006-01-17 Vincent Jardin <vincent.jardin@6wind.com> | vincent | 2006-01-18 | 3 | -9/+18 |
* | [lib/zclient] Export zclient_create_header | paul | 2006-01-17 | 3 | -1/+6 |
* | [lib/vty] Add 'no terminal monitor' alias | paul | 2006-01-17 | 2 | -0/+12 |
* | [lib/md5] md5_loop should take void pointer for more useful caller warnings. | paul | 2006-01-17 | 3 | -4/+11 |
* | [zserv] Extend Zserv header with version information and marker field | paul | 2006-01-16 | 4 | -37/+78 |
* | [zserv] Update interface flags to 8 bytes wide. | paul | 2006-01-11 | 3 | -4/+12 |
* | [stream] Add quad-word support and stream_resize | paul | 2006-01-10 | 3 | -4/+157 |
* | 2005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com> | gdt | 2005-12-29 | 2 | -1/+5 |
* | [c99] change gcc zero-length array to C99 flexible array declaration | paul | 2005-11-26 | 3 | -2/+8 |