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
/
parse.y
Age
Commit message (
Expand
)
Author
2007-02-27
in addition to actions on request headers, allow to define relay
Reyk Floeter
2007-02-26
kill the ``use ssl'' directive for consistency across parser directives.
Pierre-Yves Ritschard
2007-02-26
remove HTTP and HTTPS tokens, makes for cleaner parser.
Pierre-Yves Ritschard
2007-02-26
solve some conflicts in the configuration parser.
Pierre-Yves Ritschard
2007-02-26
KNF
Pierre-Yves Ritschard
2007-02-26
Change the ``virtual ip'' directive to ``virtual host''.
Pierre-Yves Ritschard
2007-02-24
- allow to specify the SSL cipher suite and the SSL protocols
Reyk Floeter
2007-02-22
Add layer 7 functionality to hoststated used for layer 7
Reyk Floeter
2007-02-09
unbreak the symset function
Reyk Floeter
2007-02-08
carefully check some return values and make lint happier. never pass
Reyk Floeter
2007-02-07
add new "log (updates|all)" configuration option to log state
Reyk Floeter
2007-02-07
remove unused functions and variables which have been copied from
Reyk Floeter
2007-02-07
add the -D option to define macros on the command line (as found in
Reyk Floeter
2007-01-30
small memleak plugged and style changes.
Pierre-Yves Ritschard
2007-01-29
Add SSL support to hoststated.
Pierre-Yves Ritschard
2007-01-25
return 0, not NULL in a function returning int.
Niall O'Higgins
2007-01-24
Better handling of escaped CR-LF in the configuration file, commenting
Pierre-Yves Ritschard
2007-01-12
eliminate duplicate tcp read/write code.
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
the timeout values are not allowed to exceed the global interval (i
Reyk Floeter
2007-01-08
remove unused token.
Reyk Floeter
2007-01-08
add a generic send/expect check using regular expression (see
Reyk Floeter
2007-01-03
spacing
Reyk Floeter
2007-01-03
allow the sticky-address option for round-robin pools.
Reyk Floeter
2006-12-25
fix the conversion from milliseconds to struct timeval, which uses
Reyk Floeter
2006-12-25
partial rewrite of the check_* routines to use libevent everywhere
Reyk Floeter
2006-12-16
typo
Martin Reindl
2006-12-16
spacing
Theo de Raadt
2006-12-16
knf, spacing
Reyk Floeter
2006-12-16
Import hostated, the host status daemon. This daemon will monitor
Reyk Floeter