summaryrefslogtreecommitdiff
path: root/source3/smbd/mangle_map.c
AgeCommit message (Collapse)AuthorFilesLines
2003-03-16 - Make ReadDirName return a const char*.Andrew Bartlett1-1/+1
- Consequential changes from that - mark our fstring/pstring assumptions in function prototypes Andrew Bartlett (This used to be commit fe2bc64bc439b27387b8f326b0f4f3bfcc3d04a1)
2003-03-12Ensure we count the length correctly in mangle_map.Jeremy Allison1-6/+15
Jeremy. (This used to be commit 596705198c555568da208f59008ab87c5164bfb4)
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)