summaryrefslogtreecommitdiffstats
path: root/source/smbd/mangle_map.c
Commit message (Collapse)AuthorAgeFilesLines
* - Make ReadDirName return a const char*.Andrew Bartlett2003-03-161-1/+1
| | | | | | | | - Consequential changes from that - mark our fstring/pstring assumptions in function prototypes Andrew Bartlett
* Ensure we count the length correctly in mangle_map.Jeremy Allison2003-03-121-6/+15
| | | | Jeremy.
* Kill off const warnings - add a pile of const to various places.Andrew Bartlett2002-07-081-2/+2
|
* This split the mangling code up to allow for the possibility of multipleAndrew Tridgell2002-04-111-0/+203
mangling implementation, selectable using "mangling method = " in smb.conf It also tidies the interface a little, although it is still nasty.