summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Collapse)AuthorFilesLines
2009-02-01cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke1-6/+3
2009-01-24s3-rpcclient: add eventlog_loginfo command.Günther Deschner1-0/+56
Guenther
2009-01-24s3-rpcclient: add eventlog_backuplog command.Günther Deschner1-0/+39
Guenther
2009-01-24s3-rpcclient: add eventlog_registerevsource command.Günther Deschner1-0/+39
Guenther
2009-01-24s3-rpcclient: add eventlog_reporteventsource command.Günther Deschner1-0/+65
Guenther
2009-01-24s3-rpcclient: add eventlog_reportevent command.Günther Deschner1-0/+65
Guenther
2009-01-22Actually complete 3662c2b...Volker Lendecke1-3/+3
2009-01-14s3-rpcclient: always parse the full eventlog entry.Günther Deschner1-3/+3
Guenther
2009-01-12s3-rpcclient: some cleanup for eventlog client.Günther Deschner1-9/+26
Guenther
2009-01-09start rpcclient epmapperVolker Lendecke2-0/+135
2009-01-08s3-rpcclient: add eventlog test client.Günther Deschner2-0/+191
Guenther
2009-01-06s3-samr: avoid all init_samr_user* functions.Günther Deschner1-10/+12
Guenther
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison1-10/+35
Jeremy.
2008-12-14Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2-23/+37
This involves changing all our clients, that's why it's so large.
2008-12-05s3-rpcclient: add setuserinfo to set passwords using level 18,21,23,24,25,26.Günther Deschner1-0/+237
Guenther
2008-12-05s3-samr: fix rpcclient after idl change.Günther Deschner1-3/+2
Guenther
2008-12-05s3-rpcclient: add get_domain_handle for samr commands.Günther Deschner1-104/+64
Guenther
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-1/+1
Also eliminates name conflicts with OneFS system libraries
2008-12-02s3-samr: use samr_DomainServerState in client tools.Günther Deschner1-2/+2
Guenther
2008-11-19s3-rpcclient: fix cmd_ntsvcs_get_dev_reg_prop.Günther Deschner1-3/+6
Guenther
2008-11-17s3-rpcclient: fill in unknowns in cmd_ntsvcs_get_hw_prof_info.Günther Deschner1-3/+3
Guenther
2008-11-12s3-rpcclient: correct some former unknonws in cmd_ntsvcs_hw_prof_flags command.Günther Deschner1-4/+4
Guenther
2008-11-12s3-rpcclient: some corrections for the PNP_GetDeviceRegProp client.Günther Deschner1-6/+11
Guenther
2008-11-12s3-rpcclient: add ntsvcs_getdevlist command.Günther Deschner1-0/+46
Guenther
2008-11-12s3-rpcclient: add ntsvcs_getdevlistsize command.Günther Deschner1-39/+38
Guenther
2008-11-06s3-rpcclient: add database_redo command.Günther Deschner1-0/+67
Guenther
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij3-9/+9
2008-10-27s3-rpcclient: add getdcsitecoverage call.Günther Deschner1-0/+38
Guenther
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
Guenther
2008-10-20s3-rpcclient: fix cmd_lsa build.Günther Deschner1-3/+1
Guenther
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
Guenther
2008-10-16s4-build: fix drsuapi callers.Günther Deschner1-4/+11
Guenther
2008-10-15s3: fix various samr callers.Günther Deschner1-16/+16
Guenther
2008-10-15s3: fix samlogon client and server calls.Günther Deschner1-1/+1
Guenther
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
This is for debugging and informational purposes only. The assignment is implementation specific. (WSPP docs, sec. 5.35). Michael (This used to be commit 18ea033909a5363c92530ed2a06a2b89be5e7c79)
2008-07-22Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam1-1/+1
Michael (This used to be commit 42f3d681cac4a443347d1ed253848d45f8746f89)
2008-07-22rpcclient: make DsGetNCChanges work against w2k8 (add knowledge of DsBindInfo48)Michael Adam1-0/+2
Michael (This used to be commit 27ce662f5d4e1185cedc59c52f94458fb6425f5c)
2008-07-21Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke15-173/+177
(This used to be commit 85db87c451dacf80e9575c04e9e08c625b3f1199)
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke1-5/+6
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 1fcfca007f33a2c4e979abf30c2ea0db65bac718)
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke1-14/+16
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit a13f0599551609394904b99e4014d580ec65c506)
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke3-13/+23
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779)
2008-07-18rpcclient: add ability to fetch single objects with dsgetncchanges commandMichael Adam1-2/+18
call as "dsgetncchanges <object_dn> single" after calling "seal" Michael (This used to be commit c9ab2953c5af0dd3cddbe6c4cdd2b8da2734aa84)
2008-07-18rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info.Michael Adam1-8/+26
Michael (This used to be commit 3ab2e7fada1f31e87337065b5bc30a7b92a6d117)
2008-07-17rpcclient: for testing, add dsgetncchanges command.Günther Deschner1-0/+229
Guenther (This used to be commit 54f14b382441491c09daa76960f54a2d090a8bd6)
2008-06-26Fix a segfault in rpcclient adddriverVolker Lendecke1-12/+13
(cherry picked from commit d4b5a9d67389578f531527b339f6feead62f082d) (This used to be commit 8573032877317fe1f5c69e9ced5b19a33d8aefb0)
2008-06-25rpcclient: add samr chgpasswd command.Günther Deschner1-0/+93
Guenther (This used to be commit b90ae343722eb73c5874d875aa439e4ef92ed06a)