Displaying 4 results from an estimated 4 matches for "auth_verify".
2004 May 04
5
Microsoft hotfix MS04-011, breaks Samba password change.
Hi all,
	I wanted to give an update on this as I know this MS Hotfix
is critical and must be applied to protect against the (latest) Microsoft
worm.
I think I've found the problem in the code, and am currently testing
a fix for this (not in the release to others to test stage yet). As
soon as I'm reasonably confident I'll put a patch out there for others
to test, and we'll
2011 Jun 16
1
Need help with config file
...uot;/>
</authentication>
<on-connect>/home/icecast/bin/stream-start</on-connect>
<on-disconnect>/home/icecast/bin/stream-stop</on-disconnect>
</mount>
-->
....
<authentication type="command">
<option name="filename" value="auth_verify"/>
</authentication>
or
for url auth, the add url needs to return a "icecast-auth-user: 1" http
header for a user to authenicate. Both urls are sent params via POST,
add is sent id, mount, user, pass, ip, useragent
remove is passed id, mount, user, pass, duration
<auth...
2004 Feb 04
1
Signal 11 in smbd 3.0.2rc2 on printer operation!
...\0\0\0\0\0\224???"...
	offset1 = 0
	offset2 = 4
#11 0x08162180 in api_pipe_request (p=0x83d1690) at rpc_server/srv_pipe.c:1476
	ret = 0
	pipe_fns = (PIPE_RPC_FNS *) 0x83cda10
#12 0x0815aecc in process_request_pdu (p=0x83d1690, rpc_in_p=0xbffff848)
    at rpc_server/srv_pipe_hnd.c:669
	ret = 0
	auth_verify = 0
	data_len = 1068
#13 0x0815b164 in process_complete_pdu (p=0x83d1690)
    at rpc_server/srv_pipe_hnd.c:741
	rpc_in = {io = 1, bigendian_data = 0, align = 4 '\004', 
  is_dynamic = 0, data_offset = 8, buffer_size = 1076, grow_size = 0, 
  data_p = 0x83d2078 ",\004", mem_ctx = 0...
2008 Jul 03
2
Icecast Fedora9 migration problems
...<!-- other auth possibilities include running a command
         to do the auth, mount, user and pass are passed via
         stdin to the program
    <mount>
    ....
        <authentication type="command">
             <option name="filename" value="auth_verify"/>
        </authentication>
        or
        for url auth, the add url needs to return a "icecast-auth-user: 
1" http
        header for a user to authenicate. Both urls are sent params via 
POST,
        add is sent id, mount, user, pass, ip, useragent
        remove i...