Stefan Bühler
66bd6b22a2
track event "names" for debugging
...
Change-Id: Ib8f2b589a6087de2355906a87bd2cd0c84bafcba
2015-01-17 15:16:29 +01:00
Marcus Rückert
17d066bc57
Add systemd unit file
...
Change-Id: I680ab136870a8474e4979517fe46f2c9eff8ce34
2015-01-06 16:33:06 +01:00
Stefan Bühler
a5886b3a81
[mod_openssl] various fixes, fix error handling
...
- update docs with default options
- always set "session_id_context"
- load all algorithms
- cleanup error handling (abort on fatal errors, not the other way
round, log non fatal errors in debug log-level)
Change-Id: I2b6028bbe97a237ab94ad00d58c7773d9d3d8830
2014-12-22 15:12:48 +01:00
Stefan Bühler
10305546cb
[core] close out stream nicely on regular shutdown (fixes openssl session problem)
...
Change-Id: Iaac73fa64c03225751c4492b5c690094f3d6e97f
2014-12-22 15:11:31 +01:00
Stefan Bühler
93d04a3514
[tests] use gnutls certtool to create test ca
...
also supports generating ecc (ecdsa) keys and selecting a hash
Change-Id: Iafa6557a4f0a97885a3300861b842289b73ea1de
2014-11-09 11:26:15 +01:00
Stefan Bühler
f144349c72
[mod_openssl] allow all authentication methods in default cipher string
...
The details depend on the server key anyway; with the new default string
ecdsa keys work out of the box.
Change-Id: I7229f899ffd8dca5740767f9832980198b4f7bee
2014-11-09 11:14:03 +01:00
Stefan Bühler
fc02dcf9e2
[mod_gnutls] improve alert handling
...
* print alerts with numerical value
* show non-fatal alerts
* use log level info for all alerts
* use log level warning for non-fatal "unknown" errors
Change-Id: Ibaa33743bfe809579981fdeb121955ef5c6d0ab2
2014-11-09 08:45:43 +01:00
Stefan Bühler
f7155d5972
[doc] mod_gnutls: add comment that reusing keys in DH is not recommended anyway
...
Change-Id: I392b2913ca5f7fdc88bf773032b27d2417211a58
2014-11-08 20:02:42 +01:00
Stefan Bühler
6954c4563b
[doc] improve section about DH/DSA parameters in mod_gnutls
...
Change-Id: I9665691ff3c6dbb24defc02ae3f9a2f8efe8264d
2014-11-08 15:33:15 +01:00
Nikos Mavrogiannopoulos
91060ebe91
[mod_gnutls] allow pemfile to accept a key-value list of a certificate and key
...
In addition, this patch adds the ability to specify a PIN,
to be used to decrypt an encrypted key, or to login to a PKCS #11
module.
Change-Id: Iff36879926236d07be6baaa1736985a58c54d0cc
2014-11-02 08:27:20 +01:00
Nikos Mavrogiannopoulos
344e918f05
[mod_gnutls] when an alert is received print its actual value
...
Change-Id: I89b12cb5e53cbd0d36d9b30d9a7e99aa70836717
2014-11-01 12:25:03 +01:00
Stefan Bühler
aa44c63f59
[doc] clarify "physical.exists" semantic
...
Change-Id: I8212e4e66c2666579a8726c35f6840e3eddf4366
2014-08-24 18:32:50 +02:00
Stefan Bühler
912b460145
[autobuild] fix configure to search for openssl in the specified paths
2014-08-17 09:45:52 +02:00
Stefan Bühler
72011fbede
[mox_rewrite,mod_proxy,docs] fix request.raw_path handling (includes query-string)
2014-06-06 13:41:30 +02:00
Stefan Bühler
2fe2af2022
[docs] generate link back to index in sub pages
2014-06-06 12:18:50 +02:00
Stefan Bühler
ab60804b9c
[docs] fix typo
2014-06-06 12:18:46 +02:00
Stefan Bühler
b5eac15433
[mod_proxy] use raw_path instead of re-encoded path
2014-06-06 12:08:16 +02:00
Stefan Bühler
6e2ca4b80c
[tests] small cleanups: use req_header.overwrite, no_docroot option
2014-06-06 11:57:41 +02:00
Stefan Bühler
76c12e4077
[mod_rewrite] rewrite_raw result gets decoded
2014-06-06 11:43:40 +02:00
Stefan Bühler
4c741ce853
[core] expose request.raw_path as condition variable
2014-06-06 11:16:22 +02:00
Stefan Bühler
e168e0653c
[docs] fix typos, add some details, add rewrite_raw action
2014-05-27 20:07:12 +02:00
Stefan Bühler
9acfe515f7
[docs] fix xml error
2014-05-26 15:26:10 +02:00
Stefan Bühler
4741120b74
[docs] fix links, add index page, add small introduction, add lua config / api
2014-05-26 15:04:46 +02:00
Stefan Bühler
5c9a9bbaba
[docs] some small fixes
2014-05-23 16:03:54 +02:00
Stefan Bühler
dd9f052c57
[mod_gnutls] remove broken include
2014-05-23 11:24:43 +02:00
Stefan Bühler
47c1cf1c20
[tests] increase timeout for https requests
2014-05-22 18:31:33 +02:00
Stefan Bühler
d58d98a62d
[value] move value functions that depend on angel / main implementations into separate file, included in the other implementations
...
this fixes building with --no-undefined. also link with libm in cmake.
2014-05-22 14:58:26 +02:00
Stefan Bühler
55042a89a9
[tests] add a 0.2 second sleep before testing memcache lookup after store
2014-05-22 13:02:25 +02:00
Stefan Bühler
928d5dcb5e
[angel] don't load angel core plugin for shut down, so the core plugin doesn't respawn a worker with default settings
2014-05-22 12:44:48 +02:00
Stefan Bühler
c30060e0eb
[angel] check setgid/setuid/... return values and abort on failure
2014-05-16 17:23:27 +02:00
Stefan Bühler
09002ad827
[mod_openssl] fix default cipher string
2014-05-16 17:22:16 +02:00
Stefan Bühler
5e30919291
[mod_openssl] wrap all options in #ifdef
2014-05-16 08:33:24 +02:00
Stefan Bühler
8596f874a7
[autobuild] fix duplicate config.h install and remove config.h from dist tarball
2014-05-16 08:17:03 +02:00
Stefan Bühler
72d4578e70
[doc] add script to generate mimetypes.conf
2014-05-16 08:16:08 +02:00
Stefan Bühler
b6ee9241ad
[angel_fake] use li_sockaddr_from_string in li_angel_fake_listen
2014-04-15 13:05:52 +02:00
Stefan Bühler
5f4019359e
[config parser] copy fixes from angel config parser
2014-04-15 12:41:09 +02:00
Stefan Bühler
63f4b78353
fix some socket address handlings - limit unix socket path names to struct size
2014-04-15 12:06:11 +02:00
Stefan Bühler
5b706ac033
[simple-stream] fix double assignment
2014-04-15 11:30:36 +02:00
Stefan Bühler
21e18176f2
fix wrong operator to check for set bit in events
2014-04-15 11:24:51 +02:00
Stefan Bühler
ed7e70d0b4
[angel] fix missing break in switch statement in config parser for casting string to int
2014-04-15 11:22:15 +02:00
Stefan Bühler
3ad9e4cb01
[actions] fix dereference before null check
2014-04-15 11:13:20 +02:00
Stefan Bühler
acd2967534
assert many previously unchecked return values, handle some explicitly, remove FD_CLOEXEC in worker - mustn't fork
2014-04-15 11:11:51 +02:00
Stefan Bühler
582a8585ff
[fastcgi] assert pointer is not NULL before dereference before NULL check in a loop
2014-04-15 11:07:39 +02:00
Stefan Bühler
118844573c
[angel] fix memory leak on error in angel config parser
2014-04-15 10:39:14 +02:00
Stefan Bühler
176d6099aa
[liValue] fix missing break in switch statement
2014-04-15 10:33:48 +02:00
Stefan Bühler
e5e37b8369
[idlist] fix bad shift operations
2014-04-14 17:51:47 +02:00
Stefan Bühler
e0ed289c1a
[liValue] fix dereference after NULL check
2014-04-14 17:49:41 +02:00
Stefan Bühler
c971749381
[autotools] support libunwind without pkg-config
2014-04-11 12:31:58 +02:00
Stefan Bühler
419d60dd83
[profile] add missing utils.h include
2014-04-11 12:30:42 +02:00
Stefan Bühler
deb0dd2428
[doc] always show angel doc in toc
2014-04-11 12:06:55 +02:00