index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ospfd
Age
Commit message (
Expand
)
Author
2009-06-08
revert this change by eric@:
David Gwynne
2009-06-07
Change the way fds passed over a socket are retreived on the receiving side.
Eric Faurot
2009-06-07
Make the imsg protocol network-safe.
Eric Faurot
2009-06-06
change the imsg header fields a bit to prepare for upcoming changes.
Eric Faurot
2009-06-06
Get ready for including imsg.h from a lib, when it comes along.
Pierre-Yves Ritschard
2009-06-06
sync ospfctl/ospfd with the common imsg code, making it lib ready as well.
Eric Faurot
2009-06-06
remove unnecessary and scary pid check in imsg_init.
Pierre-Yves Ritschard
2009-06-05
rtm->rtm_hdrlen conversion
Chris Cappuccio
2009-06-05
bring buf_write here as well.
Pierre-Yves Ritschard
2009-06-05
Add an unused data field, to allow smtpd and ypldap to work, all lib
Pierre-Yves Ritschard
2009-06-05
bump MAX_IMSGSIZE to 16384, this will make smtpd happy later on.
Pierre-Yves Ritschard
2009-06-05
make ospfd's imsg lib ready as well.
Pierre-Yves Ritschard
2009-06-05
Preliminary rdomain support, all hacked up by reyk@
Claudio Jeker
2009-06-05
treat buf->wpos as the size to send out on the wire, not buf->size,
Pierre-Yves Ritschard
2009-06-05
don't mess with buffer internals,
Pierre-Yves Ritschard
2009-06-02
Track reject and blackhole routes and allow them to be redistributed even
Claudio Jeker
2009-05-31
Remove redundant imsg_event_add calls; ok claudio@
Jacek Masiulaniec
2009-05-31
The libevent callback function may be called with EV_READ and EV_WRITE
Claudio Jeker
2009-05-15
Do not ignore the route metric for "redistribute default".
Marco Pfatschbacher
2009-04-26
comment typos; no binary change
Stuart Henderson
2009-04-07
allow to specify an alternate control socket instead of /var/run/ospfd.sock.
Reyk Floeter
2009-03-31
Fixed memory leaks which would occur if the second of two memory
Tobias Stoeckmann
2009-03-29
Key-Id 0 is not only not available on Cisco devices but also on other devices.
Claudio Jeker
2009-03-27
Allow the announcement of default route also via redistribute 0.0.0.0/0
Michele Marchetto
2009-03-24
Change the behaviour of redistribute default.
Michele Marchetto
2009-03-13
When commiting the buf_left() change adding len to the check was dropped and
Claudio Jeker
2009-03-04
Introduce and use buf_size(buf) instead of buf->wpos -- at least in the non
Claudio Jeker
2009-03-01
Print the correct function name in log_debug().
Michele Marchetto
2009-02-25
Fix an invalid pointer dereference in control_close(). If control_connbyfd()
Claudio Jeker
2009-01-31
write point-to-point in a consistent way.
Igor Sobrado
2009-01-31
Implement buf_left() to make some some more buffer handling easier.
Claudio Jeker
2009-01-31
Pass the buffer to send_packet() instead of spliting it up. This removes
Claudio Jeker
2009-01-27
No need to check if neighbor exists before adding it
Michele Marchetto
2009-01-26
We acutally use the lowest IP configured as router-id if none is specified.
Claudio Jeker
2009-01-26
First convert IP addresses to host-byte-order before checking which one is
Claudio Jeker
2009-01-16
fix last update
Joerg Goltermann
2009-01-08
Fix use after free of kr. Happend when the first loop removed the head
Claudio Jeker
2009-01-08
Include the neighbor ID in a debug output so that it is clear which router
Claudio Jeker
2009-01-08
tweak previous; feedback/ok claudio
Jason McIntyre
2009-01-07
Full stub area support. This allows ABRs to announce a default network
Claudio Jeker
2009-01-06
Remove workaround added in rev 1.63. The real issue has been found and
Claudio Jeker
2009-01-01
Remove some other useless debug messages that just add unneeded noise.
Claudio Jeker
2009-01-01
Call kr_shutdown() before exit even in config test mode and config parse
Claudio Jeker
2009-01-01
Move initialisation of krt into kif_init so that it is possible to call
Claudio Jeker
2008-12-17
Add a workaround for some crazyness that happens if a cloning route has a
Claudio Jeker
2008-12-12
Make the kroute code routing priority aware. This solves a few issues and
Claudio Jeker
2008-11-24
Initial support for stub areas. The bit still missing is the redistribution
Claudio Jeker
2008-11-21
Kill some old debug messages that are no longer needed.
Claudio Jeker
2008-11-21
imsg_* returns ssize_t
Claudio Jeker
2008-10-17
bring in the findeol() fix from pfctl. list of affected parsers by sthen
Henning Brauer
[next]