summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/rpcclient.c
Commit message (Expand)AuthorAgeFilesLines
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-281-1/+1
* s3: remove POLICY_HND.Günther Deschner2009-04-151-1/+1
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-04-151-6/+1
* cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke2009-02-011-6/+3
* Actually complete 3662c2b...Volker Lendecke2009-01-221-3/+3
* start rpcclient epmapperVolker Lendecke2009-01-091-0/+2
* s3-rpcclient: add eventlog test client.Günther Deschner2009-01-081-0/+2
* Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-141-19/+31
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-1/+1
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-1/+1
* 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
* Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke2008-07-201-14/+16
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-5/+8
* rpcclient: add more useful comments what sign/seal commands are doing.Günther Deschner2008-06-101-9/+19
* drsuapi: add very basic drsuapi rpcclient command set.Günther Deschner2008-05-241-0/+2
* Revert "drsuapi: fix the build."Günther Deschner2008-05-241-2/+0
* drsuapi: fix the build.Günther Deschner2008-05-241-0/+2
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-051-1/+14
* 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
* Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner2008-04-021-1/+1
* Add very basic ntsvcs client to rpcclient.Günther Deschner2008-02-171-0/+2
* Use rpccli_lsa_QueryInfoPolicy() all over the place.Günther Deschner2008-02-081-6/+6
* Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2008-01-231-1/+1
* Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner2008-01-151-1/+1
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-0/+12
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-2/+2
* Make all the tools use the proper accessor functions.Jeremy Allison2007-12-061-6/+6
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-5/+6
* Reanimate rpcclient wkssvc command.Günther Deschner2007-12-031-0/+2
* Give rpcclient a talloc stackframe.Michael Adam2007-11-281-12/+23
* More trivial pstring removal.Jeremy Allison2007-11-201-4/+1
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-1/+1
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-22/+24
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (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
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-101-1/+1
* 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
* r23372: Remove restriction on string length for rpcclient commands.Jeremy Allison2007-10-101-3/+4
* r19354: adjust usage printf for rpcclient's timeout command.Günther Deschner2007-10-101-1/+1
* r19353: Add "timeout" command for rpcclient.Günther Deschner2007-10-101-0/+37
* 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
* r18681: Although we have commandline completion in rpcclient, just also allowGünther Deschner2007-10-101-0/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-0/+2
* r15556: Better fix for leading // or \\ from "David R. Linn"Jeremy Allison2007-10-101-2/+2