[PATCH] New VFS module for HEX encoding

Jeremy Allison jra at samba.org
Wed Feb 4 18:00:09 GMT 2004


On Wed, Feb 04, 2004 at 08:50:29PM +0900, Yasuma Takeda wrote:
> 
> Hi,
> 
> I made a new vfs module. 
> This module provides a HEX encoding which is provided by samba2.2.
> 
> I append a vfs_hex module patch for samba-3.0.2rc2.
> 
> This is almost the same as vfs_cap module.
> But the HEX encoding depends on "unix charset" encoding.
> 
> I implemented vfs_hex module for CP932 encoding which is used in Japan.
> Because the HEX encoding of Samba2.2 have supported only CP932.
> If anyone want to extend vfs_hex module for other encodings, 
> this module can include the implementation for other encodings.
> 
> If you want to use vfs_hex module, you must set CP932 to "unix charset" and 
> add "vfs object" to your smb.conf.

This looks good - I have no problems putting this into the tree.
The only possible issue is with the corporate copyright on the code.

+   * Copyright (C) 2003-2004 MIRACLE LINUX Corporation
+
+   Written By: TAKEDA Yasuma <yasuma at miraclelinux.com>, 
+               MIRACLE LINUX Corporation 

Is it possible you can get this put under your own personal copyright
(Copyright (C) TAKEDA Yasuma <yasuma at miraclelinux.com>) instead, as
we usually don't allow corporate copyright statements in the main tree.

Thanks,

	Jeremy.


More information about the samba-technical mailing list