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
/
bgpd
/
session.c
Age
Commit message (
Expand
)
Author
2019-06-17
Completley rewrite the community matching and handling code. All community
Claudio Jeker
2019-05-27
Switch the peer TAILQ to a RB tree indexed by the peer id. This way
Claudio Jeker
2019-05-24
Change timer_nextisdue() and timer_nextduein() to take the current time
Claudio Jeker
2019-05-08
Rework the TCP md5sig and IKE handling. Move the pfkey socket to the parent
Claudio Jeker
2019-04-25
Extend maximum message size of the shutdown communication to 255 bytes.
Claudio Jeker
2019-04-07
Be more careful when setting timeout to 0 because there is pending work
Claudio Jeker
2019-03-31
Move the struct peer into bgpd_config and switch it to a TAILQ instead of
Claudio Jeker
2019-03-15
Set all default values in init_config in parse.y and remove the special
Claudio Jeker
2019-03-07
Do a better job at cleaning up the config on shutdown. Remove bits that
Claudio Jeker
2019-02-27
Convert the remote and local addresses in struct peer to be bgpd_addrs
Claudio Jeker
2019-02-18
Do not depend on the length field of struct sockaddr instead pass the
Claudio Jeker
2019-02-15
Move the depend on state calculation from session.c to kroute.c. This
Claudio Jeker
2019-01-20
Support group descriptions in control messages that accept a neighbor
Claudio Jeker
2018-10-22
Properly throttle dumping of prefixes to peers. Eventhough we got the XON/XOFF
Claudio Jeker
2018-09-29
With the introduction of sets the config that is shipped to the RDE got
Claudio Jeker
2018-09-20
whitespace cleanup, ok claudio@
Sebastian Benoit
2018-09-19
Wrap sending imsg to the RDE in a function and make sure that the ibuf
Claudio Jeker
2018-09-04
Introduce inet4applymask() which does the same as inet6applymask() and
Claudio Jeker
2018-07-11
On IMSG_CTL_SHOW_RIB_MEM also send back information of some of the
Claudio Jeker
2017-05-29
fix "depend on" when carp interface goes from MASTER into state INIT
Sebastian Benoit
2017-05-28
Close imsg pipes later in the process. The shutdown code still tires to
Claudio Jeker
2017-05-28
Implement an XON/XOFF protocol between the RDE and the SE to throttle
Claudio Jeker
2017-05-27
Allow OpenBGPD to selectively choose which local ASN to use per-peer.
Peter Hessler
2017-05-26
AS 0 is special and should be considered an error.
Peter Hessler
2017-02-13
draft-ietf-idr-shutdown extends to support a message on either of
Peter Hessler
2017-01-24
sync log.c from relayd et al to bgpd.
Sebastian Benoit
2017-01-13
Add support for draft-ietf-idr-shutdown
Peter Hessler
2016-12-19
In parse_header() not all of the bgp message may be in the buffer yet so
Claudio Jeker
2016-12-18
Correct logic, make it the same as in the other mrt_dump_bgp_msg case.
Claudio Jeker
2016-09-03
Simplify shutdown process.
Renato Westphal
2016-09-02
work on making log.c similar in all daemons:
Sebastian Benoit
2016-08-08
Use exit(3) instead of _exit(2) in the child processes.
Renato Westphal
2016-07-25
Initialize the log subsytem in the SE like it is done in the RDE. Without
Claudio Jeker
2016-07-21
Remove a fatal() in peer_up when the local addrs of a peer can't be figured out.
Claudio Jeker
2016-06-28
Use IPV6_MINHOPCOUNT to finish implementing ttl-security for IPv6.
Jeremie Courreges-Anglas
2016-06-06
Add format attributes to the proper functions and then fix the warning in
Sebastian Benoit
2015-11-20
bgpd has been naughty. It tries to play with AF_UNIX sockets without
Florian Obser
2015-11-17
in the SE, loosing the pipe to the main process can be handled with a
Sebastian Benoit
2015-10-25
Rename imsg_compose_parent and imsg_compose_rde to imsg_ctl_parent and
Claudio Jeker
2015-10-09
Change all tame callers to namechange to pledge(2).
Theo de Raadt
2015-10-07
use fatal() instead of err(); from benno
Theo de Raadt
2015-10-06
Move from tame "cmsg" to tame "sendfd" or "recvfd", depending on which
Theo de Raadt
2015-10-05
tame "stdio inet cmsg" should work well in the session engine.
Theo de Raadt
2015-08-04
Give more precise errors, to help track when bgpd quits
Peter Hessler
2015-07-20
Make bgpd execute the RDE and session engine process instead of just forking.
Claudio Jeker
2015-02-09
Kill session_socket_blockmode() and replace it with SOCK_CLOEXEC or
Claudio Jeker
2014-12-04
replace an overlapping memcpy with memmove, ok deraadt tedu
Stuart Henderson
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-10-08
Use reallocarray() throughout to spot multiplicative int overflow.
Theo de Raadt
2014-01-22
Fix a bug where stale routes were not properly flushed on sessions announcing
Claudio Jeker
[next]