Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Jan 2004 11:46:31 +1100
From:      Tim Robbins <tjr@freebsd.org>
To:        James Van Artsdalen <james-freebsd-amd64@jrv.org>
Cc:        freebsd-amd64@FreeBSD.ORG
Subject:   Re: SMBFS?
Message-ID:  <3FFDF9E7.2020405@freebsd.org>
In-Reply-To: <200401050925.i059PsVY089957@bigtex.jrv.org>
References:  <200401040714.i047EDbt019471@bigtex.jrv.org> <20040105064415.GA49437@hub.freebsd.org> <200401050925.i059PsVY089957@bigtex.jrv.org>

next in thread | previous in thread | raw e-mail | index | archive | help
James Van Artsdalen wrote:

>I am able to mount a filesystem with SMBFS with the patch given.
>  
>
Thanks for testing it. I'll commit it later today.

>I also had to make this change so that the kernel would compile
>with the necessary crypto routines.
>
>--- sys/conf/files.amd64.~1~    Mon Nov 17 02:58:16 2003
>+++ sys/conf/files.amd64        Mon Jan  5 01:54:19 2004
>@@ -123,3 +123,8 @@
> compat/ia32/ia32_sigtramp.S    optional        ia32
> compat/ia32/ia32_sysvec.c      optional        ia32
> kern/imgact_elf32.c            optional        ia32
>+#
>+crypto/des/des_ecb.c                   optional        netsmbcrypto
>+crypto/des/des_enc.c                   optional        netsmbcrypto
>+crypto/des/des_setkey.c                        optional        netsmbcrypto
>+crypto/blowfish/bf_enc.c               optional        crypto
>
>  
>
This looks reasonable, but I don't have amd64 hardware to test it on so 
it would be best left to someone else who does.


Tim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FFDF9E7.2020405>