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
/
pftable.c
Age
Commit message (
Expand
)
Author
2024-02-13
Use an C99 anonymous union inside struct bgpd_addr
Claudio Jeker
2022-08-17
Convert bzero() to memset(), bcmp() to memcmp() and bcopy() to memcpy().
Claudio Jeker
2022-02-06
Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with
Claudio Jeker
2019-10-04
Instead of calling fatal() when pftable additions and deletions mix
Claudio Jeker
2019-08-08
Use O_CLOEXEC or SOCK_CLOEXEC on every open or socket call. Even though
Claudio Jeker
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-11-25
malloc(n) + bzero is better done as calloc(1,n)
Theo de Raadt
2018-09-20
whitespace cleanup, ok claudio@
Sebastian Benoit
2017-01-24
sync log.c from relayd et al to bgpd.
Sebastian Benoit
2015-12-23
Remove NULL-checks before free(). I think I've almost scrubbed the
mmcc
2015-01-21
Include <netinet/in.h> before <net/pfvar.h>. In a future change when
Theo de Raadt
2014-10-08
Use reallocarray() throughout to spot multiplicative int overflow.
Theo de Raadt
2009-12-01
Use an artificial address family id in struct bgpd_addr and almost everywhere
Claudio Jeker
2005-07-01
Make the pftable filter set use the name2id "cache" like the route labels.
Claudio Jeker
2004-11-02
don't leak mem on strlcpy failure, Patrick Latifi
Henning Brauer
2004-09-14
gccisms are bad, including __func__
Henning Brauer
2004-05-08
KNF
Henning Brauer
2004-05-07
add a filter option to dump prefixes learned in UPDATEs into a PF table,
Damien Miller