summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2008-10-22Fix bug 5840: Segfault in "rpcclient lsaaddacctrights"Volker Lendecke1-1/+1
2008-10-21s3-lsa-server: fix _lsa_GetUserName.Günther Deschner1-1/+2
2008-10-20s3-rpcclient: fix cmd_lsa build.Günther Deschner1-3/+1
2008-10-18Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij1-1/+1
2008-10-17s3: fix s3 drsuapi callers.Günther Deschner1-2/+2
2008-10-16s4-build: fix drsuapi callers.Günther Deschner1-4/+11
2008-10-15s3: fix various samr callers.Günther Deschner1-16/+16
2008-10-15s3: fix samlogon client and server calls.Günther Deschner1-1/+1
2008-10-14Use GUID_string rather than smb_uuid_string().Jelmer Vernooij1-2/+2
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-8/+8
2008-07-28rpcclient: Set the pid filed of the outgoing DsBindInfo to 0.Michael Adam1-1/+1
2008-07-22Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam1-1/+1
2008-07-22rpcclient: make DsGetNCChanges work against w2k8 (add knowledge of DsBindInfo48)Michael Adam1-0/+2
2008-07-21Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke15-173/+177
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke1-5/+6
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke1-14/+16
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke3-13/+23
2008-07-18rpcclient: add ability to fetch single objects with dsgetncchanges commandMichael Adam1-2/+18
2008-07-18rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info.Michael Adam1-8/+26
2008-07-17rpcclient: for testing, add dsgetncchanges command.Günther Deschner1-0/+229
2008-06-26Fix a segfault in rpcclient adddriverVolker Lendecke1-12/+13
2008-06-25rpcclient: add samr chgpasswd command.Günther Deschner1-0/+93
2008-06-25rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner1-6/+6
2008-06-25rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner1-1/+1
2008-06-17rpcclient: add more generic internal dscracknames call.Günther Deschner1-26/+57
2008-06-17Fix typo.Karolin Seeger1-12/+12
2008-06-10rpcclient: add more useful comments what sign/seal commands are doing.Günther Deschner1-9/+19
2008-05-26rpcclient: add drsuapi dsgetdcinfo call.Günther Deschner1-0/+161
2008-05-26rpcclient: call drsuapi_DsUnbind() when finished with DsCrackNames call.Günther Deschner1-2/+8
2008-05-26rpcclient: simplify drsuapi dscracknames call slightly.Günther Deschner1-15/+7
2008-05-24drsuapi: add very basic drsuapi rpcclient command set.Günther Deschner2-0/+113
2008-05-24Revert "drsuapi: fix the build."Günther Deschner2-113/+0
2008-05-24drsuapi: fix the build.Günther Deschner2-0/+113
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-4/+3
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner1-1/+14
2008-04-29rpcclient: fix another srv_name_slash.Günther Deschner1-6/+1
2008-04-25Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke1-19/+20
2008-04-25Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_clientVolker Lendecke1-2/+4
2008-04-24rpcclient: Add tiny fix for cmd_samr_get_dispinfo_idx().Günther Deschner1-2/+3
2008-04-22rpcclient: Add getdispinfoidx command.Günther Deschner1-0/+62
2008-04-21Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke1-8/+27
2008-04-20Introduce rpc_pipe_np_smb_conn()Volker Lendecke2-3/+5
2008-04-20Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2-5/+5
2008-04-20Introduce rpccli_set_timeout()Volker Lendecke3-7/+10
2008-04-20Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke1-1/+1
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke5-78/+70
2008-04-08Fix lsa_QueryTrustedDomainInfo caller.Günther Deschner1-2/+2
2008-04-08Fix lsa_TrustedDomainInfo callers.Günther Deschner1-4/+4
2008-04-04Remove some dead code in rpcclient.Günther Deschner1-23/+0
2008-04-04Move rpccli_try_samr_connects out of rpcclient.Günther Deschner1-75/+78