Displaying 3 results from an estimated 3 matches for "spielwiese".
2002 Apr 18
6
[Bug 222] configure finds getnameinfo() but not getaddrinfo()
http://bugzilla.mindrot.org/show_bug.cgi?id=222
------- Additional Comments From djm at mindrot.org 2002-04-18 23:07 -------
Could you please try CVS -current with the following patch. You will need to
regenerate configure using autoconf.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2007 Aug 29
1
samba-error: tree connect failed: NT_STATUS_BAD_NETWORK_NAME
...d got:
tjener:~# smbclient -U frank -L tjener
Password:
Domain=[SKOLELINUX] OS=[Unix] Server=[Samba 3.0.24]
Sharename Type Comment
--------- ---- -------
netlogon Disk Network Logon Service
admins Disk Root's Spielwiese
hauptschule Disk HS-Ofenerdiek
realschule Disk RS-Ofenerdiek
schulzentrum Disk Schulzentrum Ofenerdiek
O9PROCD01 Disk
IPC$ IPC IPC Service (tjener server (Samba
3.0.24))
HP_LJ_4_Plus Printer...
2002 Apr 18
0
[Bug 222] New: configure finds getnameinfo() but not getaddrinfo()
...Product: Portable OpenSSH
Version: 3.1p1
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: major
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: urban at spielwiese.de
there are two versions of getaddrinfo() in libc, ogetaddrinfo() and
ngetaddrinfo(). This is allows a choice between two compatibility
modes. Programmers must include <netdb.h> in order to suck
in the correct #definition for getaddrinfo(). In the configure test
program used to determin...