- Sep 04, 2016
- Feb 10, 2016
-
-
Philipp Schafft authored
This is a backport of d739c65e. This patch fixes the output generating for XML. It will ensure all strings are escaped correctly by using text node creation function not the normal raw XML subnode function. See #2255
-
- Dec 28, 2015
-
- Dec 27, 2015
-
-
Thomas B. Rücker authored
Mostly just bumping the version number. Fixed up changes file to match ChangeLog.
-
Thomas B. Rücker authored
-
Thomas B. Rücker authored
-
- Dec 24, 2015
-
-
Philipp Schafft authored
This works around the problem that windows ignores tailing dots. This way you could trick Icecast2 to send a XSLT file as plain text. Please test. Closes: #2247
-
- Apr 08, 2015
-
-
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
-
- 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
-