search for: maxnamlen

Displaying 3 results from an estimated 3 matches for "maxnamlen".

2009 Jan 21
3
Rsync with OS X 10.3
...startOfName); + while(index<nameLength) + { + if(name[index]==':') + name[index]='/'; + index++; + } = cfStringName=CFStringCreateWithCString(NULL, name, kCFStringEncodingUTF8); = if(cfStringName==NULL) Putting this initialisation: = char parentPath[MAXPATHLEN+1], name[MAXNAMLEN+1]; + unsigned int index=0, nameLength; = means code that already exist on file. + means new code to be inserted in this context. Other ways to make the colon to slash conversion are unsure and need testing. If you would like to test it, let me know. I can't test as I haven't a Mac OS...
2009 Jan 20
0
rsync 3.0.4 patches for 10.3
...(name, startOfName); while(index<nameLength) { if(name[index]==':') name[index]='/'; index++; } + cfStringName=CFStringCreateWithCString(NULL, name, kCFStringEncodingUTF8); + if(cfStringName==NULL) Putting this initialisation: + char parentPath[MAXPATHLEN+1], name[MAXNAMLEN+1]; unsigned int index=0, nameLength; It will need another buffer, but we would need anyway. We can't replace chars on CFStrings, we would need to pass by a CFMutableString (need another buffer). Or we would need to manipulate the Unicode string at the end, but I'm not sure how to d...
2007 Dec 09
2
v1.1.beta11 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta11.tar.gz http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta11.tar.gz.sig This one should be the last beta release before the first v1.1 release candidate. I'll try to stay away from this list and Dovecot in general for the next 1,5 weeks. I've several exams coming up and I should have started studying for them days ago already.. :)