Displaying 2 results from an estimated 2 matches for "wbcdomainsid".
2012 Nov 11
0
ANNOUNCE: cifs-utils release 5.8 is ready for download
...onversion.
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit 47400ee5dcdda7e7b77b536f4befb5c04c1c5144
Author: Jeff Layton <jlayton at samba.org>
Date: Wed Nov 7 10:19:16 2012 -0500
cifs.idmap: fix endianness on SIDs before sending to kernel
Winbind keeps wbcDomainSids in host-endian format. They must be
converted to little-endian before we can ship them off to the
kernel.
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit b07c3d72ff27e1818e3c1a38466d027d04a54e04
Author: Jeff Layton <jlayton at samba.org>
Date: Wed Nov 7 10:...
2013 Jan 07
0
ANNOUNCE: cifs-utils release 5.9 ready for download
...fsacl: free strings returned by wbcLookupSid
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit bacbbf7c0994bdeaf49234abd07d840673d37e95
Author: Jeff Layton <jlayton at samba.org>
Date: Tue Dec 4 06:21:06 2012 -0500
getcifsacl: ensure that we don't overrun the wbcDomainSid when converting
If we get a SID that contains more than 15 subauthorities, we'll end up
overrunning the struct wbcDomainSid. Just ignore any past 15.
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit 2584e62c06dbea59bbd6a001040d7780959c8358
Author: Jeff Layto...