summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd
AgeCommit message (Expand)Author
2008-05-07add an alternative "route to" mode to relayd redirections which mapsReyk Floeter
2008-05-06tweak previous;Jason McIntyre
2008-05-06the manpage mentioned "timeout" in relay sections, while the grammarReyk Floeter
2008-05-06the message digest http check does not work on binary content, add manpageReyk Floeter
2008-05-06fix the table stats clr ioctlReyk Floeter
2008-05-06do not attempt to reload a configuration if we come from a non pfPierre-Yves Ritschard
2008-05-06Do not unconditionnaly load pf. If pf isn't required by the configurationPierre-Yves Ritschard
2008-05-05clean up after reyk (tab at EOL)Henning Brauer
2008-05-05Put relay sockets in non blocking mode too. This got forgotten along thePierre-Yves Ritschard
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-21better handling of chunked encoding, further fixes after extensive testingReyk Floeter
2008-03-20handle the case that the Content-Length HTTP header may be 0Reyk Floeter
2008-03-15Repair more msg_controllen dealing with structures or arrays ofTheo de Raadt
2008-03-15Repair the simple cases for msg_controllen where it should just beTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2008-03-12nuke unused variable.Pierre-Yves Ritschard
2008-03-03tweak previous;Jason McIntyre
2008-03-03log a different notification message when the tcp check times out.Reyk Floeter
2008-03-03Inherit global table options.Reyk Floeter
2008-03-03The fix removes the replacement of se_key from relay_dns_request. se_keyReyk Floeter
2008-03-03improve the compare function of addresses respecting the ports; this will fixReyk Floeter
2008-02-27Unbreak parser by initializing topfile correctly.Marco Pfatschbacher
2008-02-26Have popfile() also close the main config file,Marco Pfatschbacher
2008-02-13bump copyrightReyk Floeter
2008-02-13no need to set values after bcopying the complete structReyk Floeter
2008-02-13stylistic change: move code to add protonodes from the BNF intoReyk Floeter
2008-02-11tweak previous;Jason McIntyre
2008-02-11unbreak the dns protocol handler, closes pr 5717Reyk Floeter
2008-02-11Marry relayd with snmpd using new "send trap" option: Request to sendReyk Floeter
2008-02-05Fix a debug printf. After the session members got a se_ prefix this oneThordur I. Bjornsson
2008-02-04Move some prototypes from relay.c to relayd.h and remove there externsThordur I. Bjornsson
2008-02-04Move the declaration of DPRINTF from relay.c too relayd.h so it can beThordur I. Bjornsson
2008-02-04declare se_relay as pointer to a struct relay not as a void pointer;Thordur I. Bjornsson
2008-01-31add prefixes to names of structure elements to make it easier to grepThordur I. Bjornsson
2008-01-31add prefixes to names of structure elements to make it easier to grepReyk Floeter
2008-01-31add prefixes to names of structure elements to make it easier to grepReyk Floeter
2008-01-29When doing reconfigure() dont run a purge_config() on theThordur I. Bjornsson
2008-01-29relayd(8) may lose memory allocate to varaible `cnl' (structReyk Floeter
2008-01-29When relayd(8) accepts control it creates `connfd' descriptor with acceptReyk Floeter
2008-01-29Free resources now that we don't always exit after an unsuccessfulPierre-Yves Ritschard
2007-12-20implement statistics for redirections, like the existing statisticsReyk Floeter
2007-12-12various improvements for the relay pages; ok reykJason McIntyre
2007-12-10Warn the user when reloading a new configuration fails instead of killingPierre-Yves Ritschard
2007-12-09- kill trailing whitespaceJason McIntyre
2007-12-08Rename everything which reffered to services refer to rdr for internalsPierre-Yves Ritschard
2007-12-08the manpages need some more workReyk Floeter
2007-12-08tweakReyk Floeter
2007-12-08forgotten service -> redirectionPierre-Yves Ritschard
2007-12-08make the generic handler for TCP-based protocols the default (allowsReyk Floeter
2007-12-08some changes to the relayd.conf configuration language and grammar.Reyk Floeter