Displaying 3 results from an estimated 3 matches for "get_acl_group_bit".
Did you mean:
get_acl_group_bits
2004 Nov 10
0
Permission / file_set_dosmode problem in 3.0.8
--- branches/SAMBA_3_0_RELEASE/source/smbd/dosmode.c 2004/10/25 19:25:54
3220
+++ branches/SAMBA_3_0_RELEASE/source/smbd/dosmode.c 2004/11/07 20:42:45
3605
@@ -344,7 +344,9 @@
return(-1);
}
- get_acl_group_bits(conn, fname, &st->st_mode);
+ if (!get_acl_group_bits(conn, fname, &st->st_mode)) {
+ return(-1);
+ }
if (S_ISDIR(st->st_mode))
dosmode |= aDIR;
This change seems to break it.
Daniel
2004 Sep 08
1
Trying Samba 3.0.6
...host smbd[2598]: #0 smbd(smb_panic2+0x111)
[0x81d7a41]
Sep 8 14:15:51 localhost smbd[2598]: #1 smbd(smb_panic+0x1a) [0x81d792a]
Sep 8 14:15:51 localhost smbd[2598]: #2 smbd [0x81c5858]
Sep 8 14:15:51 localhost smbd[2598]: #3 [0x1a7420]
Sep 8 14:15:51 localhost smbd[2598]: #4 smbd(get_acl_group_bits+0x31)
[0x80d0151]
Sep 8 14:15:51 localhost smbd[2598]: #5 smbd(file_set_dosmode+0x41)
[0x80bdfe1]
Sep 8 14:15:51 localhost smbd[2598]: #6 smbd(open_file_shared1+0x6c1)
[0x80c16b1]
Sep 8 14:15:51 localhost smbd[2598]: #7 smbd(reply_ntcreate_and_X+0xb5a)
[0x80990ea]
Sep 8 14:15:51 local...
2005 Jul 27
1
3.0.14a and Windows Server 2003 SP1
...27 11:07:12, 0] lib/util.c:smb_panic2(1495)
PANIC: internal error
[2005/07/27 11:07:12, 0] lib/util.c:smb_panic2(1503)
BACKTRACE: 14 stack frames:
#0 smbd(smb_panic2+0x78) [0x81db3ff]
#1 smbd(smb_panic+0x19) [0x81db600]
#2 smbd [0x81c9594]
#3 /lib/tls/libc.so.6 [0x635a48]
#4 smbd(get_acl_group_bits+0x37) [0x80d13b0]
#5 smbd(file_set_dosmode+0x4f) [0x80bf3d5]
#6 smbd(open_file_shared1+0x7a3) [0x80c2a4a]
#7 smbd(reply_ntcreate_and_X+0x7ee) [0x8098c1c]
#8 smbd [0x80d4e0d]
#9 smbd(process_smb+0x163) [0x80d51ca]
#10 smbd(smbd_process+0x13e) [0x80d5e2b]
#11 smbd(main+0x822) [0...