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
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
2010-11-18
Log sent notification messages as well having them in the log may
Claudio Jeker
2010-11-10
Make sure that the initial configuration of the child is zeroed out
Claudio Jeker
2010-10-15
Add the FSM suberrors specified in draft-ietf-idr-fsm-subcode. This
Claudio Jeker
2010-09-02
remove trailing spaces and tabs from source code; no binary changes
Igor Sobrado
2010-06-27
Instead of specifying the control sockets on the command line have them
Claudio Jeker
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-05-03
Make it possible to load multiple routing tables at the same time and use
Claudio Jeker
2010-04-16
Memory allocated with calloc() is initialized to zero, no need to do that
Claudio Jeker
2010-04-13
Instead of passing AF specific struct kroutes over imsgs use a struct
Claudio Jeker
2010-02-11
Not knowing a AFI/SAFI pair in the MP capability is no reason to fail
Claudio Jeker
2010-01-05
Make sure that all important config variables are synced on a reload in
Claudio Jeker
2009-12-31
Instead of passing the config via arguments to the childs on bootup issue
Claudio Jeker
2009-12-08
Big AID change part two. This changes the mp capability into an array of
Claudio Jeker
2009-12-03
Stop the IdleHold timer when going to idle state. This makes it a bit
Claudio Jeker
2009-12-01
Use an artificial address family id in struct bgpd_addr and almost everywhere
Claudio Jeker
2009-10-26
Better error handling when doing mrt dumps (e.g. when there is no more space
Claudio Jeker
2009-09-22
Update capability code to follow RFC 5492. Unlike before multiple
Claudio Jeker
2009-09-03
Use correct destination in memcpy(). Fixes PR6218, OK henning
Claudio Jeker
2009-09-02
Implement all of RFC 4486 BGP Cease Notification Message Subcodes.
Claudio Jeker
2009-08-21
Fix for PR6213, peers with 4-byte AS numbers were unable to connect to a
Claudio Jeker
[next]