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-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
2009-06-02
remove extra imsg_event_add() after EV_WRITE checks - this is not
Reyk Floeter
2009-06-02
Libevent may do an upcall with both EV_READ and EV_WRITE set.
Reyk Floeter
2009-04-24
Allow UDP and/or TCP redirections instead of just TCP.
Reyk Floeter
2009-04-24
don't truncate http headers when no separator is given between key and
Pierre-Yves Ritschard
2009-04-17
close filedescriptors with closefrom(STDERR_FILENO + 1) before executing
Reyk Floeter
2009-04-17
keep the parent relations of hosts after reloading the configuration.
Reyk Floeter
2009-04-17
add "Connection: close" to HTTP check headers to deconfuse HTTP/1.1
Reyk Floeter
2009-04-16
fix a few more typos found by spell(1); rectify a double "with" pointed out
Igor Sobrado
2009-04-02
add support to specify a ca file (eg. /etc/ssl/cert.pem) to verify ssl
Reyk Floeter
2009-04-01
fix an incorrect flag in route mode.
Reyk Floeter
2009-04-01
re-initialize tables after reload to handle new and changed tables.
Reyk Floeter
2009-04-01
Add support for client-side SSL connections from relays. relayd can
Reyk Floeter
2009-04-01
terminate and cleanup properly by setting the pf anchor names
Reyk Floeter
2009-03-31
Fixed memory leaks which would occur if the second of two memory
Tobias Stoeckmann
2009-02-25
Fix an invalid pointer dereference in control_close(). If control_connbyfd()
Claudio Jeker
2009-02-16
relayd complains about a table called "backup", so change it to
Jason McIntyre
2008-12-08
change the handling of redirections with the sticky-address option set:
Reyk Floeter
2008-12-05
use HTTP/1.1 instead of HTTP/1.0 if a host header is specified.
Reyk Floeter
2008-12-05
change the way relayd reports check results: instead of logging an
Reyk Floeter
2008-12-04
cosmetic changes:
Reyk Floeter
[prev]
[next]