summaryrefslogtreecommitdiff
path: root/source3/smbd/mangle_map.c
AgeCommit message (Collapse)AuthorFilesLines
2002-07-08Kill off const warnings - add a pile of const to various places.Andrew Bartlett1-2/+2
(This used to be commit 1de04ec4735c19ec21cdef6e679cea17c734c5f6)
2002-04-11This split the mangling code up to allow for the possibility of multipleAndrew Tridgell1-0/+203
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)