mirror_frr/lib
paul 02ff83c525 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>
* filter.c: (access_list_remark_cmd) buffer_putstr doesnt need cast
          to u_char. (ipv6_access_list_remark_cmd) ditto.
          if.c: ditto
        * network.c: (readn/writen) pointer arg should be type u_char.
        * plist.c: needs to include stream.h, not declare stream functions
          internally.
          (various) Add static qualifier to internal functions.
          (prefix_list_type_str) extraneous breaks in switch statement.
          (ip_prefix_list_description_cmd) buffer_putstr doesnt need cast
        * stream.h: depends on plist.h and export stream_put_prefix
        * vty.c: (vty_<telnet option build functions>) should use
          unsigned char, telnet options are 0 -> 255.
        * zclient.c: various u_char<->char type cleanups.
        * zebra.h: Having to define CMSG_* can apply to more than just
          BSDI_NRL.
        * ripd.c: (rip_distribute_update_all) distribute list hook
          function pointer prototype requires struct prefix_list * arg.
          (rip_distribute_update_all_wrapper) update to pass required arg,
          NULL.
2004-06-11 11:27:03 +00:00
..
.cvsignore CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
buffer.c 2004-06-04 Paul Jakma <paul@dishone.st> 2004-06-04 17:58:18 +00:00
buffer.h 2004-06-04 Paul Jakma <paul@dishone.st> 2004-06-04 17:58:18 +00:00
ChangeLog 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-06-11 11:27:03 +00:00
checksum.c Initial revision 2002-12-13 20:15:29 +00:00
command.c 2004-03-16 David Young <dyoung@pobox.com> 2004-03-16 14:38:36 +00:00
command.h Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00
daemon.c 2004-04-21 Boris Kovalenko <boris@tagnet.ru> 2004-04-21 11:00:43 +00:00
debug.c Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGER 2004-03-04 17:45:00 +00:00
debug.h Paul Jakma: 2003-06-04 09:40:54 +00:00
distribute.c Hasso Tepper 2003-04-19 15:55:08 +00:00
distribute.h Initial revision 2002-12-13 20:15:29 +00:00
filter.c 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-06-11 11:27:03 +00:00
filter.h Initial revision 2002-12-13 20:15:29 +00:00
getopt1.c Initial revision 2002-12-13 20:15:29 +00:00
getopt.c Initial revision 2002-12-13 20:15:29 +00:00
getopt.h Initial revision 2002-12-13 20:15:29 +00:00
hash.c Initial revision 2002-12-13 20:15:29 +00:00
hash.h Initial revision 2002-12-13 20:15:29 +00:00
if_rmap.c RIP has now "route-map x [in|out] <interface>" as well. 2003-05-25 15:13:49 +00:00
if_rmap.h Revert my http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch patch. Used 2003-05-24 21:41:49 +00:00
if.c 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-06-11 11:27:03 +00:00
if.h 2004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-05-08 05:00:31 +00:00
keychain.c Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGER 2004-03-04 17:45:00 +00:00
keychain.h Initial revision 2002-12-13 20:15:29 +00:00
linklist.c Revert my "microfix". It was caused by misreading code. Gilad is right as 2003-12-22 16:49:15 +00:00
linklist.h comments about struct list 2003-12-22 16:07:52 +00:00
log.c Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00
log.h Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00
Makefile.am Start of new ospf6d merge from Zebra. 2004-05-18 18:46:54 +00:00
md5-gnu.h Initial revision 2002-12-13 20:15:29 +00:00
md5.c Initial revision 2002-12-13 20:15:29 +00:00
memory.c Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00
memory.h Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00
network.c 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-06-11 11:27:03 +00:00
network.h 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-06-11 11:27:03 +00:00
pid_output.c 2003-12-22 Christian Hammers <ch@lathspell.de> 2003-12-22 20:15:53 +00:00
plist.c 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-06-11 11:27:03 +00:00
plist.h Initial revision 2002-12-13 20:15:29 +00:00
pqueue.c Start of new ospf6d merge from Zebra. 2004-05-18 18:46:54 +00:00
pqueue.h Start of new ospf6d merge from Zebra. 2004-05-18 18:46:54 +00:00
prefix.c Explain the dual use of struct prefix for CIDR prefixes and 2004-01-13 14:55:40 +00:00
prefix.h Explain the dual use of struct prefix for CIDR prefixes and 2004-01-13 14:55:40 +00:00
print_version.c 2004-03-16 David Young <dyoung@pobox.com> 2004-03-16 14:38:36 +00:00
privs.c 2003-06-11 Paul Jakma <paul@dishone.st> 2003-06-11 05:12:40 +00:00
privs.h Paul forgot probably to commit privs.[c|h] changes. Had to reorder includes 2003-06-04 17:41:54 +00:00
regex-gnu.h Initial revision 2002-12-13 20:15:29 +00:00
regex.c 2003-10-22 Paul Jakma <paul@dishone.st> 2003-10-22 02:41:52 +00:00
routemap.c 2003-10-29 Paul Jakma <paul@dishone.st> 2003-10-29 06:30:19 +00:00
routemap.h Initial revision 2002-12-13 20:15:29 +00:00
sigevent.c 2004-01-19 Paul Jakma <paul@dishone.st> 2004-01-19 21:23:37 +00:00
sigevent.h 2004-01-19 Paul Jakma <paul@dishone.st> 2004-01-19 21:23:37 +00:00
smux.c 2004-03-16 David Young <dyoung@pobox.com> 2004-03-16 14:38:36 +00:00
smux.h 2003-06-19 Paul Jakma <paul@dishone.st> 2003-06-19 01:21:07 +00:00
sockopt.c Initial revision 2002-12-13 20:15:29 +00:00
sockopt.h Initial revision 2002-12-13 20:15:29 +00:00
sockunion.c 2004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-05-08 05:10:38 +00:00
sockunion.h Initial revision 2002-12-13 20:15:29 +00:00
str.c Initial revision 2002-12-13 20:15:29 +00:00
str.h Initial revision 2002-12-13 20:15:29 +00:00
stream.c Initial revision 2002-12-13 20:15:29 +00:00
stream.h 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-06-11 11:27:03 +00:00
table.c lib/table.c: Fix the SET_LINK macro. (not that its of any worth) 2003-05-29 17:18:47 +00:00
table.h Initial revision 2002-12-13 20:15:29 +00:00
tcpfilter.c Initial revision 2002-12-13 20:15:29 +00:00
tcpfilter.h Initial revision 2002-12-13 20:15:29 +00:00
thread.c Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00
thread.h Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00
vector.c Initial revision 2002-12-13 20:15:29 +00:00
vector.h Initial revision 2002-12-13 20:15:29 +00:00
version.h.in 2003-09-24 Paul Jakma <paul@dishone.st> 2003-09-24 05:09:26 +00:00
vty.c 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-06-11 11:27:03 +00:00
vty.h 2003-08-12 Paul Jakma <paul@dishone.st> 2003-08-12 13:08:31 +00:00
zclient.c 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-06-11 11:27:03 +00:00
zclient.h 2004-05-08 Paul Jakma <paul@dishone.st> 2004-05-08 11:48:26 +00:00
zebra.h 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-06-11 11:27:03 +00:00