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
Age
Commit message (
Expand
)
Author
2006-01-20
Proactively fix prefix counters. Currently only F_LOCAL prefixes exist but
Claudio Jeker
2006-01-20
Pass flags to prefix_move() so that a prefix that has both F_ORIGINAL and
Claudio Jeker
2006-01-20
No need to calloc() others if others_len is 0. The 0 malloc() does not hurt
Claudio Jeker
2006-01-20
Doh. > not < and attr_compare() starts to work correctly. OK henning@
Claudio Jeker
2006-01-20
Don't leak a aspath in network_add(). path_update() copies the aspath so
Claudio Jeker
2006-01-20
fix a cross-site scripting vulnerability in mod_imap;
Robert Nagy
2006-01-20
Don't depend on implicit include of signal.h
Todd C. Miller
2006-01-20
Explicitly include limits.h if we are going to use its contents.
Todd C. Miller
2006-01-19
prompted by deraadt:
Nikolay Sturm
2006-01-19
Do not attempt to listen on interfaces with a wildcard address; ok henning@
Darren Tucker
2006-01-19
Check SA_LEN(sa) after sa is checked for NULL. Pointed out by solar at
Darren Tucker
2006-01-17
special-case packages that use old-libs: always update them, even if the
Marc Espie
2006-01-17
kill trailing whitespace;
Jason McIntyre
2006-01-17
Use the @openbsd.org email address for the copyright and add an AUTHORS
Marc Balmer
2006-01-14
Small step in supporting the Adj-RIB-In additionaly to the Local-RIB.
Claudio Jeker
2006-01-13
correction from tamas tevesz; ok ian
Jason McIntyre
2006-01-13
Simplify evaluation process. Instead of checking the reachability of a prefix
Claudio Jeker
2006-01-13
nit
Marc Espie
2006-01-12
Rewrite the redistribute code. The previous implementation was stupid and
Claudio Jeker
2006-01-12
Change inet_addr("127.0.0.1") into htonl(INADDR_LOOPBACK) and similar.
Claudio Jeker
2006-01-12
Copy AS path in rde_filter() on demand instead of doing it before calling
Claudio Jeker
2006-01-12
be way more explicit in pointing people to packages-specs(7)
Marc Espie
2006-01-11
hotplug(4) and hotplugd(8) here
Martin Reindl
2006-01-10
The attributes cache broke the set community filterset because community_set()
Claudio Jeker
2006-01-10
In attr_diff() compare the attributes flags too. They may be different and
Claudio Jeker
2006-01-09
Ups. Inverse logic.
Claudio Jeker
2006-01-09
avoid anything that isn't a library in warning for SHARED_LIBS.
Marc Espie
2006-01-07
expand the section on ssh tunnelling machanisms;
Jason McIntyre
2006-01-07
Add COMMUNITY_NO_PEER to the list of known wellknown communities else it
Claudio Jeker
2006-01-06
Adapt things to use __type_t instead of _BSD_TYPE_T_
Todd C. Miller
2006-01-06
tweak the descriptions of -r and -u: make the distinction
Jason McIntyre
2006-01-05
Kill ENSURE(), remove ensure.h, say bye bye to fatal_ensure() and
Claudio Jeker
2006-01-05
Show attribute cache total reference count.
Claudio Jeker
2006-01-05
Cache optional BGP attributes (mostly communities) and use a simple
Claudio Jeker
2006-01-05
Make ospfd respect carp(4) interfaces and their weird behaviour. They will
Claudio Jeker
2006-01-05
Improve how ospfd copes with time changes.
Esben Norby
2006-01-04
Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse
Miod Vallat
2006-01-04
Fix a mem leak of the unusual kind. In some cases a new aspath was added
Claudio Jeker
2006-01-04
Simplify shutdown function and sprinkle some rde_quit checks into functions
Claudio Jeker
2006-01-04
If the decision process is turned of but a prefix is still active decrease the
Claudio Jeker
2006-01-04
Use new BGP attribute counter.
Claudio Jeker
2006-01-04
Correctly count the number of allocated BGP attributes. Needs a own counter.
Claudio Jeker
2006-01-04
Document "show rib mem" with jmc@'s help
Claudio Jeker
2006-01-03
Show RIB statistics via "bgpctl show rib mem".
Claudio Jeker
2006-01-03
Track some (memory) statistics in the RDE. Accessible via bgpctl.
Claudio Jeker
2006-01-03
Cope with new util.c
Claudio Jeker
2006-01-03
Move functions shared with bgpctl into new file util.c. Simplifies the
Claudio Jeker
2006-01-03
Don't use fatal() and friend in bgpctl. The log system does not work here.
Claudio Jeker
2006-01-03
include signal.h not sys/signal.h and remove a useless cast; OK deraadt@
Todd C. Miller
2006-01-03
Plug some mem leaks.
Claudio Jeker
[next]