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)
commitbe23d87a178e7d0691e7d942adf89bb3d2d533c2
tree0414043df1fb9291cac2fbca02dedc5aa049bbed
parentd7c9b00253499da047f30f71660dede3676d40ad
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.
14 files changed:
source/Makefile.in
source/include/includes.h
source/include/local.h
source/include/mangle.h [new file with mode: 0644]
source/param/loadparm.c
source/smbd/dir.c
source/smbd/filename.c
source/smbd/mangle.c
source/smbd/mangle_hash.c [new file with mode: 0644]
source/smbd/mangle_map.c [new file with mode: 0644]
source/smbd/oplock.c
source/smbd/reply.c
source/smbd/server.c
source/smbd/trans2.c