This split the mangling code up to allow for the possibility of multiple
authorAndrew Tridgell <tridge@samba.org>
Thu, 11 Apr 2002 02:20:56 +0000 (02:20 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 11 Apr 2002 02:20:56 +0000 (02:20 +0000)
commit9cd0306baa1b3a78b40ab97b5d199b90a4c34aa6
treede86987bf008f56bc1e4130add688bce45d11cf9
parentd3fa6d5de64f022eafd99b83d4853c86f8b2f46c
This split the mangling code up to allow for the possibility of multiple
mangling implementation, selectable using "mangling method = " in smb.conf

It also tidies the interface a little, although it is still nasty.
(This used to be commit be23d87a178e7d0691e7d942adf89bb3d2d533c2)
14 files changed:
source3/Makefile.in
source3/include/includes.h
source3/include/local.h
source3/include/mangle.h [new file with mode: 0644]
source3/param/loadparm.c
source3/smbd/dir.c
source3/smbd/filename.c
source3/smbd/mangle.c
source3/smbd/mangle_hash.c [new file with mode: 0644]
source3/smbd/mangle_map.c [new file with mode: 0644]
source3/smbd/oplock.c
source3/smbd/reply.c
source3/smbd/server.c
source3/smbd/trans2.c