Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Make ReadDirName return a const char*. | Andrew Bartlett | 2003-03-16 | 1 | -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 Allison | 2003-03-12 | 1 | -6/+15 |
| | | | | Jeremy. | ||||
* | Kill off const warnings - add a pile of const to various places. | Andrew Bartlett | 2002-07-08 | 1 | -2/+2 |
| | |||||
* | This split the mangling code up to allow for the possibility of multiple | Andrew Tridgell | 2002-04-11 | 1 | -0/+203 |
mangling implementation, selectable using "mangling method = " in smb.conf It also tidies the interface a little, although it is still nasty. |