summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2008-02-27Closed memory leak on error path.Steven Danneman1-0/+1
2008-02-19Remove unused marshalling for SVCCTL_QUERY_STATUS.Günther Deschner1-30/+0
2008-02-19Remove unused marshalling for SVCCTL_CONTROL_SERVICE.Günther Deschner1-32/+0
2008-02-19Remove unused marshalling for SVCCTL_START_SERVICE.Günther Deschner1-29/+0
2008-02-19Fix some uninitialized data in new netlogon client.Günther Deschner1-0/+9
2008-02-19Use pidl for _lsa_LookupSids, _lsa_LookupSids2 and _lsa_LookupSids3.Günther Deschner1-0/+15
2008-02-18Use pidl for _lsa_LookupNames() and _lsa_LookupNames2().Günther Deschner1-0/+14
2008-02-18Remove unused marshalling for SVCCTL_GET_DISPLAY_NAME.Günther Deschner1-45/+0
2008-02-18Remove unused marshalling for SVCCTL_OPEN_SERVICE.Günther Deschner1-33/+0
2008-02-18Remove unused marshalling for SVCCTL_OPEN_SCMANAGER.Günther Deschner1-42/+0
2008-02-18Use rpccli_lsa_LookupSids() in rpccli_lsa_lookup_sids_noalloc().Günther Deschner1-31/+36
2008-02-18Use rpccli_lsa_LookupNames() inside of rpccli_lsa_lookup_names.Günther Deschner1-25/+26
2008-02-17Remove unused marshalling for NET_AUTH3.Günther Deschner1-52/+0
2008-02-17Remove unused marshalling for NET_SAM_LOGON_EX and finally NET_USER_INFO_3.Günther Deschner1-0/+11
2008-02-17Use rpccli_netr_LogonSamLogonEx in rpccli wrapping function.Günther Deschner1-39/+57
2008-02-17Finally let our samlogon routines call rpccli_netr_LogonSamLogon internally andGünther Deschner1-140/+213
2008-02-17Add some more samlogon related netlogon init functions.Günther Deschner1-0/+71
2008-02-16Remove unused marshalling for NET_SRV_PWSET.Günther Deschner1-48/+0
2008-02-16Add init_netr_SamInfo3 routine.Günther Deschner1-0/+138
2008-02-16Remove unused marshalling for NET_REQ_CHAL and NET_AUTH2.Günther Deschner1-82/+2
2008-02-15Replace DOM_CHAL with "struct netr_Credential" where we can right now.Günther Deschner1-28/+24
2008-02-15Remove unused marshalling for NET_SAM_SYNC.Günther Deschner1-53/+0
2008-02-15Remove unused marshalling for NET_SAM_DELTAS.Günther Deschner1-52/+0
2008-02-14Remove unused marshalling for LSA_REMOVE_ACCT_RIGHTS.Günther Deschner1-35/+0
2008-02-14Remove unused marshalling for LSA_ENUM_ACCT_RIGHTS.Günther Deschner1-70/+0
2008-02-14Remove unused marshalling for LSA_ADD_ACCT_RIGHTS.Günther Deschner1-36/+0
2008-02-14Remove unused marshalling for LSA_LOOKUP_PRIV_VALUE.Günther Deschner1-40/+0
2008-02-14Remove unused marshalling for LSA_ENUMPRIVSACCOUNT.Günther Deschner1-56/+0
2008-02-14Remove unused marshalling for LSA_ENUM_ACCOUNTS.Günther Deschner1-56/+0
2008-02-13Remove unused marshalling for NET_LOGON_CTRL and NET_LOGON_CTRL2.Günther Deschner1-32/+0
2008-02-13Move some lsa init routines around.Günther Deschner1-0/+40
2008-02-13Remove unused marshalling for SAMR_ENUM_DOM_ALIASES.Günther Deschner1-71/+0
2008-02-13Remove unused marshalling for SAMR_ENUM_DOM_GROUPS.Günther Deschner1-70/+0
2008-02-13Remove unused marshalling for SAMR_LOOKUP_RIDS.Günther Deschner1-74/+0
2008-02-13Remove unused marshalling for LSA_ENUM_TRUST_DOM.Günther Deschner1-85/+0
2008-02-12Collect all init_lsa_string varients in one place.Günther Deschner3-14/+48
2008-02-12The final SAM_USER_INFO massacre.Günther Deschner1-51/+0
2008-02-12Use rpccli_samr_SetUserInfo2() in place of rpccli_samr_set_userinfo().Günther Deschner1-0/+83
2008-02-12Remove unused marshalling for SAMR_SET_USERINFO2.Günther Deschner1-43/+0
2008-02-12Remove unused marshalling for SAMR_QUERY_USERINFO.Günther Deschner1-37/+0
2008-02-12Use pidl for _samr_QueryUserInfo.Günther Deschner1-0/+125
2008-02-12Move some samr init functions around (to allow easier identification of newGünther Deschner1-0/+262
2008-02-12Remove unused marshalling for SAMR_ENUM_DOM_USERS.Günther Deschner1-86/+0
2008-02-11Remove unused marshalling for LSA_PRIV_GET_DISPNAME.Günther Deschner1-40/+0
2008-02-11Let rpccli_lsa_open_policy[2] be convenience wrappers around their pidl equiv...Günther Deschner1-62/+49
2008-02-11Remove unused marshalling for LSA_ENUM_PRIVS.Günther Deschner1-75/+0
2008-02-08Remove unused marshalling for NET_DSR_GETDCNAME.Günther Deschner1-136/+0
2008-02-08Remove unused marshalling for LSA_OPENACCOUNT.Günther Deschner1-38/+0
2008-02-08Remove unused marshalling for LSA_CREATEACCOUNT.Günther Deschner1-43/+0
2008-02-08Remove unused marshalling for SAMR_LOOKUP_NAMES.Günther Deschner1-62/+0