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_6


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.40   9 years  krw   Close the control fd when it has reported EOF. ok henning@
[TXT] control.h  1.5   12 years  deraadt   Handle file descriptor exhaustion in the accept() case. ok claudio
[TXT] database.c  1.30   11 years  markus   the event NBR_EVT_SEQ_NUM_MIS is not defined in state NBR_STA_XSTRT (would chang...
[TXT] hello.c  1.20   13 years  claudio   Instead of using IBUF_READ_SIZE as upper bound when building various packets use...
[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.94   9 years  guenther   The second level of the CTL_NET sysctl is a PF_*, not an AF_* inconsistent usag...
[TXT] log.c  1.7   12 years  sthen   Decouple log_verbose() from log_init() so the verbose flag stays set with "ospfd...
[TXT] log.h  1.5   14 years  claudio   Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime. It...
[TXT] lsack.c  1.20   13 years  claudio   Rewrite the lsack generation. Make it more like the lsupdate code. Removes some ...
[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.41   11 years  markus   for point-to-point interfaces we need to send lsupdates to the interface address...
[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.81   9 years  krw   Close connections when msgbuf_write() returns 0. ok claudio@
[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.88   9 years  krw   Close connections when msgbuf_write() returns 0. ok claudio@
[TXT] ospfe.h  1.45   11 years  markus   improve snapshot handling: - don't start a new snapshot if we are already in NBR...
[TXT] packet.c  1.30   14 years  nicm   Rename some imsg bits to make namespace collisions less likely buf to ibuf, buf_...
[TXT] parse.y  1.76   10 years  henning   relax the cfg file secrecy check slightly to allow group readability default per...
[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...