summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-1/+1
2010-05-18s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner1-0/+1
2010-05-18s3-rpc_client: move protos to cli_netlogon.hGünther Deschner1-0/+1
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-01-24s3: Enable -C in rpcclientVolker Lendecke1-0/+3
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-11-13s3-rpcclient: use the parsed binding string flags for auth choice.Günther Deschner1-0/+18
2009-11-08Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke1-49/+24
2009-11-08s3: Do not directly reference the ndr_table_* in rpcclientVolker Lendecke1-24/+49
2009-11-07s3: get_pipe_name_from_iface -> get_pipe_name_from_syntaxVolker Lendecke1-4/+6
2009-10-13s3: use enum netr_SchannelType all over the place.Günther Deschner1-1/+1
2009-09-15s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner1-6/+6
2009-09-11s3-rpcclient: make netlogon credential setup also work for interdomain trusts.Günther Deschner1-9/+11
2009-09-11s3-rpcclient: avoid using lp_workgroup() unconditionally for crypto.Günther Deschner1-4/+17
2009-09-11s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner1-0/+1
2009-09-11s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner1-0/+2
2009-09-11s3-rpcclient: use cli_rpc_pipe_open_noauth_transport in rpcclient.Günther Deschner1-2/+3
2009-09-11s3-rpcclient: add ncacn transport handling for rpcclient.Günther Deschner1-5/+88
2009-04-21s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner1-1/+1
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-0/+1
2009-03-18s3: remove POLICY_HND.Günther Deschner1-1/+1
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison1-6/+1
2009-02-01cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke1-6/+3
2009-01-22Actually complete 3662c2b...Volker Lendecke1-3/+3
2009-01-09start rpcclient epmapperVolker Lendecke1-0/+2
2009-01-08s3-rpcclient: add eventlog test client.Günther Deschner1-0/+2
2008-12-14Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke1-19/+31
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-1/+1
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-1/+1
2008-07-21Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-30/+34
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke1-5/+6
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke1-14/+16
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-5/+8
2008-06-10rpcclient: add more useful comments what sign/seal commands are doing.Günther Deschner1-9/+19
2008-05-24drsuapi: add very basic drsuapi rpcclient command set.Günther Deschner1-0/+2
2008-05-24Revert "drsuapi: fix the build."Günther Deschner1-2/+0
2008-05-24drsuapi: fix the build.Günther Deschner1-0/+2
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner1-1/+14
2008-04-25Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_clientVolker Lendecke1-2/+4
2008-04-20Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke1-3/+3
2008-04-20Introduce rpccli_set_timeout()Volker Lendecke1-1/+1
2008-04-02Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner1-1/+1
2008-02-17Add very basic ntsvcs client to rpcclient.Günther Deschner1-0/+2
2008-02-08Use rpccli_lsa_QueryInfoPolicy() all over the place.Günther Deschner1-6/+6
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider1-1/+1
2008-01-15Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner1-1/+1
2008-01-05Add general '-e' option to enable smb encryptionJeremy Allison1-0/+12
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-2/+2
2007-12-06Make all the tools use the proper accessor functions.Jeremy Allison1-6/+6
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison1-5/+6