search for: auth_release

Displaying 7 results from an estimated 7 matches for "auth_release".

2019 Jan 29
0
Icecast Digest, Vol 175, Issue 11
...th_addref ...refcount on auth_t (null) is now 3 > [2019-01-28 21:19:20] INFO auth/auth_add_client adding client 0x560ccad1bb00 for authentication on 0x560ccad17ad0 > [2019-01-28 21:19:20] DBUG auth/queue_auth_client ...refcount on auth_t (null) is now 3 > [2019-01-28 21:19:20] DBUG auth/auth_release ...refcount on auth_t (null) is now 2 > [2019-01-28 21:19:20] DBUG auth/__handle_auth_client client 0x560ccad1bb00 on auth 0x560ccad17ad0 role legacy-global-source processed: no match > [2019-01-28 21:19:20] DBUG connection/_handle_authentication_global Trying global authenticators for clie...
2019 Feb 03
1
YP listings in version 2.5 beta
....refcount on auth_t (null) is now 3 >> [2019-01-28 21:19:20] INFO auth/auth_add_client adding client 0x560ccad1bb00 for authentication on 0x560ccad17ad0 >> [2019-01-28 21:19:20] DBUG auth/queue_auth_client ...refcount on auth_t (null) is now 3 >> [2019-01-28 21:19:20] DBUG auth/auth_release ...refcount on auth_t (null) is now 2 >> [2019-01-28 21:19:20] DBUG auth/__handle_auth_client client 0x560ccad1bb00 on auth 0x560ccad17ad0 role legacy-global-source processed: no match >> [2019-01-28 21:19:20] DBUG connection/_handle_authentication_global Trying global authenticators...
2018 Aug 24
5
Client auth failed with ""
Hello, We are using url authentication and getting the item bellow at the log: [2018-08-24 23:26:05] INFO auth_url/url_add_listener client auth (http://127.0.0.1:8001/listener/add) failed with "" I put try/catch and reviewed all my code ensure always return a proper status and header error code, so what trigger this kind of error? Regards, Thiago --------------
2018 Aug 29
0
Icecast is shutdown / client auth failed with ""
...rce [2018-08-29 11:49:10] DBUG auth/add_listener_to_source max on /alphafmsp is 750 (cur 750) [2018-08-29 11:49:10] DBUG fserve/fserve_add_client Adding client to file serving engine [2018-08-29 11:49:10] DBUG fserve/fserve_add_pending fserve handler waking up [2018-08-29 11:49:10] DBUG auth/auth_release ...refcount on auth_t /alphafmsp is now 751 [2018-08-29 11:49:10] INFO auth/auth_new_listener client 3070 failed [2018-08-29 11:49:10] DBUG fserve/fserv_thread_function fserve handler exit [2018-08-29 11:49:10] DBUG stats/modify_node_event update global client_connections (2719) [2018-08-29...
2010 Apr 05
0
Bug in icecast 2.3.2 (not in stable release but a little later and in trunk) : Null pointer in auth_remove_listener
...ecast. We found that the crash occurred in the following icecast code: static void auth_remove_listener (auth_t *auth, auth_client *auth_user) { client_t *client = auth_user->client; if (client->auth->release_listener) client->auth->release_listener (auth_user); auth_release (client->auth); client->auth = NULL; /* client is going, so auth is not an issue at this point */ client->authenticated = 0; } Because client->auth was NULL and so it tried to dereference a NULL pointer: (gdb) p client->auth->release_listener Cannot access memory at...
2019 Jan 29
0
Icecast Digest, Vol 175, Issue 11
...th_addref ...refcount on auth_t (null) is now 3 > [2019-01-28 21:19:20] INFO auth/auth_add_client adding client 0x560ccad1bb00 for authentication on 0x560ccad17ad0 > [2019-01-28 21:19:20] DBUG auth/queue_auth_client ...refcount on auth_t (null) is now 3 > [2019-01-28 21:19:20] DBUG auth/auth_release ...refcount on auth_t (null) is now 2 > [2019-01-28 21:19:20] DBUG auth/__handle_auth_client client 0x560ccad1bb00 on auth 0x560ccad17ad0 role legacy-global-source processed: no match > On 28 Jan 2019, at 10:00 pm, icecast-request at xiph.org wrote: > > Send Icecast mailing list subm...
2019 Jan 27
2
YP listings in version 2.5 beta
Hi, I apologise if this has been raised before. I’m finding that with the below settings enabled in my icecast.xml file, YP directory listings work for me when using icecast 2.4.4 but listings aren’t working for me with the same config settings in version 2.5. <directory> <yp-url-timeout>15</yp-url-timeout>