Displaying 20 results from an estimated 63 matches for "libdes".
Did you mean:
libdeps
2002 Apr 24
2
OpenSSH and support for KTH-Krb4
...-Lopenbsd-compat/ -R/usr/local/ssl/lib
-L/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib -L/usr/athena/lib
-R/usr/athena/lib -lssh -lopenbsd-compat -lresolv -ldes -lkrb -lz -lsocket
-lnsl -lcrypto -ldes
ld: fatal: symbol `des_key_sched' is multiply-defined:
(file /usr/athena/lib/libdes.a(set_key.o) and file
/usr/local/ssl/lib/libcrypto.a(set_key.o));
ld: fatal: symbol `des_is_weak_key' is multiply-defined:
(file /usr/athena/lib/libdes.a(set_key.o) and file
/usr/local/ssl/lib/libcrypto.a(set_key.o));
ld: fatal: symbol `des_set_key' is multiply-defined:
(fil...
2002 Oct 16
2
ssh-keygen opens NULL filename
Hi,
it's impossible to use -f option with ssh-keygen with version 3.5p1:
$ ./ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N ""
Generating public/private dsa key pair.
open failed: No such file or directory.
Saving the key failed: .
$
--
Martin Mokrejs <mmokrejs at natur.cuni.cz>, <m.mokrejs at gsf.de>
PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
MIPS /
2001 Jul 16
1
openssh 2.9p1 on Solaris 2.6 with AFS
...-L/usr/afsws/lib -lssh -lopenbsd-compat -lkafs -lresolv
-ldes -lkrb -lpam -ldl -lwrap -lz -lsocket -lnsl -lgen -lcrypto -ldes
/usr/local/ssl/lib/libcrypto.a(set_key.o): In function
`des_check_key_parity':
set_key.o(.text+0x380): multiple definition of `des_check_key_parity'
/usr/local/lib/libdes.a(key_parity.o)(.text+0x98): first defined here
/usr/local/sparc-sun-solaris2.6/bin/ld: Warning: size of symbol
`des_check_key_parity' changed from 180 to 88 in set_key.o
/usr/local/ssl/lib/libcrypto.a(set_key.o): In function `des_is_weak_key':
set_key.o(.text+0x3e0): multiple definition of...
2018 Nov 28
2
Dovecot crash
This happening when my Thunderbird client is trying to establish a
connection with a Dovecot server. Some background first:
1) I am running Thunderbird 6.20.1 from a Linux client.
2) Other clients (e.g. Maildroid in my Android phone) do not have any
issues.
3) The Dovecot software is version 2.2.9, running in a Linux server.
4) This may be the root of the problem: at some point, the
2018 Nov 28
3
Dovecot crash
Thanks. Assuming that the IMAP mail directory for the account affected is
under /home/xyz/mail, are you talking about the contents of the index
directory, excluding the log file therein?
On Wed, Nov 28, 2018 at 2:29 PM Thomas Durand <tom at rezoo.org> wrote:
> Hi,
>
> I had the similar messages after an upgrade then downgrade. I was able to
> fix by removing all indexes files.
2018 Nov 30
1
Dovecot crash
Thanks. Unfortunately, that made no difference.
On Fri, Nov 30, 2018 at 1:20 PM Thomas Durand <tom at rezoo.org> wrote:
> Exactly - I removed then with
> *find* . -name "dovecot.index*" -type f -delete
>
> There is no need to restart dovecot. IMAP client will be forced to resync
> all the emails from the server.
>
>
> Le 28 nov. 2018 ? 23:20, JCA
2002 Jan 21
6
OpenSSH and OpenSSL snapshots
Hello,
In order to experiment with OpenCA, I have built an RPM for redhat 7.2
of a recent OpenSSL snapshot (the binary rpm on the OpenCA was built
with the different target directories and libraries. Unfortunately these
recent OpenSSL snapshots seems to break all OpenSSH tarballs and RPMs
that I have been able to find. None of them seem to compile
successfully, even the snapshots at
2018 Nov 28
0
Dovecot crash
Hi,
I had the similar messages after an upgrade then downgrade. I was able to fix by removing all indexes files.
Thomas
> Le 28 nov. 2018 ? 22:02, JCA <1.41421 at gmail.com> a ?crit :
>
> This happening when my Thunderbird client is trying to establish a connection with a Dovecot server. Some background first:
>
> 1) I am running Thunderbird 6.20.1 from a Linux
2018 Nov 30
0
Dovecot crash
Exactly - I removed then with
find . -name "dovecot.index*" -type f -delete
There is no need to restart dovecot. IMAP client will be forced to resync all the emails from the server.
> Le 28 nov. 2018 ? 23:20, JCA <1.41421 at gmail.com <mailto:1.41421 at gmail.com>> a ?crit :
>
> Thanks. Assuming that the IMAP mail directory for the account affected is under
2001 Jun 18
0
multiply-defined error during make
Hello All,
During the make of openssh-2.9 on solaris 5.8 make failed with the following
error:
ld: fatal: symbol `des_check_key' is multiply-defined:
(file /xxx/xxx/solaris/admin/sys/krb4/lib/libdes.a(set_key.o) and
file /
xxx/xxx/solaris/openssl/lib/libcrypto.a(set_key.o));
ld: fatal: symbol `des_set_odd_parity' is multiply-defined:
(file /xxx/xxx/solaris/admin/sys/krb4/lib/libdes.a(set_key.o) and
file /
xxx/xxx/solaris/openssl/lib/libcrypto.a(set_key.o));
ld: fatal: symbol `des_i...
2002 Jan 18
0
KTH krb4 and OpenSSL conflict building OpenSSH 3.0.2p1
...OpenSSH 3.0.2p1 with
./configure --disable-suid-ssh --with-pam --with-kerberos4=/usr/athena \
--with-afs=/usr/afsws --with-ipaddr-display \
--with-ssl-dir=/afs/bi/v/@sys/libraries/openssl/latest
My "latest" OpenSSL is 0.9.6a. KTH krb4 is 1.1.
When linking the binaries, the KTH krb4 libdes conflicts with the
OpenSSL libdes. It seems to be possible to get around this like this:
where make emits
gcc -o ssh-keygen ssh-keygen.o -L. -Lopenbsd-compat/
-L/afs/bi/v/@sys/libraries/openssl/latest/lib -L/usr/athena/lib
-L/usr/afsws/lib -lssh -lopenbsd-compat -lkafs -lresolv -ldes -lkrb
-l...
2002 May 13
1
[Bug 44] Can't pass KRB4 TGT on RH7.2 due to glibc mkstemp
http://bugzilla.mindrot.org/show_bug.cgi?id=44
------- Additional Comments From djm at mindrot.org 2002-05-13 15:39 -------
Have you filed a bug in the glibc bug tracking system?
BTW, how did you compile with krb4 on Redhat 7.2 without running over libdes
conflicts?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2016 Feb 16
4
[help] Kaleidoscope build fails after llvm-3.8
Hello ,
I have build llvm from release_38 branch ( only llvm and clang ) and
install it. My DYLD_LIBRARY_PATH points to installation-directory/lib.
I am compiling example files for Kaleidoscope with following command :
clang++ -g toy.cpp -std=c++11 `llvm-config --cxxflags --ldflags
--system-libs --libs core mcjit native` -O3 -o toy
but it fails with following error:
Undefined symbols for
2011 Sep 20
2
[LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
---
autoconf/configure.ac | 4 +++-
cmake/modules/LLVMConfig.cmake.in | 3 ++-
configure | 4 +++-
tools/llvm-config/Makefile | 6 ++++++
tools/llvm-config/llvm-config.in.in | 3 ++-
5 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index f3e94e8..cd943cc 100644
---
2011 Sep 20
0
[LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
Why?
-eric
On Sep 20, 2011, at 9:14 AM, Johannes Obermayr wrote:
> ---
> autoconf/configure.ac | 4 +++-
> cmake/modules/LLVMConfig.cmake.in | 3 ++-
> configure | 4 +++-
> tools/llvm-config/Makefile | 6 ++++++
> tools/llvm-config/llvm-config.in.in | 3 ++-
> 5 files changed, 16 insertions(+), 4 deletions(-)
2003 Sep 05
20
[Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
...rsion: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Kerberos support
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: mmokrejs at natur.cuni.cz
I see configure did not manage to realize my heimdal installation does not have
libdes. When heimdal detects during build libcrypto installed, it does not build
libdes.
Second problem is that
$ ./configure --prefix=/usr/local --with-tcp-wrappers
--with-ssl-dir=/usr/local/openssl --with-prngd-socket=/tmp/entropy
--with-default-path=/usr/bin:/bin:/sbin:/usr/local/bin:/usr/local/sbin...
2002 Oct 16
3
ssh-3.5p1 core dumps on Solaris 2.6
...configured as "sparc-sun-solaris2.6"...
Core was generated by `./ssh -v pf-i400'.
Program terminated with signal 11, Segmentation Fault.
Reading symbols from /usr/athena/lib/libkafs.so.0...done.
Reading symbols from /usr/lib/libresolv.so.2...done.
Reading symbols from /usr/athena/lib/libdes.so.1...done.
Reading symbols from /usr/athena/lib/libkrb.so.1...done.
Reading symbols from /software/@sys/usr/lib/libz.so...done.
Reading symbols from /usr/lib/libsocket.so.1...done.
Reading symbols from /usr/lib/libnsl.so.1...done.
Reading symbols from /usr/lib/libc.so.1...done.
Reading symbols fr...
2001 Feb 21
0
2.5.1p1 Solaris ssh can't talk to sshd
...;t work is 7 ssh 2.5.1 -> 2.6/7 sshd (any).
I rebuilt OpenSSH on Solaris 7 without much progress; the only
difference between the builds is the message from linker on Solaris 7:
ld: warning: symbol `error' has differing types:
(file ./libssh.a(log.o) type=FUNC; file /usr/athena/lib/libdes.so type=OBJT);
./libssh.a(log.o) definition taken
Thanks,
Gintas
> On Wed, Feb 21, 2001 at 10:54:33AM +0100, Gintautas Grigelionis wrote:
>
> > No, I'm still trying to understand what went wrong. I see 2.3.0p1 ssh
> > talking to 2.5.1p1 sshd, but 2.5.1p1 ssh can'...
1997 Oct 03
0
problem: HP-UX 10.20 + encrypted passwords
Hi!I've been using samba on my DEC boxes for years, and the last year
(NT4)
with encryption (libdes-3.14). This has worked fine. So I compiled it up
on my
HP box (10.20), no sweat, everything works cool. But then a few users
start
using ataman rsh daemons on their NT boxes. This works fine when using
the
NT boxes with the DEC servers but the HP boxes fail after 2-3 accesses.
After some debugging...
1997 Oct 31
0
DOS Client and Basic Redirector and security=user (PR#1378)
> It turns out that the MS Network Client for DOS Basic Redirector _always_
> sends a 24 byte password. So, I guessed at encryption, got 'libdes',
> recompiled my smbd (again), found a 'spare' Silicon Graphics server and
> installed Encryption on it. (ENCRYPTION.txt is very good).
Yep, good guess. All encrypted passwords in SMB are 24 bytes long. The
"basic redirector" must ignore the "use encryption bit&q...