summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd
AgeCommit message (Expand)Author
2009-06-07Make the imsg protocol network-safe.Eric Faurot
2009-06-06change the imsg header fields a bit to prepare for upcoming changes.Eric Faurot
2009-06-06Get ready for including imsg.h from a lib, when it comes along.Pierre-Yves Ritschard
2009-06-06allocate the correct amount of memoryEric Faurot
2009-06-06remove unnecessary and scary pid check in imsg_init.Pierre-Yves Ritschard
2009-06-05didn't we just say we remove libevent from the imsg framework?Eric Faurot
2009-06-054 handed diff with eric:Pierre-Yves Ritschard
2009-06-05bring buf_write here as well.Pierre-Yves Ritschard
2009-06-05Add an unused data field, to allow smtpd and ypldap to work, all libPierre-Yves Ritschard
2009-06-05bump MAX_IMSGSIZE here as wellPierre-Yves Ritschard
2009-06-05sync buffer.c with ospfd, send out buf->wpos and not buf->size.Pierre-Yves Ritschard
2009-06-05some KNF cleanup following the last sed.Pierre-Yves Ritschard
2009-06-05Make imsg completely async model agnostic by not requiring anPierre-Yves Ritschard
2009-06-04move logging functions out of imsg.h, make imsg.c more library readyPierre-Yves Ritschard
2009-06-04change imsg_close() return type to void. It never fails nor does itEric Faurot
2009-06-04- move message types enum back to relayd.hEric Faurot
2009-06-04revert previous commit for now since it won't play well with snmpd.Eric Faurot
2009-06-04make the imsg framework endian-safe so that it can also be usedEric Faurot
2009-06-04remove unused variableReyk Floeter
2009-06-04tweakReyk Floeter
2009-06-04Keep around the SSL session for each checked host. This way SSLReyk Floeter
2009-06-04Make imsg.c and buffer.c more generic by introducingEric Faurot
2009-06-03cleanup contorted and slightly broken call to imsg_get_fdEric Faurot
2009-06-03initialize queueEric Faurot
2009-06-03change buf_close return type to void.Eric Faurot
2009-06-02bring in buf_seek, buf_size and buf_left from bgpdEric Faurot
2009-06-02constify argument to buf_addEric Faurot
2009-06-02- minor tweaksJason McIntyre
2009-06-02make it clear that setting the global timeout late will mess things up.Pierre-Yves Ritschard
2009-06-02note that order is important in the file regarding global options at this tim...Janne Johansson
2009-06-02remove extra imsg_event_add() after EV_WRITE checks - this is notReyk Floeter
2009-06-02Libevent may do an upcall with both EV_READ and EV_WRITE set.Reyk Floeter
2009-04-24Allow UDP and/or TCP redirections instead of just TCP.Reyk Floeter
2009-04-24don't truncate http headers when no separator is given between key andPierre-Yves Ritschard
2009-04-17close filedescriptors with closefrom(STDERR_FILENO + 1) before executingReyk Floeter
2009-04-17keep the parent relations of hosts after reloading the configuration.Reyk Floeter
2009-04-17add "Connection: close" to HTTP check headers to deconfuse HTTP/1.1Reyk Floeter
2009-04-16fix a few more typos found by spell(1); rectify a double "with" pointed outIgor Sobrado
2009-04-02add support to specify a ca file (eg. /etc/ssl/cert.pem) to verify sslReyk Floeter
2009-04-01fix an incorrect flag in route mode.Reyk Floeter
2009-04-01re-initialize tables after reload to handle new and changed tables.Reyk Floeter
2009-04-01Add support for client-side SSL connections from relays. relayd canReyk Floeter
2009-04-01terminate and cleanup properly by setting the pf anchor namesReyk Floeter
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2009-02-25Fix an invalid pointer dereference in control_close(). If control_connbyfd()Claudio Jeker
2009-02-16relayd complains about a table called "backup", so change it toJason McIntyre
2008-12-08change the handling of redirections with the sticky-address option set:Reyk Floeter
2008-12-05use HTTP/1.1 instead of HTTP/1.0 if a host header is specified.Reyk Floeter
2008-12-05change the way relayd reports check results: instead of logging anReyk Floeter
2008-12-04cosmetic changes:Reyk Floeter