From 992f1e6b8f86b346fddd266b04d29cde69585633 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 7 Apr 2004 10:15:11 +0000 Subject: Add all the source files from the old CVS tree, add the 5 missing chapters from the HOWTO and add jht's Samba by Example book. (This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100) --- docs/smbdotconf/filename/manglingmethod.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/smbdotconf/filename/manglingmethod.xml (limited to 'docs/smbdotconf/filename/manglingmethod.xml') diff --git a/docs/smbdotconf/filename/manglingmethod.xml b/docs/smbdotconf/filename/manglingmethod.xml new file mode 100644 index 0000000000..b23ad23f7d --- /dev/null +++ b/docs/smbdotconf/filename/manglingmethod.xml @@ -0,0 +1,18 @@ + + + controls the algorithm used for the generating + the mangled names. Can take two different values, "hash" and + "hash2". "hash" is the default and is the algorithm that has been + used in Samba for many years. "hash2" is a newer and considered + a better algorithm (generates less collisions) in the names. + However, many Win32 applications store the mangled names and so + changing to the new algorithm must not be done + lightly as these applications may break unless reinstalled. + +hash2 +hash + -- cgit