kore/src
Joris Vink 27acc51241 Improve kore_strlcpy().
Make it return the original length of the input string so the caller
can check for truncation. Also guard against len being 0 as this would
not do anything with the destination string (not even NUL terminate it).
2016-07-04 11:41:37 +02:00
..
accesslog.c Improve kore_strlcpy(). 2016-07-04 11:41:37 +02:00
auth.c Do not free results from http_request_header(). 2016-02-21 18:29:06 +01:00
bsd.c Formatting and unbreaking NOHTTP builds. 2016-02-01 20:02:02 +01:00
buf.c Change kore_buf_stringify() a bit. 2016-06-02 07:08:19 +02:00
cli.c Cleanup cli.c a bit. 2016-06-29 16:25:52 +02:00
config.c Separate private keys from worker processes. 2016-06-08 13:56:38 +02:00
connection.c Merge branch 'master' into oneswig 2016-01-24 13:46:38 +00:00
domain.c Allow building against libressl again. 2016-06-26 11:36:33 +02:00
http.c Change kore_buf_stringify() a bit. 2016-06-02 07:08:19 +02:00
keymgr.c Isolate ECDSA keys in keymgr as well. 2016-06-08 16:31:14 +02:00
kore.c Revert "Throw a handshake failure if we cannot find the given SNI hostname." 2016-06-09 13:52:37 +02:00
linux.c Formatting and unbreaking NOHTTP builds. 2016-02-01 20:02:02 +01:00
mem.c Improve kore_strlcpy(). 2016-07-04 11:41:37 +02:00
module.c Separate private keys from worker processes. 2016-06-08 13:56:38 +02:00
msg.c Bump copyright to 2016. 2016-01-04 12:58:51 +01:00
net.c Merge branch 'master' into oneswig 2016-01-24 13:46:38 +00:00
pgsql.c Added new function kore_pgsql_v_query_params(). 2016-06-07 13:12:31 +02:00
pool.c Formatting and unbreaking NOHTTP builds. 2016-02-01 20:02:02 +01:00
tasks.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
timer.c Bump copyright to 2016. 2016-01-04 12:58:51 +01:00
utils.c Improve kore_strlcpy(). 2016-07-04 11:41:37 +02:00
validator.c Build option changes. 2016-02-01 15:33:40 +01:00
websocket.c Merge branch 'master' into oneswig 2016-01-24 13:46:38 +00:00
worker.c Separate private keys from worker processes. 2016-06-08 13:56:38 +02:00