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
/
hoststated
/
parse.y
Age
Commit message (
Expand
)
Author
2007-10-11
next step in the yylex unification: handle quoted strings in a nicer fashion
Theo de Raadt
2007-10-09
use macro argument
Theo de Raadt
2007-10-05
cast to an int
Reyk Floeter
2007-10-02
stop messing with lgetc to please hoststated's check/expect.
Pierre-Yves Ritschard
2007-10-02
clean up merged code.
Pierre-Yves Ritschard
2007-10-01
Add NUMBER to hoststated's lexer, very similar to what has gone in
Pierre-Yves Ritschard
2007-10-01
keep lines < 80.
Pierre-Yves Ritschard
2007-09-28
Correct my mail address.
Pierre-Yves Ritschard
2007-09-10
add support for relaying DNS traffic (with a little bit of packet
Reyk Floeter
2007-09-07
store the table's port as the relay's dstport
Reyk Floeter
2007-09-05
store relay sessions in SPLAY trees instead of TAILQ lists. this will
Reyk Floeter
2007-09-04
Add the ability to specify a host header when using http(s) check methods.
Pierre-Yves Ritschard
2007-07-05
use a more traditional while() instead of for() for getopt().
Thordur I. Bjornsson
2007-05-31
do not forget to store table and backup table ids in the service
Pierre-Yves Ritschard
2007-05-31
make sure object ids are reset before parsing the configuration file
Pierre-Yves Ritschard
2007-05-31
allocate table lists and service lists instead of using static structs.
Pierre-Yves Ritschard
2007-05-29
do not start relay processes when no L7 load balancing is needed.
Pierre-Yves Ritschard
2007-05-29
add a new check method which allows to run external scripts/programs
Reyk Floeter
2007-05-29
move the ssl cipher suite string to a (small) static charbuf,
Pierre-Yves Ritschard
2007-05-29
move struct relay to the runtime + config scheme.
Pierre-Yves Ritschard
2007-05-28
store the configuration file's path, this will be useful when reloading.
Pierre-Yves Ritschard
2007-05-27
Second step towards hoststated reload:
Pierre-Yves Ritschard
2007-05-27
allow to specify table templates in the configuration file and to
Reyk Floeter
2007-05-26
first steps for implementing reload:
Pierre-Yves Ritschard
2007-04-12
add a new relay 'path' action to filter the URL path and arguments.
Reyk Floeter
2007-03-21
in addition to the host retry option in tables, add support for the
Reyk Floeter
2007-03-13
allow to specify the IP_TTL and IP_MINTTL options for the relays to
Reyk Floeter
2007-03-07
- fix the hoststatectl host disable/enable commands to work with relay
Reyk Floeter
2007-03-06
add support for handling simple HTTP cookies (no per-path/domain
Reyk Floeter
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
[next]