- 22 Nov, 2014 4 commits
-
-
Philipp Schafft authored
some more changes for ACL framework: exported admin_get_command() and ADMIN_COMMAND_ERROR as well as introduced ADMIN_COMMAND_ANY svn path=/icecast/trunk/icecast/; revision=19349
-
Philipp Schafft authored
svn path=/icecast/trunk/httpp/; revision=19348
-
Philipp Schafft authored
Changed ABI a bit: updated httpp_request_type_e-type. To avoid any problems do a complet rebuild of your projects. Thank you. svn path=/icecast/trunk/httpp/; revision=19347
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19346
-
- 21 Nov, 2014 5 commits
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19345
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19344
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19343
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19342
-
Philipp Schafft authored
(sync with my branch) Updated handling of <on-connect> and <on-disconnect> in <mount>, see r19305:r19312, refs #1354, #2089, #2087, #1752 svn path=/icecast/trunk/icecast/; revision=19340
-
- 20 Nov, 2014 4 commits
-
-
Philipp Schafft authored
(sync with my branch) report system name and print better warnings about <hostname> at start of process svn path=/icecast/trunk/icecast/; revision=19339
-
Philipp Schafft authored
(sync with my branch) remove threadpool_size in global config, added warnings for <threadpool> and <no-yp> as well as updated warning for <source-password> svn path=/icecast/trunk/icecast/; revision=19338
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19337
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19336
-
- 19 Nov, 2014 6 commits
-
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19326
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19325
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19324
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19323
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19322
-
ePirat authored
See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767542 svn path=/icecast/trunk/icecast/; revision=19321
-
- 18 Nov, 2014 5 commits
-
-
ePirat authored
svn path=/icecast/trunk/icecast/; revision=19319
-
ePirat authored
(patch by Andreas Mieke) svn path=/icecast/trunk/icecast/; revision=19318
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19317
-
ePirat authored
svn path=/icecast/trunk/icecast/; revision=19316
-
Thomas B. Rücker authored
Moved the comment out to avoid this bug. Needs to be checked. svn path=/icecast/trunk/icecast/; revision=19315
-
- 17 Nov, 2014 2 commits
-
-
Thomas B. Rücker authored
We are now code complete plus an additional security fix. Some testing remains before final release. svn path=/icecast/trunk/icecast/; revision=19314
-
Philipp Schafft authored
subset of my earlier patch so it can go into 2.4.1: disconnects stdio of <on-[dis]connect> scripts from random filehandles. closes #2087 svn path=/icecast/trunk/icecast/; revision=19313
-
- 10 Nov, 2014 4 commits
-
-
Philipp Schafft authored
patch to fix regression on header size with large headers introduced by support of <server-id> and <http-headers>. This should ensure we have at least space for 2kB of extra headers. Depending on function and call we may have much more space. Please test this very carefully. Some pointers what should be in the tests (NOT complet list): - request to 'static' web/ and admin/ pages. - requests to playlist generation. - requests to streams. - requests to admin/ manipulation functions. - test everything with at least 8kB of extra headers, then reduce in 1kB (or 512B) steps. - see if response is correct OR 500 is returned. - run under valgrind or similar to see no buffer overflow or similiar will happen. - take a cookie! svn path=/icecast/trunk/icecast/; revision=19300
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19299
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19298
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19297
-
- 09 Nov, 2014 3 commits
-
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19296
-
Thomas B. Rücker authored
String taken from: https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28default.29 svn path=/icecast/trunk/icecast/; revision=19295
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19294
-
- 08 Nov, 2014 5 commits
-
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19293
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19292
-
Thomas B. Rücker authored
In case of SOURCE we are lenient and thus quite some source clients don't send a proper content-type, especially if they only support mp3. This was meant to be introduced in 2.4.0 already, sadly we missed it. All source clients MUST send proper content-type after migrating to Icecast HTTP PUT protocol. closes #2082 svn path=/icecast/trunk/icecast/; revision=19288
-
Philipp Schafft authored
Fixed regression introduced in r18356 (CVE-2011-4612): client duration time is now correctly logged. PRIu64 MUST NOT be used with log_write_direct() as depending on platform PRIu64 may be using something not supported by __vsnprintf() of log/log.c. close #2081, see r18356 svn path=/icecast/trunk/icecast/; revision=19287
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19286
-
- 07 Nov, 2014 2 commits
-
-
Philipp Schafft authored
svn path=/icecast/trunk/net/; revision=19282
-
Philipp Schafft authored
svn path=/icecast/trunk/httpp/; revision=19281
-