search for: des_pcbc_encrypt

Displaying 8 results from an estimated 8 matches for "des_pcbc_encrypt".

Did you mean: des_ncbc_encrypt
2023 Oct 15
1
Compiling within Samba Source-Tree
On 10/14/23 23:43, Peter Koch via samba wrote: > It must be possible to tell the build-system that smbscardd needs -lcrypto > Please let me know how. ./source3/wscript: conf.CHECK_FUNCS_IN('DES_pcbc_encrypt', 'crypto') As we already seem to check for libcrypto and store the dependency, you should be able to just add crypto to your list of deps. > no talloc stackframe at > ../../source3/passdb/machine_account_secrets.c:60, leaking memory > > So here's my second question...
2000 Dec 14
1
OpenSSH, Kth kerberos, and Digital Unix
I've compiled OpenSSH 2.3.0p1 with Kerberos 4 from Kth (1.0.4). We use AFS heavily and need the AFS token passing features. This combo is working great on Irix and NetBSD/{alpha,i386}, but it's dying on Digital Unix (4.0f and 5.0). "ssh -v hostname" dumps core in des_pcbc_encrypt() after "Trying Kerberos authentication". My suspicion is that the des routines from OpenSSL and Kerberos are getting confused by the linker, but I'm not sure how to test that or fix it. Has anyone seen this before? Any suggestions? -Kevin -------------- next part --------------...
2023 Oct 15
1
Compiling within Samba Source-Tree
...ped or not Peter Am 15.10.2023 um 14:33 schrieb Ralph Boehme: > On 10/14/23 23:43, Peter Koch via samba wrote: >> It must be possible to tell the build-system that smbscardd needs >> -lcrypto >> Please let me know how. > > ./source3/wscript:??? conf.CHECK_FUNCS_IN('DES_pcbc_encrypt', 'crypto') > > As we already seem to check for libcrypto and store the dependency, > you should be able to just add crypto to your list of deps. > >> no talloc stackframe at >> ../../source3/passdb/machine_account_secrets.c:60, leaking memory >> >>...
2006 Jan 15
0
Samba 3.0.21a && AFS
...about undefined attributes: ----- s n i p ----- Linking bin/smbd lib/afs.o: In function `afs_createtoken': /usr/local/src/tmp/samba-3.0.21a.orig/source/lib/afs.c:170: undefined reference to `DES_key_sched' /usr/local/src/tmp/samba-3.0.21a.orig/source/lib/afs.c:171: undefined reference to `DES_pcbc_encrypt' auth/pass_check.o: In function `afs_auth': /usr/local/src/tmp/samba-3.0.21a.orig/source/auth/pass_check.c:51: undefined reference to `setpag' /usr/local/src/tmp/samba-3.0.21a.orig/source/auth/pass_check.c:52: undefined reference to `ka_UserAuthenticateGeneral' collect2: ld returned...
2010 Jun 01
0
Compiling Samba 3.0.37 --with-afs (Steve Linehan)
...samba.spec (add --with-afs and --with-fake-kaserver) and then execute # sh makerpms.sh But I can't compile with afs support on CentOS box :( I have the following error ... ... ... checking whether to use AFS clear-text auth... yes checking whether to use AFS fake-kaserver... yes checking for DES_pcbc_encrypt in -lcrypto... yes checking for /usr/include/afs... yes checking afs.h usability... no checking afs.h presence... no checking for afs.h... no checking afs/afs.h usability... no checking afs/afs.h presence... yes configure: WARNING: afs/afs.h: present but cannot be compiled configure: WARNING: afs/a...
2023 Oct 14
3
Compiling within Samba Source-Tree
Dear Samba-experts: we migrated from Samba 3.6 to 4.18 and everything works well. But there are two problems where I need some expert-help: We are using a daemon that is running on our AD-server. It accepts connections from remote machines and changes the passwords of certain users. Calling system("smbpasswd") from within that daemon would be too slow so the daemon calls
2003 Sep 05
20
[Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
http://bugzilla.mindrot.org/show_bug.cgi?id=635 Summary: openssh-SNAP-20030903: configure does not work well with heimdal(krb5) Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Kerberos support
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...e, not building regedit Checking for header ftw.h : yes Checking for nftw : ok Checking for library crypto : yes Checking for DES_pcbc_encrypt : ok VFS_STATIC: vfs_default,vfs_posixacl VFS_SHARED: vfs_recycle,vfs_audit,vfs_extd_audit,vfs_full_audit,vfs_netatalk,vfs_fake_perms,vfs_default_quota,vfs_readonly,vfs_cap,vfs_expand_msdfs,vfs_shadow_copy,vfs_shadow_copy2,vfs_readahead,vfs_xattr_...