SMBFS?

Tim Robbins tjr at freebsd.org
Thu Jan 8 16:45:47 PST 2004


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


More information about the freebsd-amd64 mailing list