search for: dos_to_unix

Displaying 9 results from an estimated 9 matches for "dos_to_unix".

2000 Aug 21
3
2.0.7: inherit permissions = yes breaks setting read-only on files
...SGID) ok So the behaviour of SGID handling seems not to depend on the "inherit permissions" modification, but on the dos_mkdir() modification. And really: the patch from 2.0.6 to 2.0.7 is: /******************************************************************* Mkdir() that calls dos_to_unix. + Cope with UNIXes that don't allow high order mode bits on mkdir. + Patch from gcarter@lanier.com. ********************************************************************/...
1999 Dec 24
1
Q: directory mode = 1777 doesn't work ?
How can I set the sticky bit on new directories via share definition ? (samba 2.0.6) This doesn't work: [share] .... directory mode = 1777 ^ Any idea? Best Regards Markus Koelle mkoelle@gmx.de
2000 Jan 25
1
sticky bit on directories created via net neighborhood
I've set "force directory mode = 1775" in smb.conf, but when I make directories in a share through network neighborhood, I end up with 0775, i.e. user has rwx, group rwx, others rx. The sticky bit is not getting set. What am I doing wrong? thanks in advance, Ed Schernau ed@schernau.com Network Architect
1998 Dec 09
1
Creating new folder in a WIN95 explorer czech version.
I can't create new folder in a czech Win95 explorer on a unix using samba 1.9.18p7. The problem is that Windows exporer uses for the creation new folder a name containing characters above 128. The explorer creates new folder in a two phases: the first It creates directory named Nov<A0> slo<A7>zka and next it gives to user posibility to change this name. Crazy !!? The first phase
2002 Feb 19
1
Typo fix for samba 2.2.3a source/smbd/trans2.c
...if(!S_ISLNK(sbuf.st_mode)) return(UNIXERROR(ERRSRV,ERRbadlink)); #else - return(UNIXERROR(ERRDOS,ErrNotALink)); + return(UNIXERROR(ERRDOS,ERRbadlink)); #endif len = conn->vfs_ops.readlink(conn,dos_to_unix(fullpathname,False), buffer, sizeof(pstring)-1); /* read link */ if (len == -1) --- README.old Sun Apr 15 22:10:54 2001 +++ README Wed Feb 20 10:21:17 2002 @@ -90,7 +90,7 @@ If you want to contribute to the development of the software then please join the maili...
1999 Jun 28
1
2.0.4b/rh60/smbstatus: European characters (accented) (PR#18293)
....3 status.c --- status.c 1999/06/12 02:40:07 1.34.2.3 +++ status.c 1999/06/28 00:06:58 @@ -135,7 +135,8 @@ else printf("NONE "); - printf(" %s %s",fname,asctime(LocalTime((time_t *)&e->time.tv_sec))); + printf(" %s %s",dos_to_unix(fname,False), + asctime(LocalTime((time_t *)&e->time.tv_sec))); } } -- -------------------------------------------------------- Buying an operating system without source is like buying a self-assembly Space Shuttle with no instructions. ------------------------------------...
2000 Aug 28
0
National characters in user name
...> > I believe the following is a bug in Samba's handling of character > sets: > > In the function reply_sesssetup_and_X() in the file smbd/reply.c, the > following happens: > > - The user name is converted from a DOS code page to a UNIX > character set using dos_to_unix(user,True). > > - The UNIX version of the user name is then converted to lower case > using strlower(user). > > But, as far as I can see, strlower() uses the DOS mapping between > upper and lower case, not the UNIX mapping. > > In other words, a DOS code page table...
1999 Jul 02
1
preexec: return code not used? (PR#18576)
T.D.Lee@durham.ac.uk wrote: > > > But we'd like to go one step further and have the return code from preexec > be used to continue or abort the connection being established. The script > above would be modified to generate this return code. > > Looking through the source code (smbd/service.c), it doesn't seem to check > the return code (calling smbrun to do the
2003 Dec 01
0
No subject
...xperienced browsing errors and difficulties when I'm tried to >use international characters in workgroup names. Yes, this browsing problem also occured in Japanese environment. Developing Samba Japanese Edition, we, Samba Users Group Japan could not help adjusting and moving the unix_to_dos/dos_to_unix() call to proper places. >Is this a known problem and may be solved in the near future ? In point of modifying Samba codes to support international characters, this problem is critical, but unfortunately it is not for the people using ASCII characters only. If Samba 3.0 would use UCS-2 as it...