Displaying 3 results from an estimated 3 matches for "sys_getnameinfo".
2009 Sep 10
3
Samba Panic when attempting to connect using OS X cli ent (3.3.7)
...libc.so.7
> #5 0x207d2230 <gethostbyaddr_r+240> at /lib/libc.so.7
> #6 0x207d235f <gethostbyaddr+95> at /lib/libc.so.7
> #7 0x207b51f6 <getipnodebyaddr+150> at /lib/libc.so.7
> #8 0x207b3647 <getnameinfo+1191> at /lib/libc.so.7
> #9 0x29f992 <sys_getnameinfo+98> at /usr/local/sbin/smbd
> #10 0x2b92c9 <get_peer_name+345> at /usr/local/sbin/smbd
> #11 0x2a4c76 <check_access+358> at /usr/local/sbin/smbd
> #12 0xdde58 <smbd_process+72> at /usr/local/sbin/smbd
> #13 0x4feb94 <main+8692> at /usr/local/sbin/s...
2009 Jun 17
0
Samba 3.3.5 problem with hostnames in allow hosts list
...cess to my
samba server. This worked in our production version of samba (3.0.28c)
but does not in 3.3.5.
I've done some debugging and it seems the problem occurs in
get_peer_name in lib/util_sock.c
This routine always returns whatever is in the memcache and never seems
to actually perform the sys_getnameinfo call. I don't understand the
logic in get_peer_name:
nc is declared at the top of the function (line 1816), then if
get_peer_name is called with force_lookup==true, the next thing that
happens is a lookup_nc(&nc) (line 1840).
The bit I don't understand is that nc is not initialised be...
2009 Sep 04
0
Samba Panic when attempting to connect using OS X client (3.3.7)
...dispatch+452> at /lib/libc.so.7
#5 0x207d2230 <gethostbyaddr_r+240> at /lib/libc.so.7
#6 0x207d235f <gethostbyaddr+95> at /lib/libc.so.7
#7 0x207b51f6 <getipnodebyaddr+150> at /lib/libc.so.7
#8 0x207b3647 <getnameinfo+1191> at /lib/libc.so.7
#9 0x29f992 <sys_getnameinfo+98> at /usr/local/sbin/smbd
#10 0x2b92c9 <get_peer_name+345> at /usr/local/sbin/smbd
#11 0x2a4c76 <check_access+358> at /usr/local/sbin/smbd
#12 0xdde58 <smbd_process+72> at /usr/local/sbin/smbd
#13 0x4feb94 <main+8692> at /usr/local/sbin/smbd
#14 0x64949 &...