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
Age
Commit message (
Expand
)
Author
2004-02-07
it's about time to document tcp md5sig ...
Henning Brauer
2004-02-07
send filter rules to the RDE on reloads, help & ok claudio
Henning Brauer
2004-02-07
when connected routes show up at runtime we have to set ifindex in struct kif
Henning Brauer
2004-02-07
houps, fetchtable() had the default route special cased... bad.
Henning Brauer
2004-02-07
the sockaddr holding the netmask and advertised by rtm_addrs might
Henning Brauer
2004-02-07
sin_family in the sockaddr_n representing the netmask we sniffed on the
Henning Brauer
2004-02-06
use a struct bgpd_addr for the address token instead of a in_addr, claudio ok
Henning Brauer
2004-02-06
initial cut at the filtering language.
Henning Brauer
2004-02-05
allocate curpeer little earlier.
Henning Brauer
2004-02-05
error message tuning
Henning Brauer
2004-02-05
introduce group IDs. will be needed for filtering (or rather, ease things
Henning Brauer
2004-02-05
Emphasise 'stderr'.
Ryan Thomas McBride
2004-02-04
Move BGP path attribute handling functions in a own file. henning@ conceptual ok
Claudio Jeker
2004-02-04
Move the update generation into a separate file. The update generation has
Claudio Jeker
2004-02-03
replace the previous hack for the internal peer id allocator (which just used
Henning Brauer
2004-02-03
defer free()ing the previous peer list until after parsing the config file
Henning Brauer
2004-02-02
close socket on error in control_init
Henning Brauer
2004-02-02
2 missing returns in error pathes
Henning Brauer
2004-02-02
* use macro expansion instead of hardcoding 'buf'.
Henning Brauer
2004-02-02
spaces
Theo de Raadt
2004-02-02
Fix bug in the decision process. The decision process is unable to directly
Claudio Jeker
2004-02-02
Somehow I missed this peace in one of my last commits. OK henning@
Claudio Jeker
2004-02-02
Use correct struct in sizeof for calloc. OK henning@
Claudio Jeker
2004-02-02
Seal a memory leak and fix a format string, conf->as is unsigned.
Claudio Jeker
2004-02-01
Update: document the network statement and update the announce description
Claudio Jeker
2004-02-01
Set sane default announce types according to the peer type. For IBGP use
Claudio Jeker
2004-02-01
put v6 cruft into session_up() while beeing there... claudio ok
Henning Brauer
2004-01-31
rename tcp sockopt TCP_SIGNATURE_ENABLE to TCP_MD5SIG
Henning Brauer
2004-01-30
in the parse_config() -> merge_config() chain, you shall not null
Henning Brauer
2004-01-30
missing free() in an error path that should be unreachable
Henning Brauer
2004-01-30
please sparc64, with & ok claudio
Henning Brauer
2004-01-30
-enable md5sig on the listening socket
Henning Brauer
2004-01-29
enable tcp md5sig om the connecting socket when md5sig is configured for that
Henning Brauer
2004-01-28
properly whine when password is too long instead of silently truncating
Henning Brauer
2004-01-28
implement
Henning Brauer
2004-01-28
improve logging
Henning Brauer
2004-01-28
KNF
Henning Brauer
2004-01-28
-rename pfkey_setkey to pfkey_sa_add
Henning Brauer
2004-01-28
fix pfkey_reply() logic:
Henning Brauer
2004-01-28
catch SIGINT here as well so we can properly shut down if ^C'ed in debug mode
Henning Brauer
2004-01-28
STOP events for all sessions before we exit.
Henning Brauer
2004-01-28
missing free and fix memset misuse; From: Patrick Latifi <pat@eyeo.org>
Henning Brauer
2004-01-28
repair the bind() in session_connect; only used if local-addr was specified
Henning Brauer
2004-01-28
improve logging
Henning Brauer
2004-01-28
we need a pfkey_init the gets us a PF_KEY socket before we drop privs
Henning Brauer
2004-01-28
call pfkey_auth_establish() on START events
Henning Brauer
2004-01-28
-struct peer_auth to store the SPIs, linked into struct peer
Henning Brauer
2004-01-28
don't pfkey_setkey() from here, claudio markus ok
Henning Brauer
2004-01-28
initial support for SADB_DELETE; ok hshoexer
Markus Friedl
2004-01-28
pfkey_setkey: sockaddr -> bgpd_addr; ok claudio
Markus Friedl
[next]