1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source/rpc_server
Luke Leighton 3f98697cd5 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.
0001-01-01 00:00:00 +00:00
..
.cvsignore added ignore rules for the dummy files 0001-01-01 00:00:00 +00:00
dummy.in major autoconf clean-up 0001-01-01 00:00:00 +00:00
srv_ldap_helpers.c retired this file: it's not actually needed now that passdb.c provides 0001-01-01 00:00:00 +00:00
srv_lsa_hnd.c some cleanups to use ZERO_STRUCT() and friends 0001-01-01 00:00:00 +00:00
srv_lsa.c use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() for 0001-01-01 00:00:00 +00:00
srv_netlog.c nmbd_elections.c: Removed force elections code to bring into line with 1.9.18. 0001-01-01 00:00:00 +00:00
srv_pipe_hnd.c nttrans.c: 0001-01-01 00:00:00 +00:00
srv_reg.c - created pdb_sethexpwd(), to be called from all pwd apis that need to 0001-01-01 00:00:00 +00:00
srv_samr.c this fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE were 0001-01-01 00:00:00 +00:00
srv_srvsvc.c Fixed uppercasing of share name (pointed out by Jean-Francois). 0001-01-01 00:00:00 +00:00
srv_util.c this fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE were 0001-01-01 00:00:00 +00:00
srv_wkssvc.c This looks like a big change but really isn't. 0001-01-01 00:00:00 +00:00