summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [lib] Experimental: have XFREE NULL out the freed pointerpaul2006-06-152-1/+6
* [lib] Fix vector leak in error path in command.c, CID #38paul2006-06-152-0/+6
* [lib] Add support for Sun libc printstack to zlog_backtrace_sigsafepaul2006-05-282-7/+22
* [lib] vty_log shouldn't crash if called when vty isn't initiliasedpaul2006-05-282-0/+9
* [lib] malloc.h is deprecated, try not to include it anymorepaul2006-05-282-0/+5
* [lib] include inttypes.h rather than stdint.h, provide defines where missingpaul2006-05-282-6/+29
* [interface configuration] Try to avoid losing address info after shutdown.ajs2006-05-212-0/+11
* [lib] Add string mapping table for Zserv commandspaul2006-05-153-21/+80
* [lib] CID #39, Fix the vty completion leak-fix to only free when desiredpaul2006-05-152-1/+8
* [lib] CID #55, fix return of freed pointer, cmd_describe_command_realpaul2006-05-122-2/+4
* [lib] CID #39, fix leak in error path, vty_describe_commandpaul2006-05-122-8/+5
* [lib] CID #37, fix error case leak, cmd_complete_command_realpaul2006-05-122-0/+3
* [lib] CID #3, fix forward-null errors in vty_prefix_list_uninstallpaul2006-05-122-0/+12
* [lib] command.c exports host global, add it to header.paul2006-03-302-1/+4
* [lib] Trivial: fix line lengths of a comment in workqueu.cpaul2006-03-302-2/+4
* [lib] Mark most arguments in DEFUN_CMD_FUNC_TEXT as potentially unusedpaul2006-03-302-1/+9
* [lib] fix gensub call in memtypes.awk to pass "g", not g.paul2006-03-302-2/+6
* [lib] status field/flags no longer used in struct workqueuepaul2006-03-302-3/+5
* [bgpd] trivial: use a distinct memtype for struct bgp_synchronizepaul2006-03-302-0/+5
* [lib] fix libtool version argument in Makefile.ampaul2006-03-302-1/+5
* [lib/memory] Add mallinfo supportpaul2006-03-303-1/+136
* [lib/privs] Changing user IDs should be done before dropping privilegespaul2006-03-302-18/+27
* [lib] export show_address_cmd debug command in if.hpaul2006-03-062-0/+6
* [lib/sockunion] trivial: use XSTRDUP.paul2006-02-212-2/+8
* [lib/workqueue] remove the useless 'delay' factor.paul2006-02-023-43/+24
* [lib/stream] small compile fix, use uint64_t, not u_int64_t.paul2006-01-192-1/+7
* 2006-01-17 Vincent Jardin <vincent.jardin@6wind.com>vincent2006-01-173-8/+17
* [lib/zclient] Export zclient_create_headerpaul2006-01-173-1/+6
* [lib/vty] Add 'no terminal monitor' aliaspaul2006-01-172-0/+12
* [lib/md5] md5_loop should take void pointer for more useful caller warnings.paul2006-01-173-2/+9
* [zserv] Extend Zserv header with version information and marker fieldpaul2006-01-164-37/+78
* [zserv] Update interface flags to 8 bytes wide.paul2006-01-113-4/+12
* [stream] Add quad-word support and stream_resizepaul2006-01-103-4/+157
* 2005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com>gdt2005-12-292-1/+5
* [c99] change gcc zero-length array to C99 flexible array declarationpaul2005-11-263-2/+8
* [lib/zebra.h] fix Linux compile errorpaul2005-11-242-2/+7
* [privs/solaris] Fix unused variable and incorrect format string.paul2005-11-242-3/+9
* [workqueue] Update workqueue users callbacks to additional argumentspaul2005-11-143-9/+32
* [bug #231] check and include stdint.h, also add std=c99 to gcc CFLAGSpaul2005-11-142-0/+4
* 2005-11-14 Paul Jakma <paul.jakma@sun.com>paul2005-11-143-15/+71
* [lib] 'show route-map' should print call action seperate from exit policypaul2005-11-122-10/+13
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-032-1/+3
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-033-1/+4
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-038-112/+134
* 2005-10-26 Paul Jakma <paul.jakma@sun.com>paul2005-10-263-64/+64
* 2005-10-26 Paul Jakma <paul.jakma@sun.com>paul2005-10-267-25/+43
* 2005-10-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-212-6/+53
* 2005-10-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-202-11/+31
* 2005-10-18 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-182-0/+5
* 2005-10-18 Paul Jakma <paul.jakma@sun.com>paul2005-10-182-0/+5