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_8


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.20   9 years  jsg   use the sizeof the struct not the sizeof a pointer to the struct ok claudio@
[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.32   9 years  claudio   Make sure that the debug messages include the neighbor ID so we hava a chance to...
[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.78   8 years  benno   Fix a segfault at startup when if_change() ist called before imsg_init() exposed...
[TXT] iso_cksum.c  1.5   18 years  claudio   Cleanup and "simplify" iso checksum implementation. OK norby@
[TXT] kroute.c  1.102   8 years  benno   Fix a segfault at startup when if_change() ist called before imsg_init() exposed...
[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.31   8 years  sobrado   use file system path (.Pa) semantic markup macros where appropriate. ok jmc@
[TXT] ospfd.c  1.85   8 years  benno   Fix a segfault at startup when if_change() ist called before imsg_init() exposed...
[TXT] ospfd.conf.5  1.48   9 years  sthen   tweak wording; "a value different to 1" -> "...other than 1", from Sevan Janiyan...
[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.97   9 years  claudio   When removing interfaces in the RDE we also need to remove all the RDE neighbors...
[TXT] rde.h  1.39   9 years  claudio   When removing interfaces in the RDE we also need to remove all the RDE neighbors...
[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...