summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2008-02-04Remove unused marshalling for SAMR_CONNECT_4.Günther Deschner1-36/+0
2008-02-04Remove unused marshalling for SAMR_ADD_GROUPMEM.Günther Deschner1-33/+0
2008-02-04Remove unused marshalling for SAMR_DEL_GROUPMEM.Günther Deschner1-33/+0
2008-02-02Remove unused marshalling for SAMR_SET_SEC_OBJ.Günther Deschner1-34/+0
2008-02-02Remove unused marshalling for SAMR_QUERY_SEC_OBJ.Günther Deschner1-35/+0
2008-02-01Remove unused marshalling for SAMR_CREATE_USER.Günther Deschner1-45/+0
2008-02-01Remove unused marshalling for SAMR_CREATE_DOM_GROUP.Günther Deschner1-38/+0
2008-02-01Remove unused marshalling for SAMR_CREATE_DOM_ALIAS.Günther Deschner1-36/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_USER.Günther Deschner1-38/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_ALIAS.Günther Deschner1-40/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_GROUP.Günther Deschner1-40/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_DOMAIN.Günther Deschner1-41/+0
2008-02-01Remove rpccli_samr_delete_dom_user().Günther Deschner1-33/+0
2008-02-01Remove rpccli_samr_delete_dom_alias().Günther Deschner1-33/+0
2008-02-01Remove rpccli_samr_delete_dom_group().Günther Deschner1-33/+0
2008-01-31Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner1-38/+0
2008-01-29Finally delete rpccli_ds_enum_domain_trusts() completly.Günther Deschner1-96/+0
2008-01-25Remove hand-written rpccli_netlogon_dsr_getdcnameex[2].Günther Deschner1-103/+0
2008-01-25Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner2-43/+1
2008-01-25Remove rpccli_samr_get_dom_pwinfo() and rpccli_samr_get_usrdom_pwinfo().Günther Deschner1-85/+0
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider1-2/+2
2008-01-23Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison1-2/+2
2008-01-15Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner1-3/+5
2008-01-14Remove old lsa set info policy call.Günther Deschner1-35/+0
2008-01-14Remove some more hand written LSA rpc.Günther Deschner1-108/+0
2008-01-14Start removing hand-written lsa marshalling code (namelyGünther Deschner1-111/+0
2007-12-28Remove static zerosVolker Lendecke1-4/+6
2007-12-21Kill fstring in getdcname & getanydcname return.Günther Deschner1-6/+8
2007-12-18Fix a debug message: add missing space.Michael Adam1-2/+2
2007-12-17Do not close netlogon pipe in get_schannel_session_key_common().Michael Adam1-1/+0
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-1/+2
2007-12-13Refactoring out get_schannel_session_key logic.Michael Adam1-53/+39
2007-12-13Rename get_trust_pw() to get_trust_pw_hash().Michael Adam1-2/+4
2007-12-13Let get_trust_pw() determine the machine_account_name to use.Michael Adam1-32/+6
2007-12-11Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner1-2/+2
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-03Fix winreg callers.Günther Deschner1-5/+5
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-31/+4
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison3-29/+29
2007-11-20More pstring elimination.Jeremy Allison2-7/+8
2007-11-09ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)Stefan Metzmacher1-6/+7
2007-10-25Fix a mismatched interface where we were usingJeremy Allison1-5/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison3-23/+23
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter3-241/+693
2007-10-10r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter1-2/+2
2007-10-10r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter1-2/+2
2007-10-10r25313: dd HKEY_CURRENT_USER to rpccli_winreg_Connect().Günther Deschner1-0/+4
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam1-4/+4
2007-10-10r25254: Add my C - MichaelMichael Adam1-0/+1
2007-10-10r25247: Rename the rpccli_lsa_lookup_sids_all() function to rpccli_lsa_lookup...Michael Adam1-120/+12