Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-14 | Remove the global "cmdline_auth_info" from source3/lib/util.c | Volker Lendecke | 2 | -23/+37 | |
This involves changing all our clients, that's why it's so large. | |||||
2008-12-05 | s3-rpcclient: add setuserinfo to set passwords using level 18,21,23,24,25,26. | Günther Deschner | 1 | -0/+237 | |
Guenther | |||||
2008-12-05 | s3-samr: fix rpcclient after idl change. | Günther Deschner | 1 | -3/+2 | |
Guenther | |||||
2008-12-05 | s3-rpcclient: add get_domain_handle for samr commands. | Günther Deschner | 1 | -104/+64 | |
Guenther | |||||
2008-12-03 | s3: Change sockaddr util function names for consistency | Tim Prouty | 1 | -1/+1 | |
Also eliminates name conflicts with OneFS system libraries | |||||
2008-12-02 | s3-samr: use samr_DomainServerState in client tools. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-11-19 | s3-rpcclient: fix cmd_ntsvcs_get_dev_reg_prop. | Günther Deschner | 1 | -3/+6 | |
Guenther | |||||
2008-11-17 | s3-rpcclient: fill in unknowns in cmd_ntsvcs_get_hw_prof_info. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-12 | s3-rpcclient: correct some former unknonws in cmd_ntsvcs_hw_prof_flags command. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2008-11-12 | s3-rpcclient: some corrections for the PNP_GetDeviceRegProp client. | Günther Deschner | 1 | -6/+11 | |
Guenther | |||||
2008-11-12 | s3-rpcclient: add ntsvcs_getdevlist command. | Günther Deschner | 1 | -0/+46 | |
Guenther | |||||
2008-11-12 | s3-rpcclient: add ntsvcs_getdevlistsize command. | Günther Deschner | 1 | -39/+38 | |
Guenther | |||||
2008-11-06 | s3-rpcclient: add database_redo command. | Günther Deschner | 1 | -0/+67 | |
Guenther | |||||
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 3 | -9/+9 | |
2008-10-27 | s3-rpcclient: add getdcsitecoverage call. | Günther Deschner | 1 | -0/+38 | |
Guenther | |||||
2008-10-22 | Fix bug 5840: Segfault in "rpcclient lsaaddacctrights" | Volker Lendecke | 1 | -1/+1 | |
2008-10-21 | s3-lsa-server: fix _lsa_GetUserName. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2008-10-20 | s3-rpcclient: fix cmd_lsa build. | Günther Deschner | 1 | -3/+1 | |
Guenther | |||||
2008-10-18 | Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-17 | s3: fix s3 drsuapi callers. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-10-16 | s4-build: fix drsuapi callers. | Günther Deschner | 1 | -4/+11 | |
Guenther | |||||
2008-10-15 | s3: fix various samr callers. | Günther Deschner | 1 | -16/+16 | |
Guenther | |||||
2008-10-15 | s3: fix samlogon client and server calls. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-14 | Use GUID_string rather than smb_uuid_string(). | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-11 | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 1 | -8/+8 | |
2008-07-28 | rpcclient: Set the pid filed of the outgoing DsBindInfo to 0. | Michael Adam | 1 | -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-22 | Change occurrences of the u1 member of DsBindInfo* to pid after idl change. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 42f3d681cac4a443347d1ed253848d45f8746f89) | |||||
2008-07-22 | rpcclient: make DsGetNCChanges work against w2k8 (add knowledge of DsBindInfo48) | Michael Adam | 1 | -0/+2 | |
Michael (This used to be commit 27ce662f5d4e1185cedc59c52f94458fb6425f5c) | |||||
2008-07-21 | Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idx | Volker Lendecke | 15 | -173/+177 | |
(This used to be commit 85db87c451dacf80e9575c04e9e08c625b3f1199) | |||||
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel | Volker Lendecke | 1 | -5/+6 | |
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 1fcfca007f33a2c4e979abf30c2ea0db65bac718) | |||||
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp | Volker Lendecke | 1 | -14/+16 | |
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit a13f0599551609394904b99e4014d580ec65c506) | |||||
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 3 | -13/+23 | |
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779) | |||||
2008-07-18 | rpcclient: add ability to fetch single objects with dsgetncchanges command | Michael Adam | 1 | -2/+18 | |
call as "dsgetncchanges <object_dn> single" after calling "seal" Michael (This used to be commit c9ab2953c5af0dd3cddbe6c4cdd2b8da2734aa84) | |||||
2008-07-18 | rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info. | Michael Adam | 1 | -8/+26 | |
Michael (This used to be commit 3ab2e7fada1f31e87337065b5bc30a7b92a6d117) | |||||
2008-07-17 | rpcclient: for testing, add dsgetncchanges command. | Günther Deschner | 1 | -0/+229 | |
Guenther (This used to be commit 54f14b382441491c09daa76960f54a2d090a8bd6) | |||||
2008-06-26 | Fix a segfault in rpcclient adddriver | Volker Lendecke | 1 | -12/+13 | |
(cherry picked from commit d4b5a9d67389578f531527b339f6feead62f082d) (This used to be commit 8573032877317fe1f5c69e9ced5b19a33d8aefb0) | |||||
2008-06-25 | rpcclient: add samr chgpasswd command. | Günther Deschner | 1 | -0/+93 | |
Guenther (This used to be commit b90ae343722eb73c5874d875aa439e4ef92ed06a) | |||||
2008-06-25 | rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3. | Günther Deschner | 1 | -6/+6 | |
Guenther (This used to be commit b1209a039b45985e0b28777e04cba5bcc3de061e) | |||||
2008-06-25 | rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2. | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit 5b4650d56c04be0c498413f17afb2cf6d0e7d548) | |||||
2008-06-17 | rpcclient: add more generic internal dscracknames call. | Günther Deschner | 1 | -26/+57 | |
Guenther (This used to be commit 2351b0845ca78707901daca6a6d0425959c6f28e) | |||||
2008-06-17 | Fix typo. | Karolin Seeger | 1 | -12/+12 | |
arguements -> arguments Karolin (This used to be commit 16b5b772d216d10613d433884634b1215efbd6e6) | |||||
2008-06-10 | rpcclient: add more useful comments what sign/seal commands are doing. | Günther Deschner | 1 | -9/+19 | |
Guenther (This used to be commit ec278d8bc82e86c98d24277eb50633f8cd4c7600) | |||||
2008-05-26 | rpcclient: add drsuapi dsgetdcinfo call. | Günther Deschner | 1 | -0/+161 | |
Guenther (This used to be commit 1e883c88cb667a1485de8e8bbaebb43542f43065) | |||||
2008-05-26 | rpcclient: call drsuapi_DsUnbind() when finished with DsCrackNames call. | Günther Deschner | 1 | -2/+8 | |
Guenther (This used to be commit d70376fc4faaf9a55337c57035e42afa6a007d1a) | |||||
2008-05-26 | rpcclient: simplify drsuapi dscracknames call slightly. | Günther Deschner | 1 | -15/+7 | |
Guenther (This used to be commit 5611cf42530072bc244a7bed258d3ac959bd0b65) | |||||
2008-05-24 | drsuapi: add very basic drsuapi rpcclient command set. | Günther Deschner | 2 | -0/+113 | |
Guenther (This used to be commit bd13c87bac54d4bbae7b3cd7c9dc991d143d4d89) | |||||
2008-05-24 | Revert "drsuapi: fix the build." | Günther Deschner | 2 | -113/+0 | |
This reverts commit b2421c81164da2a5ea4bb2391e4f2c410938db42. (This used to be commit f853f3b0aceb7e8454f9f7de38237eecec4317fd) | |||||
2008-05-24 | drsuapi: fix the build. | Günther Deschner | 2 | -0/+113 | |
Guenther (This used to be commit b2421c81164da2a5ea4bb2391e4f2c410938db42) | |||||
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 1 | -4/+3 | |
This patch is the second iteration of an inside-out conversion to cleanup functions in charcnv.c returning size_t == -1 to indicate failure. (This used to be commit 6b189dabc562d86dcaa685419d0cb6ea276f100d) | |||||
2008-05-05 | Fix client authentication with -P switch in client tools (Bug 5435). | Günther Deschner | 1 | -1/+14 | |
Guenther (This used to be commit d077ef64cd1d9bbaeb936566c2c70da508de829f) |