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
Age
Commit message (
Expand
)
Author
2014-05-20
Unify the SSL privsep key loading functions.
Reyk Floeter
2014-05-15
Use log_warn() to include errno if write() fails.
Reyk Floeter
2014-05-12
Fix a leak from a recent added mark/marked keywords check.
Andre de Oliveira
2014-05-08
fail for unsupported node action/type combinations. Also fail for the
Reyk Floeter
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-05-06
Fix two memory leaks: EVP_PKEY_get1_RSA() returns a referenced key
Reyk Floeter
2014-05-06
no need to include rand.h now the RAND_seed() calls are gone.
Jonathan Gray
2014-05-05
Replacing test files from previous commit to the right directory. There is no
Andre de Oliveira
2014-05-05
Add two more regression tests to relayd, these cover "digest" and "file"
Andre de Oliveira
2014-05-04
Create a new default RSA engine instead of patching the existing one
Reyk Floeter
2014-05-04
With the recent change by deraadt@ to introduce kern.nosuidcoredump=3,
Reyk Floeter
2014-04-23
Fix format string in DEBUG message (not compiled by default).
Reyk Floeter
2014-04-22
Support the CA key for SSL inspection in the ca process. Instead of
Reyk Floeter
2014-04-21
Add a few missing free's in the grammar.
Reyk Floeter
2014-04-21
Use RSA_set_ex_data()/RSA_get_ex_data() directly instead of
Reyk Floeter
2014-04-21
The OpenSSL engine passes a "const u_char *" to the callback but
Reyk Floeter
2014-04-21
The OpenSSL engine passes a "const u_char *" to the callback but
Reyk Floeter
2014-04-20
Add a few more overflow checks for strlc* functions in parse.y
Reyk Floeter
2014-04-20
Check another strlcpy overflow that is very unlikely to happen.
Reyk Floeter
2014-04-20
Check for strlcpy overflow when expanding the HTTP input value.
Reyk Floeter
2014-04-20
Check strlcpy of the script path names for overflow and use the size of the
Reyk Floeter
2014-04-20
Just to be pedantic, fail if strlcpy managed to overflow the socket path.
Reyk Floeter
2014-04-20
Reimplement the multi-dimensional arrays that are used to set up the
Reyk Floeter
2014-04-20
Partially revert the previous: snmp_agentx_ping() didn't leak the pdu
Reyk Floeter
2014-04-20
Fix a small leak in the error path.
Reyk Floeter
2014-04-18
round up some enemy sympathizers found calling RAND_seed().
Ted Unangst
2014-04-18
fix previous
Reyk Floeter
2014-04-18
spacing
Reyk Floeter
2014-04-18
spacing
Reyk Floeter
2014-04-18
Fix SSL client-only mode when no RSA private key is needed.
Reyk Floeter
2014-04-18
The RSA_FLAG_SIGN_VER is not yet supported and the current code uses
Reyk Floeter
2014-04-18
Introduce privsep for private keys:
Reyk Floeter
2014-04-18
The proc.c code sets up some socketpair for the communication between
Reyk Floeter
2014-04-15
Print hashkey to debug output, this helps hash-action use cases to be tested.
andre
2014-04-14
macro fixes for previous;
Jason McIntyre
2014-04-14
No need to include ber.h here, probably overlooked while importing.
andre
2014-04-14
remove 'restricted' symbol from yacc parser, overlooked in previous
Bret Lambert
2014-04-14
Adapt relayd to use AgentX protocol to send traps
Bret Lambert
2014-04-14
Fix the following idiom in the following way:
Bret Lambert
2014-03-16
lint is dead (long live the lint!), so stop using it as a cpp conditional
Philip Guenther
2014-02-24
fix a buffer overflow of an array introduced with the ssl inspection commit
Jonathan Gray
2014-02-14
remove unused function that distracts from cleaning up the imsg_flush() mess
Sebastian Benoit
2014-01-22
relax the cfg file secrecy check slightly to allow group readability
Henning Brauer
2014-01-21
fix a a double free caused by a config with two listen on statements
Sebastian Benoit
2014-01-18
Remove -Wbounded: it is now the compiler default.
Martynas Venckus
2013-11-27
unsigned char for ctype
Theo de Raadt
2013-11-26
don't intentionally cast the argument to isprint() to the wrong type...
Theo de Raadt
2013-11-25
use u_char for buffers in yylex, for ctype calls
Sebastian Benoit
2013-11-13
handle msgbuf_write() returning EAGAIN
Sebastian Benoit
[next]