- Nov 19, 2014
-
-
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
-
- Nov 18, 2014
-
-
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
-
- Nov 17, 2014
-
-
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
-
- Nov 10, 2014
-
-
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
-
- Nov 09, 2014
-
-
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
-
- Nov 08, 2014
-
-
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
-
- Nov 07, 2014
-
-
Philipp Schafft authored
svn path=/icecast/trunk/net/; revision=19282
-
Philipp Schafft authored
svn path=/icecast/trunk/httpp/; revision=19281
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19280
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19278
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19277
-
Philipp Schafft authored
added warnings on empty and default values of <fileserve>, <hostname>, <location>, <admin> and <server-id> svn path=/icecast/trunk/icecast/; revision=19276
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19271
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19270
-
Philipp Schafft authored
Added support for <http-headers> within <mount>. Also support merging of headers (normal mount + default mount). See #1885 svn path=/icecast/trunk/icecast/; revision=19269
-
Philipp Schafft authored
handle empty strings in config file better. Now empty strings are handled in: accesslog, errorlog, logdir, webroot, adminroot and hopefully all kinds of port. Feal free to reopen ticket if there are more that needs to be fixed. closes #1963 svn path=/icecast/trunk/icecast/; revision=19268
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19267
-
- Nov 06, 2014
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19266
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19265
-
- Nov 05, 2014
-
-
Thomas B. Rücker authored
This was taken from: https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/#fnref2 (scroll up 2 lines) I've tested this successfully against https://www.ssllabs.com/ssltest/ in combination with the patch for #2071. The only OS/Browser combination failing is: IE 6 / XP svn path=/icecast/trunk/icecast/; revision=19264
-
- Nov 03, 2014
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19263
-