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
/
pfe_filter.c
Age
Commit message (
Expand
)
Author
2008-09-29
spacing
Reyk Floeter
2008-09-29
allow to listen on a port range for redirections. this fixes
Reyk Floeter
2008-07-16
fix nat lookup to use the correct pf_addr offset. now it also works
Reyk Floeter
2008-07-09
also set the protocol, either TCP or UDP, in the NAT lookup. this
Reyk Floeter
2008-06-11
add support for "transparent" forwarding in relays: normally the l7
Reyk Floeter
2008-06-10
set the inactivity timeout of redirections to a shorter timeout of 600
Reyk Floeter
2008-06-10
use sloppy pf state keeping for routed sessions (direct server return)
Reyk Floeter
2008-05-16
Clear source nodes on table changes in sticky mode. This has the
Pierre-Yves Ritschard
2008-05-07
add an alternative "route to" mode to relayd redirections which maps
Reyk Floeter
2008-05-06
fix the table stats clr ioctl
Reyk Floeter
2008-05-06
Do not unconditionnaly load pf. If pf isn't required by the configuration
Pierre-Yves Ritschard
2008-01-31
add prefixes to names of structure elements to make it easier to grep
Reyk Floeter
2007-12-20
implement statistics for redirections, like the existing statistics
Reyk Floeter
2007-12-08
Rename everything which reffered to services refer to rdr for internals
Pierre-Yves Ritschard
2007-12-07
hoststated gets renamed to relayd. easier to type, and actually says
Reyk Floeter
2007-11-24
sort includes, adjust to style(9)
Reyk Floeter
2007-09-28
Correct my mail address.
Pierre-Yves Ritschard
2007-05-31
allocate table lists and service lists instead of using static structs.
Pierre-Yves Ritschard
2007-05-27
Second step towards hoststated reload:
Pierre-Yves Ritschard
2007-02-22
spacing
Reyk Floeter
2007-02-22
Add layer 7 functionality to hoststated used for layer 7
Reyk Floeter
2007-02-20
use HOST_UP instead of an hard coded integer
Reyk Floeter
2007-02-08
carefully check some return values and make lint happier. never pass
Reyk Floeter
2007-02-07
more log_debug() cleanup
Reyk Floeter
2007-01-29
Add SSL support to hoststated.
Pierre-Yves Ritschard
2007-01-09
Finish renaming hostated to hoststated.
Pierre-Yves Ritschard
2007-01-09
adapt to rename
Theo de Raadt
2007-01-08
do NOT use the regexp interface. it is way to complicated, error-prone
Reyk Floeter
2007-01-08
allow to use service names in addition to numerical port numbers in
Reyk Floeter
2007-01-08
add a generic send/expect check using regular expression (see
Reyk Floeter
2007-01-05
Fix two small memleaks
Reyk Floeter
2007-01-03
allow the sticky-address option for round-robin pools.
Reyk Floeter
2006-12-16
knf, spacing
Reyk Floeter
2006-12-16
Import hostated, the host status daemon. This daemon will monitor
Reyk Floeter