preparing for release of 2.0.5a
[Samba/gbeck.git] / docs / textdocs / CRLF-LF-Conversions.txt
blob8032d3ef29d6c006dabcaf087898da113934d159
1 !==
2 !== CRLF-LF-Conversions.txt for Samba release 2.0.5a 22 Jul 1999
3 !==
4 We get many requests for CRLF/LF format conversion handling by samba.
5 The problem is that there is no clean way to determine which files
6 should / could be converted and which MUST not be.
8 Since Unix and DOS/Windows uses alike will use .txt to represent a
9 file containing ASCII text we can not reliably use the file extension.
10 The same applies to the .doc extension.
12 Samba operates around the premise that we should leave all files unchanged.
13 By not implmenting CRLF/LF conversions we can not be guilty of damaging
14 anyone's files.
16 When someone comes along with a sound implementation that guarrantees file
17 integrity we will jump at the opportunity to implement this feature. Until
18 such time there is no prospect for action on this topic.