search for: hcrypto

Displaying 15 results from an estimated 15 matches for "hcrypto".

Did you mean: crypto
2010 Mar 13
1
Compile problem: "lib/ldb/ldb_map/ldb_map.h", line 64: syntax error before or at: 0x20
...ude -I./../lib/talloc -Iheimdal/../heimdal_build -Iheimdal/lib/krb5 -Iheimdal/lib/asn1 -Iheimdal/lib/com_err -Iheimdal/../heimdal_build -Iheimdal/lib/hx509 -Iheimdal/lib/hx509 -Iheimdal/lib/asn1 -Iheimdal/lib/asn1 -Iheimdal/lib/asn1 -Iheimdal/lib/hx509 -Iheimdal/../heimdal_build -Iheimdal/lib/hcrypto -Iheimdal/lib -Iheimdal/../heimdal_build -Iheimdal/lib/hcrypto/imath -Iheimdal/../heimdal_build -Iheimdal/lib/wind -Iheimdal/lib/asn1 -Iheimdal/lib/asn1 -Iheimdal/lib/asn1 -Iheimdal/lib/asn1 -Iheimdal/../heimdal_build -Iheimdal/lib/asn1 -Iheimdal/../heimdal_build -Iheimdal/lib/com_err -Iheimdal/../...
2016 Aug 14
2
Samba 4.2.14 Group Policy (GPO) sync error
...l. > Currently Gentoo uses Heimdal 1.5.3-r2. On the official page > (http://www.h5l.org/) I see only release 1.5.2 officially listed (??). > Moreover I found the samba package enforces disabling SSL on Heimdal. > This seems to be required as the built-in Heimdal crypto library > (hcrypto) is built only if openssl support is disabled in Heimdal. I > left this unchanged then. > > > So I went deeper and found the Samba ebuild to explicitly disable > bundled packages (configure options): > > --bundled-libraries=NONE > --builtin-libraries=NONE &...
2016 Aug 15
0
Samba 4.2.14 Group Policy (GPO) sync error
...modifications or their Heimdal is not completely compatible. On the other hand also the Samba build scritps seem not to verify the functionality completely. Moreover even at log level 10 there is no clear message logged about any malfunction. Moreover it looks like the Samba team relies on the hcrypto library while even the Heimdal team seems to prefer OpenSSL on systems where it is available. Samba should perhaps use OpenSSL (if available) too rather than relying on hcrypto library. Especially since OpenSSL is maintained. I am not fully into details right now but it seems to be common sense...
2016 Apr 15
2
Debian Wheezy member server from backports to self compile
Hello, I'm unable to update my Samba from 4.1.17 to 4.4.2. I'm looking to build from tar instead. From what I gather the following should be the steps taken. ./configure --without-ad-dc -- sbindir= /usr/sbin --sysconfdir=/etc/samba/ --/usr/share/man/ make make install Am I missing something else? Thanks. -- -James
2010 May 02
2
samba4 make error - drsblobs.so
...al/lib/asn1/asn1_pkcs9_asn1.c Partially linking bin/mergedobj/heimdal_pkcs9_asn1.o Compiling heimdal/lib/asn1/asn1_pkcs8_asn1.c Partially linking bin/mergedobj/heimdal_pkcs8_asn1.o Compiling heimdal/lib/hx509/asn1_ocsp_asn1.c Partially linking bin/mergedobj/heimdal_ocsp_asn1.o Compiling heimdal/lib/hcrypto/aes.c Compiling heimdal/lib/hcrypto/bn.c heimdal/lib/hcrypto/bn.c: In function ?hc_BN_is_bit_set?: heimdal/lib/hcrypto/bn.c:243: warning: cast discards qualifiers from pointer target type heimdal/lib/hcrypto/bn.c: In function ?hc_BN_get_word?: heimdal/lib/hcrypto/bn.c:311: warning: cast discards qu...
2016 Apr 19
1
Debian Wheezy member server from backports to self compile
...b/$(DEB_HOST_MULTIARCH)/samba > --datadir=/usr/share --with-lockdir=/var/run/samba > --with-statedir=/var/lib/samba --with-cachedir=/var/cache/samba > --disable-avahi --disable-rpath --disable-rpath-install > --bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile > > --builtin-libraries=replace,ccan,samba-cluster-support > --minimum-library-version="$(shell ./debian/autodeps.py > --minimum-library-version)" --with-cluster-support > > OK, it is from 4.3.5 and I am fai...
2016 Apr 15
0
Debian Wheezy member server from backports to self compile
...h-modulesdir=/usr/lib/$(DEB_HOST_MULTIARCH)/samba --datadir=/usr/share --with-lockdir=/var/run/samba --with-statedir=/var/lib/samba --with-cachedir=/var/cache/samba --disable-avahi --disable-rpath --disable-rpath-install --bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile --builtin-libraries=replace,ccan,samba-cluster-support --minimum-library-version="$(shell ./debian/autodeps.py --minimum-library-version)" --with-cluster-support OK, it is from 4.3.5 and I am fairly sure 'pam_smbpass...
2019 Nov 11
2
Build some shared libraries, and building exact these libraries directly to binaries at the same time.
I need that replace, winbind-client and wbclient libraries would be built as shared ones, for what I specify --bundled-libraries=NONE,pytevent,roken,replace,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile,winbind-client,wbclient as ./configure option. But I need at the same time that these libraries replace, winbind-client and wbclient would be statically linked for all other libraries/binaries which it must be linked to, for that I may o...
2008 Sep 20
2
ssh in small devices
Dear Sirs, This must have been asked before but I don't find and FAQ around dealing with the issue. We are building small devices that connects to Internet (www.ipio.nu). The next generation of this we want to base on AVR32 and run a small slimmed version of Linux. We have som program on this device that we want to connect to servers out on Internet. SSL seems to be "quite heavy"
2016 Aug 13
0
Samba 4.2.14 Group Policy (GPO) sync error
...r of a system-wide Heimdal. Currently Gentoo uses Heimdal 1.5.3-r2. On the official page (http://www.h5l.org/) I see only release 1.5.2 officially listed (??). Moreover I found the samba package enforces disabling SSL on Heimdal. This seems to be required as the built-in Heimdal crypto library (hcrypto) is built only if openssl support is disabled in Heimdal. I left this unchanged then. So I went deeper and found the Samba ebuild to explicitly disable bundled packages (configure options): --bundled-libraries=NONE --builtin-libraries=NONE I quickly removed both lines. The...
2016 Apr 19
0
libsmbregistry.so: undefined reference to `gfree_charcnv'
...g -lroken-samba4 -lndr-nbt -levents -lserver-role -lsmbd-shim -lkrb5samba -lsmb-transport -lgensec -lkrb5-samba4 -lcom_err-samba4 -lgssapi-samba4 -lasn1-samba4 -lasn1util -lwbclient -lldb -lsamba-modules -lsamba-credentials -lndr-samba -lcliauth -lauthkrb5 -lsamdb -lheimbase-samba4 -lhx509-samba4 -lhcrypto-samba4 -lwind-samba4 -lwinbind-client -lsamdb-common -lldbsamba -lndr-standard -lndr-krb5pac -lauth-sam-reply -lcli-ldap-common -lflag-mapping -lcups -lldap -llber -lresolv -lutil -lgcrypt -lgnutls -lz -lrt -ldl -lnsl -lattr -lcrypt -ltdb -lcap -lbsd default/source3/libsmbregistry.so: undefined ref...
2019 Nov 21
1
Samba building is broken when some libraries are specified to be built-in to binaries !
...ar/run/samba \ --with-statedir=/var/lib/samba \ --with-cachedir=/var/cache/samba \ --enable-avahi \ --disable-rpath \ --disable-rpath-install \ --bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile \ --builtin-libraries=replace,winbind-client,wbclient,ccan,samba-cluster-support \ --with-cluster-support \ --with-socketpath=/var/run/ctdb/ctdbd.socket \ --with-logdir=/var/log/ctdb ??, 2...
2019 Nov 19
2
Samba building is broken when some libraries are specified to be built-in to binaries !
I try to build Samba 4.10.10 at Ubuntu 18.04 on x86_64 platform as at armv7l archtectures from sources. I need build replace,winbind-client,wbclientto binaries For that I specify *--builtin-libraries=replace,winbind-client,wbclien*t,ccan,samba-cluster-support at configure But in the case I get time to time, the following errors: *=error1 =* Compiling source4/dsdb/samdb/ldb_modules/objectguid.c
2016 Aug 08
5
Samba 4.2.14 Group Policy (GPO) sync error
Hi Louis, > Ive tested the following, i use static and dhcp ip here. I am using DHCP only. > Everything on static ip works perfect on win7 and win10. > And at the domain join the a and ptr is created automaticly. > GPO works fine for both. Can't tell about static setup as it's impractical in my networks. > Dhcp ip. > Win 7 works fine, AD join A and PTR is created
2017 Aug 17
4
Samba 4.7rc4. (Debian Stretch Amd64 packages/sources available)
...                --with-statedir=/var/lib/samba \                 --with-cachedir=/var/cache/samba \                 --enable-avahi \                 --disable-rpath \                 --disable-rpath-install \                 --bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile \                 --builtin-libraries=replace,ccan,samba-cluster-support \                 --minimum-library-version="$(shell ./debian/autodeps.py --minimum-library-version)" \                 --with-cluster-support \           ...