Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idx | Volker Lendecke | 2008-07-21 | 1 | -30/+34 |
| | |||||
* | Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel | Volker Lendecke | 2008-07-20 | 1 | -5/+6 |
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS | ||||
* | Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp | Volker Lendecke | 2008-07-20 | 1 | -14/+16 |
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS | ||||
* | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 2008-07-20 | 1 | -5/+8 |
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS | ||||
* | rpcclient: add more useful comments what sign/seal commands are doing. | Günther Deschner | 2008-06-10 | 1 | -9/+19 |
| | | | | Guenther | ||||
* | drsuapi: add very basic drsuapi rpcclient command set. | Günther Deschner | 2008-05-24 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | Revert "drsuapi: fix the build." | Günther Deschner | 2008-05-24 | 1 | -2/+0 |
| | | | | This reverts commit b2421c81164da2a5ea4bb2391e4f2c410938db42. | ||||
* | drsuapi: fix the build. | Günther Deschner | 2008-05-24 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | Fix client authentication with -P switch in client tools (Bug 5435). | Günther Deschner | 2008-05-05 | 1 | -1/+14 |
| | | | | Guenther | ||||
* | Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client | Volker Lendecke | 2008-04-25 | 1 | -2/+4 |
| | |||||
* | Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct | Volker Lendecke | 2008-04-20 | 1 | -3/+3 |
| | |||||
* | Introduce rpccli_set_timeout() | Volker Lendecke | 2008-04-20 | 1 | -1/+1 |
| | | | | Reduce dependency on "cli" member of rpc_pipe_client struct | ||||
* | Fix NETLOGON credential chain with Windows 2008 all over the place. | Günther Deschner | 2008-04-02 | 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 | ||||
* | Add very basic ntsvcs client to rpcclient. | Günther Deschner | 2008-02-17 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | Use rpccli_lsa_QueryInfoPolicy() all over the place. | Günther Deschner | 2008-02-08 | 1 | -6/+6 |
| | | | | Guenther | ||||
* | Windows 2008 (Longhorn) auth2 flag fixes. | Andreas Schneider | 2008-01-23 | 1 | -1/+1 |
| | | | | Interop fixes for AD specific flags. Original patch from Todd Stetcher. | ||||
* | Apply const to rpccli_lsa_query_info_policy() and ↵ | Günther Deschner | 2008-01-15 | 1 | -1/+1 |
| | | | | | | rpccli_lsa_query_info_policy2(). Guenther | ||||
* | Add general '-e' option to enable smb encryption | Jeremy Allison | 2008-01-05 | 1 | -0/+12 |
| | | | | | on tools. Jeremy. | ||||
* | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2007-12-10 | 1 | -2/+2 |
| | | | | | | them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy. | ||||
* | Make all the tools use the proper accessor functions. | Jeremy Allison | 2007-12-06 | 1 | -6/+6 |
| | | | | Jeremy. | ||||
* | Remove pstrings from client/client.c by doing a large rewrite. | Jeremy Allison | 2007-12-06 | 1 | -5/+6 |
| | | | | | Mostly compiles.... Jeremy. | ||||
* | Reanimate rpcclient wkssvc command. | Günther Deschner | 2007-12-03 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | Give rpcclient a talloc stackframe. | Michael Adam | 2007-11-28 | 1 | -12/+23 |
| | | | | Michael | ||||
* | More trivial pstring removal. | Jeremy Allison | 2007-11-20 | 1 | -4/+1 |
| | | | | Jeremy. | ||||
* | Change all occurrences of zero_addr(&ss,AF_INET) to | Jeremy Allison | 2007-10-27 | 1 | -1/+1 |
| | | | | | | | | zero_addr(&ss). All current uses were always of the AF_INET form, so simplify the call. If in the future we need to zero an addr to AF_INET6 this can be done separately. Jeremy. | ||||
* | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 2007-10-24 | 1 | -22/+24 |
| | | | | | | | | | | | | | to struct sockaddr_storage in most places that matter (ie. not the nmbd and NetBIOS lookups). This passes make test on an IPv4 box, but I'll have to do more work/testing on IPv6 enabled boxes. This should now give us a framework for testing and finishing the IPv6 migration. It's at the state where someone with a working IPv6 setup should (theorecically) be able to type : smbclient //ipv6-address/share and have it work. Jeremy. | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -1/+1 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-test | Gerald (Jerry) Carter | 2007-10-10 | 1 | -2/+0 |
| | |||||
* | r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree. | Gerald Carter | 2007-10-10 | 1 | -1/+1 |
| | | | | | | The translate_name() used by cli_session_setup_spnego() cann rely Winbindd since it is needed by the join process (and hence before Winbind can be run). | ||||
* | r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags, | Gerald Carter | 2007-10-10 | 1 | -1/+1 |
| | | | | and client fixes. Patch from Todd Stetcher <todd.stetcher@isilon.com>. | ||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r23372: Remove restriction on string length for rpcclient commands. | Jeremy Allison | 2007-10-10 | 1 | -3/+4 |
| | | | | Jeremy. | ||||
* | r19354: adjust usage printf for rpcclient's timeout command. | Günther Deschner | 2007-10-10 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | r19353: Add "timeout" command for rpcclient. | Günther Deschner | 2007-10-10 | 1 | -0/+37 |
| | | | | Guenther | ||||
* | r18747: replace rpccli_lsa_close() with rpccli_lsa_Close() | Gerald Carter | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r18711: Replace the following hand code client routines: | Gerald Carter | 2007-10-10 | 1 | -2/+0 |
| | | | | | | | * rpccli_reg_abort_shutdown() * rpccli_reg_flush_key() Remove the cmd_reg.c from rpcclient since the entire file was unused | ||||
* | r18681: Although we have commandline completion in rpcclient, just also allow | Günther Deschner | 2007-10-10 | 1 | -0/+1 |
| | | | | | | "debug" to be set instead of "debuglevel" - just for convenience. Guenther | ||||
* | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 2007-10-10 | 1 | -0/+2 |
| | | | | | | | to do the upper layer directories but this is what everyone is waiting for.... Jeremy. | ||||
* | r15556: Better fix for leading // or \\ from "David R. Linn" | Jeremy Allison | 2007-10-10 | 1 | -2/+2 |
| | | | | | <drl@vuse.vanderbilt.edu>. Jeremy. | ||||
* | r15537: Ignore // or \\ in //server or \\server. | Jeremy Allison | 2007-10-10 | 1 | -0/+5 |
| | | | | Jeremy. | ||||
* | r14399: Fix deadcode coverity bug #3. | Jeremy Allison | 2007-10-10 | 1 | -4/+1 |
| | | | | Jeremy. | ||||
* | r14340: Fix coverity #78, resource leak in error path. | Jeremy Allison | 2007-10-10 | 1 | -12/+20 |
| | | | | Jeremy. | ||||
* | r14245: We've dereferenced argv before, no point in checking. | Volker Lendecke | 2007-10-10 | 1 | -7/+5 |
| | | | | | | Fix Coverity bug # 144. Volker | ||||
* | r13394: Fix rpcclient to obey the -W parameter. Not that I *like* the smbclient | Volker Lendecke | 2007-10-10 | 1 | -0/+12 |
| | | | | | | solution, but it does this particular job... :-) Volker | ||||
* | r13379: Andrew correctly noted that this breaks -s. Not sure what to do... | Volker Lendecke | 2007-10-10 | 1 | -10/+10 |
| | |||||
* | r13378: Not sure what this breaks, but we have to do the popt processing ↵ | Volker Lendecke | 2007-10-10 | 1 | -10/+10 |
| | | | | | | | | after the lp_load, because otherwise the lp_load overwrites the -W setting again. Volker | ||||
* | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 2007-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | lp_load() could not be called multiple times to modify parameter settings based on reading from multiple configuration settings. Each time, it initialized all of the settings back to their defaults before reading the specified configuration file. This patch adds a parameter to lp_load() specifying whether the settings should be initialized. It does, however, still force the settings to be initialized the first time, even if the request was to not initialize them. (Not doing so could wreak havoc due to uninitialized values.) | ||||
* | r12581: And another one :-) | Volker Lendecke | 2007-10-10 | 1 | -0/+2 |
| | |||||
* | r11492: Fix bug #3224 (I hope). Correctly use machine_account_name | Jeremy Allison | 2007-10-10 | 1 | -3/+4 |
| | | | | | and client_name when doing netlogon credential setup. Jeremy. |