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_9


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.10   8 years  claudio   Improve ABR support especially for self-originated stub networks. This seems to ...
[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.42   8 years  claudio   imsg_read will return EAGAIN in some cases so prep code for it. This is in the w...
[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.33   8 years  bluhm   Fix format string of a warning. from markus@; OK claudio@
[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.81   8 years  claudio   Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code around to ...
[TXT] iso_cksum.c  1.5   18 years  claudio   Cleanup and "simplify" iso checksum implementation. OK norby@
[TXT] kroute.c  1.106   8 years  claudio   Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code around to ...
[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.47   8 years  claudio   Improve ABR support especially for self-originated stub networks. This seems to ...
[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.89   8 years  sthen   Remove setproctitle() for the parent process. Because rc.d(8) uses process title...
[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.94   8 years  claudio   Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code around to ...
[TXT] ospfe.c  1.94   8 years  claudio   Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code around to ...
[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.80   8 years  claudio   Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code around to ...
[TXT] printconf.c  1.16   11 years  sthen   When dumping config, just print "passive" for passive interfaces rather than sho...
[TXT] rde.c  1.100   8 years  claudio   Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code around to ...
[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.50   8 years  claudio   Improve ABR support especially for self-originated stub networks. This seems to ...
[TXT] rde_spf.c  1.76   8 years  claudio   Improve ABR support especially for self-originated stub networks. This seems to ...