summaryrefslogtreecommitdiff
path: root/source/include/mangle.h
Commit message (Collapse)AuthorAgeFilesLines
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-6/+6
| | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy.
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-5/+10
| | | | | | interface. More development will come on top of this. Remove the "mangled map" parameter. Jeremy.
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-4/+8
| | | | | | | to do the upper layer directories but this is what everyone is waiting for.... Jeremy.
* r6625: Remove another global variable left over from a long time ago (magic ↵Jeremy Allison2007-10-101-4/+4
| | | | | | char). Jeremy.
* r1570: merging changes from 3.0.5Gerald Carter2007-10-101-1/+1
|
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-1/+1
| | | | | | | | to connection struct entries (as they should have been from the start). Jerry, once you've cut over to 3.0.4 release branch I'll add this to 3.0 also. - Jerry cut over :-). Jeremy.
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-2/+5
|
* This split the mangling code up to allow for the possibility of multipleAndrew Tridgell2002-04-111-0/+11
mangling implementation, selectable using "mangling method = " in smb.conf It also tidies the interface a little, although it is still nasty.