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
/
relayd
Age
Commit message (
Expand
)
Author
2009-09-01
sync with new pf
Reyk Floeter
2009-08-27
lookup(n.) -> look up(v.)
Jason McIntyre
2009-08-27
allow to specify interface names as addresses, for example "listen on
Reyk Floeter
2009-08-17
also report routers and their host states in relayctl
Reyk Floeter
2009-08-14
do not timeout disabled hosts in the icmp checks
Reyk Floeter
2009-08-13
add new 'router' functionality to dynamically add or remove routes
Reyk Floeter
2009-08-08
Make imsg_clear close and free any fds in the received fd queue as well as
Nicholas Marriott
2009-08-07
get the default ttl via sysctl instead of using IPDEFTTL
Reyk Floeter
2009-08-07
rename 'struct session' to 'struct rsession' because it conflicts with
Reyk Floeter
2009-08-07
allow to modify the IP TTL value for host checks. this can be used to
Reyk Floeter
2009-08-07
add missing line
Reyk Floeter
2009-08-07
allow to specify host attributes in an arbitrary order (parent, retry) by
Reyk Floeter
2009-08-07
cosmetic change - move address into an own element
Reyk Floeter
2009-08-05
prevent configuration of relays listening to a single addr:port tuple twice
Reyk Floeter
2009-08-05
support multiple 'listen on' lines in a single relay block
Reyk Floeter
2009-08-05
tables don't need pf if running in "l7" relay mode
Reyk Floeter
2009-07-23
make buf_write() behave like msgbuf_write(): send out only the
Eric Faurot
2009-06-09
missing header file; bring things into scope
Theo de Raadt
2009-06-08
revert this change by eric@:
David Gwynne
2009-06-07
Change the way fds passed over a socket are retreived on the receiving side.
Eric Faurot
2009-06-07
Make the imsg protocol network-safe.
Eric Faurot
2009-06-06
change the imsg header fields a bit to prepare for upcoming changes.
Eric Faurot
2009-06-06
Get ready for including imsg.h from a lib, when it comes along.
Pierre-Yves Ritschard
2009-06-06
allocate the correct amount of memory
Eric Faurot
2009-06-06
remove unnecessary and scary pid check in imsg_init.
Pierre-Yves Ritschard
2009-06-05
didn't we just say we remove libevent from the imsg framework?
Eric Faurot
2009-06-05
4 handed diff with eric:
Pierre-Yves Ritschard
2009-06-05
bring buf_write here as well.
Pierre-Yves Ritschard
2009-06-05
Add an unused data field, to allow smtpd and ypldap to work, all lib
Pierre-Yves Ritschard
2009-06-05
bump MAX_IMSGSIZE here as well
Pierre-Yves Ritschard
2009-06-05
sync buffer.c with ospfd, send out buf->wpos and not buf->size.
Pierre-Yves Ritschard
2009-06-05
some KNF cleanup following the last sed.
Pierre-Yves Ritschard
2009-06-05
Make imsg completely async model agnostic by not requiring an
Pierre-Yves Ritschard
2009-06-04
move logging functions out of imsg.h, make imsg.c more library ready
Pierre-Yves Ritschard
2009-06-04
change imsg_close() return type to void. It never fails nor does it
Eric Faurot
2009-06-04
- move message types enum back to relayd.h
Eric Faurot
2009-06-04
revert previous commit for now since it won't play well with snmpd.
Eric Faurot
2009-06-04
make the imsg framework endian-safe so that it can also be used
Eric Faurot
2009-06-04
remove unused variable
Reyk Floeter
2009-06-04
tweak
Reyk Floeter
2009-06-04
Keep around the SSL session for each checked host. This way SSL
Reyk Floeter
2009-06-04
Make imsg.c and buffer.c more generic by introducing
Eric Faurot
2009-06-03
cleanup contorted and slightly broken call to imsg_get_fd
Eric Faurot
2009-06-03
initialize queue
Eric Faurot
2009-06-03
change buf_close return type to void.
Eric Faurot
2009-06-02
bring in buf_seek, buf_size and buf_left from bgpd
Eric Faurot
2009-06-02
constify argument to buf_add
Eric Faurot
2009-06-02
- minor tweaks
Jason McIntyre
2009-06-02
make it clear that setting the global timeout late will mess things up.
Pierre-Yves Ritschard
2009-06-02
note that order is important in the file regarding global options at this tim...
Janne Johansson
[next]