loadparm.c :
commit2e8cedba6480d0c1f89d3490888cadac769d09ca
authorLuke Leighton <lkcl@samba.org>
Wed, 22 Oct 1997 11:31:37 +0000 (22 11:31 +0000)
committerLuke Leighton <lkcl@samba.org>
Wed, 22 Oct 1997 11:31:37 +0000 (22 11:31 +0000)
tree2e974c68a0b9ba107332173766aa9d400aa15abe
parentf20e6f6b261c3976b412845000b3f170f8ad6a9f
loadparm.c :

added "domain other sids" parameter

pipenetlog.c :

using "domain other sids" parameter in SAM Logon response.
using new name_to_rid() function for r_uid and r_gid.

pipentlsa.c :

minor mods to do with new name_to_rid() function.

pipesrvsvc.c :

in the "net share enum" response, allocate some more space for the buffer.
there can be only 32 share entries in the response anyway.  this needs
to be dealt with.

pipeutil.c :

modified name_to_rid() function to use new parameters "domain admin users"
and "domain guest users", but will otherwise do unix uid + 1000.

moved make_dom_gids() here.

proto.h:

the usual.

smb.h smbparse.c :

renamed sid_no to sid_rev_num in DOM_SID, and gid to r_gid in DOM_GID.

util.c :

moved make_dom_gids() from here.
created char *unistrn2(uint16* uni_buffer, int max_len)
(This used to be commit ec60e48d7982240b7755d246b2f1e8989467f66f)
source3/include/proto.h
source3/include/smb.h
source3/lib/util.c
source3/param/loadparm.c
source3/pipenetlog.c
source3/pipentlsa.c
source3/pipesrvsvc.c
source3/pipeutil.c
source3/smbparse.c