OpenBSD CVS

src/usr.sbin/ospfd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / ospfd

Current tag: OPENBSD_4_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.7   16 years  claudio   Demote support for ospfd. It is possible to specify a demote group on interfaces...
[TXT] area.c  1.8   16 years  claudio   Bye bye global ospf options. OSPF options are per area (at least the one flag th...
[TXT] auth.c  1.13   16 years  norby   log_debug error messages report incorrect function names from Igor Zinovik
[TXT] carp.c  1.1   16 years  claudio   Demote support for ospfd. It is possible to specify a demote group on interfaces...
[TXT] control.c  1.20   16 years  henning   do not leak confd on malloc failure in control_accept() found by Igor Zinovik <z...
[TXT] control.h  1.2   19 years  claudio   typo in define. Found by David Krause.
[TXT] database.c  1.22   16 years  norby   Correct the output of several error and debug messages.
[TXT] hello.c  1.14   16 years  claudio   Bye bye global ospf options. OSPF options are per area (at least the one flag th...
[TXT] in_cksum.c  1.6   17 years  deraadt   term 3 here can be dropped too
[TXT] interface.c  1.60   16 years  claudio   Switch some more baudrates to 64 bit and initialize iface->baudrate.
[TXT] iso_cksum.c  1.5   18 years  claudio   Cleanup and "simplify" iso checksum implementation. OK norby@
[TXT] kroute.c  1.55   16 years  claudio   From ripd: Add missing RTM_VERSION checks
[TXT] log.c  1.5   18 years  claudio   Add some NOTREACHED to please lint.
[TXT] log.h  1.4   16 years  claudio   spaces
[TXT] lsack.c  1.17   18 years  claudio   Use size_t for buffer lenght passed to send_ls_ack() plus an ARGSUSED.
[TXT] lsreq.c  1.14   18 years  claudio   The return value of the start/stop timer functions is almost never checked. Swit...
[TXT] lsupdate.c  1.33   16 years  norby   Correct the output of several error and debug messages.
[TXT] name2id.c  1.2   16 years  reyk   add support for mapping route labels to AS-external route tags. manpage bits fr...
[TXT] neighbor.c  1.37   16 years  norby   Correct the output of several error and debug messages.
[TXT] ospf.h  1.16   17 years  claudio   Make it possible to set the metric and LSA type for redistributed routes. Mostly...
[TXT] ospfd.8  1.21   16 years  jmc   segement -> segment; from Denis Doroshenko plus an article fix whilst here
[TXT] ospfd.c  1.56   16 years  claudio   Add -D makro=value as well so that all routing daemons are in sync. OK norby@
[TXT] ospfd.conf.5  1.29   16 years  jmc   use a hyphen for "interface-specific" as a compound term. this is not a hard and...
[TXT] ospfd.h  1.71   16 years  claudio   Bye bye global ospf options. OSPF options are per area (at least the one flag th...
[TXT] ospfe.c  1.60   16 years  claudio   Funny typo, it is fib not fip so adjust function name.
[TXT] ospfe.h  1.38   16 years  claudio   Funny typo, it is fib not fip so adjust function name.
[TXT] packet.c  1.22   17 years  claudio   Support for multiple networks on one interface. Until now only the main address ...
[TXT] parse.y  1.61   16 years  mpf   Have popfile() also close the main config file, but only do the final popfile ca...
[TXT] printconf.c  1.11   16 years  claudio   When printing the config always include the interface IP address. Without this m...
[TXT] rde.c  1.73   16 years  norby   Correct the output of several error and debug messages.
[TXT] rde.h  1.34   16 years  reyk   add support for mapping route labels to AS-external route tags. manpage bits fr...
[TXT] rde_lsdb.c  1.40   16 years  norby   Correct the output of several error and debug messages.
[TXT] rde_spf.c  1.66   16 years  norby   Correct the output of several error and debug messages.
[TXT] buffer.c (in the Attic) [Hide]  1.8   18 years  claudio   ospfd does not need fd passing via the imsg framework so remove that code and re...
[TXT] imsg.c (in the Attic) [Hide]  1.9   16 years  pyr   make imsg_create use dynamic buffers. this does not change imsg_compose's behavi...