summaryrefslogtreecommitdiffstats
path: root/source/rpcclient/rpcclient.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-211-30/+34
|
* 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
* 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
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-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 Deschner2008-06-101-9/+19
| | | | Guenther
* drsuapi: add very basic drsuapi rpcclient command set.Günther Deschner2008-05-241-0/+2
| | | | Guenther
* Revert "drsuapi: fix the build."Günther Deschner2008-05-241-2/+0
| | | | This reverts commit b2421c81164da2a5ea4bb2391e4f2c410938db42.
* drsuapi: fix the build.Günther Deschner2008-05-241-0/+2
| | | | Guenther
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-051-1/+14
| | | | Guenther
* Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_clientVolker Lendecke2008-04-251-2/+4
|
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-201-3/+3
|
* Introduce rpccli_set_timeout()Volker Lendecke2008-04-201-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 Deschner2008-04-021-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 Deschner2008-02-171-0/+2
| | | | Guenther
* Use rpccli_lsa_QueryInfoPolicy() all over the place.Günther Deschner2008-02-081-6/+6
| | | | Guenther
* Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2008-01-231-1/+1
| | | | Interop fixes for AD specific flags. Original patch from Todd Stetcher.
* Apply const to rpccli_lsa_query_info_policy() and ↵Günther Deschner2008-01-151-1/+1
| | | | | | rpccli_lsa_query_info_policy2(). Guenther
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-0/+12
| | | | | on tools. Jeremy.
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-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 Allison2007-12-061-6/+6
| | | | Jeremy.
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-5/+6
| | | | | Mostly compiles.... Jeremy.
* Reanimate rpcclient wkssvc command.Günther Deschner2007-12-031-0/+2
| | | | Guenther
* Give rpcclient a talloc stackframe.Michael Adam2007-11-281-12/+23
| | | | Michael
* More trivial pstring removal.Jeremy Allison2007-11-201-4/+1
| | | | Jeremy.
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-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_addrJeremy Allison2007-10-241-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 interestingJeremy Allison2007-10-181-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-testGerald (Jerry) Carter2007-10-101-2/+0
|
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-101-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 Carter2007-10-101-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 textAndrew Tridgell2007-10-101-2/+1
|
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r23372: Remove restriction on string length for rpcclient commands.Jeremy Allison2007-10-101-3/+4
| | | | Jeremy.
* r19354: adjust usage printf for rpcclient's timeout command.Günther Deschner2007-10-101-1/+1
| | | | Guenther
* r19353: Add "timeout" command for rpcclient.Günther Deschner2007-10-101-0/+37
| | | | Guenther
* r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter2007-10-101-1/+1
|
* r18711: Replace the following hand code client routines:Gerald Carter2007-10-101-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 allowGünther Deschner2007-10-101-0/+1
| | | | | | "debug" to be set instead of "debuglevel" - just for convenience. Guenther
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-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 Allison2007-10-101-2/+2
| | | | | <drl@vuse.vanderbilt.edu>. Jeremy.
* r15537: Ignore // or \\ in //server or \\server.Jeremy Allison2007-10-101-0/+5
| | | | Jeremy.
* r14399: Fix deadcode coverity bug #3.Jeremy Allison2007-10-101-4/+1
| | | | Jeremy.
* r14340: Fix coverity #78, resource leak in error path.Jeremy Allison2007-10-101-12/+20
| | | | Jeremy.
* r14245: We've dereferenced argv before, no point in checking.Volker Lendecke2007-10-101-7/+5
| | | | | | Fix Coverity bug # 144. Volker
* r13394: Fix rpcclient to obey the -W parameter. Not that I *like* the smbclientVolker Lendecke2007-10-101-0/+12
| | | | | | solution, but it does this particular job... :-) Volker
* r13379: Andrew correctly noted that this breaks -s. Not sure what to do...Volker Lendecke2007-10-101-10/+10
|
* r13378: Not sure what this breaks, but we have to do the popt processing ↵Volker Lendecke2007-10-101-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 -0500Derrell Lipman2007-10-101-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 Lendecke2007-10-101-0/+2
|
* r11492: Fix bug #3224 (I hope). Correctly use machine_account_nameJeremy Allison2007-10-101-3/+4
| | | | | and client_name when doing netlogon credential setup. Jeremy.