Displaying 17 results from an estimated 17 matches for "have_getnameinfo".
Did you mean:
dhave_getnameinfo
2006 Feb 04
1
getnameinfo() call and fake-rfc2553.c
...thout convincing my syadmin and managers.
I understand that the purpose of openbsd-compat directory is to provide
missing libc calls for portable OpenSSH. In this regard I have the following
question for the list members.
I am trying to use fake-rfc2553.c as part of my compilation (by undefining
HAVE_GETNAMEINFO). Is my approach correct?
Thanks for the help,
Santhi.
2003 Apr 04
5
[Bug 533] sshd failure on Tru64 (OSF/1) 5.1a
http://bugzilla.mindrot.org/show_bug.cgi?id=533
Summary: sshd failure on Tru64 (OSF/1) 5.1a
Product: Portable OpenSSH
Version: 3.6p1
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: critical
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2002 Apr 18
0
[Bug 222] New: configure finds getnameinfo() but not getaddrinfo()
...finition for getaddrinfo(). In the configure test
program used to determine if getaddrinfo() is present, <netdb.h>
is not included, and configure thus concludes that getaddrinfo()
is missing, and #undefs HAVE_GETADDRINFO in config.h
However, configure does find getnameinfo(), so it #defines
HAVE_GETNAMEINFO. The OpenSSH getaddrinfo() and
Tru64's getnameinfo() don't play well together.
It would help countless poor Tru64 souls avoid a traumatic
OpenSSH failure if you could address this problem!
------- You are receiving this mail because: -------
You are the assignee for the bug, or are wat...
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.
2011 Aug 07
2
Trouble getting in icecast Directory
...LLOCA_H 1
#define HAVE_PWD_H 1
#define CHUID 1
#define HAVE_UNISTD_H 1
#define CHROOT 1
#define HAVE_LOCALTIME_R 1
#define HAVE_POLL 1
#define HAVE_NANOSLEEP 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SOCKLEN_T 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SETHOSTENT 1
#define HAVE_GETNAMEINFO 1
#define HAVE_ENDHOSTENT 1
#define HAVE_GETADDRINFO 1
#define HAVE_INET_ATON 1
#define HAVE_WRITEV 1
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
#define HAVE_INET_PTON 1
#define HAVE_XSLTSAVERESULTTOSTRING 1
#define HAVE_OGG 1
#define HAVE_PTHREAD_SPIN_LOCK 1
#define HAVE_PTHREAD 1
#define HA...
2005 Feb 09
6
[Bug 835] Enable IPv6 on AIX
http://bugzilla.mindrot.org/show_bug.cgi?id=835
------- Additional Comments From dtucker at zip.com.au 2005-02-09 18:16 -------
Created an attachment (id=809)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=809&action=view)
Test for badly broken getaddrinfo on AIX and work around partially busted
getnameinfo
This patch tests for badly broken getaddrinfo on AIX enables IPv6 if it
2000 Jan 27
0
more NetBSD patches, for OpenSSH V1.2.2
...dr((char *)&sin->sin_addr, sizeof(struct in_addr),
+ AF_INET)) != NULL) {
if (strlen(hp->h_name) > hostlen)
return EAI_MEMORY;
else {
strcpy(host, hp->h_name);
return 0;
}
- else
+ } else
return EAI_NODATA;
+ }
+ }
return 0;
}
#endif /* !HAVE_GETNAMEINFO */
$NetBSD: patch-ag,v 1.2 2000/01/27 17:12:05 hubertf Exp $
--- uidswap.c.orig Thu Jan 20 14:18:16 2000
+++ uidswap.c Thu Jan 27 17:04:38 2000
@@ -26,8 +26,10 @@
is not part of the posix specification. */
#define SAVED_IDS_WORK_WITH_SETEUID
+#ifdef SAVED_IDS_WORK_WITH_SETEUID
/* Saved eff...
2003 Sep 17
5
problems with 3.7.1p1 on IRIX (again)
Hi,
I've seen a few messages re. problems with 3.7.1p1 on IRIX 6.5...
I'm using 6.5.19 and having no trouble compiling, installing and
starting, but sshd just closes the connection with no explanation.
debug/verbose modes don't seem to give any clues.
Darren Tucker suggested defining BROKEN_GETADDRINFO in config.h,
but I find that compilation then fails (assuming I've implemented
2017 Jun 08
0
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
...HAVE_FUNCTION_MACRO
HAVE_GAI_STRERROR
HAVE_GETADDRINFO
HAVE_GETCWD
HAVE_GETDIRENTRIES
HAVE_GETGRENT
HAVE_GETGRENT_R
HAVE_GETGRENT_R_DECL
HAVE_GETGRGID_R
HAVE_GETGRNAM
HAVE_GETGRNAM_R
HAVE_GETGROUPLIST
HAVE_GETHOSTBYNAME
HAVE_GETIFADDRS
HAVE_GETMNTENT
HAVE_GETNAMEINFO
HAVE_GETNETGRENT
HAVE_GETPAGESIZE
HAVE_GETPGRP
HAVE_GETPWENT_R
HAVE_GETPWENT_R_DECL
HAVE_GETPWNAM_R
HAVE_GETPWUID_R
HAVE_GETRLIMIT
HAVE_GETSPNAM
HAVE_GETTEXT
HAVE_GETTIMEOFDAY_TZ
HAVE_GETUTXENT
HAVE_GETXATTR
HAVE_GLOB
HAVE_GRANTPT
HAVE_GSSAPI
HAVE_...
2003 Feb 11
1
Problems configuring OpenSSH 3.5p1 on Sol 5.8
...ine HAVE_UPDWTMP 1
#define HAVE_STRFTIME 1
#define BROKEN_ONE_BYTE_DIRENT_D_NAME 1
#define LIBWRAP 1
#define HAVE_BCOPY 1
#define HAVE_CLOCK 1
#define HAVE_FCHMOD 1
#define HAVE_FCHOWN 1
#define HAVE_FREEADDRINFO 1
#define HAVE_GAI_STRERROR 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETCWD 1
#define HAVE_GETNAMEINFO 1
#define HAVE_GETOPT 1
#define HAVE_GETRLIMIT 1
#define HAVE_GETRUSAGE 1
#define HAVE_GLOB 1
#define HAVE_INET_NTOA 1
#define HAVE_INET_NTOP 1
#define HAVE_INNETGR 1
#define HAVE_MEMMOVE 1
#define HAVE_MMAP 1
#define HAVE_REALPATH 1
#define HAVE_RECVMSG 1
#define HAVE_RRESVPORT_AF 1
#define HAVE_S...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...AVE_FEATURES_H 1
/* #undef HAVE_FLOATINGPOINT_H */
#define HAVE_FREEADDRINFO 1
#define HAVE_FUTIMES 1
#define HAVE_GAI_STRERROR 1
#define HAVE_GETADDRINFO 1
/* #undef HAVE_GETAUDIT */
/* #undef HAVE_GETAUDIT_ADDR */
#define HAVE_GETCWD 1
#define HAVE_GETGROUPLIST 1
/* #undef HAVE_GETLUID */
#define HAVE_GETNAMEINFO 1
#define HAVE_GETOPT 1
#define HAVE_GETOPT_H 1
/* #undef HAVE_GETPEEREID */
/* #undef HAVE_GETPWANAM */
#define HAVE_GETRLIMIT 1
/* #undef HAVE_GETRUSAGE */
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GETTTYENT 1
#define HAVE_GETUTENT 1
#define HAVE_GETUTID 1
#define HAVE_GETUTLINE 1
#define HAVE_GET...
2019 Oct 29
0
auth logging or auditing
...AVE_GETGRENT
?? HAVE_GETGRENT_R
?? HAVE_GETGRENT_R_DECL
?? HAVE_GETGRGID_R
?? HAVE_GETGRNAM
?? HAVE_GETGRNAM_R
?? HAVE_GETGROUPLIST
?? HAVE_GETHOSTBYADDR
?? HAVE_GETHOSTBYNAME
?? HAVE_GETHOSTBYNAME_R
?? HAVE_GETHOSTENT
?? HAVE_GETHOSTENT_R
?? HAVE_GETHOSTNAME
?? HAVE_GETIFADDRS
?? HAVE_GETMNTENT
?? HAVE_GETNAMEINFO
?? HAVE_GETPAGESIZE
?? HAVE_GETPEEREID
?? HAVE_GETPGRP
?? HAVE_GETPROGNAME
?? HAVE_GETPWENT_R
?? HAVE_GETPWENT_R_DECL
?? HAVE_GETPWNAM
?? HAVE_GETPWNAM_R
?? HAVE_GETPWUID_R
?? HAVE_GETQUOTA_RSLT_GETQUOTA_RSLT_U
?? HAVE_GETRLIMIT
?? HAVE_GETSPNAM
?? HAVE_GETTEXT
?? HAVE_GETTIMEOFDAY_TZ
?? HAVE_GETUT...
2017 Jun 08
2
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
On Thu, 2017-06-08 at 10:09 +0200, awl1 via samba wrote:
> Hello again, Samba experts,
>
> sorry for being such a pain in your necks, but I really need to get a
> recent Samba version to compile, and it looks like I definitely need
> your help with this.
>
> In the meantime, I have found that the huge number of "conflicting
> types" errors for rpc_*_init(...)
2013 May 14
3
frequent tdb corruption
...ON_MACRO
HAVE_FUTIMES
HAVE_GAI_STRERROR
HAVE_GETADDRINFO
HAVE_GETCWD
HAVE_GETDENTS
HAVE_GETDIRENTRIES
HAVE_GETGRENT
HAVE_GETGRENT_R
HAVE_GETGRENT_R_DECL
HAVE_GETGRGID_R
HAVE_GETGRNAM
HAVE_GETGRNAM_R
HAVE_GETGROUPLIST
HAVE_GETHOSTBYNAME
HAVE_GETIFADDRS
HAVE_GETNAMEINFO
HAVE_GETNETGRENT
HAVE_GETNETGRENT_PROTOTYPE
HAVE_GETPAGESIZE
HAVE_GETPEEREID
HAVE_GETPGRP
HAVE_GETPWENT_R
HAVE_GETPWENT_R_DECL
HAVE_GETPWNAM_R
HAVE_GETPWUID_R
HAVE_GETRLIMIT
HAVE_GETTIMEOFDAY_TZ
HAVE_GLOB
HAVE_GRANTPT
HAVE_GSSAPI
HAVE_GSS_DISPLAY_STATUS...
2020 May 29
2
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
Samba 4.12.1, single server with AD+DC on Ubuntu 18.04. Filesystem:
/dev/sdb1 on /home type ext4 (rw,relatime,stripe=32750,data=ordered)
It all work as expected, but I occasionally get the error in subject which denies access to shares. Restarting Samba will restore functionality.
What can be the cause of this problem?
Thanks.
[2020/05/27 18:24:35.795379, 8]
2020 Jun 03
3
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
...AVE_GETGRENT
HAVE_GETGRENT_R
HAVE_GETGRENT_R_DECL
HAVE_GETGRGID_R
HAVE_GETGRNAM
HAVE_GETGRNAM_R
HAVE_GETGROUPLIST
HAVE_GETHOSTBYADDR
HAVE_GETHOSTBYNAME
HAVE_GETHOSTBYNAME_R
HAVE_GETHOSTENT
HAVE_GETHOSTENT_R
HAVE_GETHOSTNAME
HAVE_GETIFADDRS
HAVE_GETMNTENT
HAVE_GETNAMEINFO
HAVE_GETPAGESIZE
HAVE_GETPEEREID
HAVE_GETPGRP
HAVE_GETPWENT_R
HAVE_GETPWENT_R_DECL
HAVE_GETPWNAM
HAVE_GETPWNAM_R
HAVE_GETPWUID_R
HAVE_GETQUOTA_RSLT_GETQUOTA_RSLT_U
HAVE_GETRLIMIT
HAVE_GETSPNAM
HAVE_GETTEXT
HAVE_GETTIMEOFDAY_TZ
HAVE_GETUTXENT
HAVE_GETXATT...
2012 Apr 17
0
samba 3.6.4 smbd dies on solaris 10 sparc64
...UNCTION_ATTRIBUTE_DESTRUCTOR
HAVE_FUNCTION_MACRO
HAVE_FUTIMENS
HAVE_GAI_STRERROR
HAVE_GETADDRINFO
HAVE_GETCWD
HAVE_GETDENTS
HAVE_GETGRENT
HAVE_GETGRENT_R
HAVE_GETGRENT_R_DECL
HAVE_GETGRGID_R
HAVE_GETGRNAM
HAVE_GETGRNAM_R
HAVE_GETHOSTBYNAME
HAVE_GETMNTENT
HAVE_GETNAMEINFO
HAVE_GETNETGRENT
HAVE_GETNETGRENT_PROTOTYPE
HAVE_GETPAGESIZE
HAVE_GETPGRP
HAVE_GETPWENT_R
HAVE_GETPWENT_R_DECL
HAVE_GETPWNAM_R
HAVE_GETPWUID_R
HAVE_GETRLIMIT
HAVE_GETSPNAM
HAVE_GETTEXT
HAVE_GETTIMEOFDAY_TZ
HAVE_GETUTXENT
HAVE_GLOB
HAVE_GRANTPT
HAVE_GS...