CVS update: samba/source/rpc_parse

lkcl at samba.anu.edu.au lkcl at samba.anu.edu.au
Fri Sep 25 06:02:56 EST 1998


Date:	Friday September 25, 1998 @ 6:02
Author:	lkcl

Update of /data/cvs/samba/source/rpc_parse
In directory samba:/tmp/cvs-serv8138/rpc_parse

Modified Files:
	parse_samr.c 
Log Message:

this fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE were
failing.  running these two programs on a samba pdc now work.


parse_samr.c:

- removed __LINE__ from debug macros.

- removed call to SMB_ASSERT_ARRAY() in samr_r_query_usergroups.  the
  DOM_GID array is a malloc'd array (by make_dom_gids) not a static
  array.


srv_samr.c:

- replaced all "struct smb_passwd"s with sam_passwds instead.  there
  were uid to rid confusion issues (assumptions that uids were equal
  to rids).

- #if 0'd the pdb_rid_is_user() call which, given the above corrections,
  would probably work now.


srv_util.c:

- replaced "struct smb_passwd" with sam_passwd in lookup_user_rid, as
  assumptions were being made that uids were equal to rids.



More information about the samba-cvs mailing list