search for: have_libcrypt

Displaying 6 results from an estimated 6 matches for "have_libcrypt".

2002 Jun 25
1
use libcrypt before libcrypto
these days many unix-based systems contain crypt() with more than DES support (for instance, MD5 in freebsd/openbsd/netbsd, bcrypt in openbsd/netbsd). we need to use crypt() in libcrypt, not in licrypto, as much as possible. itojun --- configure.ac.orig Tue Jun 25 10:56:47 2002 +++ configure.ac Tue Jun 25 10:57:25 2002 @@ -697,6 +702,9 @@ ) fi +# use libcrypt if there is
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...GSSAPI_H */ /* #undef HAVE_GSSAPI_KRB5_H */ /* #undef 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_C...
2019 Oct 29
0
auth logging or auditing
...AVE_LDAP_ADD_RESULT_ENTRY ?? HAVE_LDAP_INIT ?? HAVE_LDAP_INITIALIZE ?? HAVE_LDAP_INIT_FD ?? HAVE_LDAP_OPT_SOCKBUF ?? HAVE_LDAP_SASL_WRAPPING ?? HAVE_LDAP_SET_REBIND_PROC ?? HAVE_LDWRAP ?? HAVE_LIBACL ?? HAVE_LIBARCHIVE ?? HAVE_LIBAVAHI_CLIENT ?? HAVE_LIBAVAHI_COMMON ?? HAVE_LIBBSD ?? HAVE_LIBCAP ?? HAVE_LIBCRYPT ?? HAVE_LIBCRYPTO ?? HAVE_LIBCUPS ?? HAVE_LIBDBUS_1 ?? HAVE_LIBDL ?? HAVE_LIBDM ?? HAVE_LIBFAM ?? HAVE_LIBFORM ?? HAVE_LIBFUSE ?? HAVE_LIBGCRYPT ?? HAVE_LIBGFAPI ?? HAVE_LIBGNUTLS ?? HAVE_LIBGPGME ?? HAVE_LIBGPG_ERROR ?? HAVE_LIBJANSSON ?? HAVE_LIBKRB5 ?? HAVE_LIBLBER ?? HAVE_LIBLDAP ?? HAVE_LIBLMD...
2000 Dec 07
1
[PATCH] tis authserv support
...addresses and treat as IPv4 */ #undef IPV4_IN_IPV6 +#undef TIS_AUTH + /* The number of bytes in a char. */ #undef SIZEOF_CHAR @@ -601,6 +603,9 @@ /* Define if you have the <vis.h> header file. */ #undef HAVE_VIS_H + +/* Define if you have the crypt library (-lcrypt). */ +#undef HAVE_LIBCRYPT /* Define if you have the dl library (-ldl). */ #undef HAVE_LIBDL diff -urN openssh-2.3.0p1/configure.in openssh-2.3.0p1-tis/configure.in --- openssh-2.3.0p1/configure.in Sun Nov 5 10:08:45 2000 +++ openssh-2.3.0p1-tis/configure.in Thu Dec 7 18:38:42 2000 @@ -263,10 +263,10 @@ ] ) - #...
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
...P HAVE_LDAP_ADD_RESULT_ENTRY HAVE_LDAP_INIT HAVE_LDAP_INITIALIZE HAVE_LDAP_INIT_FD HAVE_LDAP_OPT_SOCKBUF HAVE_LDAP_SASL_WRAPPING HAVE_LDAP_SET_REBIND_PROC HAVE_LDWRAP HAVE_LIBACL HAVE_LIBARCHIVE HAVE_LIBAVAHI_COMMON HAVE_LIBBSD HAVE_LIBCAP HAVE_LIBCEPHFS HAVE_LIBCRYPT HAVE_LIBCUPS HAVE_LIBDBUS_1 HAVE_LIBDL HAVE_LIBFORM HAVE_LIBGFAPI HAVE_LIBGLIB_2_0 HAVE_LIBGPGME HAVE_LIBICUDATA HAVE_LIBICUI18N HAVE_LIBICUUC HAVE_LIBJANSSON HAVE_LIBKRB5 HAVE_LIBLBER HAVE_LIBLDAP HAVE_LIBLMDB HAVE_LIBMENU HAVE_LIBNCURSES HAVE_...