summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient
Commit message (Expand)AuthorAgeFilesLines
* cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke2009-02-011-6/+3
* s3-rpcclient: add eventlog_loginfo command.Günther Deschner2009-01-241-0/+56
* s3-rpcclient: add eventlog_backuplog command.Günther Deschner2009-01-241-0/+39
* s3-rpcclient: add eventlog_registerevsource command.Günther Deschner2009-01-241-0/+39
* s3-rpcclient: add eventlog_reporteventsource command.Günther Deschner2009-01-241-0/+65
* s3-rpcclient: add eventlog_reportevent command.Günther Deschner2009-01-241-0/+65
* Actually complete 3662c2b...Volker Lendecke2009-01-221-3/+3
* s3-rpcclient: always parse the full eventlog entry.Günther Deschner2009-01-141-3/+3
* s3-rpcclient: some cleanup for eventlog client.Günther Deschner2009-01-121-9/+26
* start rpcclient epmapperVolker Lendecke2009-01-092-0/+135
* s3-rpcclient: add eventlog test client.Günther Deschner2009-01-082-0/+191
* s3-samr: avoid all init_samr_user* functions.Günther Deschner2009-01-061-10/+12
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-10/+35
* Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-142-23/+37
* s3-rpcclient: add setuserinfo to set passwords using level 18,21,23,24,25,26.Günther Deschner2008-12-051-0/+237
* s3-samr: fix rpcclient after idl change.Günther Deschner2008-12-051-3/+2
* s3-rpcclient: add get_domain_handle for samr commands.Günther Deschner2008-12-051-104/+64
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-1/+1
* s3-samr: use samr_DomainServerState in client tools.Günther Deschner2008-12-021-2/+2
* s3-rpcclient: fix cmd_ntsvcs_get_dev_reg_prop.Günther Deschner2008-11-191-3/+6
* s3-rpcclient: fill in unknowns in cmd_ntsvcs_get_hw_prof_info.Günther Deschner2008-11-171-3/+3
* s3-rpcclient: correct some former unknonws in cmd_ntsvcs_hw_prof_flags command.Günther Deschner2008-11-121-4/+4
* s3-rpcclient: some corrections for the PNP_GetDeviceRegProp client.Günther Deschner2008-11-121-6/+11
* s3-rpcclient: add ntsvcs_getdevlist command.Günther Deschner2008-11-121-0/+46
* s3-rpcclient: add ntsvcs_getdevlistsize command.Günther Deschner2008-11-121-39/+38
* s3-rpcclient: add database_redo command.Günther Deschner2008-11-061-0/+67
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-013-9/+9
* s3-rpcclient: add getdcsitecoverage call.Günther Deschner2008-10-271-0/+38
* Fix bug 5840: Segfault in "rpcclient lsaaddacctrights"Volker Lendecke2008-10-221-1/+1
* s3-lsa-server: fix _lsa_GetUserName.Günther Deschner2008-10-211-1/+2
* s3-rpcclient: fix cmd_lsa build.Günther Deschner2008-10-201-3/+1
* Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij2008-10-181-1/+1
* s3: fix s3 drsuapi callers.Günther Deschner2008-10-171-2/+2
* s4-build: fix drsuapi callers.Günther Deschner2008-10-161-4/+11
* s3: fix various samr callers.Günther Deschner2008-10-151-16/+16
* s3: fix samlogon client and server calls.Günther Deschner2008-10-151-1/+1
* Use GUID_string rather than smb_uuid_string().Jelmer Vernooij2008-10-141-2/+2
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-8/+8
* rpcclient: Set the pid filed of the outgoing DsBindInfo to 0.Michael Adam2008-07-281-1/+1
* Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam2008-07-221-1/+1
* rpcclient: make DsGetNCChanges work against w2k8 (add knowledge of DsBindInfo48)Michael Adam2008-07-221-0/+2
* Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-2115-173/+177
* Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke2008-07-201-5/+6
* Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke2008-07-201-14/+16
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-203-13/+23
* rpcclient: add ability to fetch single objects with dsgetncchanges commandMichael Adam2008-07-181-2/+18
* rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info.Michael Adam2008-07-181-8/+26
* rpcclient: for testing, add dsgetncchanges command.Günther Deschner2008-07-171-0/+229
* Fix a segfault in rpcclient adddriverVolker Lendecke2008-06-261-12/+13
* rpcclient: add samr chgpasswd command.Günther Deschner2008-06-251-0/+93