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
/
relayd.c
Age
Commit message (
Expand
)
Author
2014-12-18
Update relayd to use siphash instead of sys/hash. The source-hash,
Reyk Floeter
2014-12-12
Change the keyword "ssl" to "tls" to reflect reality since we
Reyk Floeter
2014-11-22
use size_t where appropriate. ok deraadt reyk
Ted Unangst
2014-11-19
Support exporting relayd statistics via AgentX/snmpd
Bret Lambert
2014-08-18
Sync proc.c with httpd. httpd needs SIGUSR1 but relayd will ignore it
Reyk Floeter
2014-07-13
improve log output for relays. adjust regress tests
Sebastian Benoit
2014-07-11
Simplify the code that handles the HTTP headers by using an RB tree
Reyk Floeter
2014-07-10
Fix another free error.
Reyk Floeter
2014-07-09
Don't assign garbage in kv_extend().
Reyk Floeter
2014-07-09
Replace the protocol directives for HTTP with a new generic filtering
Reyk Floeter
2014-06-27
knf, no functional change.
Andre de Oliveira
2014-05-08
remove debug prints that snuck in; found by reyk@
Bret Lambert
2014-05-08
match relayd proc.c infrastructure with snmpd
Bret Lambert
2014-04-22
Support the CA key for SSL inspection in the ca process. Instead of
Reyk Floeter
2014-04-20
Reimplement the multi-dimensional arrays that are used to set up the
Reyk Floeter
2014-04-18
Introduce privsep for private keys:
Reyk Floeter
2014-03-16
lint is dead (long live the lint!), so stop using it as a cpp conditional
Philip Guenther
2013-11-26
don't intentionally cast the argument to isprint() to the wrong type...
Theo de Raadt
2013-05-30
Support SSL inspection, the ability to transparently filter in SSL/TLS
Reyk Floeter
2013-03-10
This diff changes relayd to use the monotonic clock instead of
Reyk Floeter
2013-01-17
Remove unnecessary pointer casts. No binary diff.
Alexander Bluhm
2012-12-18
no nead to touch argv later since we don't support non-getopt arguments.
Reyk Floeter
2012-12-18
doin't complain if the child processes exited cleanly.
Reyk Floeter
2012-11-27
Add format attributes to the proper functions and then fix the warnings
Philip Guenthe
2012-10-03
Only show "inflight" debugging message if compiled with DEBUG > 1.
Reyk Floeter
2012-10-03
Support more than one relay backup table. Instead of duplicating the
Reyk Floeter
2012-09-21
file descriptor accounting for relays: track how many connections to
Sebastian Benoit
2012-05-08
fix "label string" in http protocol. problem found by giovanni.
Sebastian Benoit
2012-04-15
fix some leaks
Jonathan Gray
2012-01-21
Only start the child processes after all of them reported to have loaded
Camiel Dobbelaar
2012-01-20
Remove global carp demote option. It is currently broken, but also flawed
Camiel Dobbelaar
2011-09-04
KNF, fix white spaces in relayd. No binary change.
Alexander Bluhm
2011-05-19
Fix reload support in relayd(8) by reimplementing large parts of the
Reyk Floeter
2011-05-09
Reorganize the relayd code to use the proc.c privsep API/commodity
Reyk Floeter
2011-05-05
Update all logging and debug functions to use the __func__ macro
Reyk Floeter
2011-02-13
fix from pr 6314: allow debug logging before daemonization to help
Okan Demirmen
2010-11-30
The relayd processes did already bump up the socket file descriptor
Reyk Floeter
2010-09-02
remove trailing spaces and tabs from source code; no binary changes
Igor Sobrado
2010-05-14
allocate all struct event's on the heap, it looks cleaner, feels better
Reyk Floeter
2010-02-17
Always call the shutdown code after returning from event_dispatch().
Jonathan Gray
2010-02-04
In event_again() call event_del() before calling event_set() so we
Jonathan Gray
2010-01-11
add "log brief" and "log verbose" to change logging verbosity
Jonathan Gray
2009-11-11
don't leak memory in an error case.
Jonathan Gray
2009-08-13
add new 'router' functionality to dynamically add or remove routes
Reyk Floeter
2009-08-07
rename 'struct session' to 'struct rsession' because it conflicts with
Reyk Floeter
2009-08-05
prevent configuration of relays listening to a single addr:port tuple twice
Reyk Floeter
2009-06-05
4 handed diff with eric:
Pierre-Yves Ritschard
2009-06-05
some KNF cleanup following the last sed.
Pierre-Yves Ritschard
2009-06-05
Make imsg completely async model agnostic by not requiring an
Pierre-Yves Ritschard
2009-06-04
Keep around the SSL session for each checked host. This way SSL
Reyk Floeter
[next]