summaryrefslogtreecommitdiffstats
path: root/source/modules/vfs_catia.c
Commit message (Collapse)AuthorAgeFilesLines
* r20260: clean up a bunch of no previous prototype warningsHerb Lewis2006-12-191-0/+1
|
* r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-211-43/+41
|
* r10391: * setting version to 3.0.20aGerald Carter2005-09-211-2/+2
| | | | * adding patches from www.samba.org/samba/patches
* r7902: Fix the buildVolker Lendecke2005-06-251-3/+3
|
* r7893: Add in the extra parameters to opendir() to fix the large ↵Jeremy Allison2005-06-251-2/+2
| | | | | | | directory/insane app problem. Rev vfs version. Doesn't change the normal codepath. Jeremy.
* r5880: From the comment....Volker Lendecke2005-03-181-0/+317
* Implement a fixed mapping of forbidden NT characters in filenames that are * used a lot by the CAD package Catia. * * Yes, this a BAD BAD UGLY INCOMPLETE hack, but it helps quite some people * out there. Catia V4 on AIX uses characters like "<*$ a *lot*, all forbidden * under Windows... Volker