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
/
session.c
Age
Commit message (
Expand
)
Author
2003-12-21
rename get_imsg() to imsg_get(); that's more consistent
Henning Brauer
2003-12-21
wrap read & write buffers for imsgs into a struct.
Henning Brauer
2003-12-21
overhaul the write buffering code.
Henning Brauer
2003-12-21
queued_reads in struct peer was not ever used exept for an initialization to 0
Henning Brauer
2003-12-20
knf. OK henning@
Claudio Jeker
2003-12-20
session_notification can take void *data too instead of u_char *data,
Henning Brauer
2003-12-20
more from the castathon; imsg_compose takes void * now so get rid of the casts
Henning Brauer
2003-12-20
typo, tedu
Henning Brauer
2003-12-20
let buf_add take void *data instead of u_char *data and save a zillion
Henning Brauer
2003-12-20
revert last
Henning Brauer
2003-12-20
don't cast imsg.data to struct peer_config, memcpy instead, fixes 64bit
Henning Brauer
2003-12-20
keep track which process we are so fatal() can log in which proc the
Henning Brauer
2003-12-20
reconf is an enum reconf_action, not int
Henning Brauer
2003-12-20
read(2)/write(2) return ssize_t, not size_t
Henning Brauer
2003-12-19
even smaller typo with also big effect... < is not the same as >
Henning Brauer
2003-12-19
Small typo/pasto big effect. Muddled keepalive timer with holdtimer.
Claudio Jeker
2003-12-19
when sending a notification things actually work better if you copy error code
Henning Brauer
2003-12-19
actually we need to init the configuration we receive in the reconfigure case
Henning Brauer
2003-12-19
conf->holdtime was not set to teh default value initially if no holdtime
Henning Brauer
2003-12-19
when adding a new peer during reconfiguration set its sock to -1.
Henning Brauer
2003-12-19
don't bother sending a SESSION_DOWN imsg to the RDE if we are quitting, this
Henning Brauer
2003-12-19
fix getpwnam use; noticed by claudio@
Henning Brauer
2003-12-19
knf & 64-bit cleanup; henning ok
Theo de Raadt
2003-12-18
reset nconf to NULL after free(), from claudio
Henning Brauer
2003-12-17
send reconf requests to the RDE as well and handle them there; syncing peer
Henning Brauer
2003-12-17
style
Henning Brauer
2003-12-17
welcome, bgpd
Henning Brauer