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_5_7


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.8   14 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] area.c  1.9   15 years  claudio   Full stub area support. This allows ABRs to announce a default network summary L...
[TXT] auth.c  1.19   13 years  sobrado   remove trailing spaces and tabs from source code; no binary changes (verified by...
[TXT] carp.c  1.3   14 years  claudio   Bring in sync with the bgpd version of carp.c. This fixes a memory leak in an er...
[TXT] control.c  1.41   9 years  claudio   Convert ospfd over to SOCK_CLOEXEC | SOCK_NONBLOCK and make the route socket non...
[TXT] control.h  1.6   9 years  claudio   Convert ospfd over to SOCK_CLOEXEC | SOCK_NONBLOCK and make the route socket non...
[TXT] database.c  1.31   9 years  lteo   Remove unnecessary netinet/in_systm.h include. ok millert@
[TXT] hello.c  1.21   9 years  krw   Nuke more obvious #include duplications. ok deraadt@ millert@ tedu@
[TXT] in_cksum.c  1.7   9 years  tobias   Fixed typo in error message. okay deraadt@
[TXT] interface.c  1.75   12 years  sthen   Don't display a nonsense uptime for an inactive interface. ldpd fix from Rafael ...
[TXT] iso_cksum.c  1.5   18 years  claudio   Cleanup and "simplify" iso checksum implementation. OK norby@
[TXT] kroute.c  1.98   9 years  claudio   Use sizeof(u_short) in the first check since there are RT messages that are less...
[TXT] log.c  1.8   9 years  bluhm   Convert the logic in yyerror(). Instead of creating a temporary format string, ...
[TXT] log.h  1.6   9 years  bluhm   Convert the logic in yyerror(). Instead of creating a temporary format string, ...
[TXT] lsack.c  1.21   9 years  lteo   Remove unnecessary netinet/in_systm.h include. ok millert@
[TXT] lsreq.c  1.20   11 years  markus   the peer might still send more DD messages, even if the RDE has processed all re...
[TXT] lsupdate.c  1.44   9 years  bluhm   When comparing the LSA with the Ack, also check the age field. This ensures tha...
[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.46   11 years  markus   improve snapshot handling: - don't start a new snapshot if we are already in NBR...
[TXT] ospf.h  1.23   11 years  markus   allow two minutes until neighbor adjacencies are formed; ok claudio@
[TXT] ospfd.8  1.30   10 years  jmc   no longer any need to quote macro lines with >9 args; From: Jan Stary
[TXT] ospfd.c  1.83   9 years  claudio   Convert ospfd over to SOCK_CLOEXEC | SOCK_NONBLOCK and make the route socket non...
[TXT] ospfd.conf.5  1.47   11 years  jmc   bump reference to rfc 1583 to rfc 2328;
[TXT] ospfd.h  1.91   11 years  markus   improve snapshot handling: - don't start a new snapshot if we are already in NBR...
[TXT] ospfe.c  1.90   9 years  claudio   Convert ospfd over to SOCK_CLOEXEC | SOCK_NONBLOCK and make the route socket non...
[TXT] ospfe.h  1.46   9 years  lteo   Remove unnecessary netinet/in_systm.h include. ok millert@
[TXT] packet.c  1.31   9 years  lteo   Remove unnecessary netinet/in_systm.h include. ok millert@
[TXT] parse.y  1.79   9 years  jsg   Don't allow embedded nul characters in strings. Fixes a pfctl crash with an anch...
[TXT] printconf.c  1.16   11 years  sthen   When dumping config, just print "passive" for passive interfaces rather than sho...
[TXT] rde.c  1.96   9 years  krw   Close connections when msgbuf_write() returns 0. ok claudio@
[TXT] rde.h  1.38   13 years  claudio   First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can hold about ...
[TXT] rde_lsdb.c  1.49   10 years  claudio   Enforce that the ls_id and the adv_rtr field in a type 1 router LSA are the same...
[TXT] rde_spf.c  1.75   11 years  bluhm   The if (!better && !equal) check is redundant as the same condition is checked a...