similar to: [Bug 13061] New: File lost on case-insensitive file system

Displaying 20 results from an estimated 5000 matches similar to: "[Bug 13061] New: File lost on case-insensitive file system"

2013 Sep 05
5
[Bug 2148] New: failure and crash on non-ASCII characters
https://bugzilla.mindrot.org/show_bug.cgi?id=2148 Bug ID: 2148 Summary: failure and crash on non-ASCII characters Product: Portable OpenSSH Version: 6.2p1 Hardware: Other OS: All Status: NEW Severity: major Priority: P5 Component: sftp Assignee: unassigned-bugs at mindrot.org
2014 Mar 02
2
Using ZFS Case insensitive filesystems with Samba
>> Here's something I learned when working with the FreeNAS folks : >> ZFS can be configured to be case insensitive when >> you create the filesystem (NOTE - cannot be altered >> *after* the filesystem is created). >> zfs create -o casesensitivity=insensitive filesystem In this case, will ZFS preserve capitals in file and directory names if they are so created
2007 Jun 20
2
[PATCH] Case insensitive matching for the regex plugin
Hi, I have created an addition to the regex plugin that allows case insensitive matching for title/class/name/role. To enable the case insentive matching, I chose to prepend an 'i' before the tag (ititle=, iclass=, ...). The patch is obviously attached ;-) Are there any objections against putting this code in? Regards, Danny -------------- next part -------------- A non-text attachment
2008 Apr 29
2
case insensitive file system
We have an application that was build on a windows platform that expects a case insensitive file system. Is there a way to set one up in CentOS? NTFS should work, I think, but I feel uneasy using that under Linux. Russ
2006 Aug 14
3
case insensitive exclusion_of
I have the following validation code, however it will allow variations in case. Like ''Admin'' and ''admiN'', etc validates_exclusion_of :login, :in => %w( admin ), :message => "is reserved for system accounts" how can I make this validation case insensitive? -- Posted via http://www.ruby-forum.com/.
2012 Jan 15
2
How to make the filesystem case-insensitive in Wine 1.3.35 ?
Hi everyone, recently I get crazy about this software, but I came across a little trouble, can you help me? Thank a lot. It seems that there's no corresponding item that I can do with it in winecfg. Since my version is 1.3.35, I can't find the configure file like "~/.wine/configure". So, what's the proper way to solve this problem? Thanks.
2009 Feb 03
2
Case insensitive user names
Hi, Im looking for a way so I can have case insensitive user names, is there a configuration directive for this option ? as all I can find is the below patch with should give me what im looking for .. http://www.dovecot.org/list/dovecot/2004-March/003078.html
2013 Jul 25
2
Case-insensitive "detail" mailboxes?
We're using sieve with LMTP. We want to have lda_mailbox_autocreate and lmtp_save_to_detail_mailbox. Is there a way to make the "detail" case-insensitive? If so I have not found it yet. I suppose we could lowercase the input string for the SQL userdb query, but that's not what is wanted. The idea being that if a user makes a mailbox called "Test" is that user+test
2010 Jun 19
3
Case Insensitive TFTPD
I am trying to do file transfers through tftpd under fedora and I need the server to be case insensitive. I could not find any way to achieve this! Manual is useless! As an example I need to transfer file "foo.ext" even if I request file "FOO.Ext" which now spits an error saying that it does not exists. How can I do that?
2004 Aug 05
2
Issues using samba 3 with linux & IBM JFS case-insensitive FS?
Hi, I'm wondering what issues / problems I might run into if I'm using samba 3 on linux with the IBM JFS filesystem installed to be case-insensitive. I've had no luck finding anyone who says they've tried it. I'm having trouble with a group of Windows based developers programming in Delphi (Pascal) and Foxpro who seem to have real problems keeping the case of filenames
2006 Oct 09
1
acts_as_ferret: case insensitive search
How can I index and search RoR model objects in a case insensitive manner? In Ferret there is the LowerCaseFilter (http://ferret.davebalmain.com/api/classes/Ferret/Analysis/LowerCaseFilter.html). How can I utilize it and other filters with acts_as_ferret? -- Posted via http://www.ruby-forum.com/.
2008 Jun 06
1
Making sorting case insensitive
Hello, I''ve been trying to make sorting in ferret case insensitive without any luck. I''ve been searching the mailing list, the docs and nothing. Apparently setting the type option for the sort to string should do it, but it doesn''t. Does anyone know how to achieve this? Thanks. -- Efr?n D?az http://www.efrendiaz.com
2012 Aug 19
1
case insensitive acl
Hello, I have notice that when I use ACL, the name of the user in the dovec-acl-list file is case sensitive. Because I use LDAP, the name of the users is case insensitive. Would it be possible to have an option in Dovecot, to ignore the case of the ACL ? This would be useful with some ACL managers, like roundcube ACL plugin, that uses an LDAP query to autocomplete the user name for the ACL.
2015 Aug 08
1
[PATCH] case-insensitive comparison with "0x"
Some software writes hex values with 0X prefix, e.g. 0X0033 instead of 0x0033. It makes sense to do case-insensitive comparison with "0x" string. -------------- next part -------------- A non-text attachment was scrubbed... Name: strncase_0x.patch Type: application/octet-stream Size: 1356 bytes Desc: not available Url :
2006 Aug 07
2
Make user name CaSe Insensitive
Hi, I have mail box info at mydomain.com stored in MySQL db. But dovecot is allowing me to login as both INFO at MYDOMAIN.COM info at mydomain.com Shows two mail boxes. The small letter account is the one mail server really deliver all mails. Is there any way i can specify all login names are small letters, so that user always access real mail box ? Regards, Yujin
2014 Aug 30
0
Misleading error message when case-insensitive file/dir names from config files clash with case-sensitive file system.
Hi, Is it noted somewhere that Dovecot (v 2.0.9) doesn?t use case in directory names in its config-files? I found that out the hard way (i.e. a week of debugging)!! in /etc/dovecot/conf.d/10-master.conf, the line: unix_listener /var/spool/postOut/auth/dovecot-auth { creates a: Jul 29 22:15:58 server dovecot: master: Error: service(auth): unlink(/var/run/dovecot/) failed: Is a directory but
2010 Jun 14
4
DO NOT REPLY [Bug 7512] New: Make --skip-compress case insensitive
https://bugzilla.samba.org/show_bug.cgi?id=7512 Summary: Make --skip-compress case insensitive Product: rsync Version: 3.0.7 Platform: x64 OS/Version: FreeBSD Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: dennylin93 at hs.ntnu.edu.tw
2010 Nov 02
2
Why can I do a case insensitive Validation but not Find?
Why can I do this.... validates_uniqueness_of "username", :case_sensitive=>false .... but not this.... User.where "Xx", :case_sensitive=>false ? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2012 Feb 24
0
case insensitive option
Hi, [ Not sure if this is the appropriate mailing list ] Are there any plans to add an option to make Btrfs file systems case insensitive - like what JFS has with the -O format option (and Mac OS X with HFS+)? This would be awesome if it does. Is there an official place for Btrfs feature requests? -- Regards,   - Graeme - _______________________________________________ fpGUI - a
2004 Mar 19
1
Case insensitive user names
I am trying to set up the Dovecot pop3 server for some virtual hosting I am doing and it is going well, I am generating a passwd file that points dovecot to the virtual users mailspool. The only thing that I don't have working is that my current pop3 server (NTMail) has case insensitve usernames. Dovecot doesn't. I was hoping there was just an option to turn on, but I didn't see