- 08 Apr, 2015 6 commits
-
-
Thomas B. Rücker authored
So that I don't have to carry it over from the 2.4.1 packaging.
-
Thomas B. Rücker authored
-
Philipp Schafft authored
This fixes a crash (NULL reference) in case URL Auth is used and stream_auth is trigged with no credentials passed by the client. Username and password is now set to empty strings and transmited to the backend server this way. See #2191 for more details and to keep track of the problem. Closes: #2191, DEB#782120
-
Philipp Schafft authored
This let util_url_escape() handle NULL passed as parameter. In case the parameter is NULL it will also return NULL. This patch also does some cleanup of the code such as migration away from int and thus avoiding future failtures.
-
Thomas B. Rücker authored
This is going to be a strict security release
-
Thomas B. Rücker authored
17a3e5932cde41df7c4c1d0f42919c9ddfb99274
-
- 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 9 commits
-
-
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
-