[Bug 222734] Re: Samba usershares in lower-case

2010-03-26 Thread Jeremy Allison
I have fixed this in the upstream tree (see the patch added to Samba bug
#7240). Please test the Samba master git branch (as this will become
3.6.0) to ensure it works with nautilus share.

Jeremy.

-- 
Samba usershares in lower-case
https://bugs.launchpad.net/bugs/222734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 198351] Re: fusesmb/smbnetfs SIGABORT in getattr() because libsmbclient is not thread safe

2010-03-18 Thread Jeremy Allison
Actually Samba upstream does consider the non-threadsafeness of
libsmbclient as a bug, it's just that it's going to take a while to fix
it :-).

We're slowly but surely moving towards getting a thread safe
libsmbclient, Can't promise when it will be done, but it is our intent
to get there.

So at the moment, libsmbclient is not thread safe. So using separate
processes in SMBNetFS is the *only* way to safely use libsmbclient, so
I'd argue that libsmbclient in this case isn't exactly buggy, but just
not working in the way you want :-).

When we finally announce libsmbclient is thread-safe, and your threaded
code using it breaks, *then* you can call it buggy :-). But not before
please - unless you have specific single-threaded bugs you know about
and need fixing. But if that is the case please report them to
bugzilla.samba.org and we'll fix them !

Jeremy.

-- 
fusesmb/smbnetfs SIGABORT in getattr() because libsmbclient is not thread safe
https://bugs.launchpad.net/bugs/198351
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 222734] Re: Samba usershares in lower-case

2010-03-16 Thread Jeremy Allison
I have a fix for this I'm planning to add into 3.6.0. Can't go in earlier as 
it's going to need an upgrade to the on-disk format of the share security tdb.
I'll update this bug once  the new code has been tested.

Thanks !

Jeremy.

-- 
Samba usershares in lower-case
https://bugs.launchpad.net/bugs/222734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 525435] Re: utf-8 characters cause permission denied error

2010-03-12 Thread Jeremy Allison
Actually, what we need is a debug level 10 from smbclient (9 isn't good
enough) and a wireshark trace of the smbclient connection to the Windows
server.

Attach them to the samba bug:

https://bugzilla.samba.org/show_bug.cgi?id=7241

Jeremy.

-- 
utf-8 characters cause permission denied error
https://bugs.launchpad.net/bugs/525435
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 222734] Re: Samba usershares in lower-case

2010-03-12 Thread Jeremy Allison
The reason the sharename is lowercased is so we can tell immediately if
another usershare exists using a case-variant of the same name (SMB
shares are case insensitive). In order to fix this (it's not an issue in
the server code as far as I can see) the usershare creation code would
have to scan the entire directory to look for case-differing versions of
the new sharename, and replace them if needed.

Jeremy.

-- 
Samba usershares in lower-case
https://bugs.launchpad.net/bugs/222734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs