search for: have_libgen_h

Displaying 14 results from an estimated 14 matches for "have_libgen_h".

2001 Oct 24
1
Borken dirname on Solaris 2.5.1
...-r1.5 configure.in --- configure.in 2001/10/23 16:26:00 1.5 +++ configure.in 2001/10/24 15:09:49 @@ -531,6 +531,23 @@ ) fi +# Check for broken dirname (Solaris 2.5.1) +AC_MSG_CHECKING([whether dirname works correctly for the root directory]) +AC_TRY_RUN( + [ +#include <string.h> +#ifdef HAVE_LIBGEN_H +#include <libgen.h> +#endif +int main(void){char buf[5];strcpy(buf,"/usr");return strlen(dirname(buf))==0;} + ], + [AC_MSG_RESULT(yes)], + [ + AC_MSG_RESULT(no) + AC_DEFINE(BROKEN_DIRNAME) + ] +) + AC_FUNC_GETPGRP # Check for PAM libs Index: openbsd-compat/dirname.c ========...
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 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
2007 Sep 07
0
Public key reading abstraction (to allow future work)
...; - restore_uid(); - return 0; + xfree(file); + restore_uid(); + return (0); } found_key = 0; === modified file 'misc.c' --- misc.c 2007-07-30 09:54:36 +0000 +++ misc.c 2007-08-02 12:47:54 +0000 @@ -46,6 +46,9 @@ # include <paths.h> #include <pwd.h> #endif +#ifdef HAVE_LIBGEN_H +#include <libgen.h> +#endif #ifdef SSH_TUN_OPENBSD #include <net/if.h> #endif @@ -608,6 +611,102 @@ } /* + * Check a given file for security. This is defined as all components + * of the path to the file must be owned by either the owner of + * of the file or root and no directo...
2003 Feb 11
1
Problems configuring OpenSSH 3.5p1 on Sol 5.8
...RINTF 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 #define HAVE_GETUTXID 1 #defin...
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
...ndef HAVE_IAF_H */ /* #undef HAVE_IA_H */ #define HAVE_INET_ATON 1 #define HAVE_INET_NTOA 1 #define HAVE_INET_NTOP 1 #define HAVE_INNETGR 1 #define HAVE_INTTYPES_H 1 #define HAVE_IN_ADDR_T 1 #define HAVE_LASTLOG_H 1 /* #undef HAVE_LIBBSM */ /* #undef HAVE_LIBCRYPT */ /* #undef HAVE_LIBDL */ #define HAVE_LIBGEN_H 1 /* #undef HAVE_LIBIAF */ #define HAVE_LIBNSL 1 /* #undef HAVE_LIBPAM */ /* #undef HAVE_LIBSECTOK */ /* #undef HAVE_LIBSOCKET */ /* #undef HAVE_LIBUTIL_H */ /* #undef HAVE_LIBXNET */ #define HAVE_LIBZ 1 #define HAVE_LIMITS_H 1 /* #undef HAVE_LOGIN_CAP_H */ /* #undef HAVE_LOGIN_GETCAPBOOL */ /* #un...
2019 Oct 29
0
auth logging or auditing
...H ?? HAVE_GPGME_H ?? HAVE_GRP_H ?? HAVE_GSSAPI_GSSAPI_H ?? HAVE_GSSAPI_GSSAPI_KRB5_H ?? HAVE_GSSAPI_GSSAPI_SPNEGO_H ?? HAVE_ICONV_H ?? HAVE_IFADDRS_H ?? HAVE_INTTYPES_H ?? HAVE_KRB5_H ?? HAVE_KRB5_LOCATE_PLUGIN_H ?? HAVE_LANGINFO_H ?? HAVE_LASTLOG_H ?? HAVE_LBER_H ?? HAVE_LDAP_H ?? HAVE_LIBAIO_H ?? HAVE_LIBGEN_H ?? HAVE_LIBINTL_H ?? HAVE_LIMITS_H ?? HAVE_LINUX_ETHTOOL_H ?? HAVE_LINUX_FALLOC_H ?? HAVE_LINUX_FCNTL_H ?? HAVE_LINUX_FS_H ?? HAVE_LINUX_IOCTL_H ?? HAVE_LINUX_NETLINK_H ?? HAVE_LINUX_RTNETLINK_H ?? HAVE_LINUX_SOCKIOS_H ?? HAVE_LINUX_TYPES_H ?? HAVE_LMDB_H ?? HAVE_LOCALE_H ?? HAVE_MALLOC_H ?? HAVE_M...
2005 Jul 26
1
Linux in-kernel keys support
...onfigure openssh-4.1p1/config.h.in openssh-4.1p1-hacked/config.h.in --- openssh-4.1p1/config.h.in 2005-05-25 14:26:09.000000000 +0200 +++ openssh-4.1p1-hacked/config.h.in 2005-07-25 23:18:17.000000000 +0200 @@ -694,6 +694,9 @@ /* Define to 1 if you have the <libgen.h> header file. */ #undef HAVE_LIBGEN_H +/* Define to 1 if you have the `keyutil' library (-lkeyutil). */ +#undef HAVE_LIBKEYUTIL + /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL diff -ubr -x configure openssh-4.1p1/configure.ac openssh-4.1p1-hacked/configure.ac --- openssh-4.1p1/configure.ac 20...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...EADER_AD 1 #define HAVE_HOST_IN_UTMP 1 #define HAVE_HOST_IN_UTMPX 1 #define HAVE_ID_IN_UTMP 1 #define HAVE_ID_IN_UTMPX 1 #define HAVE_INET_ATON 1 #define HAVE_INET_NTOA 1 #define HAVE_INET_NTOP 1 #define HAVE_INT64_T 1 #define HAVE_INTXX_T 1 #define HAVE_IN_ADDR_T 1 #define HAVE_LASTLOG_H 1 #define HAVE_LIBGEN_H 1 #define HAVE_LIBZ 1 #define HAVE_LIMITS_H 1 #define HAVE_LOGIN 1 #define HAVE_LOGOUT 1 #define HAVE_LOGWTMP 1 #define HAVE_LONG_DOUBLE 1 #define HAVE_LONG_LONG 1 #define HAVE_MEMMOVE 1 #define HAVE_MKDTEMP 1 #define HAVE_MMAP 1 #define HAVE_MODE_T 1 #define HAVE_NANOSLEEP 1 #define HAVE_NETDB_H 1...
2017 Oct 04
0
[ANNOUNCE] intel-gpu-tools 1.20
...b/core: Use igt_info instead of printf tests/kms_frontbuffer_tracking: convert macros to functions Revert "intel-ci: Remove kms_psr_sink_crc at psr_basic from BAT" build: Define _GNU_SOURCE in Makefile.am build: Nuke #ifdef HAVE_CONFIG_H cargo-cult build: use HAVE_LIBGEN_H consistently build: remove _GNU_SOURCE from source files lib: prefix frame_dump_path lib: clean up header includes tests/igt_command_line.sh: Allow testing individual tests lib/uwildmat: Use include paths demos: remove assembler/test: Prep work for meson...
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
...S_H HAVE_GPFS_H HAVE_GPGME_H HAVE_GRP_H HAVE_GSSAPI_GSSAPI_H HAVE_GSSAPI_GSSAPI_KRB5_H HAVE_GSSAPI_GSSAPI_SPNEGO_H HAVE_ICONV_H HAVE_IFADDRS_H HAVE_INTTYPES_H HAVE_KRB5_H HAVE_KRB5_LOCATE_PLUGIN_H HAVE_LANGINFO_H HAVE_LASTLOG_H HAVE_LBER_H HAVE_LDAP_H HAVE_LIBGEN_H HAVE_LIBINTL_H HAVE_LIBUNWIND_H HAVE_LIMITS_H HAVE_LINUX_ETHTOOL_H HAVE_LINUX_FALLOC_H HAVE_LINUX_FCNTL_H HAVE_LINUX_FS_H HAVE_LINUX_IOCTL_H HAVE_LINUX_NETLINK_H HAVE_LINUX_RTNETLINK_H HAVE_LINUX_SOCKIOS_H HAVE_LINUX_TYPES_H HAVE_LMDB_H HAVE_LOCALE_H HAV...
2001 Nov 06
13
OpenSSH 3.0
OpenSSH 3.0 has just been released. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. This release contains many portability bug-fixes (listed in the ChangeLog) as well as several new features (listed below). We would like to thank the