Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 1 | -0/+1 | |
This shrinks include/includes.h.gch by the size of 7 MB and reduces build time as follows: ccache build w/o patch real 4m21.529s ccache build with patch real 3m6.402s pch build w/o patch real 4m26.318s pch build with patch real 3m6.932s Guenther | |||||
2010-01-24 | s3: Enable -C in rpcclient | Volker Lendecke | 1 | -0/+3 | |
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵ | Günther Deschner | 1 | -0/+1 | |
samba. Guenther | |||||
2009-11-13 | s3-rpcclient: use the parsed binding string flags for auth choice. | Günther Deschner | 1 | -0/+18 | |
This allows rpcclient to be called like this: rpcclient ncacn_ip_tcp:w2k8r2[sign,seal] -U administrator%secret -c "dscracknames gd" Guenther | |||||
2009-11-08 | Revert "s3: Do not directly reference the ndr_table_* in rpcclient" | Volker Lendecke | 1 | -49/+24 | |
This reverts commit 70c698fd547c4bc19cf77693608bbb34acac40b5. | |||||
2009-11-08 | s3: Do not directly reference the ndr_table_* in rpcclient | Volker Lendecke | 1 | -24/+49 | |
2009-11-07 | s3: get_pipe_name_from_iface -> get_pipe_name_from_syntax | Volker Lendecke | 1 | -4/+6 | |
2009-10-13 | s3: use enum netr_SchannelType all over the place. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-09-15 | s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags. | Günther Deschner | 1 | -6/+6 | |
Guenther | |||||
2009-09-11 | s3-rpcclient: make netlogon credential setup also work for interdomain trusts. | Günther Deschner | 1 | -9/+11 | |
Guenther | |||||
2009-09-11 | s3-rpcclient: avoid using lp_workgroup() unconditionally for crypto. | Günther Deschner | 1 | -4/+17 | |
Guenther | |||||
2009-09-11 | s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel(). | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-09-11 | s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp ↵ | Günther Deschner | 1 | -0/+2 | |
and cli_rpc_pipe_open_ntlmssp. Guenther | |||||
2009-09-11 | s3-rpcclient: use cli_rpc_pipe_open_noauth_transport in rpcclient. | Günther Deschner | 1 | -2/+3 | |
Guenther | |||||
2009-09-11 | s3-rpcclient: add ncacn transport handling for rpcclient. | Günther Deschner | 1 | -5/+88 | |
Guenther | |||||
2009-04-21 | s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -0/+1 | |
This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett | |||||
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-17 | Remove the global "struct cm_cred_struct" and associated calls, make | Jeremy Allison | 1 | -6/+1 | |
callers pass in a struct user_auth_info * instead. This commit causes smbc_set_credentials() to print out a message telling callers to use smbc_set_credentials_with_fallback() instead, as smbc_set_credentials() has a broken API (no SMBCCTX * pointer). No more global variables used in the connection manager API for client dfs calls. Jeremy. | |||||
2009-02-01 | cli_get_pipe_name_from_interface does not really need a talloc_ctx | Volker Lendecke | 1 | -6/+3 | |
2009-01-22 | Actually complete 3662c2b... | Volker Lendecke | 1 | -3/+3 | |
2009-01-09 | start rpcclient epmapper | Volker Lendecke | 1 | -0/+2 | |
2009-01-08 | s3-rpcclient: add eventlog test client. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2008-12-14 | Remove the global "cmdline_auth_info" from source3/lib/util.c | Volker Lendecke | 1 | -19/+31 | |
This involves changing all our clients, that's why it's so large. | |||||
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-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-07-21 | Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idx | Volker Lendecke | 1 | -30/+34 | |
(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 | 1 | -5/+8 | |
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779) | |||||
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-24 | drsuapi: add very basic drsuapi rpcclient command set. | Günther Deschner | 1 | -0/+2 | |
Guenther (This used to be commit bd13c87bac54d4bbae7b3cd7c9dc991d143d4d89) | |||||
2008-05-24 | Revert "drsuapi: fix the build." | Günther Deschner | 1 | -2/+0 | |
This reverts commit b2421c81164da2a5ea4bb2391e4f2c410938db42. (This used to be commit f853f3b0aceb7e8454f9f7de38237eecec4317fd) | |||||
2008-05-24 | drsuapi: fix the build. | Günther Deschner | 1 | -0/+2 | |
Guenther (This used to be commit b2421c81164da2a5ea4bb2391e4f2c410938db42) | |||||
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) | |||||
2008-04-25 | Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client | Volker Lendecke | 1 | -2/+4 | |
(This used to be commit f665afaaa3eff9ef54112e08ed034a6e1bb30edc) | |||||
2008-04-20 | Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct | Volker Lendecke | 1 | -3/+3 | |
(This used to be commit 99fc3283c4ecc791f5a242bd1983b4352ce3e6cf) | |||||
2008-04-20 | Introduce rpccli_set_timeout() | Volker Lendecke | 1 | -1/+1 | |
Reduce dependency on "cli" member of rpc_pipe_client struct (This used to be commit 2e4c1ba38963cffe4c3f25ab24bc28975f2fc291) | |||||
2008-04-02 | Fix NETLOGON credential chain with Windows 2008 all over the place. | Günther Deschner | 1 | -1/+1 | |
In order to avoid receiving NT_STATUS_DOWNGRADE_DETECTED from a w2k8 netr_ServerAuthenticate2 reply, we need to start with the AD netlogon negotiate flags everywhere (not only when running in security=ads). Only for NT4 we need to do a downgrade to the returned negotiate flags. Tested with w2k8, w2ksp4, w2k3r2 and nt4sp6. Guenther (This used to be commit 0970369ca0cb9ae465cff40e5c75739824daf1d0) | |||||
2008-02-17 | Add very basic ntsvcs client to rpcclient. | Günther Deschner | 1 | -0/+2 | |
Guenther (This used to be commit 0358ad7e933f6a0859000ba56e4bb88506d70610) | |||||
2008-02-08 | Use rpccli_lsa_QueryInfoPolicy() all over the place. | Günther Deschner | 1 | -6/+6 | |
Guenther (This used to be commit ce22abcea3446e4ad42e8e04654b9855b173c5a1) | |||||
2008-01-23 | Windows 2008 (Longhorn) auth2 flag fixes. | Andreas Schneider | 1 | -1/+1 | |
Interop fixes for AD specific flags. Original patch from Todd Stetcher. (This used to be commit 5aadfcdaacd6f136eab9e107a88b8544e6d2105f) | |||||
2008-01-15 | Apply const to rpccli_lsa_query_info_policy() and ↵ | Günther Deschner | 1 | -1/+1 | |
rpccli_lsa_query_info_policy2(). Guenther (This used to be commit 7a3fe68bef7acde9d9f8a7a44ce7e9432f3c5a95) | |||||
2008-01-05 | Add general '-e' option to enable smb encryption | Jeremy Allison | 1 | -0/+12 | |
on tools. Jeremy. (This used to be commit 757653966fc1384159bd2d57c5670cd8af0cae96) | |||||
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -2/+2 | |
them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy. (This used to be commit 52dc5eaef2106015b3a8b659e818bdb15ad94b05) | |||||
2007-12-06 | Make all the tools use the proper accessor functions. | Jeremy Allison | 1 | -6/+6 | |
Jeremy. (This used to be commit 6d61bb87975839adb25c304e5e5041f91b12d236) | |||||
2007-12-06 | Remove pstrings from client/client.c by doing a large rewrite. | Jeremy Allison | 1 | -5/+6 | |
Mostly compiles.... Jeremy. (This used to be commit c87f3eba9aa52f4ab25d77e2167262bf5c43b1a6) | |||||
2007-12-03 | Reanimate rpcclient wkssvc command. | Günther Deschner | 1 | -0/+2 | |
Guenther (This used to be commit 1d615e3ac397106f47c51ace36c01a8f6e1d5d13) | |||||
2007-11-28 | Give rpcclient a talloc stackframe. | Michael Adam | 1 | -12/+23 | |
Michael (This used to be commit 3330394d2d5d58576d9ddb52f60a3e27f31d5198) | |||||
2007-11-20 | More trivial pstring removal. | Jeremy Allison | 1 | -4/+1 | |
Jeremy. (This used to be commit bac3bb2f6e9e15b3a9a6a6511c484f8509918ca1) |