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