Philipp Schafft
|
aeeee071d4
|
Feature: Allow to define ACLs in <acl> (child of <role>)
|
2018-11-12 21:51:23 +00:00 |
|
Philipp Schafft
|
ca83e6b44b
|
Feature: Added type="cors" to <header>.
|
2018-11-12 21:51:23 +00:00 |
|
Philipp Schafft
|
ff0263b3a4
|
Update: Added warning about wrong type of metadata update.
See: #2017
|
2018-11-10 09:22:16 +00:00 |
|
Philipp Schafft
|
6d0e4e6fc9
|
Update: Set default HTTP version to 1.1
This changes the default version of HTTP to 1.1.
The version can currently not be changed to something different.
Closes: #2057
|
2018-11-09 07:30:30 +00:00 |
|
Philipp Schafft
|
fbddf8d2f0
|
Cleanup: Removed <threadpool> completly.
This adds a error level log line to the block in case unknown nodes are used
as we do for other blocks already.
Closes: #2085
|
2018-11-09 07:12:07 +00:00 |
|
Philipp Schafft
|
03249ff5f4
|
Fix: Do not segfault if no real source could be found
|
2018-11-04 09:28:41 +00:00 |
|
Philipp Schafft
|
6c42bcb0f4
|
Cleanup: Corrected formating
|
2018-11-04 09:02:40 +00:00 |
|
Philipp Schafft
|
47cb709b43
|
Merge branch 'ph3-fix-bufferoverflow'
See: #2342
|
2018-10-31 09:28:31 +00:00 |
|
Philipp Schafft
|
162e3dd650
|
Fix: Corrected possible bufferoverflows in format_prepare_headers()
|
2018-10-31 09:28:08 +00:00 |
|
Philipp Schafft
|
548e7963a7
|
Fix: Fixed bufferoverflow within url_add_client()
This can be trigged by:
* overly long username,
* overly long password,
* overly long user agent string,
* overly long path.
|
2018-10-31 09:28:08 +00:00 |
|
Philipp Schafft
|
081a7974e6
|
Fix: Fixed buffer overflow in URL auth code.
Closes: #2342
|
2018-10-31 09:28:08 +00:00 |
|
Philipp Schafft
|
e75b85fe66
|
Update: Added "no-store" to Cache-Control:-header.
|
2018-10-31 09:11:12 +00:00 |
|
Philipp Schafft
|
30c8df8aba
|
Fix: Corrected locking for recursive event_release()
|
2018-10-26 08:09:09 +00:00 |
|
Philipp Schafft
|
a192f696c3
|
Fix: Corrected reported Allow:-header (mostly for 204-responses)
|
2018-10-26 08:05:45 +00:00 |
|
Philipp Schafft
|
0bdad13fd2
|
Feature: Implemented DELETE on sources
|
2018-10-26 08:03:46 +00:00 |
|
Philipp Schafft
|
ccca2460aa
|
Merge branch 'fix-missing-fmt-args'
|
2018-10-17 13:47:33 +00:00 |
|
Marvin Scholz
|
2bb49deeb0
|
Fix: Add missing log message arguments
Found with lgtm.com
|
2018-10-17 13:35:34 +00:00 |
|
Philipp Schafft
|
859fae259f
|
Merge branch 'fix-flags-check-order'
|
2018-10-17 13:33:06 +00:00 |
|
Marvin Scholz
|
482ffaa6f6
|
Fix: Correct the order of AX_APPEND_COMPILE_FLAGS
|
2018-10-17 12:13:03 +02:00 |
|
Philipp Schafft
|
eb66a682c0
|
Revert "Fix: Corrected use of XMLSTR()"
This reverts commit fd2556b4c0 .
See libxml2's 4472c3a5a5b516aaf59b89be602fbce52756c3e9.
|
2018-10-11 11:04:56 +00:00 |
|
Philipp Schafft
|
9b49c2bae3
|
Update: Added some comments to struct connection_tag
|
2018-10-11 10:38:54 +00:00 |
|
Philipp Schafft
|
6656edacad
|
Update: Added names for HTTP status codes 30x.
|
2018-10-11 10:38:14 +00:00 |
|
Philipp Schafft
|
ed78741e3d
|
Merge branch 'ph3-update-refobject'
|
2018-10-11 09:37:19 +00:00 |
|
Philipp Schafft
|
d8c887aa37
|
Update: Added comments about the API
|
2018-10-11 09:17:40 +00:00 |
|
Philipp Schafft
|
a242f0f77b
|
Update: Replaced reportxml_new() and reportxml_database_new()
|
2018-10-11 08:58:22 +00:00 |
|
Philipp Schafft
|
fea817da2d
|
Update: Replaced listensocket_container_new()
|
2018-10-10 15:06:45 +00:00 |
|
Philipp Schafft
|
b875e80230
|
Update: Replaced module_container_new()
|
2018-10-10 15:01:10 +00:00 |
|
Philipp Schafft
|
bdbe3379ce
|
Update: Replaced buffer_new_simple() by refobject_new(buffer_t)
|
2018-10-10 14:48:25 +00:00 |
|
Philipp Schafft
|
48bb477301
|
Feature: Added REFOBJECT_DEFINE_TYPE_NEW_NOOP()
|
2018-10-10 14:42:37 +00:00 |
|
Philipp Schafft
|
491c4ab2f4
|
Feature: Implemented simple API refobject_new() and refobject_new_ext()
|
2018-10-10 14:27:07 +00:00 |
|
Philipp Schafft
|
9f6d3c3018
|
Cleanup: Removed no longer needed REFOBJECT_DEFINE_TYPE_FREE(NULL)s
|
2018-10-10 14:15:00 +00:00 |
|
Philipp Schafft
|
2dd9045842
|
Fix: Corrected structure of how refobject_type*__* is generated.
|
2018-10-10 14:11:24 +00:00 |
|
Philipp Schafft
|
0cbc5c01ed
|
Update: Added comments
|
2018-10-10 13:18:33 +00:00 |
|
Philipp Schafft
|
d10a9683aa
|
Feature: Added tests for REFOBJECT_GET_TYPENAME() and REFOBJECT_IS_VALID()
|
2018-10-10 13:12:01 +00:00 |
|
Philipp Schafft
|
c0ff861107
|
Fix: Updated unit tests to new refobject API
|
2018-10-10 12:55:32 +00:00 |
|
Philipp Schafft
|
f1b2785fc4
|
Feature: Changed refobject subsystem to use defined types
|
2018-10-10 11:15:39 +00:00 |
|
Philipp Schafft
|
1b6c51787f
|
Fix: Corrected type of #include
|
2018-10-10 11:10:30 +00:00 |
|
Philipp Schafft
|
07899c4aab
|
Fix: Fixed a race condition in event_shutdown()
|
2018-10-04 11:21:24 +00:00 |
|
Philipp Schafft
|
f20dfcef63
|
Fix: SECURITY Do not handle admin-requests in listen-socket auth differently.
This also adds comments to _handle_authentication_global() and
_handle_authentication_mount_default() to explain the situation.
|
2018-10-04 09:00:26 +00:00 |
|
Philipp Schafft
|
09ade15b91
|
Merge branch 'update-conf'
|
2018-09-28 13:59:55 +00:00 |
|
Philipp Schafft
|
1fd17b0b1f
|
Fix: Renamed /auth_example.ogg to /relay_example.ogg
Thanks to tbr for spotting.
|
2018-09-28 13:59:38 +00:00 |
|
Philipp Schafft
|
996a64334f
|
Update: Use match-method="" not method=""
|
2018-09-28 13:59:38 +00:00 |
|
Philipp Schafft
|
764b18ff7c
|
Update: Updated examples to match new style auth system
|
2018-09-28 13:59:38 +00:00 |
|
Philipp Schafft
|
8b2c6bdba0
|
Update: Replaced <on-*connect> with <event-bindings>
|
2018-09-28 13:59:38 +00:00 |
|
Philipp Schafft
|
a81e1345ef
|
Update: Updated examples for relays
|
2018-09-28 13:59:38 +00:00 |
|
Philipp Schafft
|
0f3e8ac160
|
Update: Removed <fileserve> from example configs
|
2018-09-28 13:59:38 +00:00 |
|
Philipp Schafft
|
f0df5ae488
|
Update: Use symbolic values where possible
|
2018-09-28 13:59:38 +00:00 |
|
Philipp Schafft
|
fd3b6197fe
|
Update: Moving blocks and comments around and formating
|
2018-09-28 13:59:38 +00:00 |
|
Philipp Schafft
|
627d153fc1
|
Update: Sync icecast_shoutcast_compat.xml.in with icecast_minimal.xml.in
|
2018-09-28 13:59:38 +00:00 |
|
Philipp Schafft
|
e8b041aa90
|
Update: Removed icecast_urlauth.xml.in
|
2018-09-28 13:59:37 +00:00 |
|