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
/
sbin
/
brconfig
/
brconfig.c
Age
Commit message (
Expand
)
Author
2004-05-27
Rule parser improvements: line numbers, no nl at eof, handling of lines
Otto Moerbeek
2004-05-23
do not free before going to exit path; andrushock@korovino.net
Theo de Raadt
2004-03-08
Prevent user from specifying an interface name longer than IFNAMSIZ.
Ryan Thomas McBride
2004-03-02
64-bits datatype fixes for strto(u)l conversions.
Thierry Deval
2004-01-01
use warnx for ENXIO devices, so that it says "Device not configured". For
Theo de Raadt
2003-09-26
realloc properly; ok jason
Theo de Raadt
2003-06-25
allow bridge filter rules to specify a tag.
Henning Brauer
2003-06-02
nuke clause 3 & 4
Jason Wright
2003-05-30
o timeout is int, not u_int32_t
Henning Brauer
2002-12-18
remove dup include
Markus Friedl
2002-12-09
KNF
Theo de Raadt
2002-12-09
KNF
Markus Friedl
2002-12-09
allow setting of ifcost with brconfig. enables selection of preferred
Markus Friedl
2002-07-03
ansi
Theo de Raadt
2002-07-01
cut and pasto (fetch maxage correctly); Benny Holmgren <bigfoot@astrakan.hig.se>
Jason Wright
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-12-15
KNF (A completely different idea)
Jason Wright
2001-12-15
add support for creating span ports so that one can snoop a bridge
Jason Wright
2001-12-05
documentation nits
Theo de Raadt
2001-11-05
kill more registers;
Mike Pechkin
2001-02-27
consistent printf
Jason Wright
2001-02-12
skip empty lines in rulefile. ok jason@
Jakob Schlyter
2000-12-12
Add support for 802.1D spanning tree protocol.
Jason Wright
2000-11-10
unused bit in display string
Jason Wright
2000-07-03
plug 2 memory leaks; reported by andrew.lunn@ascom.ch.
Jason Wright
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
2000-02-04
show the rules
Theo de Raadt
2000-01-25
add ethernet MAC filtering capability
Jason Wright
2000-01-10
blocknonip flag -- use it on a per-interface basis to not accept from
Angelos D. Keromytis
1999-12-03
make error messages more intuitive
Jason Wright
1999-09-03
Don't delete the cache on down/up transitions unless it's empty. Instead
Jason Wright
1999-09-01
move brconfig to /sbin, where it belongs
Theo de Raadt