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

2011-02-04 Thread Bug Watch Updater
** Changed in: samba
   Importance: Unknown = Medium

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

Title:
  Samba usershares in lower-case

-- 
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-04-09 Thread Bug Watch Updater
** Changed in: samba
   Status: In Progress = Fix Released

-- 
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 222734] Re: Samba usershares in lower-case

2010-03-27 Thread Bug Watch Updater
** Changed in: samba
   Status: Confirmed = In Progress

-- 
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 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 222734] Re: Samba usershares in lower-case

2010-03-17 Thread Thierry Carrez
Thanks Jeremy !

** Changed in: samba (Ubuntu)
   Status: Confirmed = Triaged

-- 
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 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 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


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

2010-03-11 Thread Chuck Short
** Bug watch added: Samba Bugzilla #7240
   https://bugzilla.samba.org/show_bug.cgi?id=7240

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=7240
   Importance: Unknown
   Status: Unknown

-- 
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 222734] Re: Samba usershares in lower-case

2010-03-11 Thread Bug Watch Updater
** Changed in: samba
   Status: Unknown = Confirmed

-- 
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 222734] Re: Samba usershares in lower-case

2009-06-15 Thread Thierry Carrez
This is apparently done by design (sharename = strdup_lower(argv[0]) in 
net_usershare.c), so we cannot change it on our side without introducing a 
behavior change with upstream. I'd suggest to bring this up on Samba bugzilla 
if you want to convince them to change how this tool should behave ?
See https://bugzilla.samba.org

-- 
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 222734] Re: Samba usershares in lower-case

2009-05-15 Thread Thierry Carrez
Reproduced on Jaunty:

$ net usershare add My Shared Folder /home/user/My Shared Folder
$ net usershare list
my shared folder

Workaround:
$ mv /var/lib/samba/usershares/my shared folder /var/lib/samba/usershares/My 
Shared Folder
$ net usershare list
My Shared Folder


** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

** Changed in: samba (Ubuntu)
   Status: New = Confirmed

-- 
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 222734] Re: Samba usershares in lower-case

2009-05-12 Thread Chow Loong Jin
I'm reassigning this to samba, because this is a bug of the 'net'
utility, not nautilus-share.

** Package changed: nautilus-share (Ubuntu) = samba (Ubuntu)

-- 
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 222734] Re: Samba usershares in lower-case

2008-04-26 Thread Patrick Kilgore
** Changed in: samba (Ubuntu)
Sourcepackagename: None = samba

-- 
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