similar to: Problem in code tracing (reply)

Displaying 20 results from an estimated 200 matches similar to: "Problem in code tracing (reply)"

2005 Jan 06
1
smb vfs modules queries
I am using samba-3.0.7 on kernel version 2.6.5-3 (client as well as server). I traced the exact function calling sequence when a "mkdir" command is given at the client side. I got stuck at the server side, source/smbd/vfs.c - vfs_MkDir() - SMB_VFS_MKDIR(conn,name,mode) (line no 357) Could anyone please tell me exactly where is the vfs_ops struct initialised, and which function will
2004 Feb 17
0
VFS module programmieren
############################# In German : Hallo, gibt es da Jemanden der mir den folgenden Text vielleicht ein bischen besser erkl?ren kann? Habe dies aus dem Samba Developers Guide. Warum mach ich das nun? Ich habe ein Problem: Ich will das jedes mal wenn ein User versucht einen Ordner in der Freigabe zu verschieben oder umzubenenner, der nicht leer ist, eine Fehlermeldung auf dem Client
2002 Mar 01
1
PATCH - smbd/trans2.c to support writing to Unix named pipes(FIFO)
Hi, We have a simple "Remote Procedure Call" mechanism that we are using to communicate between Windows computers and our Unix Samba server. The Windows application is proprietary software (Progress - not ours) and we have to work within the constraints of it. We have a Unix named pipe sitting in a Samba shared directory. We have a small C program that runs as a Unix daemon,
2003 Jan 14
0
Oplocks_break FAILURE in 2.2.7? hmm..
Dear Samba team. I have hybrid network with MSDOS / Win9x(ME) / Win2k/XP(NT) computers at home. I'm using Samba as PDC. W9x/me clients works fine as so as with roving profiles, but I'm experiencing problems with w2k, NT4/XP just not test because i'm testing on my box at home and when it'll work fine then I'll go to clients from which smaller part has XPs installed on PC.
2002 Feb 25
3
PATCH: Samba/Win2K renaming bug
Hi there. I'm running Samba 2.2.3a on RedHat 7.1 + kernel 2.4.17. My girlfriend's laptop is running Windows 2000 + service pack 2. She has about a thousand MP3s stored on a Samba share on my RedHat machine. We were finding that she couldn't rename any MP3s on the Samba share: she would always get a sharing violation. After a day of reading Samba logs at debug 10 (_such_ fun [ ;)
2020 Aug 24
2
smbclient mask command seems not to work the same way with recurse ON for mget and mput
Dear fellows. Another piece of information. The issue reprduces on RHEL 7.7, Samba 4.9.1 [root at vnhprerhds01 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.7 (Maipo) [root at vnhprerhds01 ~]# smbclient -V Version 4.9.1 [root at vnhprerhds01 ~]# smbclient -W "${d}" -U "${u}" "${s}" "${p}" Try "help" to get a list of
2002 Feb 19
1
Typo fix for samba 2.2.3a source/smbd/trans2.c
Just a couple of quick fixes for trans2.c and README in samba-2.2.3a. --- source/smbd/trans2.c.old Tue Feb 5 14:37:55 2002 +++ source/smbd/trans2.c Wed Feb 20 10:26:16 2002 @@ -2062,7 +2062,7 @@ if(!S_ISLNK(sbuf.st_mode)) return(UNIXERROR(ERRSRV,ERRbadlink)); #else - return(UNIXERROR(ERRDOS,ErrNotALink)); +
2003 May 20
1
smbd - wide links / possible buffer failure??
Hello there, sorry - my first mail seems to be lost? Might be I am wrong, but it seems that the behavior of wide link option has been changed since 2.2.7. So we have some problems on our large side to upgrade to 2.2.8a. Here is what I found, but it may be not the intention of samba developer! There ist a new function called readlink_checkin smbd/vfs.c. In this function is a pattern compare
2001 May 04
0
samba-2.2.0 on Ultrix 4.5?
When trying to compile samab-2.2.0 on a Ultrix 4.5 box i get the following error: . . . . Compiling smbd/blocking.c Compiling smbd/sec_ctx.c smbd/sec_ctx.c: In function `initialise_groups': smbd/sec_ctx.c:227: warning: comparison is always false due to limited range of data type smbd/sec_ctx.c:227: warning: comparison is always false due to limited range of data type Compiling smbd/vfs.c
2004 Jun 23
1
Skel VFS module crashes smbd when we have no ACL support in samba v2.2.9.
Hello! I have compiled samba v2.2.9 without ACL support and when I test skel vfs module I have encountered internal errors (SIGSEGV in child processes). Consider the file source/samba/vfs.c: struct vfs_ops default_vfs_ops = { ... /* POSIX ACL operations. */ #if defined(HAVE_NO_ACLS) NULL, NULL, #else vfswrap_chmod_acl, vfswrap_fchmod_acl, #endif ... }; As
2003 May 20
0
Samba 2.2x bits attributes mapped on Linux file permissions
Hi, I saw some mail and questions about that without an answer. My personal experiment: The archive, read-only and hidden attributes are mapped to the x bits of file permission. The attributes can't be used on directories because the x bits are used by linux to descend in. The own user can manage those bits without problem only on a file. I can get the attribute management on a other user
2003 Aug 13
0
Problem with Redhat 8 and access control of files
I have a RH8 and samba version 2.2.7-security-rollup-fix. The problem is I can't change the permissins of files from Windows clients (NT and 2000). If I am logged as some user, create a file on some share and then try to change its permissions (for example trying to add read access to Everyone) it responds with Access denied. I have almost the same setup on another test machine with
2004 Oct 06
0
Possible solution to "Access Denied"
I have been using Windows synchronize with Samba to allow me to work offline from my Linux box. Just recently, (I do not believe anything has changed but you can never tell what IS may have done), it stopped working with an error similar to the following (reported in http://www.mail-archive.com/samba@lists.samba.org/msg45272.html). Offline Files (\\server\user on server): Access to
2002 Oct 16
1
Possible bug in SAMBA connection close?
Hey all, I've been fighting a samba share/unmount problem for several days now and may have found a bug in the connect/disconnect code. Basically, it seems that while everything claims to free the connection to the share, it doesn't actually happen. This is me closing ALL windows to the server: log.smbd: jon1 (192.168.200.2) connect to service disc1_pc_test as user breakit (uid=501
2003 Feb 11
1
2.2.7a panic with VFS Audit when writing file (reading is ok)
Running SAMBA 2.2.7a compiled with Audit support, enabled on a share: [global] workgroup = HCAT server string = Samba Server for HCAT hosts allow = xxx.xxx. yyy.yyy.yyy. load printers = no log file = /var/log/log.%m max log size = 50 security = user encrypt passwords =
2004 Jan 30
0
[PATCH] Group mapping primary group SID update
Hi all ! This is a patch for Group mapping bug #1 reported here : http://lists.samba.org/archive/samba-technical/2004-January/034057.html It activates users' primary group SID update when adding/modifying/deleting a group mapping. It patches utils/net_groupmap.c (net_groupmap_add, net_groupmap_modify, net_groupmap_delete) and can be applied to samba-3.0.2rc1. net_groupmap_add : Scan users
2003 Oct 26
0
Patches for samba 3.0.0 client/client.c
Patch against samba 3.0.0 client/client.c Mainly for -L parameter options 1.) Add a configurable connection delay. The default is too long. Add items to long_options of poptOption for help message, however I just put something "i.e. CONNSETUP" to the last parameter of long_options. It seems for use of documentation ???? 2.) Remark the code that require list_servers must using port
2005 Jan 09
1
Problem in tracing the code at client end
I am using samba 3.0.7 on Ferdora Core (2.6.5-3) I performed the following operation at the client side mount //abc/abc_share /xyz cd /xyz mkdir pqr where "abc" is the remote server "abc_share" is the remote share "xyz" is the local directory What I want to know is, at the last statement, when an "mkdir" is given, exactly which function at the
2002 Nov 23
1
2.2.7 compile error using --with-acl-support on debian
hi, i'm trying to package samba2.2.7 on a debian woody, using --with-acl-support. the configure part seems ok, but when the compile starts i get a lot of errors.. what's wrong? attached the sensitive part of the dpkg-buildpackage output. thanks -- Francesco Mosca <askmosca@tin.it> -------------- next part -------------- /usr/bin/make -C source all nsswitch/libnss_wins.so make[1]:
2020 Aug 24
0
smbclient mask command seems not to work the same way with recurse ON for mget and mput
On Mon, Aug 24, 2020 at 09:15:48PM +0200, LPC DPG via samba wrote: > Dear fellows. > > Another piece of information. The issue reprduces on RHEL 7.7, Samba 4.9.1 > > [root at vnhprerhds01 ~]# cat /etc/redhat-release > Red Hat Enterprise Linux Server release 7.7 (Maipo) > [root at vnhprerhds01 ~]# smbclient -V > Version 4.9.1 > > [root at vnhprerhds01 ~]# smbclient