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
/
packet.c
Age
Commit message (
Expand
)
Author
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-02-16
Don't log the same thing twice. From a much bigger diff.
Claudio Jeker
2009-06-05
don't mess with buffer internals,
Pierre-Yves Ritschard
2009-01-31
Pass the buffer to send_packet() instead of spliting it up. This removes
Claudio Jeker
2008-09-12
Don't be to strict in find_iface() about what we accept on point-to-point
Claudio Jeker
2008-03-24
msg_controllen has to be CMSG_SPACE so that the kernel can account for
Theo de Raadt
2008-03-15
Repair more msg_controllen dealing with structures or arrays of
Theo de Raadt
2008-03-13
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
Theo de Raadt
2006-11-17
Support for multiple networks on one interface. Until now only the main
Claudio Jeker
2006-09-27
Use IP_RECVIF to get the incomming interface of OSPF packets. Now we use
Claudio Jeker
2006-03-09
Switch send_packet from char * to void * and from int to size_t. The function
Claudio Jeker
2006-02-19
Do not allocate a new chunk of memory every time we receive a packet.
Esben Norby
2005-11-12
spacing mostly
Theo de Raadt
2005-10-26
some unneeded #includes; ok claudio@
Kevin Steves
2005-10-19
small cleanups while reading; ok claudio@
Kevin Steves
2005-10-19
use string.h; ok claudio@
Kevin Steves
2005-10-18
Correct log_debug(). Found while scrolling through that file.
Claudio Jeker
2005-10-12
Minor cleanup. Use iface->state & IF_STA_DRORBDR as used in other places
Claudio Jeker
2005-09-17
- add get_rtr_id() based on bgpd's get_bgpid()
Mathieu Sauve-Frankel
2005-08-11
EINTR, and a little KNF in packet.c
Henning Brauer
2005-05-27
Virtual link support.
Esben Norby
2005-05-26
Simplify and cleanup passive interface handling.
Esben Norby
2005-04-14
Some format string cleanup. OK deraadt
Chad Loder
2005-04-05
Use the dynamic buffer API for packet generation and sending.
Claudio Jeker
2005-03-31
Add support for crypt authentication (MD5).
Esben Norby
2005-02-16
Support point to point links.
Esben Norby
2005-02-07
spelling fixes
David Krause
2005-02-04
Use log_warn() insteade of log_warnx() after sendto() and if_set_mcast()
Claudio Jeker
2005-01-28
Change my email address to the OpenBSD one since Ericsson has nothing to
Esben Norby
2005-01-28
Welcome ospfd
Claudio Jeker