search for: avl_traverser

Displaying 6 results from an estimated 6 matches for "avl_traverser".

Did you mean: avl_traverse
2004 Aug 06
1
[icecast-dev] Some nits in icecast 1.3.12
...snprintf(s2, BUFSIZE, "%s:%d", dir2->host, dir2->port); return compare_strings (s1, s2, param); } *** main.c 2002/04/11 06:23:49 1.1 --- main.c 2002/04/11 06:25:07 *************** *** 544,550 **** directory_server_t *ds; int i; avl_traverser trav = {0}; ! static main_shutting_down = 0; thread_library_lock (); if (!main_shutting_down) --- 544,550 ---- directory_server_t *ds; int i; avl_traverser trav = {0}; ! static int main_shutting_down = 0; thread_l...
2004 Aug 06
1
Some nits in icecast 1.3.12
...snprintf(s2, BUFSIZE, "%s:%d", dir2->host, dir2->port); return compare_strings (s1, s2, param); } *** main.c 2002/04/11 06:23:49 1.1 --- main.c 2002/04/11 06:25:07 *************** *** 544,550 **** directory_server_t *ds; int i; avl_traverser trav = {0}; ! static main_shutting_down = 0; thread_library_lock (); if (!main_shutting_down) --- 544,550 ---- directory_server_t *ds; int i; avl_traverser trav = {0}; ! static int main_shutting_down = 0; thread_l...
2004 Aug 06
5
Missing headers in Icecast2
Hi Karl, Thanks for your help, About the "Connection:" header, you are right, it's: "Connection: close" and NOT "Connection: keep-alive". The protocol when the SERVER sends the data is http 1.0. It's http 1.1 when the browser requests the data. I don't understand the "Content-Length: 54000000" header either. Also I noticed the flash player on
2004 Aug 06
0
[PATCH] Configurable privileges and chroot jail
...} + xa_debug(1, "Dropped privileges to user %s", info.icecast_user); + } +#endif +} + + /* Print header, select the console mode, and start the main server loop. */ void startup_mode() @@ -544,7 +624,7 @@ directory_server_t *ds; int i; avl_traverser trav = {0}; - static main_shutting_down = 0; + static int main_shutting_down = 0; thread_library_lock (); if (!main_shutting_down) Index: src/main.h =================================================================== RCS file: /cvsroot/icecast/src/main.h,v...
2004 Aug 06
6
URGENT: security exploit fix
To all users: The recently exploits announced at bugtraq can be fixed by the following patch. This patch should fix a few other potential holes as well, and I will post a followup patch soon that is even more thorough. Note: this exploit would give the attacker priviledges of the user running icecast. If you are running icecast as a normal user account or as root, this would be a good time to
2004 Aug 06
6
URGENT: security exploit fix
To all users: The recently exploits announced at bugtraq can be fixed by the following patch. This patch should fix a few other potential holes as well, and I will post a followup patch soon that is even more thorough. Note: this exploit would give the attacker priviledges of the user running icecast. If you are running icecast as a normal user account or as root, this would be a good time to