cifs: fork arc4 and create a separate module for it for cifs and other users
We can not drop ARC4 and basically destroy CIFS connectivity for almost all CIFS users so create a new forked ARC4 module that CIFS and other subsystems that have a hard dependency on ARC4 can use. Signed-off-by:Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by:
Steve French <stfrench@microsoft.com>
Showing
- fs/Kconfig 7 additions, 0 deletionsfs/Kconfig
- fs/Makefile 1 addition, 0 deletionsfs/Makefile
- fs/cifs/Kconfig 0 additions, 1 deletionfs/cifs/Kconfig
- fs/cifs/cifsencrypt.c 4 additions, 4 deletionsfs/cifs/cifsencrypt.c
- fs/cifs_common/Makefile 6 additions, 0 deletionsfs/cifs_common/Makefile
- fs/cifs_common/arc4.h 23 additions, 0 deletionsfs/cifs_common/arc4.h
- fs/cifs_common/cifs_arc4.c 87 additions, 0 deletionsfs/cifs_common/cifs_arc4.c
Please register or sign in to comment