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
/
log.c
Age
Commit message (
Expand
)
Author
2004-04-16
make log_conn_attempt work in an address family independent matter
Henning Brauer
2004-03-11
fflush(stderr) in vlog if in debug mode, from discussion with and ok claudio
Henning Brauer
2004-03-05
new error code "unsupported capability" from RFC 3392
Henning Brauer
2004-02-25
use __progname instead of hardcoding bgpd for log_init
Henning Brauer
2004-01-28
KNF
Henning Brauer
2004-01-27
log_ntoa is herewith condemned to death by claudio and yours truly
Henning Brauer
2004-01-27
constify log_addr and log_ntoa's returns, reminded by claudio
Henning Brauer
2004-01-27
use inet_ntop() for log_addr(), claudio ok
Henning Brauer
2004-01-27
use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr and
Henning Brauer
2004-01-23
provide log_addr, which takes a struct bgpd_addr
Henning Brauer
2004-01-22
provide a log_debug and use it in rde.c.
Henning Brauer
2004-01-22
make log_peer_* take a struct peer_config instead of the session engine
Henning Brauer
2004-01-22
provide log_warnx() and log_info()
Henning Brauer
2004-01-22
log_peer_err -> log_peer_warn
Henning Brauer
2004-01-22
s/log_err/log_warn/
Henning Brauer
2004-01-19
(v)fprintf atomically in vlog() in debug mode, prodded by theo
Henning Brauer
2004-01-06
2004
Henning Brauer
2004-01-04
share statenames
Henning Brauer
2003-12-30
missing free()s; From: Patrick Latifi <pat@eyeo.org>
Henning Brauer
2003-12-30
typos from david
Henning Brauer
2003-12-26
constify; ok henning@
Jakob Schlyter
2003-12-26
when this project started and i added the fatal() function, I made it take
Henning Brauer
2003-12-26
provide a real log_err
Henning Brauer
2003-12-26
log_err -> log_peer_err
Henning Brauer
2003-12-26
+ log_ntoa, a simple helper funtion that doesn't require a struct in_addr...
Henning Brauer
2003-12-26
remove he pathetic log_kroute()
Henning Brauer
2003-12-24
add log_kroute()
Henning Brauer
2003-12-21
little KNF inbetween
Henning Brauer
2003-12-20
keep track which process we are so fatal() can log in which proc the
Henning Brauer
2003-12-17
style
Henning Brauer
2003-12-17
welcome, bgpd
Henning Brauer