Displaying 14 results from an estimated 14 matches for "have_dirnam".
Did you mean:
have_dirname
2001 Oct 24
1
Borken dirname on Solaris 2.5.1
...retrieving revision 1.1.1.1
diff -u -r1.1.1.1 dirname.c
--- openbsd-compat/dirname.c 2001/10/23 15:18:35 1.1.1.1
+++ openbsd-compat/dirname.c 2001/10/24 15:09:49
@@ -28,6 +28,11 @@
*/
#include "includes.h"
+
+#if defined(BROKEN_DIRNAME) /* For those with broken dirname() */
+# undef HAVE_DIRNAME
+#endif
+
#ifndef HAVE_DIRNAME
#if defined(LIBC_SCCS) && !defined(lint)
--
Alex Kiernan, Principal Engineer, Development, Thus PLC
2003 Jul 29
6
[Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
http://bugzilla.mindrot.org/show_bug.cgi?id=615
vikashb at comparexafrica.co.za changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|OpenSSH 3.6.1p2 ON SCO |OpenSSH 3.6.1p2 ON SCO
|3.2v4.2 + STRICTMODES -->yes|3.2v4.2 + STRICTMODES -->yes
|
2003 Apr 02
0
[Bug 532] Conflicting basename and dirname on solaris
...9;
/usr/include/libgen.h:50: conflicting types for `dirname'
openbsd-compat/dirname.h:3: previous declaration of `dirname'
--
and the build fails.
Based on information from the openssh-unix-dev mailing list, I edited config.h
and added "#define HAVE_BASENAME 1" and "#define HAVE_DIRNAME 1". After doing
this, the compile goes farther only to fail at the following point:
--
gcc -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o sshpty.o
sshlogin.o servconf.o serverloop.o uidswap.o auth.o auth1.o auth2.o
auth-options.o session.o auth-chall.o auth2-chall.o gro...
2003 Sep 06
20
[Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
http://bugzilla.mindrot.org/show_bug.cgi?id=615
------- Additional Comments From dtucker at zip.com.au 2003-09-06 12:51 -------
Created an attachment (id=387)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=387&action=view)
Move libgen test after dirname test
Looked at this again, I think the reason it's not working is libgen has already
been detected before the dirname test,
2003 Sep 06
5
[Bug 558] configure broken_dirname checks not run on Solaris 2.5.1
http://bugzilla.mindrot.org/show_bug.cgi?id=558
------- Additional Comments From dtucker at zip.com.au 2003-09-06 12:58 -------
I'm pretty sure this has the same root cause as bug #615. Please try the
proposed fix at comments 8 & 9:
http://bugzilla.mindrot.org/show_bug.cgi?id=615#c8
------- You are receiving this mail because: -------
You are the assignee for the bug, or are
2001 Sep 29
0
configure.in fixes for 2.9.9p2
...vbuf sigaction sigvec snprintf strerror strlcat strlcpy strmode strsep sysconf tcgetpgrp utimes vsnprintf vhangup waitpid _getpty __b64_ntop)
+
+dnl IRIX and Solaris 2.5.1 have dirname() in libgen
+AC_CHECK_FUNCS(dirname, ,[
+ AC_CHECK_LIB(gen, dirname,[
+ LIBS="$LIBS -lgen"
+ AC_DEFINE(HAVE_DIRNAME)])])
+
dnl Checks for time functions
AC_CHECK_FUNCS(gettimeofday time)
dnl Checks for libutil functions
2001 Oct 22
2
configure changes
I finally got around to looking at a bunch of patchs to configure.in, some
of them from back in March. One from Carson Gaspar <carson at taltos.org> looked
promissing at first glance but after many hours I just couldn't get it to
work.
Due to much demand, I have added optional PATH to --with-pcre,
--with-zlib, and --with-tcp-wrappers.
I have done extensive testin on --with-zlib, and
2003 Feb 11
1
Problems configuring OpenSSH 3.5p1 on Sol 5.8
...TION 1
#define HAVE_SNPRINTF 1
#define HAVE_SOCKETPAIR 1
#define HAVE_STRERROR 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCPY 1
#define HAVE_SYSCONF 1
#define HAVE_TCGETPGRP 1
#define HAVE_TRUNCATE 1
#define HAVE_UTIMES 1
#define HAVE_VHANGUP 1
#define HAVE_VSNPRINTF 1
#define HAVE_WAITPID 1
#define HAVE_DIRNAME 1
#define HAVE_LIBGEN_H 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_TIME 1
#define HAVE_ENDUTENT 1
#define HAVE_GETUTENT 1
#define HAVE_GETUTID 1
#define HAVE_GETUTLINE 1
#define HAVE_PUTUTLINE 1
#define HAVE_SETUTENT 1
#define HAVE_UTMPNAME 1
#define HAVE_ENDUTXENT 1
#define HAVE_GETUTXENT 1
#defi...
2009 Apr 08
3
libedit not found on SUse 11.1
Included below is a diff between the output from configure on a 64 bit
SUse 11.1 (doesn't find libedit) and a 64 bit Suse 10.3 (does find
libedit) for otherwise identical setups.
1. How can I get the output set up to look at conftest.c?
2. I added a set -x to configure above LIBEDIT_MSG=no
3. ./configure --with-ldflags="-L/usr/lib64" --with-cflags="-ggdb3
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...RNO 1
/* #undef HAVE_DECL_LOGINFAILED */
/* #undef HAVE_DECL_LOGINRESTRICTIONS */
/* #undef HAVE_DECL_LOGINSUCCESS */
/* #undef HAVE_DECL_PASSWDEXPIRED */
/* #undef HAVE_DECL_SETAUTHDB */
#define HAVE_DECL__GETLONG 0
#define HAVE_DECL__GETSHORT 0
#define HAVE_DIRENT_H 1
#define HAVE_DIRFD 1
#define HAVE_DIRNAME 1
#define HAVE_ENDIAN_H 1
#define HAVE_ENDUTENT 1
#define HAVE_ENDUTXENT 1
#define HAVE_FCHMOD 1
#define HAVE_FCHOWN 1
#define HAVE_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 HAV...
2019 Oct 29
0
auth logging or auditing
...DECL_SNPRINTF
?? HAVE_DECL_STRPTIME
?? HAVE_DECL_TEXTDOMAIN
?? HAVE_DECL_VASPRINTF
?? HAVE_DECL_VSNPRINTF
?? HAVE_DECL__RES
?? HAVE_DESTRUCTOR_ATTRIBUTE
?? HAVE_DES_PCBC_ENCRYPT
?? HAVE_DEVICE_MAJOR_FN
?? HAVE_DEVICE_MINOR_FN
?? HAVE_DGETTEXT
?? HAVE_DIRENT_D_OFF
?? HAVE_DIRFD
?? HAVE_DIRFD_DECL
?? HAVE_DIRNAME
?? HAVE_DLCLOSE
?? HAVE_DLERROR
?? HAVE_DLOPEN
?? HAVE_DLSYM
?? HAVE_DM_GET_EVENTLIST
?? HAVE_DN_EXPAND
?? HAVE_DPRINTF
?? HAVE_DUP2
?? HAVE_ENCTYPE_AES128_CTS_HMAC_SHA1_96
?? HAVE_ENCTYPE_AES256_CTS_HMAC_SHA1_96
?? HAVE_ENCTYPE_ARCFOUR_HMAC
?? HAVE_ENCTYPE_ARCFOUR_HMAC_MD5
?? HAVE_ENCTYPE_ARCFOUR...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...HAVE_CLOCK 1
#define HAVE_CLOCK_T 1
#define HAVE_CONTROL_IN_MSGHDR 1
#define HAVE_CRYPT_H 1
#define HAVE_CYGWIN 1
#define HAVE_DAEMON 1
#define HAVE_DECL_H_ERRNO 1
#define HAVE_DECL__GETLONG 0
#define HAVE_DECL__GETSHORT 0
#define HAVE_DEV_PTMX 1
#define HAVE_DIRENT_H 1
#define HAVE_DIRFD 1
#define HAVE_DIRNAME 1
#define HAVE_ENDIAN_H 1
#define HAVE_ENDUTENT 1
#define HAVE_ENDUTXENT 1
#define HAVE_FCHMOD 1
#define HAVE_FCHOWN 1
#define HAVE_FEATURES_H 1
#define HAVE_FUTIMES 1
#define HAVE_GETCWD 1
#define HAVE_GETOPT 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_OPTRESET 1
#define HAVE_GETPAGESIZE 1
#def...
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
...CL_RL_EVENT_HOOK
HAVE_DECL_SNPRINTF
HAVE_DECL_STRPTIME
HAVE_DECL_TEXTDOMAIN
HAVE_DECL_VASPRINTF
HAVE_DECL_VSNPRINTF
HAVE_DECL__RES
HAVE_DESTRUCTOR_ATTRIBUTE
HAVE_DEVICE_MAJOR_FN
HAVE_DEVICE_MINOR_FN
HAVE_DGETTEXT
HAVE_DIRENT_D_OFF
HAVE_DIRFD
HAVE_DIRFD_DECL
HAVE_DIRNAME
HAVE_DLCLOSE
HAVE_DLERROR
HAVE_DLOPEN
HAVE_DLSYM
HAVE_DN_EXPAND
HAVE_DPRINTF
HAVE_DUP2
HAVE_ENCTYPE_AES128_CTS_HMAC_SHA1_96
HAVE_ENCTYPE_AES256_CTS_HMAC_SHA1_96
HAVE_ENCTYPE_ARCFOUR_HMAC
HAVE_ENCTYPE_ARCFOUR_HMAC_MD5
HAVE_ENCTYPE_ARCFOUR_HMAC_MD5_56
HAVE_ENDH...