summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient
Commit message (Collapse)AuthorAgeFilesLines
* Actually complete 3662c2b...Volker Lendecke2009-01-221-3/+3
|
* s3-rpcclient: always parse the full eventlog entry.Günther Deschner2009-01-141-3/+3
| | | | Guenther
* s3-rpcclient: some cleanup for eventlog client.Günther Deschner2009-01-121-9/+26
| | | | Guenther
* start rpcclient epmapperVolker Lendecke2009-01-092-0/+135
|
* s3-rpcclient: add eventlog test client.Günther Deschner2009-01-082-0/+191
| | | | Guenther
* s3-samr: avoid all init_samr_user* functions.Günther Deschner2009-01-061-10/+12
| | | | Guenther
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-10/+35
| | | | Jeremy.
* Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-142-23/+37
| | | | This involves changing all our clients, that's why it's so large.
* s3-rpcclient: add setuserinfo to set passwords using level 18,21,23,24,25,26.Günther Deschner2008-12-051-0/+237
| | | | Guenther
* s3-samr: fix rpcclient after idl change.Günther Deschner2008-12-051-3/+2
| | | | Guenther
* s3-rpcclient: add get_domain_handle for samr commands.Günther Deschner2008-12-051-104/+64
| | | | Guenther
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-1/+1
| | | | Also eliminates name conflicts with OneFS system libraries
* s3-samr: use samr_DomainServerState in client tools.Günther Deschner2008-12-021-2/+2
| | | | Guenther
* s3-rpcclient: fix cmd_ntsvcs_get_dev_reg_prop.Günther Deschner2008-11-191-3/+6
| | | | Guenther
* s3-rpcclient: fill in unknowns in cmd_ntsvcs_get_hw_prof_info.Günther Deschner2008-11-171-3/+3
| | | | Guenther
* s3-rpcclient: correct some former unknonws in cmd_ntsvcs_hw_prof_flags command.Günther Deschner2008-11-121-4/+4
| | | | Guenther
* s3-rpcclient: some corrections for the PNP_GetDeviceRegProp client.Günther Deschner2008-11-121-6/+11
| | | | Guenther
* s3-rpcclient: add ntsvcs_getdevlist command.Günther Deschner2008-11-121-0/+46
| | | | Guenther
* s3-rpcclient: add ntsvcs_getdevlistsize command.Günther Deschner2008-11-121-39/+38
| | | | Guenther
* s3-rpcclient: add database_redo command.Günther Deschner2008-11-061-0/+67
| | | | Guenther
* 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
| | | | Guenther
* 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
| | | | Guenther
* s3-rpcclient: fix cmd_lsa build.Günther Deschner2008-10-201-3/+1
| | | | Guenther
* 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
| | | | Guenther
* s4-build: fix drsuapi callers.Günther Deschner2008-10-161-4/+11
| | | | Guenther
* s3: fix various samr callers.Günther Deschner2008-10-151-16/+16
| | | | Guenther
* s3: fix samlogon client and server calls.Günther Deschner2008-10-151-1/+1
| | | | Guenther
* 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
| | | | | | | | | 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)
* Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam2008-07-221-1/+1
| | | | | Michael (This used to be commit 42f3d681cac4a443347d1ed253848d45f8746f89)
* rpcclient: make DsGetNCChanges work against w2k8 (add knowledge of DsBindInfo48)Michael Adam2008-07-221-0/+2
| | | | | Michael (This used to be commit 27ce662f5d4e1185cedc59c52f94458fb6425f5c)
* Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-2115-173/+177
| | | | (This used to be commit 85db87c451dacf80e9575c04e9e08c625b3f1199)
* Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke2008-07-201-5/+6
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 1fcfca007f33a2c4e979abf30c2ea0db65bac718)
* Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke2008-07-201-14/+16
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit a13f0599551609394904b99e4014d580ec65c506)
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-203-13/+23
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779)
* rpcclient: add ability to fetch single objects with dsgetncchanges commandMichael Adam2008-07-181-2/+18
| | | | | | | | | call as "dsgetncchanges <object_dn> single" after calling "seal" Michael (This used to be commit c9ab2953c5af0dd3cddbe6c4cdd2b8da2734aa84)
* rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info.Michael Adam2008-07-181-8/+26
| | | | | Michael (This used to be commit 3ab2e7fada1f31e87337065b5bc30a7b92a6d117)
* rpcclient: for testing, add dsgetncchanges command.Günther Deschner2008-07-171-0/+229
| | | | | Guenther (This used to be commit 54f14b382441491c09daa76960f54a2d090a8bd6)
* Fix a segfault in rpcclient adddriverVolker Lendecke2008-06-261-12/+13
| | | | | (cherry picked from commit d4b5a9d67389578f531527b339f6feead62f082d) (This used to be commit 8573032877317fe1f5c69e9ced5b19a33d8aefb0)
* rpcclient: add samr chgpasswd command.Günther Deschner2008-06-251-0/+93
| | | | | Guenther (This used to be commit b90ae343722eb73c5874d875aa439e4ef92ed06a)
* rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner2008-06-251-6/+6
| | | | | Guenther (This used to be commit b1209a039b45985e0b28777e04cba5bcc3de061e)
* rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner2008-06-251-1/+1
| | | | | Guenther (This used to be commit 5b4650d56c04be0c498413f17afb2cf6d0e7d548)
* rpcclient: add more generic internal dscracknames call.Günther Deschner2008-06-171-26/+57
| | | | | Guenther (This used to be commit 2351b0845ca78707901daca6a6d0425959c6f28e)
* Fix typo.Karolin Seeger2008-06-171-12/+12
| | | | | | | arguements -> arguments Karolin (This used to be commit 16b5b772d216d10613d433884634b1215efbd6e6)
* rpcclient: add more useful comments what sign/seal commands are doing.Günther Deschner2008-06-101-9/+19
| | | | | Guenther (This used to be commit ec278d8bc82e86c98d24277eb50633f8cd4c7600)
* rpcclient: add drsuapi dsgetdcinfo call.Günther Deschner2008-05-261-0/+161
| | | | | Guenther (This used to be commit 1e883c88cb667a1485de8e8bbaebb43542f43065)