Displaying 2 results from an estimated 2 matches for "cifs_sid".
Did you mean:
cifs_ses
2012 Nov 11
0
ANNOUNCE: cifs-utils release 5.8 is ready for download
...ewed-by: Shirish Pargaonkar <shirishpargaonkar at gmail.com>
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit f0269e2a0efacf5299b123801d9ec49695ed30b6
Author: Jeff Layton <jlayton at samba.org>
Date: Mon Oct 29 16:04:11 2012 -0400
setcifsacl: clean up sizing of cifs_sid
The max number of subauthorities on windows and in winbind is generally
15, not 5. If winbind sends more than 5, then this code may end up
overrunning the buffer. Also, define some preprocessor constants and
use those instead of hardcoding '5' and '6' all over t...
2013 Jan 07
0
ANNOUNCE: cifs-utils release 5.9 ready for download
...setcifsacl doesn't use syslog, so no need to open a channel to it.
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit d4f9df9159c5ac93b97c36b0f98ffbd318866e38
Author: Jeff Layton <jlayton at samba.org>
Date: Thu Dec 13 08:58:54 2012 -0500
cifs-utils: struct cifs_sid definition to new cifsidmap.h header
People who want to build a plugin for the idmapping routines will need a
header to describe the data types that they need. Add a cifsidmap.h file
and move the struct cifs_sid definition into it, along with the
constants needed to describe it...