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
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
2013-11-13
from claudio
Sebastian Benoit
2013-07-10
Change the way the RDE updates its peer list. The SE is now always sending
Claudio Jeker
2013-05-30
When removing "dump (all|updates)" from bgpd.conf and reloading, tell
Florian Obser
2013-05-30
Add partial support to bgpd for the ttl hack with ipv6. This sends the correct
Stuart Henderson
2013-03-20
less includes
Theo de Raadt
2013-03-11
handle ECONNABORTED errors from accept(). In many code blocks they can be
Theo de Raadt
2013-03-07
Implements a few missing bits for better templates support:
Claudio Jeker
2012-12-01
The capability parser should only return an error in extreme cases. If a
Claudio Jeker
2012-09-18
Only allow one reload request at a time in bgpd. Needed for further work.
Claudio Jeker
2012-09-12
Better graceful restart support (implementing more then just the EoR record).
Claudio Jeker
2012-07-11
Limit "while(setsockopt(..SO_RCVBUF/SO_SNDBUF..))" loops to prevent them
Stuart Henderson
2012-07-09
Fix the handling of the message read buf with regard to MSG_PROCESS_LIMIT.
Claudio Jeker
2012-04-12
accept() pacing for bgpd based on similar work done on other daemons.
Claudio Jeker
2012-01-06
typo in log_peer_warnx message
Stuart Henderson
2011-07-09
remove that rlimit code, rc.d and login classes do it much betterer these
Henning Brauer
2011-07-04
LINK_STATE_IS_UP() cleanup userland part. There is no need to special
Claudio Jeker
2011-05-05
ibuf_add returns 0 or -1. adding up the return values in errs and then
Henning Brauer
2010-12-23
Increase the DATA limit in the RDE to the max value and do the same
Claudio Jeker
2010-12-09
The PF_KEY socket is like the routing socket. It must be polled all the
Claudio Jeker
[next]