- 10 Jan, 2015 1 commit
-
-
Philipp Schafft authored
-
- 08 Jan, 2015 2 commits
-
-
Philipp Schafft authored
-
Philipp Schafft authored
This avoids a endless loop in a spin lock that has not been inited yet if fserve engine was not started up by the time it was sent to go down. This happened if icecast couldn't read the config because the file was corrupted or non-existent. Closes: #2144
-
- 06 Jan, 2015 2 commits
-
-
Philipp Schafft authored
This sets the on_demand parameter of the source correctly on creation of a on-demand relay. Thanks to Marvin Scholz <epirat07@gmail.com>. Closes: #2054
-
Philipp Schafft authored
All Auth backends had just one prototype in auth_*.h. Those got merged into auth.h to avoid to have many small files around.
-
- 05 Jan, 2015 1 commit
-
-
Philipp Schafft authored
-
- 31 Dec, 2014 4 commits
-
-
Thomas B. Rücker authored
-
Thomas B. Rücker authored
Obtained from: http://www.gnu.org/licenses/gpl-2.0.txt No change to the license, just an updated copy. This will make RPMLINT and debian complain less.
-
Thomas B. Rücker authored
-
Philipp Schafft authored
-
- 30 Dec, 2014 1 commit
-
-
Thomas B. Rücker authored
-
- 29 Dec, 2014 2 commits
-
-
Marvin Scholz authored
-
Philipp Schafft authored
-
- 28 Dec, 2014 5 commits
-
-
Philipp Schafft authored
-
Marvin Scholz authored
Correcting that the unordered list for authentication was wrapped in a table, which is invalid.
-
Thomas B. Rücker authored
git log 1a3fd18c..38dbb3a6 For the future we might want to consider if we still want to maintain this and in which format.
-
Marvin Scholz authored
-
Thomas B. Rücker authored
-
- 26 Dec, 2014 4 commits
-
-
Philipp Schafft authored
This adds a little bit nicer display of <metadata> to the stats.xsl page and avoids broken display of <metadata> and <authentication>.
-
Philipp Schafft authored
This adds support to list global and per mount roles on stats.xsl. This isn't nicest formated but works. This also adds <source>-like <authentication> with <role>s to root node. Closes: #2133
-
Thomas B. Rücker authored
-
Thomas B. Rücker authored
-
- 24 Dec, 2014 3 commits
-
-
This reverts commit 0dbabcc4. Breaks other OpenSSL versions.
-
From: Erik van Pienbroek <epienbro@fedoraproject.org> Date: Mon, 22 Dec 2014 18:02:09 +0100
-
Philipp Schafft authored
Untested. Please test. See #2063
-
- 22 Dec, 2014 2 commits
-
-
Philipp Schafft authored
This adds display of role name and updates display of username in listener listing of mount points on admin interface.
-
Philipp Schafft authored
-
- 20 Dec, 2014 8 commits
-
-
Philipp Schafft authored
This allows <resource> (former <alias>) to have only one of the attribues source and destination. In that case other parameters will be applied to the client but uri is not mapped. See #2097
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
This corrects the creation of <authenticator> in the status output and this way fixes the display of login link on status page. Closes #1939
-
- 19 Dec, 2014 5 commits
-
-
Philipp Schafft authored
-
Philipp Schafft authored
This allows a <role> represented by a auth_t to run in "immediate" mode. In this mode no thread is created for this <role>. This is a major speedup. Closes #2124
-
Philipp Schafft authored
Updated admin/manageauth.xsl the way suggested by 0eb466b7. closes #2123
-
Philipp Schafft authored
This allows to manage <role>s via admin interface if the role supports. Also format of admin/manageauth has been changed: - <source> was renamed to <role>. - mount parameter was removed. - <role> got new parameters: type, name, can-adduser, can-deleteuser, can-listuser. - can-* parameters are bools ("true" or "false"). They should be used to show or hide elements on the admin interface. Ticket #2123 is nearly complet with this, just admin/manageauth.xsl needs up be updated. Please close the bug in the commit that updates admin/manageauth.xsl. See #2123
-
Philipp Schafft authored
-